fixed some look and reveal effects

This commit is contained in:
Evan Kranzler 2018-09-05 15:56:02 -04:00
parent 900aadb33b
commit 6d25f4889a
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ public class LookLibraryAndPickControllerEffect extends LookLibraryControllerEff
FilterCard pickFilter, Zone targetZoneLookedCards,
boolean putOnTop, boolean reveal) {
this(numberOfCards, mayShuffleAfter, numberToPick, pickFilter,
targetZoneLookedCards, putOnTop, reveal, false);
targetZoneLookedCards, putOnTop, reveal, reveal);
}
public LookLibraryAndPickControllerEffect(int numberOfCards,