[40K] Implemented Deathleaper, Terror Weapon

This commit is contained in:
Evan Kranzler 2022-09-13 06:40:15 -04:00
parent 5e26b7eacd
commit 515828eede
3 changed files with 63 additions and 0 deletions

View file

@ -371,6 +371,7 @@ public enum SubType {
TROOPER("Trooper", SubTypeSet.CreatureType, true), // Star Wars
TRILOBITE("Trilobite", SubTypeSet.CreatureType),
TWILEK("Twi'lek", SubTypeSet.CreatureType, true), // Star Wars
TYRANID("Tyranid", SubTypeSet.CreatureType),
// U
UGNAUGHT("Ugnaught", SubTypeSet.CreatureType, true),
UNICORN("Unicorn", SubTypeSet.CreatureType),