add sloth subtype, fix verify error

This commit is contained in:
theelk801 2024-03-09 17:54:54 -05:00
parent fa37e6112a
commit 59bf39f666
3 changed files with 3 additions and 2 deletions

View file

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