removed property basic, replaced with tap add mana ability

master
melvin 2011-11-29 16:05:50 +08:00
parent 37fdb107f2
commit 1aadd454d4
1 changed files with 0 additions and 2 deletions

View File

@ -79,8 +79,6 @@ public class CardDefinitions {
card.setEquipCost(MagicManaCost.createCost(value));
} else if ("mana".equals(property)) {
card.setManaSourceText(value);
} else if ("basic".equals(property)) {
card.setBasicManaActivations(value);
} else if ("pt".equals(property)) {
if (!card.isCreature()) {
throw new RuntimeException(card.getFullName() + ": only creatures may have power/toughness");