forked from External/mage
[OTJ] Implement Armored Armadillo
This commit is contained in:
parent
633e829c26
commit
8d6a9896bb
3 changed files with 50 additions and 1 deletions
|
|
@ -76,8 +76,9 @@ public enum SubType {
|
|||
ARCONA("Arcona", SubTypeSet.CreatureType, true),
|
||||
ARCHER("Archer", SubTypeSet.CreatureType),
|
||||
ARCHON("Archon", SubTypeSet.CreatureType),
|
||||
ARTIFICER("Artificer", SubTypeSet.CreatureType),
|
||||
ARMADILLO("Armadillo", SubTypeSet.CreatureType),
|
||||
ARMY("Army", SubTypeSet.CreatureType),
|
||||
ARTIFICER("Artificer", SubTypeSet.CreatureType),
|
||||
ASSASSIN("Assassin", SubTypeSet.CreatureType),
|
||||
ASSEMBLY_WORKER("Assembly-Worker", SubTypeSet.CreatureType),
|
||||
ASTARTES("Astartes", SubTypeSet.CreatureType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue