mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Allow Dinosaur to be selected in creature type dialog
This commit is contained in:
parent
646bcd6b05
commit
669ae56d6f
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ public enum SubType {
|
||||||
DEMON("Demon", SubTypeSet.CreatureType, false),
|
DEMON("Demon", SubTypeSet.CreatureType, false),
|
||||||
DESERTER("Deserter", SubTypeSet.CreatureType, false),
|
DESERTER("Deserter", SubTypeSet.CreatureType, false),
|
||||||
DEVIL("Devil", SubTypeSet.CreatureType, false),
|
DEVIL("Devil", SubTypeSet.CreatureType, false),
|
||||||
DINOSAUR("Dinosaur", SubTypeSet.CreatureType, true), // only Grimlock right now, until Ixalan
|
DINOSAUR("Dinosaur", SubTypeSet.CreatureType, false), // With Ixalan now being spoiled, need this to be selectable
|
||||||
DJINN("Djinn", SubTypeSet.CreatureType, false),
|
DJINN("Djinn", SubTypeSet.CreatureType, false),
|
||||||
DRAGON("Dragon", SubTypeSet.CreatureType, false),
|
DRAGON("Dragon", SubTypeSet.CreatureType, false),
|
||||||
DRAKE("Drake", SubTypeSet.CreatureType, false),
|
DRAKE("Drake", SubTypeSet.CreatureType, false),
|
||||||
|
|
Loading…
Reference in a new issue