mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
* More fixes to the [BOK] cards and mana pool handling.
This commit is contained in:
parent
763023b550
commit
974cb4435b
5 changed files with 5 additions and 9 deletions
|
|
@ -93,7 +93,7 @@ public class RevealLibraryPutIntoHandEffect extends OneShotEffect {
|
|||
Set<Card> cardsList = cards.getCards(game);
|
||||
for (Card card : cardsList) {
|
||||
if (filter.match(card, game)) {
|
||||
card.moveToZone(Zone.HAND, source.getSourceId(), game, true);
|
||||
player.moveCardToHandWithInfo(card, source.getSourceId(), game, Zone.LIBRARY);
|
||||
cards.remove(card);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue