Add all systems effects scripts
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
let broken = this.actor.hasCondition("broken")
|
||||
if (broken)
|
||||
{
|
||||
broken.delete();
|
||||
this.script.scriptNotification("Removed Broken")
|
||||
}
|
||||
Reference in New Issue
Block a user