mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Update YodaJediMaster.java
Update to handle change to LookLibraryAndPickControllerEffect adding new param for 'random order' returns
This commit is contained in:
parent
702756b4e7
commit
dd0a65ec93
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue