Add all systems effects scripts + translations
This commit is contained in:
8
reference_scripts/LlRhPGorLl5qJCU8.js
Normal file
8
reference_scripts/LlRhPGorLl5qJCU8.js
Normal file
@ -0,0 +1,8 @@
|
||||
if (this.actor.hasCondition("prone"))
|
||||
{
|
||||
this.actor.addCondition("unconscious");
|
||||
}
|
||||
else
|
||||
{
|
||||
this.actor.addCondition("prone");
|
||||
}
|
Reference in New Issue
Block a user