Add support for the AI-only F-14A.

The AI for the flyable one is having issues firing AIM-54s. This allows
working around that.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1927.
This commit is contained in:
MetalStormGhost
2022-01-16 23:53:05 +02:00
committed by GitHub
parent bf034e18eb
commit 7387c2ed8f
16 changed files with 96 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ from dcs.planes import (
FW_190A8,
FW_190D9,
F_117A,
F_14A,
F_14A_135_GR,
F_14B,
F_15C,
@@ -131,6 +132,7 @@ CAP_CAPABLE = [
F_15C,
F_14B,
F_14A_135_GR,
F_14A,
Su_33,
J_11A,
Su_30,