Enable multirole fighter targeting for escorts.

pydcs didn't support this until now :(
This commit is contained in:
Dan Albert 2021-05-20 23:54:48 -07:00
parent a1a4fc8c7c
commit 43010779d4

View File

@ -1925,7 +1925,10 @@ class JoinPointBuilder(PydcsWaypointBuilder):
EngageTargets(
# TODO: From doctrine.
max_distance=int(nautical_miles(30).meters),
targets=[Targets.All.Air.Planes.Fighters],
targets=[
Targets.All.Air.Planes.Fighters,
Targets.All.Air.Planes.MultiroleFighters,
],
)
)
)