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

5 lines
144 B
JavaScript

if (this.actor.hasCondition("surprised"))
{
this.actor.removeCondition("surprised")
this.script.message(`Impossible d'être surpris`);
}