Add all systems effects scripts + translations
This commit is contained in:
6
reference_scripts/vuzRRj5d9XdNYx3o.js
Normal file
6
reference_scripts/vuzRRj5d9XdNYx3o.js
Normal file
@ -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