mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[OTJ] Implement Giant Beaver
This commit is contained in:
parent
6f6feb83f0
commit
47b7f627d9
3 changed files with 63 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue