Fix winchester RTB when AI uses devoys

This commit is contained in:
Raffson
2023-03-05 14:34:47 +01:00
parent 3a09a15970
commit 0f093d5f54

View File

@@ -178,9 +178,9 @@ class AircraftBehavior:
group,
react_on_threat=OptReactOnThreat.Values.EvadeFire,
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).
rtb_winchester=OptRTBOnOutOfAmmo.Values.ASM,
rtb_winchester=OptRTBOnOutOfAmmo.Values.Guided,
restrict_jettison=True,
mission_uses_gun=False,
)