[SPM] update Mister Negative name and text

This commit is contained in:
jmlundeen 2025-09-05 13:12:17 -05:00
parent 2f15477214
commit 721b9b90c9
2 changed files with 4 additions and 3 deletions

View file

@ -38,9 +38,10 @@ public final class MisterNegative extends CardImpl {
// Lifelink
this.addAbility(LifelinkAbility.getInstance());
// When Mr. Negative enters, you may exchange your life total with target opponent. If you lose life this way, draw that many cards.
// Darkforce Inversion When Mister Negative enters, you may exchange your life total with target opponent. If you lose life this way, draw that many cards.
Ability ability = new EntersBattlefieldTriggeredAbility(new MisterNegativeEffect(), true);
ability.addTarget(new TargetOpponent());
ability.withFlavorWord("Darkforce Inversion");
this.addAbility(ability);
}

View file

@ -11,11 +11,11 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
public class MisterNegativeTest extends CardTestPlayerBase {
/*
Misterr Negative
Mister Negative
{5}{W}{B}
Legendary Creature - Human Villain
Vigilance, lifelink
When Misterr Negative enters, you may exchange your life total with target opponent. If you lose life this way, draw that many cards.
When Mister Negative enters, you may exchange your life total with target opponent. If you lose life this way, draw that many cards.
5/5
*/
private static final String misterNegative = "Mister Negative";