diff --git a/res/cardsfolder/lord_of_extinction.txt b/res/cardsfolder/lord_of_extinction.txt index 846822b035a..de6bb935cdb 100644 --- a/res/cardsfolder/lord_of_extinction.txt +++ b/res/cardsfolder/lord_of_extinction.txt @@ -1,8 +1,9 @@ Name:Lord of Extinction ManaCost:3 B G Types:Creature Elemental -Text:Lord of Extinction's power and toughness are each equal to the number of cards in all graveyards. -PT:1/1 +Text:no text +PT:*/* +K:stSetPT:Count$InAllYards:Count$InAllYards:CARDNAME's power and toughness are each equal to the number of cards in all graveyards. SVar:Rarity:Mythic SVar:Picture:http://www.wizards.com/global/images/magic/general/lord_of_extinction.jpg SetInfo:ARB|Mythic|http://magiccards.info/scans/en/arb/91.jpg diff --git a/src/forge/GameActionUtil.java b/src/forge/GameActionUtil.java index 5bec57a3014..d788c683846 100644 --- a/src/forge/GameActionUtil.java +++ b/src/forge/GameActionUtil.java @@ -14900,7 +14900,7 @@ public class GameActionUtil { }; //Nyxathid - + /* public static Command Lord_of_Extinction = new Command() { private static final long serialVersionUID = -8778900687347191964L; @@ -14916,7 +14916,7 @@ public class GameActionUtil { } } }; //Lord of Extinction - + */ /* public static Command Terravore = new Command() { private static final long serialVersionUID = -7848248012651247059L; @@ -15996,7 +15996,7 @@ public class GameActionUtil { commands.put("Lhurgoyf", Lhurgoyf); commands.put("Lighthouse_Chronologist", Lighthouse_Chronologist); commands.put("Liu_Bei", Liu_Bei); - commands.put("Lord_of_Extinction", Lord_of_Extinction); + //commands.put("Lord_of_Extinction", Lord_of_Extinction); commands.put("Loxodon_Punisher", Loxodon_Punisher); //commands.put("Magnivore", Magnivore); diff --git a/src/forge/StaticEffects.java b/src/forge/StaticEffects.java index ae4f9edb36a..7eedee2ec24 100644 --- a/src/forge/StaticEffects.java +++ b/src/forge/StaticEffects.java @@ -72,7 +72,7 @@ public class StaticEffects cardToEffectsList.put("Lhurgoyf", new String[] {"Lhurgoyf"}); cardToEffectsList.put("Lighthouse Chronologist", new String[] {"Lighthouse_Chronologist"}); cardToEffectsList.put("Liu Bei, Lord of Shu", new String[] {"Liu_Bei"}); - cardToEffectsList.put("Lord of Extinction", new String[] {"Lord_of_Extinction"}); + //cardToEffectsList.put("Lord of Extinction", new String[] {"Lord_of_Extinction"}); cardToEffectsList.put("Loxodon Punisher", new String[] {"Loxodon_Punisher"}); //cardToEffectsList.put("Magnivore", new String[] {"Magnivore"});