Implemented Thieving Otter

This commit is contained in:
Evan Kranzler 2020-04-04 22:40:37 -04:00
parent 176f06c1dc
commit 0f6f810c24
4 changed files with 40 additions and 0 deletions

View file

@ -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),