Files
wfrp-4e-de/scripts/OeKeQAAcJhdI4Qky.js
2025-05-15 23:03:43 +02:00

5 lines
178 B
JavaScript

if (this.actor.hasCondition("stunned") || this.actor.hasCondition("unconscious"))
{
this.script.scriptNotification("Disabled!");
await this.effect.update({"disabled" : true})
}