forked from External/mage
[AKH] Added 3/27 spoilers to mtg-cards-data.txt. Implemented several of the new cards.
This commit is contained in:
parent
adc3b2ccac
commit
55b433ae36
6400 changed files with 19315 additions and 14351 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue