mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
* Realm Razer - Fixed that the lands were not returned under owners control.
This commit is contained in:
parent
1dbd3ea41c
commit
9ccebfdff4
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class RealmRazerEffect extends OneShotEffect {
|
|||
if (controller != null) {
|
||||
ExileZone exZone = game.getExile().getExileZone(source.getSourceId());
|
||||
if (exZone != null) {
|
||||
return controller.moveCards(exZone.getCards(game), Zone.BATTLEFIELD, source, game, true, false, false, null);
|
||||
return controller.moveCards(exZone.getCards(game), Zone.BATTLEFIELD, source, game, true, false, true, null);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue