forked from External/mage
a few more card refactors for card.moveToZone
This commit is contained in:
parent
bb04962144
commit
adc945748b
5 changed files with 54 additions and 68 deletions
|
|
@ -112,7 +112,7 @@ public class WishEffect extends OneShotEffect {
|
|||
if (topOfLibrary) {
|
||||
controller.putCardsOnTopOfLibrary(card, game, source, true);
|
||||
} else {
|
||||
card.moveToZone(Zone.HAND, source, game, false);
|
||||
controller.moveCards(card, Zone.HAND, source, game);
|
||||
}
|
||||
if (reveal) {
|
||||
Cards revealCard = new CardsImpl();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue