From 37491ceffbf3dea7ffa25eff43b636076c1224c5 Mon Sep 17 00:00:00 2001 From: Magnus Wolffelt Date: Tue, 10 Aug 2021 13:38:35 +0200 Subject: [PATCH] Stop using Su-34 for CAP missions, update changelog --- changelog.md | 1 + gen/flights/ai_flight_planner_db.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 3ff29356..1a2da917 100644 --- a/changelog.md +++ b/changelog.md @@ -30,6 +30,7 @@ Saves from 4.1.0 are compatible with 4.1.1. * **[Campaign]** Fixed broken support for Mariana Islands map. * **[Mission Generation]** Fix SAM sites pointing towards the center of the conflict. +* **[Flight Planning]** No longer using Su-34 for CAP missions. # 4.1.0 diff --git a/gen/flights/ai_flight_planner_db.py b/gen/flights/ai_flight_planner_db.py index 59e49406..4b868bef 100644 --- a/gen/flights/ai_flight_planner_db.py +++ b/gen/flights/ai_flight_planner_db.py @@ -129,7 +129,6 @@ CAP_CAPABLE = [ F_14B, F_14A_135_GR, Su_33, - Su_34, J_11A, Su_30, Su_27,