mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Differentiate SEAD and SEAD escorts.
SEAD suppresses the package's target. SEAD escort protects the package from any SAM threat along its flight path.
This commit is contained in:
@@ -1100,7 +1100,7 @@ class Fob(ControlPoint):
|
||||
FlightType.STRIKE,
|
||||
FlightType.SWEEP,
|
||||
FlightType.ESCORT,
|
||||
FlightType.SEAD,
|
||||
FlightType.SEAD_ESCORT,
|
||||
]
|
||||
|
||||
@property
|
||||
|
||||
@@ -37,7 +37,7 @@ class MissionTarget:
|
||||
yield from [
|
||||
FlightType.ESCORT,
|
||||
FlightType.TARCAP,
|
||||
FlightType.SEAD,
|
||||
FlightType.SEAD_ESCORT,
|
||||
FlightType.SWEEP,
|
||||
# TODO: FlightType.ELINT,
|
||||
# TODO: FlightType.EWAR,
|
||||
|
||||
@@ -452,6 +452,7 @@ class SamGroundObject(BaseDefenseGroundObject):
|
||||
|
||||
if not self.is_friendly(for_player):
|
||||
yield FlightType.DEAD
|
||||
yield FlightType.SEAD
|
||||
yield from super().mission_types(for_player)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user