Move F-16A_MLU to DEAD capable instead

For some reason an old loadout suggested it could carry HARMs...
This commit is contained in:
Raffson 2023-04-14 13:25:03 +02:00
parent c0406e7c3c
commit 1582b3ee43
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -392,7 +392,6 @@ SEAD_ESCORT_CAPABLE = [
SEAD_CAPABLE = SEAD_ESCORT_CAPABLE + [
F_16A_MLU,
F_14B,
F_14A_135_GR,
]
@ -400,6 +399,7 @@ SEAD_CAPABLE = SEAD_ESCORT_CAPABLE + [
# Aircraft used for DEAD tasks. Must be capable of the CAS DCS task.
DEAD_CAPABLE = SEAD_CAPABLE + [
AJS37,
F_16A_MLU,
F_16A,
F_15E,
JAS39Gripen_AG,