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

This commit is contained in:
SnappyComebacks 2022-11-26 09:33:32 -07:00
parent 54546aaefb
commit 1b828b95b3

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,