mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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
This commit is contained in:
parent
dac3533654
commit
92fdd0b80d
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user