mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
[DSK] Implement Enduring Tenacity
This commit is contained in:
parent
b99fa71444
commit
535f2a8cf7
4 changed files with 130 additions and 42 deletions
|
|
@ -188,6 +188,7 @@ public enum SubType {
|
|||
GERM("Germ", SubTypeSet.CreatureType),
|
||||
GIANT("Giant", SubTypeSet.CreatureType),
|
||||
GITH("Gith", SubTypeSet.CreatureType),
|
||||
GLIMMER("Glimmer", SubTypeSet.CreatureType),
|
||||
GNOLL("Gnoll", SubTypeSet.CreatureType),
|
||||
GNOME("Gnome", SubTypeSet.CreatureType),
|
||||
GOAT("Goat", SubTypeSet.CreatureType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue