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

6 lines
149 B
JavaScript

const ablaze = this.actor.hasCondition("ablaze");
if (ablaze) {
ablaze.delete();
this.script.scriptNotification("Résiste à En Flammes");
}