Add all systems effects scripts
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
if (this.actor.hasCondition("broken"))
|
||||
{
|
||||
this.actor.removeCondition("broken")
|
||||
this.script.scriptNotification(`Cannot have Broken`);
|
||||
}
|
||||
Reference in New Issue
Block a user