Fixing "Halls of My Home"

This commit is contained in:
marcins78@gmail.com
2012-04-10 13:28:45 +00:00
parent 40a73bdbf8
commit 787beec8e9

View File

@@ -80,6 +80,8 @@ public class Card1_018 extends AbstractOldEvent {
game.getGameState().removeCardsFromZone(playerId, topDeckCards); game.getGameState().removeCardsFromZone(playerId, topDeckCards);
} }
}); });
} else {
game.getGameState().removeCardsFromZone(playerId, topDeckCards);
} }
action.appendEffect(new ChooseCardToPutOnTop(action, playerId, topDeckCards)); action.appendEffect(new ChooseCardToPutOnTop(action, playerId, topDeckCards));