- Text fix

This commit is contained in:
jeffwadsworth 2020-06-19 15:41:04 -05:00
parent a4ee3b6b6f
commit 9ede6ae9b5

View file

@ -1,4 +1,3 @@
package mage.cards.n; package mage.cards.n;
import java.util.UUID; import java.util.UUID;
@ -34,8 +33,11 @@ public final class NecromanticSummons extends CardImpl {
this.getSpellAbility().addEffect(new ReturnFromGraveyardToBattlefieldTargetEffect()); this.getSpellAbility().addEffect(new ReturnFromGraveyardToBattlefieldTargetEffect());
this.getSpellAbility().addTarget(new TargetCardInGraveyard(new FilterCreatureCard("creature card from a graveyard"))); this.getSpellAbility().addTarget(new TargetCardInGraveyard(new FilterCreatureCard("creature card from a graveyard")));
// <i>Spell mastery</i> &mdash; 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. // <i>Spell mastery</i> &mdash; If there are two or more instant and/or sorcery cards in your graveyard,
this.getSpellAbility().addEffect(new InfoEffect("\"<br><i>Spell mastery</i> &mdash; 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\"")); // that creature enters the battlefield with two additional +1/+1 counters on it.
this.getSpellAbility().addEffect(new InfoEffect("<br><i>Spell mastery</i> &mdash; 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) { public NecromanticSummons(final NecromanticSummons card) {