mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Rise of the Dark Realms - Fixed that the cards were wrongly put onto battlefield under the control of the card owner.
This commit is contained in:
parent
81e67927a5
commit
54788bc875
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class RiseOfTheDarkRealmsEffect extends OneShotEffect {
|
|||
}
|
||||
}
|
||||
}
|
||||
controller.moveCards(creatureCards, Zone.BATTLEFIELD, source, game, false, false, true, null);
|
||||
controller.moveCards(creatureCards, Zone.BATTLEFIELD, source, game, false, false, false, null);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue