mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add runway bombing missions.
This allows planning the missions and the missions are functional, but they will have no effect on future turns yet.
This commit is contained in:
@@ -39,6 +39,7 @@ class FlightType(Enum):
|
||||
EWAR = 16
|
||||
|
||||
SWEEP = 17
|
||||
RUNWAY_ATTACK = 18
|
||||
|
||||
|
||||
class FlightWaypointType(Enum):
|
||||
@@ -66,6 +67,7 @@ class FlightWaypointType(Enum):
|
||||
INGRESS_SWEEP = 21
|
||||
INGRESS_BAI = 22
|
||||
DIVERT = 23
|
||||
INGRESS_RUNWAY_BOMBING = 24
|
||||
|
||||
|
||||
class FlightWaypoint:
|
||||
|
||||
Reference in New Issue
Block a user