4 lines
114 B
JavaScript

if (!this.actor.hasCondition("stunned") && !this.actor.hasCondition("unconcscious"))
{
this.effect.delete();
}