mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 03:39:54 -08:00
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.
|
// Return target creature card with converted mana cost X or less from your graveyard to the battlefield.
|
||||||
this.getSpellAbility().addEffect(new ReturnFromGraveyardToBattlefieldTargetEffect());
|
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
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue