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

5 lines
161 B
JavaScript
Raw Permalink Normal View History

2024-05-16 17:57:51 +02:00
if (this.actor.hasCondition("broken"))
{
this.actor.removeCondition("broken")
this.script.scriptNotification(`Impossible de supprimer l'état Brisé`);
2024-05-16 17:57:51 +02:00
}