forked from External/mage
Some minor formating and fixing changes to gatecrash cards.
This commit is contained in:
parent
13de7b2aa1
commit
6c08fbb088
6 changed files with 22 additions and 21 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue