Files
wfrp-4e-de/reference_scripts/sNSfDBIA2k17hPYI.js
T
2025-05-10 00:11:46 +02:00

7 lines
133 B
JavaScript

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