[40K] Implemented Shard of the Nightbringer

This commit is contained in:
Evan Kranzler 2022-10-11 20:56:31 -04:00
parent 9717d44963
commit 4d81b76180
4 changed files with 98 additions and 10 deletions

View file

@ -116,6 +116,7 @@ public enum SubType {
CRAB("Crab", SubTypeSet.CreatureType),
CROCODILE("Crocodile", SubTypeSet.CreatureType),
CROLUTE("Crolute", SubTypeSet.CreatureType, true), // Star Wars
CTAN("C'tan", SubTypeSet.CreatureType),
CUSTODES("Custodes", SubTypeSet.CreatureType),
CYBORG("Cyborg", SubTypeSet.CreatureType, true), // Star Wars
CYCLOPS("Cyclops", SubTypeSet.CreatureType),