mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
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);
|
Card card = cards.getRandom(game);
|
||||||
if (card != null) {
|
if (card != null) {
|
||||||
card.moveToZone(Zone.HAND, source.getId(), game, true);
|
card.moveToZone(Zone.HAND, source.getId(), game, true);
|
||||||
|
cards.remove(card);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue