Add all systems effects scripts + translations
This commit is contained in:
5
reference_scripts/OeKeQAAcJhdI4Qky.js
Normal file
5
reference_scripts/OeKeQAAcJhdI4Qky.js
Normal file
@ -0,0 +1,5 @@
|
||||
if (this.actor.hasCondition("stunned") || this.actor.hasCondition("unconscious"))
|
||||
{
|
||||
this.script.scriptNotification("Disabled!");
|
||||
await this.effect.update({"disabled" : true})
|
||||
}
|
Reference in New Issue
Block a user