mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add invisible FOBs (#504)
Co-authored-by: Raffson <Raffson@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user