Add all systems effects scripts + translations
This commit is contained in:
@ -5,5 +5,5 @@
|
||||
if (this.item.getFlag("wfrp4e", "brittle"))
|
||||
{
|
||||
ChatMessage.create({content: `<strong>${this.item.name}</strong> shatters!`})
|
||||
this.item.update({name : `${this.item.name} (Shattered)`})
|
||||
this.item.update({name : `${this.item.name} (Brisé)`})
|
||||
}
|
Reference in New Issue
Block a user