mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Blood Birthing -> Brood Birthing
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user