Change CAS ROE

This commit is contained in:
walterroach 2020-11-09 20:36:07 -06:00
parent be6abc0025
commit 840b5ce071

View File

@ -1041,7 +1041,7 @@ class AircraftConflictGenerator:
self.configure_behavior(
group,
react_on_threat=OptReactOnThreat.Values.EvadeFire,
roe=OptROE.Values.WeaponHold,
roe=OptROE.Values.OpenFire,
rtb_winchester=OptRTBOnOutOfAmmo.Values.Unguided,
restrict_jettison=True)
@ -1330,7 +1330,6 @@ class CasIngressBuilder(PydcsWaypointBuilder):
Targets.All.GroundUnits.Infantry,
])
)
waypoint.add_task(OptROE(OptROE.Values.OpenFireWeaponFree))
return waypoint