[SLD] Implement Wolverine, Best There Is

This commit is contained in:
theelk801 2024-10-21 17:05:38 -04:00
parent 14e1f477d2
commit 640347e590
2 changed files with 154 additions and 0 deletions

View file

@ -209,6 +209,7 @@ public enum SubType {
HAMSTER("Hamster", SubTypeSet.CreatureType),
HARPY("Harpy", SubTypeSet.CreatureType),
HELLION("Hellion", SubTypeSet.CreatureType),
HERO("Hero", SubTypeSet.CreatureType),
HIPPO("Hippo", SubTypeSet.CreatureType),
HIPPOGRIFF("Hippogriff", SubTypeSet.CreatureType),
HOMARID("Homarid", SubTypeSet.CreatureType),