mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fixed Silhana Wayfinder forcing players to choose a card
This commit is contained in:
parent
14018a4004
commit
d5c92d0234
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
// 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(
|
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, true, Zone.LIBRARY, false, true, false
|
||||||
).setText("look at the top four cards of your library. " +
|
).setText("look at the top four cards of your library. " +
|
||||||
"You may reveal a creature or land card from among them " +
|
"You may reveal a creature or land card from among them " +
|
||||||
"and put it on top of your library. Put the rest " +
|
"and put it on top of your library. Put the rest " +
|
||||||
|
|
Loading…
Reference in a new issue