refactor: remaining copy() for target pointer from #11743

This commit is contained in:
xenohedron 2024-02-03 16:29:11 -05:00
parent 6cf05a554c
commit f398368c96
16 changed files with 47 additions and 47 deletions

View file

@ -51,7 +51,7 @@ public class DoIfClashWonEffect extends OneShotEffect {
executingEffect.setTargetPointer(new FixedTarget(opponent.getId()));
}
} else {
executingEffect.setTargetPointer(this.targetPointer);
executingEffect.setTargetPointer(this.getTargetPointer().copy());
}
if (executingEffect instanceof OneShotEffect) {
return executingEffect.apply(game, source);