[EOE] Implement Thrumming Hivepool

This commit is contained in:
theelk801 2025-07-08 15:53:51 -04:00
parent 6a68948a1d
commit 14f17dff91
3 changed files with 60 additions and 0 deletions

View file

@ -41,6 +41,7 @@ public enum AffinityType {
LIZARDS(new FilterControlledPermanent(SubType.LIZARD, "Lizards")),
BIRDS(new FilterControlledPermanent(SubType.BIRD, "Birds")),
CITIZENS(new FilterControlledPermanent(SubType.CITIZEN, "Citizens")),
SLIVERS(new FilterControlledPermanent(SubType.SLIVER, "Slivers")),
TOWNS(new FilterControlledPermanent(SubType.TOWN, "Towns")),
GATES(new FilterControlledPermanent(SubType.GATE, "Gates"), GatesYouControlHint.instance),
SNOW_LANDS(AffinityFilters.SNOW_LANDS),