Implemented Reckless Pangolin

This commit is contained in:
Evan Kranzler 2018-06-07 23:07:03 -04:00
parent bd46889c8c
commit 1c2f384bcc
3 changed files with 40 additions and 0 deletions

View file

@ -247,6 +247,7 @@ public enum SubType {
OX("Ox", SubTypeSet.CreatureType),
OYSTER("Oyster", SubTypeSet.CreatureType),
// P
PANGOLIN("Pangolin", SubTypeSet.CreatureType),
PEGASUS("Pegasus", SubTypeSet.CreatureType),
PENTAVITE("Pentavite", SubTypeSet.CreatureType),
PEST("Pest", SubTypeSet.CreatureType),