Update YodaJediMaster.java

Update to handle change to LookLibraryAndPickControllerEffect adding new param for 'random order' returns
This commit is contained in:
Michael Simons 2018-04-08 22:45:07 -04:00 committed by GitHub
parent 702756b4e7
commit dd0a65ec93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ public class YodaJediMaster extends CardImpl {
// +1: Look at the top two cards of your library. Put one on the bottom of your library.
Effect effect = new LookLibraryAndPickControllerEffect(new StaticValue(2), false, new StaticValue(1),
new FilterCard(), Zone.LIBRARY, true, false, false, Zone.LIBRARY, false, false);
new FilterCard(), Zone.LIBRARY, true, false, false, Zone.LIBRARY, false, false, true);
effect.setText("Look at the top two cards of your library. Put one on the bottom of your library");
this.addAbility(new LoyaltyAbility(effect, 1));