Some minor formating and fixing changes to gatecrash cards.

This commit is contained in:
LevelX2 2013-02-23 17:21:16 +01:00
parent 13de7b2aa1
commit 6c08fbb088
6 changed files with 22 additions and 21 deletions

View file

@ -112,7 +112,7 @@ public class LookLibraryAndPickControllerEffect extends LookLibraryControllerEff
cards.remove(card);
card.moveToZone(targetPickedCards, source.getId(), game, false);
if (revealPickedCards) {
Cards reveal = new CardsImpl(Zone.OUTSIDE);
Cards reveal = new CardsImpl();
reveal.add(card);
player.revealCards(windowName, reveal, game);
}