foundryvtt-wh4-lang-fr-fr/scripts/JmZQRvdWjm9ykYfn.js

5 lines
145 B
JavaScript

if (this.actor.hasCondition("surprised"))
{
this.actor.removeCondition("surprised")
this.script.scriptMessage(`Ne peut être surpris`);
}