diff --git a/res/cardsfolder/multani_maro_sorcerer.txt b/res/cardsfolder/multani_maro_sorcerer.txt index 5e289f733f6..05949f7d978 100644 --- a/res/cardsfolder/multani_maro_sorcerer.txt +++ b/res/cardsfolder/multani_maro_sorcerer.txt @@ -1,9 +1,10 @@ Name:Multani, Maro-Sorcerer ManaCost:4 G G Types:Legendary Creature Elemental -Text:Multani, Maro-Sorcerer's power and toughness are each equal to the total number of cards in all players' hands. -PT:1/1 +Text:no text +PT:*/* K:Shroud +K:stSetPT:Count$NumInAllHands:Count$NumInAllHands:CARDNAME's power and toughness are each equal to the total number of cards in all players' hands. SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/multani_maro_sorcerer.jpg SetInfo:ULG|Rare|http://magiccards.info/scans/en/ul/107.jpg diff --git a/src/forge/GameActionUtil.java b/src/forge/GameActionUtil.java index 9cef521b265..3e6dd7c1442 100644 --- a/src/forge/GameActionUtil.java +++ b/src/forge/GameActionUtil.java @@ -14658,7 +14658,7 @@ public class GameActionUtil { }// execute() }; // Drove of Elves */ - + /* public static Command Multani_Maro_Sorcerer = new Command() { private static final long serialVersionUID = -8778902687347191964L; @@ -14684,6 +14684,7 @@ public class GameActionUtil { } }; //Multani, Maro-Sorcerer + */ /* public static Command Molimo_Maro_Sorcerer = new Command() { private static final long serialVersionUID = -8778902687347191964L; @@ -16288,7 +16289,7 @@ public class GameActionUtil { //commands.put("Molimo_Maro_Sorcerer", Molimo_Maro_Sorcerer); commands.put("Mortivore", Mortivore); commands.put("Mul_Daya_Channelers", Mul_Daya_Channelers); - commands.put("Multani_Maro_Sorcerer", Multani_Maro_Sorcerer); + //commands.put("Multani_Maro_Sorcerer", Multani_Maro_Sorcerer); commands.put("Muraganda_Petroglyphs", Muraganda_Petroglyphs); //commands.put("Nightmare", Nightmare); diff --git a/src/forge/StaticEffects.java b/src/forge/StaticEffects.java index 8fe8daf318c..dee63f7ac8e 100644 --- a/src/forge/StaticEffects.java +++ b/src/forge/StaticEffects.java @@ -92,7 +92,7 @@ public class StaticEffects //cardToEffectsList.put("Molimo, Maro-Sorcerer", new String[] {"Molimo_Maro_Sorcerer"}); cardToEffectsList.put("Mortivore", new String[] {"Mortivore"}); cardToEffectsList.put("Mul Daya Channelers", new String[] {"Mul_Daya_Channelers"}); - cardToEffectsList.put("Multani, Maro-Sorcerer", new String[] {"Multani_Maro_Sorcerer"}); + //cardToEffectsList.put("Multani, Maro-Sorcerer", new String[] {"Multani_Maro_Sorcerer"}); cardToEffectsList.put("Muraganda Petroglyphs", new String[] {"Muraganda_Petroglyphs"}); //cardToEffectsList.put("Nightmare", new String[] {"Nightmare"});