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

6 lines
149 B
JavaScript
Raw Permalink Normal View History

2024-06-06 22:07:28 +02:00
const ablaze = this.actor.hasCondition("ablaze");
if (ablaze) {
ablaze.delete();
this.script.scriptNotification("Résiste à En Flammes");
}