[CLB] Implemented Lae'zel, Vlaakith's Champion

This commit is contained in:
Evan Kranzler 2022-05-18 22:15:33 -04:00
parent 3e365dbb4e
commit aec14bb5fb
3 changed files with 96 additions and 0 deletions

View file

@ -163,6 +163,7 @@ public enum SubType {
GARGOYLE("Gargoyle", SubTypeSet.CreatureType),
GERM("Germ", SubTypeSet.CreatureType),
GIANT("Giant", SubTypeSet.CreatureType),
GITH("Gith", SubTypeSet.CreatureType),
GNOME("Gnome", SubTypeSet.CreatureType),
GNOLL("Gnoll", SubTypeSet.CreatureType),
GOLEM("Golem", SubTypeSet.CreatureType),