1 line
144 B
JavaScript
1 line
144 B
JavaScript
this.actor.effects.get(this.effect.id).delete(); // can't use this.effet because it thinks it's parent is the item, but it actually is the actor
|