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

5 lines
141 B
JavaScript

if (this.actor.hasCondition("broken"))
{
this.actor.removeCondition("broken")
this.script.scriptNotification(`Cannot have Broken`);
}