From c7581568c2a629e39ceba34b7324b4fbb7f1145c Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 25 Oct 2021 19:47:22 +0300 Subject: [PATCH] Enable anti-ship missions for the Tu-142. This is the only mission type that the Tu-142 is capable of. Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1683 (cherry picked from commit 92fdd0b80df8add7043ec5d9c761e0fc4242a90f) --- gen/flights/ai_flight_planner_db.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gen/flights/ai_flight_planner_db.py b/gen/flights/ai_flight_planner_db.py index 0e82bc75..2d3d286d 100644 --- a/gen/flights/ai_flight_planner_db.py +++ b/gen/flights/ai_flight_planner_db.py @@ -101,6 +101,7 @@ from dcs.planes import ( Tu_160, Tu_22M3, Tu_95MS, + Tu_142, WingLoong_I, I_16, Yak_40, @@ -360,6 +361,7 @@ STRIKE_CAPABLE = [ ANTISHIP_CAPABLE = [ AJS37, + Tu_142, Tu_22M3, H_6J, FA_18C_hornet,