From aa2e9b123cd01c1e17c328a88756a106947d2dce Mon Sep 17 00:00:00 2001 From: Khopa Date: Mon, 28 Sep 2020 00:03:01 +0200 Subject: [PATCH] Fix : AI is not planning flights for Tornado. --- gen/flights/ai_flight_planner_db.py | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/gen/flights/ai_flight_planner_db.py b/gen/flights/ai_flight_planner_db.py index c2824ef8..3b11b8ee 100644 --- a/gen/flights/ai_flight_planner_db.py +++ b/gen/flights/ai_flight_planner_db.py @@ -27,6 +27,7 @@ INTERCEPT_CAPABLE = [ # Used for CAP, Escort, and intercept if there is not a specialised aircraft available CAP_CAPABLE = [ + MiG_15bis, MiG_19P, MiG_21Bis, @@ -108,6 +109,9 @@ CAS_CAPABLE = [ F_16C_50, FA_18C_hornet, + Tornado_IDS, + Tornado_GR4, + C_101CC, MB_339PAN, L_39ZA, @@ -121,7 +125,6 @@ CAS_CAPABLE = [ AH_64D, AH_1W, - UH_1H, Mi_8MT, @@ -168,6 +171,9 @@ SEAD_CAPABLE = [ Su_34, MiG_27K, + Tornado_IDS, + Tornado_GR4, + A_4E_C, Rafale_A_S ] @@ -201,6 +207,9 @@ STRIKE_CAPABLE = [ F_16C_50, FA_18C_hornet, + Tornado_IDS, + Tornado_GR4, + C_101CC, L_39ZA, AJS37, @@ -237,6 +246,9 @@ ANTISHIP_CAPABLE = [ A_10C, A_10A, + Tornado_IDS, + Tornado_GR4, + Ju_88A4, Rafale_A_S ]