Add F-15E to DEAD_CAPABLE in AI flight planner.

(cherry picked from commit 1b828b95b32bc28b2ced155c7467280a93017bdb)
This commit is contained in:
SnappyComebacks 2022-11-26 09:33:32 -07:00
parent d9134650dc
commit 6779ee96be

View File

@ -308,6 +308,7 @@ SEAD_CAPABLE = [
# Aircraft used for DEAD tasks. Must be capable of the CAS DCS task.
DEAD_CAPABLE = SEAD_CAPABLE + [
AJS37,
F_15E,
F_14B,
F_14A_135_GR,
JAS39Gripen_AG,