Added the flyable flag to F-16 IDF and F-16C-BARAK 2020.

This commit is contained in:
MetalStormGhost 2022-04-24 17:47:58 +03:00
parent 1c35b18cd9
commit c3ea0c0df0

View File

@ -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