Files
wfrp-4e-de/scripts/OeKeQAAcJhdI4Qky.js
T
2025-05-02 12:24:44 +02:00

5 lines
181 B
JavaScript

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