forked from External/mage
Make a Wish fix
This commit is contained in:
parent
8a21c14230
commit
bc678a26bf
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ class MakeAWishEffect extends OneShotEffect<MakeAWishEffect> {
|
|||
Card card = cards.getRandom(game);
|
||||
if (card != null) {
|
||||
card.moveToZone(Zone.HAND, source.getId(), game, true);
|
||||
cards.remove(card);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue