mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +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 true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue