forked from External/mage
Merge pull request #4738 from rystan/patch-4
Update YodaJediMaster.java - fixes #4735
This commit is contained in:
commit
5543f2ee03
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…
Add table
Add a link
Reference in a new issue