Files
wfrp-4e-de/scripts/pkKpxVqRHIzywerL.js
2025-05-15 23:03:43 +02:00

6 lines
142 B
JavaScript

const ablaze = this.actor.hasCondition("ablaze");
if (ablaze) {
ablaze.delete();
this.script.scriptNotification("Resisted Ablaze");
}