From 9ede6ae9b567ba57ac28823f1791882f47380d4e Mon Sep 17 00:00:00 2001 From: jeffwadsworth Date: Fri, 19 Jun 2020 15:41:04 -0500 Subject: [PATCH] - Text fix --- Mage.Sets/src/mage/cards/n/NecromanticSummons.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Mage.Sets/src/mage/cards/n/NecromanticSummons.java b/Mage.Sets/src/mage/cards/n/NecromanticSummons.java index 772ec918db..ef4c4f2ea1 100644 --- a/Mage.Sets/src/mage/cards/n/NecromanticSummons.java +++ b/Mage.Sets/src/mage/cards/n/NecromanticSummons.java @@ -1,4 +1,3 @@ - package mage.cards.n; import java.util.UUID; @@ -34,8 +33,11 @@ public final class NecromanticSummons extends CardImpl { this.getSpellAbility().addEffect(new ReturnFromGraveyardToBattlefieldTargetEffect()); this.getSpellAbility().addTarget(new TargetCardInGraveyard(new FilterCreatureCard("creature card from a graveyard"))); - // Spell mastery — If there are two or more instant and/or sorcery cards in your graveyard, that creature enters the battlefield with two additional +1/+1 counters on it. - this.getSpellAbility().addEffect(new InfoEffect("\"
Spell mastery — If there are two or more instant and/or sorcery cards in your graveyard, that creature enters the battlefield with two additional +1/+1 counters on it\"")); + // Spell mastery — If there are two or more instant and/or sorcery cards in your graveyard, + // that creature enters the battlefield with two additional +1/+1 counters on it. + this.getSpellAbility().addEffect(new InfoEffect("
Spell mastery — If there are two or more " + + "instant and/or sorcery cards in your graveyard, that creature enters the " + + "battlefield with two additional +1/+1 counters on it.")); } public NecromanticSummons(final NecromanticSummons card) {