From df66fc51f01aef0c5e5f6ab162e81a42e72fe16b Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Sat, 12 Jan 2019 16:42:32 -0500 Subject: [PATCH] fixed Silhana Wayfinder text --- Mage.Sets/src/mage/cards/s/SilhanaWayfinder.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/s/SilhanaWayfinder.java b/Mage.Sets/src/mage/cards/s/SilhanaWayfinder.java index f64bd13cf9..b8ee5abb20 100644 --- a/Mage.Sets/src/mage/cards/s/SilhanaWayfinder.java +++ b/Mage.Sets/src/mage/cards/s/SilhanaWayfinder.java @@ -42,7 +42,11 @@ public final class SilhanaWayfinder extends CardImpl { this.addAbility(new EntersBattlefieldTriggeredAbility(new LookLibraryAndPickControllerEffect( new StaticValue(4), false, new StaticValue(1), filter, Zone.LIBRARY, false, true, false, Zone.LIBRARY, false, true, false - ), 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 " + + "on the bottom of your library in a random order."), false + )); } private SilhanaWayfinder(final SilhanaWayfinder card) {