Add all systems effects scripts + translations
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
if (this.actor.hasCondition("surprised"))
|
||||
{
|
||||
this.script.scriptNotification("Cannot be surprised");
|
||||
this.script.scriptNotification("Ne peut être surpris");
|
||||
this.actor.removeCondition("surprised");
|
||||
}
|
Reference in New Issue
Block a user