mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
[CLB] Implemented Bronze Walrus
This commit is contained in:
parent
8cbe153b94
commit
1c665caa00
3 changed files with 43 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue