[40K] Implemented Abaddon the Despoiler

This commit is contained in:
Evan Kranzler 2022-05-12 21:36:11 -04:00
parent d9bb563549
commit 8c9012d192
3 changed files with 88 additions and 0 deletions

View file

@ -65,6 +65,7 @@ public enum SubType {
ARTIFICIER("Artificier", SubTypeSet.CreatureType, true),
ASSASSIN("Assassin", SubTypeSet.CreatureType),
ASSEMBLY_WORKER("Assembly-Worker", SubTypeSet.CreatureType),
ASTARTES("Astartes", SubTypeSet.CreatureType),
ATOG("Atog", SubTypeSet.CreatureType),
ATAT("AT-AT", SubTypeSet.CreatureType, true),
AUROCHS("Aurochs", SubTypeSet.CreatureType),