mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
Implement Timmy, Power Gamer
This commit is contained in:
parent
5db12db371
commit
470bb69a7e
3 changed files with 78 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue