[AKH] Added 3/27 spoilers to mtg-cards-data.txt. Implemented several of the new cards.

This commit is contained in:
fireshoes 2017-03-28 22:25:29 -05:00
parent adc3b2ccac
commit 55b433ae36
6400 changed files with 19315 additions and 14351 deletions

View file

@ -414,18 +414,6 @@ public final class CardUtil {
return new CopyTokenFunction(target);
}
public static boolean isPermanentCard(Card card) {
boolean permanent = false;
permanent |= card.isArtifact();
permanent |= card.isCreature();
permanent |= card.isEnchantment();
permanent |= card.isLand();
permanent |= card.isPlaneswalker();
return permanent;
}
/**
* Converts an integer number to string Numbers > 20 will be returned as
* digits