Skip EscortType for SEAD Sweep planned during CAS

Seems like the EscortType would cause the flight to be pruned if no IADS threats surround the CAS zone, but we'd like to plan it regardless to tackle air defenses along the front-line
This commit is contained in:
Raffson 2024-09-22 22:47:26 +02:00
parent dae57abeff
commit 44658f8eec
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -33,4 +33,4 @@ class PlanCas(PackagePlanningTask[FrontLine]):
size = self.get_flight_size()
self.propose_flight(FlightType.CAS, size)
self.propose_flight(FlightType.TARCAP, 2, EscortType.AirToAir)
self.propose_flight(FlightType.SEAD_SWEEP, 2, EscortType.Sead)
self.propose_flight(FlightType.SEAD_SWEEP, 2)