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

5 lines
145 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
if (this.actor.hasCondition("surprised"))
{
this.actor.removeCondition("surprised")
this.script.scriptMessage(`Ne peut être surpris`);
2024-05-16 17:57:51 +02:00
}