Fixes the F-14B fighter sweep loadout.

The default one just picked two external tanks, so using the CAP one.

Fixes Khopa/dcs_liberation#663
This commit is contained in:
Simon Clark
2021-01-07 15:52:24 +00:00
parent d35faf15d7
commit f5f33ec865
2 changed files with 5 additions and 1 deletions

View File

@@ -135,6 +135,7 @@ from dcs.task import (
CargoTransportation,
Embarking,
Escort,
FighterSweep,
GroundAttack,
Intercept,
MainTask,
@@ -1083,7 +1084,9 @@ PLANE_PAYLOAD_OVERRIDES: Dict[Type[PlaneType], Dict[Type[Task], str]] = {
C_101CC: COMMON_OVERRIDE,
F_5E_3: COMMON_OVERRIDE,
F_14A_135_GR: COMMON_OVERRIDE,
F_14B: COMMON_OVERRIDE,
F_14B: {
FighterSweep: "CAP",
},
F_15C: COMMON_OVERRIDE,
F_111F: COMMON_OVERRIDE,
F_22A: COMMON_OVERRIDE,