From d5c92d023469157f3f368f994ae29be9ce9a66a6 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Tue, 15 Jan 2019 10:49:51 -0500 Subject: [PATCH] fixed Silhana Wayfinder forcing players to choose a card --- Mage.Sets/src/mage/cards/s/SilhanaWayfinder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/s/SilhanaWayfinder.java b/Mage.Sets/src/mage/cards/s/SilhanaWayfinder.java index b8ee5abb20..c6aa18b579 100644 --- a/Mage.Sets/src/mage/cards/s/SilhanaWayfinder.java +++ b/Mage.Sets/src/mage/cards/s/SilhanaWayfinder.java @@ -41,7 +41,7 @@ public final class SilhanaWayfinder extends CardImpl { // When Silhana Wayfinder enters the battlefield, look at the top four cards of your library. You may reveal a creature or land card from among them and put it on top of your library. Put the rest on the bottom of your library in a random order. this.addAbility(new EntersBattlefieldTriggeredAbility(new LookLibraryAndPickControllerEffect( new StaticValue(4), false, new StaticValue(1), filter, Zone.LIBRARY, false, - true, false, Zone.LIBRARY, false, true, false + true, true, Zone.LIBRARY, false, true, false ).setText("look at the top four cards of your library. " + "You may reveal a creature or land card from among them " + "and put it on top of your library. Put the rest " +