forked from External/mage
Some minor fixes.
This commit is contained in:
parent
877c4ffa61
commit
a5e6bf6896
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue