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

7 lines
137 B
JavaScript

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