mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Update DEAD task priority list
Set SEAD capable planes with higher priority instead of adding them at the end
This commit is contained in:
parent
f04030858b
commit
2836a89f91
@ -278,7 +278,7 @@ SEAD_CAPABLE = [
|
||||
|
||||
|
||||
# Aircraft used for DEAD tasks. Must be capable of the CAS DCS task.
|
||||
DEAD_CAPABLE = [
|
||||
DEAD_CAPABLE = SEAD_CAPABLE + [
|
||||
AJS37,
|
||||
F_14B,
|
||||
F_14A_135_GR,
|
||||
@ -303,7 +303,7 @@ DEAD_CAPABLE = [
|
||||
Bf_109K_4,
|
||||
FW_190D9,
|
||||
FW_190A8,
|
||||
] + SEAD_CAPABLE
|
||||
]
|
||||
|
||||
|
||||
# Aircraft used for Strike mission
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user