[TMT] Implement Krang, Master Mind

This commit is contained in:
theelk801 2025-10-10 16:47:23 -04:00
parent 747730568e
commit 8bb8eba43d
3 changed files with 69 additions and 0 deletions

View file

@ -431,6 +431,7 @@ public enum SubType {
// U
UGNAUGHT("Ugnaught", SubTypeSet.CreatureType, true),
UNICORN("Unicorn", SubTypeSet.CreatureType),
UTROM("Utrom", SubTypeSet.CreatureType),
// V
VAMPIRE("Vampire", SubTypeSet.CreatureType),
VARMINT("Varmint", SubTypeSet.CreatureType),