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

7 lines
137 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
let ablaze = this.actor.hasCondition("ablaze");
if (ablaze)
{
ablaze?.delete();
this.script.scriptNotification("Ignore En Flammes");
2024-05-16 17:57:51 +02:00
}