mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix winchester RTB when AI uses devoys
This commit is contained in:
parent
3a09a15970
commit
0f093d5f54
@ -178,9 +178,9 @@ class AircraftBehavior:
|
|||||||
group,
|
group,
|
||||||
react_on_threat=OptReactOnThreat.Values.EvadeFire,
|
react_on_threat=OptReactOnThreat.Values.EvadeFire,
|
||||||
roe=OptROE.Values.OpenFire,
|
roe=OptROE.Values.OpenFire,
|
||||||
# ASM includes ARMs and TALDs (among other things, but those are the useful
|
# Guided includes ARMs and TALDs (among other things, but those are the useful
|
||||||
# weapons for SEAD).
|
# weapons for SEAD).
|
||||||
rtb_winchester=OptRTBOnOutOfAmmo.Values.ASM,
|
rtb_winchester=OptRTBOnOutOfAmmo.Values.Guided,
|
||||||
restrict_jettison=True,
|
restrict_jettison=True,
|
||||||
mission_uses_gun=False,
|
mission_uses_gun=False,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user