5 lines
141 B
JavaScript
Raw Normal View History

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