forked from External/mage
Stir the Grave: fix rules text
This commit is contained in:
parent
6d59ae2771
commit
3f7d75b6ca
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ public class StirTheGrave extends CardImpl {
|
|||
|
||||
// Return target creature card with converted mana cost X or less from your graveyard to the battlefield.
|
||||
this.getSpellAbility().addEffect(new ReturnFromGraveyardToBattlefieldTargetEffect());
|
||||
this.getSpellAbility().addTarget(new TargetCardInYourGraveyard(new FilterCreatureCard("creature card from your graveyard")));
|
||||
this.getSpellAbility().addTarget(new TargetCardInYourGraveyard(new FilterCreatureCard("creature card with converted mana cost X or less from your graveyard")));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue