forked from External/mage
refactor: remaining copy() for target pointer from #11743
This commit is contained in:
parent
6cf05a554c
commit
f398368c96
16 changed files with 47 additions and 47 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue