Files
foundryvtt-wh4-lang-fr-fr/scripts/pkKpxVqRHIzywerL.js
2024-06-06 22:07:28 +02:00

6 lines
149 B
JavaScript

const ablaze = this.actor.hasCondition("ablaze");
if (ablaze) {
ablaze.delete();
this.script.scriptNotification("Résiste à En Flammes");
}