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

6 lines
259 B
JavaScript
Raw Permalink Normal View History

2024-05-16 17:57:51 +02:00
let fatigued = this.actor.hasCondition("fatigued")
if (!fatigued) {
this.actor.addCondition("fatigued")
ui.notifications.notify("Etat Fatigué ajouté à " + this.actor.name + " qui ne peut être enlevé tant que le symptôme de Malaise est présent.")
}