4 lines
114 B
JavaScript
Raw Normal View History

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