mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[SPM] update Mister Negative name and text
This commit is contained in:
parent
2f15477214
commit
721b9b90c9
2 changed files with 4 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue