mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
fix EnduringGlimmerTriggeredAbility
returns under owner's control
This commit is contained in:
parent
2b9ae8e0aa
commit
9fd3f91388
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class EnduringGlimmerReturnEffect extends OneShotEffect {
|
|||
}
|
||||
game.addEffect(new EnduringGlimmerTypeEffect()
|
||||
.setTargetPointer(new FixedTarget(new MageObjectReference(card, game, 1))), source);
|
||||
return player.moveCards(card, Zone.BATTLEFIELD, source, game);
|
||||
return player.moveCards(card, Zone.BATTLEFIELD, source, game, false, false, true, null);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue