[MSH] Implement Bruce Banner / The Incredible Hulk

This commit is contained in:
theelk801 2025-12-10 11:12:37 -05:00
parent 27066e008d
commit 48631a3487
3 changed files with 85 additions and 0 deletions

View file

@ -193,6 +193,7 @@ public enum SubType {
FUNGUS("Fungus", SubTypeSet.CreatureType),
// G
GAMER("Gamer", SubTypeSet.CreatureType),
GAMMA("Gamma", SubTypeSet.CreatureType),
GAMORREAN("Gamorrean", SubTypeSet.CreatureType, true), // Star Wars
GAND("Gand", SubTypeSet.CreatureType, true), // Star Wars
GARGOYLE("Gargoyle", SubTypeSet.CreatureType),