[CLB] Implemented Faceless One

This commit is contained in:
Evan Kranzler 2022-05-17 20:05:18 -04:00
parent 7db20ecc72
commit 4777466b50
7 changed files with 136 additions and 44 deletions

View file

@ -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),