diff --git a/res/cardsfolder/mad_auntie.txt b/res/cardsfolder/mad_auntie.txt index ca95895241e..6aad355502b 100644 --- a/res/cardsfolder/mad_auntie.txt +++ b/res/cardsfolder/mad_auntie.txt @@ -1,8 +1,10 @@ Name:Mad Auntie ManaCost:2 B Types:Creature Goblin Shaman -Text:Goblin creatures you control get +1/+1. -PT:1/1 +Text:no text +PT:2/2 +K:stPumpAll:Creature.Goblin+Other+YouCtrl:1/1:No Condition:Other Goblin creatures you control get +1/+1. +A:AB$Regenerate|ValidTgts$Creature.Goblin+Other|TgtPrompt$Select another target Goblin|Cost$T|SpellDescription$Regenerate another target Goblin. SVar:PlayMain1:TRUE SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/mad_auntie.jpg diff --git a/src/forge/CardFactory_Creatures.java b/src/forge/CardFactory_Creatures.java index f51b3e997b5..88bcd37ae4f 100644 --- a/src/forge/CardFactory_Creatures.java +++ b/src/forge/CardFactory_Creatures.java @@ -6736,7 +6736,7 @@ public class CardFactory_Creatures { }//*************** END ************ END ************************** - + /* //*************** START *********** START ************************** else if(cardName.equals("Mad Auntie")) { final Card[] creature = new Card[1]; @@ -6772,7 +6772,7 @@ public class CardFactory_Creatures { ability.setBeforePayMana(CardFactoryUtil.input_targetCreature_NoCost_TapAbility_NoTargetSelf(ability)); }//*************** END ************ END ************************** - + */ //*************** START *********** START ************************** else if(cardName.equals("Adarkar Valkyrie")) { diff --git a/src/forge/GameActionUtil.java b/src/forge/GameActionUtil.java index 06b2a4ac6e3..cd87e387cbf 100644 --- a/src/forge/GameActionUtil.java +++ b/src/forge/GameActionUtil.java @@ -13747,7 +13747,7 @@ public class GameActionUtil { return false; }// newSnake() }; // Sosukes Summons - + /* public static Command Mad_Auntie = new Command() { private static final long serialVersionUID = 7969640438477308299L; @@ -13783,7 +13783,7 @@ public class GameActionUtil { }// for outer }// execute }; // Mad_Auntie() - + */ public static Command Imperious_Perfect = new Command() { private static final long serialVersionUID = 5835056455026735693L; @@ -20631,7 +20631,7 @@ public class GameActionUtil { commands.put("Eladamri", Eladamri); commands.put("Tolsimir", Tolsimir); commands.put("Imperious_Perfect", Imperious_Perfect); - commands.put("Mad_Auntie", Mad_Auntie); + //commands.put("Mad_Auntie", Mad_Auntie); //commands.put("Veteran_Armorer", Veteran_Armorer); commands.put("Kongming", Kongming); diff --git a/src/forge/StaticEffects.java b/src/forge/StaticEffects.java index 9d7b2d63771..99be29f748f 100644 --- a/src/forge/StaticEffects.java +++ b/src/forge/StaticEffects.java @@ -160,7 +160,7 @@ public class StaticEffects cardToEffectsList.put("Eladamri, Lord of Leaves", new String[] {"Eladamri"}); cardToEffectsList.put("Tolsimir Wolfblood", new String[] {"Tolsimir"}); cardToEffectsList.put("Imperious Perfect", new String[] {"Imperious_Perfect"}); - cardToEffectsList.put("Mad Auntie", new String[] {"Mad_Auntie"}); + //cardToEffectsList.put("Mad Auntie", new String[] {"Mad_Auntie"}); //cardToEffectsList.put("Veteran Armorer", new String[] {"Veteran_Armorer"}); cardToEffectsList.put("Kongming, \"Sleeping Dragon\"", new String[] {"Kongming"}); cardToEffectsList.put("Radiant, Archangel", new String[] {"Radiant_Archangel"});