mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add Cowboy's E-7A Wedgetail AI Mod (#495)
This commit is contained in:
@@ -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]:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user