Always propose SEAD Escort

This commit is contained in:
Raffson 2022-11-13 21:37:00 +01:00
parent 7e51061582
commit ca042631b7
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -42,6 +42,5 @@ class PlanDead(PackagePlanningTask[IadsGroundObject]):
# needs a decent refactor to the escort planning to do so.
if self.target.has_live_radar_sam:
self.propose_flight(FlightType.SEAD, 2)
else:
self.propose_flight(FlightType.SEAD_ESCORT, 2, EscortType.Sead)
self.propose_flight(FlightType.SEAD_ESCORT, 2, EscortType.Sead)
self.propose_flight(FlightType.ESCORT, 2, EscortType.AirToAir)