mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Implemented Thieving Otter
This commit is contained in:
parent
176f06c1dc
commit
0f6f810c24
4 changed files with 40 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ public enum SubType {
|
|||
ORC("Orc", SubTypeSet.CreatureType),
|
||||
ORGG("Orgg", SubTypeSet.CreatureType),
|
||||
ORTOLAN("Ortolan", SubTypeSet.CreatureType, true),
|
||||
OTTER("Otter", SubTypeSet.CreatureType),
|
||||
OUPHE("Ouphe", SubTypeSet.CreatureType),
|
||||
OX("Ox", SubTypeSet.CreatureType),
|
||||
OYSTER("Oyster", SubTypeSet.CreatureType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue