mirror of
https://github.com/correl/mage.git
synced 2025-03-17 01:06:26 -09:00
fixed Silhana Wayfinder text
This commit is contained in:
parent
f40c1ba95d
commit
df66fc51f0
1 changed files with 5 additions and 1 deletions
|
@ -42,7 +42,11 @@ public final class SilhanaWayfinder extends CardImpl {
|
||||||
this.addAbility(new EntersBattlefieldTriggeredAbility(new LookLibraryAndPickControllerEffect(
|
this.addAbility(new EntersBattlefieldTriggeredAbility(new LookLibraryAndPickControllerEffect(
|
||||||
new StaticValue(4), false, new StaticValue(1), filter, Zone.LIBRARY, false,
|
new StaticValue(4), false, new StaticValue(1), filter, Zone.LIBRARY, false,
|
||||||
true, false, Zone.LIBRARY, false, true, 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) {
|
private SilhanaWayfinder(final SilhanaWayfinder card) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue