foundryvtt-wh4-lang-fr-fr/reference_scripts/pkKpxVqRHIzywerL.js

6 lines
142 B
JavaScript
Raw Permalink Normal View History

2024-06-06 21:09:27 +02:00
const ablaze = this.actor.hasCondition("ablaze");
if (ablaze) {
ablaze.delete();
this.script.scriptNotification("Resisted Ablaze");
}