mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Change CAS ROE
This commit is contained in:
parent
be6abc0025
commit
840b5ce071
@ -1041,7 +1041,7 @@ class AircraftConflictGenerator:
|
|||||||
self.configure_behavior(
|
self.configure_behavior(
|
||||||
group,
|
group,
|
||||||
react_on_threat=OptReactOnThreat.Values.EvadeFire,
|
react_on_threat=OptReactOnThreat.Values.EvadeFire,
|
||||||
roe=OptROE.Values.WeaponHold,
|
roe=OptROE.Values.OpenFire,
|
||||||
rtb_winchester=OptRTBOnOutOfAmmo.Values.Unguided,
|
rtb_winchester=OptRTBOnOutOfAmmo.Values.Unguided,
|
||||||
restrict_jettison=True)
|
restrict_jettison=True)
|
||||||
|
|
||||||
@ -1330,7 +1330,6 @@ class CasIngressBuilder(PydcsWaypointBuilder):
|
|||||||
Targets.All.GroundUnits.Infantry,
|
Targets.All.GroundUnits.Infantry,
|
||||||
])
|
])
|
||||||
)
|
)
|
||||||
waypoint.add_task(OptROE(OptROE.Values.OpenFireWeaponFree))
|
|
||||||
return waypoint
|
return waypoint
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user