Implemented Giant Killer

This commit is contained in:
Evan Kranzler 2019-09-09 18:23:35 -04:00
parent c870f32b31
commit f7ebf80627
3 changed files with 64 additions and 0 deletions

View file

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