4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
if (args.combat.combatant.actor.uuid === this.effect.sourceItem.parent.uuid)
|
|
{
|
|
this.effect.delete();
|
|
} |