mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix #13749 (Mirror of Life Trapping)
This commit is contained in:
parent
1b8602bd15
commit
a223b3f89c
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class MirrorOfLifeTrappingEffect extends OneShotEffect {
|
|||
if (toBattlefield != null) {
|
||||
game.processAction();
|
||||
controller.moveCards(toBattlefield.getCards(StaticFilters.FILTER_CARD_PERMANENT, game),
|
||||
Zone.BATTLEFIELD, source, game, false, true, true, null);
|
||||
Zone.BATTLEFIELD, source, game, false, false, true, null);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue