mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
- Text fix
This commit is contained in:
parent
a4ee3b6b6f
commit
9ede6ae9b5
1 changed files with 5 additions and 3 deletions
|
@ -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")));
|
||||
|
||||
// <i>Spell mastery</i> — 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("\"<br><i>Spell mastery</i> — 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> — 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("<br><i>Spell mastery</i> — 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) {
|
||||
|
|
Loading…
Reference in a new issue