forked from External/mage
Updated text of cards that add colorless mana to use {C}. Added ExileSourceUnlessPaysEffect. Added some random cards.
This commit is contained in:
parent
7a102b2c35
commit
636f2d960e
292 changed files with 18180 additions and 15719 deletions
|
|
@ -52,7 +52,7 @@ public class EldraziSpawnToken extends Token {
|
|||
}
|
||||
|
||||
public EldraziSpawnToken() {
|
||||
super("Eldrazi Spawn", "0/1 colorless Eldrazi Spawn creature with \"Sacrifice this creature: Add {1} to your mana pool.\"");
|
||||
super("Eldrazi Spawn", "0/1 colorless Eldrazi Spawn creature with \"Sacrifice this creature: Add {C} to your mana pool.\"");
|
||||
cardType.add(CardType.CREATURE);
|
||||
subtype.add("Eldrazi");
|
||||
subtype.add("Spawn");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue