mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Added the flyable flag to F-16 IDF and F-16C-BARAK 2020.
This commit is contained in:
parent
1c35b18cd9
commit
c3ea0c0df0
@ -301,6 +301,7 @@ def inject_F16I() -> None:
|
||||
@planemod
|
||||
class F_16I(PlaneType):
|
||||
id = "F-16I"
|
||||
flyable = True
|
||||
height = 5.02
|
||||
width = 9.45
|
||||
length = 14.52
|
||||
@ -4180,6 +4181,7 @@ class F_16I(PlaneType):
|
||||
@planemod
|
||||
class F_16C_BARAK_2020(PlaneType):
|
||||
id = "F-16C-BARAK 2020"
|
||||
flyable = True
|
||||
height = 5.02
|
||||
width = 9.45
|
||||
length = 14.52
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user