Add Cowboy's E-7A Wedgetail AI Mod (#495)

This commit is contained in:
Drexyl
2025-03-27 06:40:07 +11:00
committed by GitHub
parent 631321950e
commit 889b7299d3
12 changed files with 58 additions and 0 deletions

View File

@@ -854,6 +854,9 @@ class Faction:
self.remove_vehicle("CH_Alligator_Sniper")
self.remove_vehicle("CH_Stugna_P")
self.remove_vehicle("CH_KrAZ6322")
# CLP E7a Wedgetail Mod
if not mod_settings.e7a_wedgetail:
self.remove_aircraft("CLP_E7a")
def remove_aircraft(self, name: str) -> None:
for aircraft_set in [self.aircraft, self.awacs, self.tankers]:

View File

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