mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Making Sweep flight types have appropriate aircraft
This commit is contained in:
parent
48f26cb181
commit
d242079a74
@ -396,7 +396,7 @@ AEWC_CAPABLE = [
|
|||||||
|
|
||||||
|
|
||||||
def aircraft_for_task(task: FlightType) -> List[Type[FlyingType]]:
|
def aircraft_for_task(task: FlightType) -> List[Type[FlyingType]]:
|
||||||
cap_missions = (FlightType.BARCAP, FlightType.TARCAP)
|
cap_missions = (FlightType.BARCAP, FlightType.TARCAP, FlightType.SWEEP)
|
||||||
if task in cap_missions:
|
if task in cap_missions:
|
||||||
return CAP_CAPABLE
|
return CAP_CAPABLE
|
||||||
elif task == FlightType.ANTISHIP:
|
elif task == FlightType.ANTISHIP:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user