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

@ -34,6 +34,7 @@ Saves from 2.3 are not compatible with 2.4.
* **[Economy]** Pending unit orders at captured bases will be refunded.
* **[UI]** Carrier group SAM threat rings now move with the carrier.
* **[Units]** J-11A is no longer spawned with empty loadout.
* **[Units]** F-14B is no longer spawned with empty loadout for fighter sweep tasks.
* **[Units]** Pyotr Velikiy cruiser has been removed for now as it's nearly unkillable.
# 2.3.3

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,