forked from External/mage
[CLB] Implemented Faceless One
This commit is contained in:
parent
7db20ecc72
commit
4777466b50
7 changed files with 136 additions and 44 deletions
|
|
@ -31,6 +31,7 @@ public enum SubType {
|
|||
TOWER("Tower", SubTypeSet.NonBasicLandType),
|
||||
// 205.3h Enchantments have their own unique set of subtypes; these subtypes are called enchantment types.
|
||||
AURA("Aura", SubTypeSet.EnchantmentType),
|
||||
BACKGROUND("Background", SubTypeSet.EnchantmentType),
|
||||
CARTOUCHE("Cartouche", SubTypeSet.EnchantmentType),
|
||||
CLASS("Class", SubTypeSet.EnchantmentType),
|
||||
CURSE("Curse", SubTypeSet.EnchantmentType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue