[BLB] Implement Brightblade Stoat

This commit is contained in:
theelk801 2024-07-10 23:12:55 -04:00
parent 1fcb093690
commit d32b138615
3 changed files with 43 additions and 0 deletions

View file

@ -419,6 +419,7 @@ public enum SubType {
WALRUS("Walrus", SubTypeSet.CreatureType),
WARLOCK("Warlock", SubTypeSet.CreatureType),
WARRIOR("Warrior", SubTypeSet.CreatureType),
WEASEL("Weasel", SubTypeSet.CreatureType),
WEEQUAY("Weequay", SubTypeSet.CreatureType, true),
WEIRD("Weird", SubTypeSet.CreatureType),
WEREWOLF("Werewolf", SubTypeSet.CreatureType),