mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Follow-up on dependency updates
This commit is contained in:
@@ -25,7 +25,7 @@ class PlanOcaStrike(PackagePlanningTask[ControlPoint]):
|
||||
def propose_flights(self) -> None:
|
||||
size = self.get_flight_size()
|
||||
if self.target.cptype == self.target.cptype.AIRBASE:
|
||||
self.propose_flight(FlightType.OCA_RUNWAY, size)
|
||||
self.propose_flight(FlightType.OCA_RUNWAY, size) # type:ignore[unreachable]
|
||||
if self.aircraft_cold_start:
|
||||
self.propose_flight(FlightType.OCA_AIRCRAFT, 2)
|
||||
self.propose_common_escorts()
|
||||
|
||||
Reference in New Issue
Block a user