diff --git a/res/cards.txt b/res/cards.txt index 5f7b65838b3..56a0c8b18cb 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -1,3 +1,30 @@ +Anarchy +2 R R +Sorcery +Destroy all white permanents. +spDestroyAll:Permanent.White +SVar:RemAIDeck:True + +Ruination +3 R +Sorcery +Destroy all nonbasic lands. +spDestroyAll:Land.nonBasic + +Tivadar's Crusade +1 W W +Sorcery +Destroy all Goblins. +spDestroyAll:Goblin +SVar:RemAIDeck:True + +Tsunami +3 G +Sorcery +Destroy all Islands. +spDestroyAll:Island +SVar:RemAIDeck:True + Kami of the Crescent Moon U U Legendary Creature Spirit @@ -51,12 +78,6 @@ Instant Destroy all non-Aura enchantments. spDestroyAll:Enchantment.nonAura -Tsunami -3 G -Sorcery -Destroy all Islands. -spDestroyAll:Island - Assassinate 2 B Sorcery diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index 55d71c83fd9..35304bcd3b1 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -2631,8 +2631,6 @@ public class CardFactory implements NewConstants { }; //SpDstryAll - - card.setSVar("PlayMain1", "TRUE"); card.addSpellAbility(spDstryAll); }//spDestroyAll