Blood Birthing -> Brood Birthing

This commit is contained in:
jendave
2011-08-06 04:10:01 +00:00
parent bd5deeba0d
commit 7b56a69105
2 changed files with 6 additions and 6 deletions

View File

@@ -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 Skittering Invasion
7 7
Tribal Sorcery Eldrazi 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." 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 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 Animate Artifact
3 U 3 U
Enchantment Aura Enchantment Aura

View File

@@ -18654,7 +18654,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END ************************** }//*************** END ************ END **************************
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Blood Birthing")) { else if(cardName.equals("Brood Birthing")) {
final SpellAbility spell = new Spell(card) final SpellAbility spell = new Spell(card)
{ {
private static final long serialVersionUID = -8303724057068847270L; private static final long serialVersionUID = -8303724057068847270L;