[SLD] Implement Knuckles the Echidna

This commit is contained in:
theelk801 2025-06-27 16:04:54 -04:00
parent 32eef0949a
commit 843668b830
2 changed files with 73 additions and 0 deletions

View file

@ -163,6 +163,7 @@ public enum SubType {
DRYAD("Dryad", SubTypeSet.CreatureType),
DWARF("Dwarf", SubTypeSet.CreatureType),
// E
ECHIDNA("Echidna", SubTypeSet.CreatureType),
EFREET("Efreet", SubTypeSet.CreatureType),
EGG("Egg", SubTypeSet.CreatureType),
ELDER("Elder", SubTypeSet.CreatureType),