EA-6B Prowler mod version 2.9.4.102 support (#337)

This commit is contained in:
MetalStormGhost
2024-06-09 21:02:04 +03:00
committed by GitHub
parent 3c0f0b28ea
commit 00356ea3ec
18 changed files with 185 additions and 10 deletions

View File

@@ -402,6 +402,8 @@ class Faction:
self.remove_aircraft("VSN_F106B")
if not mod_settings.a6a_intruder:
self.remove_aircraft("VSN_A6A")
if not mod_settings.ea6b_prowler:
self.remove_aircraft("EA_6B")
if not mod_settings.jas39_gripen:
self.remove_aircraft("JAS39Gripen")
self.remove_aircraft("JAS39Gripen_BVR")

View File

@@ -68,6 +68,7 @@ class ModSettings:
a4_skyhawk: bool = False
a6a_intruder: bool = False
a7e_corsair2: bool = False
ea6b_prowler: bool = False
f4bc_phantom: bool = False
f9f_panther: bool = False
f15d_baz: bool = False