mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[40K] Implemented Inquisitor Greyfax
This commit is contained in:
parent
40d2019288
commit
5e26b7eacd
3 changed files with 70 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ public enum SubType {
|
|||
IMP("Imp", SubTypeSet.CreatureType),
|
||||
INCARNATION("Incarnation", SubTypeSet.CreatureType),
|
||||
INKLING("Inkling", SubTypeSet.CreatureType),
|
||||
INQUISITOR("Inquisitor", SubTypeSet.CreatureType),
|
||||
INSECT("Insect", SubTypeSet.CreatureType),
|
||||
ITHORIAN("Ithorian", SubTypeSet.CreatureType, true), // Star Wars
|
||||
// J
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue