mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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 (cherry picked from commit 92fdd0b80df8add7043ec5d9c761e0fc4242a90f)
This commit is contained in:
parent
f0827a429e
commit
c7581568c2
@ -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