mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
add sloth subtype, fix verify error
This commit is contained in:
parent
fa37e6112a
commit
59bf39f666
3 changed files with 3 additions and 2 deletions
|
|
@ -360,6 +360,7 @@ public enum SubType {
|
|||
SKELETON("Skeleton", SubTypeSet.CreatureType),
|
||||
SLITH("Slith", SubTypeSet.CreatureType),
|
||||
SLIVER("Sliver", SubTypeSet.CreatureType),
|
||||
SLOTH("Sloth", SubTypeSet.CreatureType),
|
||||
SLUG("Slug", SubTypeSet.CreatureType),
|
||||
SNAIL("Snail", SubTypeSet.CreatureType),
|
||||
SNAKE("Snake", SubTypeSet.CreatureType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue