Files
wfrp-4e-de/reference_scripts/sNSfDBIA2k17hPYI.js
T
2025-05-02 12:24:44 +02:00

7 lines
133 B
JavaScript

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