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:
@@ -301,6 +301,7 @@ def inject_F16I() -> None:
|
|||||||
@planemod
|
@planemod
|
||||||
class F_16I(PlaneType):
|
class F_16I(PlaneType):
|
||||||
id = "F-16I"
|
id = "F-16I"
|
||||||
|
flyable = True
|
||||||
height = 5.02
|
height = 5.02
|
||||||
width = 9.45
|
width = 9.45
|
||||||
length = 14.52
|
length = 14.52
|
||||||
@@ -4180,6 +4181,7 @@ class F_16I(PlaneType):
|
|||||||
@planemod
|
@planemod
|
||||||
class F_16C_BARAK_2020(PlaneType):
|
class F_16C_BARAK_2020(PlaneType):
|
||||||
id = "F-16C-BARAK 2020"
|
id = "F-16C-BARAK 2020"
|
||||||
|
flyable = True
|
||||||
height = 5.02
|
height = 5.02
|
||||||
width = 9.45
|
width = 9.45
|
||||||
length = 14.52
|
length = 14.52
|
||||||
|
|||||||
Reference in New Issue
Block a user