fixed Vivien Reid's first ability not putting cards back in a random order

This commit is contained in:
Evan Kranzler 2018-07-16 10:47:28 -04:00
parent 711c34b34f
commit d8a3a408df
2 changed files with 7 additions and 2 deletions

View file

@ -61,6 +61,7 @@ public class LookLibraryAndPickControllerEffect extends LookLibraryControllerEff
private boolean putOnTopSelected;
private boolean anyOrder;
//TODO: These constructors are a mess
public LookLibraryAndPickControllerEffect(DynamicValue numberOfCards,
boolean mayShuffleAfter, DynamicValue numberToPick,
FilterCard pickFilter, boolean putOnTop) {