mirror of
https://github.com/correl/mage.git
synced 2024-12-27 20:06:31 +00:00
updated Nylea, Keen-Eyed outcome
This commit is contained in:
parent
37ae880f17
commit
ea55c63a5c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public final class NyleaKeenEyed extends CardImpl {
|
||||||
class NyleaKeenEyedEffect extends OneShotEffect {
|
class NyleaKeenEyedEffect extends OneShotEffect {
|
||||||
|
|
||||||
NyleaKeenEyedEffect() {
|
NyleaKeenEyedEffect() {
|
||||||
super(Outcome.Benefit);
|
super(Outcome.Detriment);
|
||||||
staticText = "reveal the top card of your library. If it's a creature card, " +
|
staticText = "reveal the top card of your library. If it's a creature card, " +
|
||||||
"put it into your hand. Otherwise, you may put it into your graveyard";
|
"put it into your hand. Otherwise, you may put it into your graveyard";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue