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

5 lines
151 B
JavaScript

if (this.actor.hasCondition("ablaze"))
{
this.script.scriptNotification("Immune to Ablaze")
await this.actor.hasCondition("ablaze")?.delete()
}