forked from External/mage
Minor formatting.
This commit is contained in:
parent
5785c23b4d
commit
8090522e3c
7 changed files with 36 additions and 18 deletions
|
|
@ -175,7 +175,7 @@ public class LookLibraryControllerEffect extends OneShotEffect<LookLibraryContro
|
|||
}
|
||||
if (cards.size() == 1) {
|
||||
Card card = cards.get(cards.iterator().next(), game);
|
||||
card.moveToZone(targetZoneLookedCards, source.getId(), game, true);
|
||||
card.moveToZone(targetZoneLookedCards, source.getId(), game, putOnTop);
|
||||
}
|
||||
break;
|
||||
case GRAVEYARD:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue