mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
Reflection of Kiki-Jiki tokens were being sacrificed even if not under the control of Reflection of Kiki-Jiki controller.
This commit is contained in:
parent
e15db2b9b4
commit
ac2eb9056d
2 changed files with 52 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ public class CreateTokenCopyTargetEffect extends OneShotEffect {
|
|||
if (exile) {
|
||||
effect = new ExileTargetEffect(null, "", Zone.BATTLEFIELD).setText("exile the token copies");
|
||||
} else {
|
||||
effect = new SacrificeTargetEffect("sacrifice the token copies");
|
||||
effect = new SacrificeTargetEffect("sacrifice the token copies", source.getControllerId());
|
||||
}
|
||||
effect.setTargetPointer(new FixedTargets(addedTokenPermanents, game));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue