[BLB] Implement Downwind Ambusher

This commit is contained in:
theelk801 2024-07-12 09:56:25 -04:00
parent 986f961552
commit 06cb5ef69a
3 changed files with 65 additions and 0 deletions

View file

@ -361,6 +361,7 @@ public enum SubType {
SIREN("Siren", SubTypeSet.CreatureType),
SITH("Sith", SubTypeSet.CreatureType),
SKELETON("Skeleton", SubTypeSet.CreatureType),
SKUNK("Skunk", SubTypeSet.CreatureType),
SLITH("Slith", SubTypeSet.CreatureType),
SLIVER("Sliver", SubTypeSet.CreatureType),
SLOTH("Sloth", SubTypeSet.CreatureType),