[SLD] Implement Sonic the Hedgehog

This commit is contained in:
theelk801 2025-06-27 15:49:37 -04:00
parent b66912ea44
commit 61d678d748
2 changed files with 73 additions and 0 deletions

View file

@ -210,6 +210,7 @@ public enum SubType {
HALFLING("Halfling", SubTypeSet.CreatureType),
HAMSTER("Hamster", SubTypeSet.CreatureType),
HARPY("Harpy", SubTypeSet.CreatureType),
HEDGEHOG("Hedgehog", SubTypeSet.CreatureType),
HELLION("Hellion", SubTypeSet.CreatureType),
HERO("Hero", SubTypeSet.CreatureType),
HIPPO("Hippo", SubTypeSet.CreatureType),