if (args.combat.combatant.actor.uuid === this.effect.sourceActor.uuid) {
  this.effect.delete();
}