mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Fixed Elves type
This commit is contained in:
parent
dff411d758
commit
da919d5301
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ public enum SubType {
|
|||
ELEMENTAL("Elemental", SubTypeSet.CreatureType),
|
||||
ELEPHANT("Elephant", SubTypeSet.CreatureType),
|
||||
ELF("Elf", SubTypeSet.CreatureType),
|
||||
ELVES("Elves", SubTypeSet.CreatureType),
|
||||
ELVES("Elves", SubTypeSet.CreatureType, true), // Un-sets
|
||||
ELK("Elk", SubTypeSet.CreatureType),
|
||||
EYE("Eye", SubTypeSet.CreatureType),
|
||||
EWOK("Ewok", SubTypeSet.CreatureType, true), // Star Wars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue