updated WAR spoiler

This commit is contained in:
Evan Kranzler 2019-04-12 19:10:19 -04:00
parent ee2741c7a7
commit 1574fdc6a5
2 changed files with 6 additions and 3 deletions

View file

@ -96,7 +96,7 @@ class KarnTheGreatCreatorAnimateEffect extends ContinuousEffectImpl {
KarnTheGreatCreatorAnimateEffect() {
super(Duration.UntilYourNextTurn, Outcome.BecomeCreature);
staticText = "Until your next turn, up to one target noncreature artifact becomes " +
"an artifact creature with power and toughness equal to its converted mana cost.";
"an artifact creature with power and toughness each equal to its converted mana cost.";
}
private KarnTheGreatCreatorAnimateEffect(final KarnTheGreatCreatorAnimateEffect effect) {