foundryvtt-wh4-lang-fr-fr/reference_scripts/sNSfDBIA2k17hPYI.js

7 lines
133 B
JavaScript

let ablaze = this.actor.hasCondition("ablaze");
if (ablaze)
{
ablaze?.delete();
this.script.scriptNotification("Ignore Ablaze");
}