Files
2025-05-10 00:11:46 +02:00

5 lines
151 B
JavaScript

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