Implement Timmy, Power Gamer

This commit is contained in:
ciaccona007 2018-01-09 14:14:34 -08:00
parent 5db12db371
commit 470bb69a7e
3 changed files with 78 additions and 0 deletions

View file

@ -134,6 +134,7 @@ public enum SubType {
FROG("Frog", SubTypeSet.CreatureType),
FUNGUS("Fungus", SubTypeSet.CreatureType),
// G
GAMER("Gamer", SubTypeSet.CreatureType), // Un-sets
GAMORREAN("Gamorrean", SubTypeSet.CreatureType, true), // Star Wars
GAND("Gand", SubTypeSet.CreatureType, true), // Star Wars
GARGOYLE("Gargoyle", SubTypeSet.CreatureType),