7 lines
133 B
JavaScript
Raw Normal View History

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