mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
[SLD] Implement Sonic the Hedgehog
This commit is contained in:
parent
b66912ea44
commit
61d678d748
2 changed files with 73 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue