[OTJ] Implement Frontier Seeker

This commit is contained in:
theelk801 2024-03-27 08:19:31 -04:00
parent 51758e046c
commit 391a00bafc
3 changed files with 56 additions and 0 deletions

View file

@ -271,6 +271,7 @@ public enum SubType {
MONK("Monk", SubTypeSet.CreatureType),
MONKEY("Monkey", SubTypeSet.CreatureType),
MOONFOLK("Moonfolk", SubTypeSet.CreatureType),
MOUNT("Mount", SubTypeSet.CreatureType),
MOUSE("Mouse", SubTypeSet.CreatureType),
MUTANT("Mutant", SubTypeSet.CreatureType),
MYR("Myr", SubTypeSet.CreatureType),