[OTJ] Implement Giant Beaver

This commit is contained in:
theelk801 2024-04-01 21:53:16 -04:00
parent 6f6feb83f0
commit 47b7f627d9
3 changed files with 63 additions and 0 deletions

View file

@ -97,6 +97,7 @@ public enum SubType {
BAT("Bat", SubTypeSet.CreatureType),
BEAR("Bear", SubTypeSet.CreatureType),
BEAST("Beast", SubTypeSet.CreatureType),
BEAVER("Beaver", SubTypeSet.CreatureType),
BEEBLE("Beeble", SubTypeSet.CreatureType),
BEHOLDER("Beholder", SubTypeSet.CreatureType),
BERSERKER("Berserker", SubTypeSet.CreatureType),