Merge pull request #4738 from rystan/patch-4

Update YodaJediMaster.java - fixes #4735
This commit is contained in:
LevelX2 2018-04-10 10:28:58 +02:00 committed by GitHub
commit 5543f2ee03
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));