Some minor fixes.

This commit is contained in:
spjspj 2016-09-19 00:45:18 +10:00
parent 877c4ffa61
commit a5e6bf6896

View file

@ -88,7 +88,7 @@ class ParadoxicalOutcomeEffect extends OneShotEffect {
ParadoxicalOutcomeEffect() {
super(Outcome.Benefit);
this.staticText = "Return any number of target artifact cards from target player's graveyard to the top of his or her library in any order";
this.staticText = "Return any number of target nonland, nontoken permanents you control to their owners' hands. Draw a card for each card returned to your hand this way";
}
ParadoxicalOutcomeEffect(final ParadoxicalOutcomeEffect effect) {