This commit is contained in:
L_J 2018-02-06 10:46:10 +00:00 committed by GitHub
parent 339ecd5626
commit d1c5fe3f0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: