mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[MSH] Implement Bruce Banner / The Incredible Hulk
This commit is contained in:
parent
27066e008d
commit
48631a3487
3 changed files with 85 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ public enum SubType {
|
|||
FUNGUS("Fungus", SubTypeSet.CreatureType),
|
||||
// G
|
||||
GAMER("Gamer", SubTypeSet.CreatureType),
|
||||
GAMMA("Gamma", SubTypeSet.CreatureType),
|
||||
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