mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Fixed subtype of Elvish Impersonator
This commit is contained in:
parent
ab6208745e
commit
7885fe42a0
2 changed files with 2 additions and 1 deletions
|
|
@ -123,6 +123,7 @@ public enum SubType {
|
|||
ELEMENTAL("Elemental", SubTypeSet.CreatureType),
|
||||
ELEPHANT("Elephant", SubTypeSet.CreatureType),
|
||||
ELF("Elf", SubTypeSet.CreatureType),
|
||||
ELVES("Elves", SubTypeSet.CreatureType),
|
||||
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