Fix typo in creature types

This commit is contained in:
PurpleCrowbar 2024-01-08 16:46:23 +00:00
parent b3c55555a1
commit 19e829a959
3 changed files with 4 additions and 7 deletions

View file

@ -76,7 +76,6 @@ public enum SubType {
ARCHON("Archon", SubTypeSet.CreatureType),
ARTIFICER("Artificer", SubTypeSet.CreatureType),
ARMY("Army", SubTypeSet.CreatureType),
ARTIFICIER("Artificier", SubTypeSet.CreatureType, true),
ASSASSIN("Assassin", SubTypeSet.CreatureType),
ASSEMBLY_WORKER("Assembly-Worker", SubTypeSet.CreatureType),
ASTARTES("Astartes", SubTypeSet.CreatureType),