From 1582b3ee4346b02eebaca1b7baf9d5eb0f93f3aa Mon Sep 17 00:00:00 2001 From: Raffson Date: Fri, 14 Apr 2023 13:25:03 +0200 Subject: [PATCH] Move F-16A_MLU to DEAD capable instead For some reason an old loadout suggested it could carry HARMs... --- game/ato/ai_flight_planner_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/ato/ai_flight_planner_db.py b/game/ato/ai_flight_planner_db.py index ff5d26d2..1a986de1 100644 --- a/game/ato/ai_flight_planner_db.py +++ b/game/ato/ai_flight_planner_db.py @@ -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,