Add all systems effects scripts + translations
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
let stunned = this.actor.hasCondition("stunned")
|
||||
if (stunned)
|
||||
{
|
||||
this.script.scriptNotification(`Cleared 1 Stunned Condition`)
|
||||
this.script.scriptNotification(`Suppression de 1 état Assomé`)
|
||||
this.actor.removeCondition("stunned");
|
||||
}
|
||||
else
|
||||
{
|
||||
this.script.scriptNotification(`No Stunned Conditions`)
|
||||
this.script.scriptNotification(`Aucun état Assomé`)
|
||||
}
|
Reference in New Issue
Block a user