mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
parent
339ecd5626
commit
d1c5fe3f0f
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ public class LookLibraryControllerEffect extends OneShotEffect {
|
|||
switch (targetZoneLookedCards) {
|
||||
case LIBRARY:
|
||||
if (putOnTop) {
|
||||
player.putCardsOnBottomOfLibrary(cards, game, source, !backInRandomOrder);
|
||||
player.putCardsOnTopOfLibrary(cards, game, source, !backInRandomOrder);
|
||||
}
|
||||
break;
|
||||
case GRAVEYARD:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue