fix #13749 (Mirror of Life Trapping)

This commit is contained in:
xenohedron 2025-06-14 00:48:29 -04:00
parent 1b8602bd15
commit a223b3f89c

View file

@ -104,7 +104,7 @@ class MirrorOfLifeTrappingEffect extends OneShotEffect {
if (toBattlefield != null) { if (toBattlefield != null) {
game.processAction(); game.processAction();
controller.moveCards(toBattlefield.getCards(StaticFilters.FILTER_CARD_PERMANENT, game), 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; return true;