[WHO] Implement Exterminate!

This commit is contained in:
theelk801 2023-07-21 08:58:53 -04:00
parent 30966564cb
commit daebfe6748
3 changed files with 53 additions and 1 deletions

View file

@ -128,7 +128,8 @@ public enum SubType {
CYBORG("Cyborg", SubTypeSet.CreatureType, true), // Star Wars
CYCLOPS("Cyclops", SubTypeSet.CreatureType),
// D
DATHOMIRIAN("Dathomirian", SubTypeSet.CreatureType, true), // Star Wars
DALEK("Dalek", SubTypeSet.CreatureType),
DATHOMIRIAN("Dathomirian", SubTypeSet.CreatureType, true), // Star Wars,
DAUTHI("Dauthi", SubTypeSet.CreatureType),
DEMIGOD("Demigod", SubTypeSet.CreatureType),
DEMON("Demon", SubTypeSet.CreatureType),