Implemented Voracious Greatshark

This commit is contained in:
Evan Kranzler 2020-04-03 17:33:39 -04:00
parent bdb54e9fd6
commit 6507e86715
3 changed files with 58 additions and 0 deletions

View file

@ -308,6 +308,7 @@ public enum SubType {
SHADE("Shade", SubTypeSet.CreatureType),
SHAMAN("Shaman", SubTypeSet.CreatureType),
SHAPESHIFTER("Shapeshifter", SubTypeSet.CreatureType),
SHARK("Shark", SubTypeSet.CreatureType),
SHEEP("Sheep", SubTypeSet.CreatureType),
SIREN("Siren", SubTypeSet.CreatureType),
SITH("Sith", SubTypeSet.CreatureType),