[UNF] Implemented The Space Family Goblinson

This commit is contained in:
Evan Kranzler 2021-11-29 21:05:33 -05:00
parent 5c5785a9e7
commit 90ae244fa5
3 changed files with 156 additions and 0 deletions

View file

@ -171,6 +171,7 @@ public enum SubType {
GRAVEBORN("Graveborn", SubTypeSet.CreatureType),
GREMLIN("Gremlin", SubTypeSet.CreatureType),
GRIFFIN("Griffin", SubTypeSet.CreatureType),
GUEST("Guest", SubTypeSet.CreatureType),
GUNGAN("Gungan", SubTypeSet.CreatureType, true), // Star Wars
// H
HAG("Hag", SubTypeSet.CreatureType),