updated Nylea, Keen-Eyed outcome

This commit is contained in:
Evan Kranzler 2020-01-03 22:00:51 -05:00
parent 37ae880f17
commit ea55c63a5c

View file

@ -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";
} }