Updated text of cards that add colorless mana to use {C}. Added ExileSourceUnlessPaysEffect. Added some random cards.

This commit is contained in:
fireshoes 2015-12-11 16:12:46 -06:00
parent 7a102b2c35
commit 636f2d960e
292 changed files with 18180 additions and 15719 deletions

View file

@ -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");