mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Only engage fighters with sweep.
This commit is contained in:
parent
d369ce8847
commit
e361a857a4
@ -1468,8 +1468,9 @@ class SweepIngressBuilder(PydcsWaypointBuilder):
|
||||
f"{flight_plan_type} is not a sweep flight plan.")
|
||||
return waypoint
|
||||
|
||||
waypoint.tasks.append(EngageTargets(max_distance=nm_to_meter(50),
|
||||
targets=[Targets.All.Air]))
|
||||
waypoint.tasks.append(EngageTargets(
|
||||
max_distance=nm_to_meter(50),
|
||||
targets=[Targets.All.Air.Planes.Fighters]))
|
||||
|
||||
return waypoint
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user