Stir the Grave: fix rules text

This commit is contained in:
Neil Gentleman 2016-11-05 10:46:33 -07:00
parent 6d59ae2771
commit 3f7d75b6ca

View file

@ -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