[CLB] Implemented Bronze Walrus

This commit is contained in:
Evan Kranzler 2022-05-29 18:48:37 -04:00
parent 8cbe153b94
commit 1c665caa00
3 changed files with 43 additions and 0 deletions

View file

@ -381,6 +381,7 @@ public enum SubType {
VOLVER("Volver", SubTypeSet.CreatureType),
// W
WALL("Wall", SubTypeSet.CreatureType),
WALRUS("Walrus", SubTypeSet.CreatureType),
WARLOCK("Warlock", SubTypeSet.CreatureType),
WARRIOR("Warrior", SubTypeSet.CreatureType),
WEEQUAY("Weequay", SubTypeSet.CreatureType, true),