mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
[UNF] Implemented Lila, Hospitality Hostess
This commit is contained in:
parent
6b66d10089
commit
55b75a5839
3 changed files with 73 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ public enum SubType {
|
|||
ELF("Elf", SubTypeSet.CreatureType),
|
||||
ELVES("Elves", SubTypeSet.CreatureType, true), // Un-sets
|
||||
ELK("Elk", SubTypeSet.CreatureType),
|
||||
EMPLOYEE("Employee", SubTypeSet.CreatureType),
|
||||
EYE("Eye", SubTypeSet.CreatureType),
|
||||
EWOK("Ewok", SubTypeSet.CreatureType, true), // Star Wars
|
||||
EXPANSION_SYMBOL("Expansion-Symbol", SubTypeSet.CreatureType, true), // Unhinged
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue