mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Implemented Giant Killer
This commit is contained in:
parent
c870f32b31
commit
f7ebf80627
3 changed files with 64 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue