[OTJ] Implement Armored Armadillo

This commit is contained in:
theelk801 2024-03-27 08:48:08 -04:00
parent 633e829c26
commit 8d6a9896bb
3 changed files with 50 additions and 1 deletions

View file

@ -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),