From 7b56a69105cc2a807432c10c1ca773636c1dbfd2 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 04:10:01 +0000 Subject: [PATCH] Blood Birthing -> Brood Birthing --- res/cards.txt | 10 +++++----- src/forge/CardFactory.java | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/res/cards.txt b/res/cards.txt index edc7d40f77d..8db390b0904 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -1,3 +1,8 @@ +Brood Birthing +1 R +Sorcery +If you control an Eldrazi Spawn, put three 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add 1 to your mana pool." Otherwise, put one of those tokens onto the battlefield. + Skittering Invasion 7 Tribal Sorcery Eldrazi @@ -32,11 +37,6 @@ Creature Eldrazi Drone When Dread Drone enters the battlefield, put two 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add 1 to your mana pool." 4/1 -Blood Birthing -1 R -Sorcery -If you control an Eldrazi Spawn, put three 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add 1 to your mana pool." Otherwise, put one of those tokens onto the battlefield. - Animate Artifact 3 U Enchantment Aura diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index 9c43101a69b..9ad5998ca49 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -18654,7 +18654,7 @@ public class CardFactory implements NewConstants { }//*************** END ************ END ************************** //*************** START *********** START ************************** - else if(cardName.equals("Blood Birthing")) { + else if(cardName.equals("Brood Birthing")) { final SpellAbility spell = new Spell(card) { private static final long serialVersionUID = -8303724057068847270L;