Add all systems effects scripts + translations
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
let poisoned = this.actor.hasCondition("poisoned")
|
||||
if (poisoned)
|
||||
{
|
||||
this.script.scriptMessage("Immune to Poisoned")
|
||||
this.script.scriptMessage("Immunisé aux Poisons")
|
||||
poisoned.delete()
|
||||
}
|
Reference in New Issue
Block a user