Add invisible FOBs (#504)

Co-authored-by: Raffson <Raffson@users.noreply.github.com>
This commit is contained in:
Druss99
2025-05-18 11:50:47 -04:00
committed by GitHub
parent 7b16967641
commit 02de6d325a
8 changed files with 60 additions and 8 deletions

View File

@@ -60,6 +60,7 @@ class GroupTask(Enum):
FARP = ("Farp", GroupRole.BUILDING)
FOB = ("FOB", GroupRole.BUILDING)
FUEL = ("Fuel", GroupRole.BUILDING)
INVISIBLE_FOB = ("InvisibleFOB", GroupRole.BUILDING)
OFFSHORE_STRIKE_TARGET = ("OffShoreStrikeTarget", GroupRole.BUILDING)
OIL = ("Oil", GroupRole.BUILDING)