Add Military Aircraft Mod 1.7.2 (#547)

This commit is contained in:
Drexyl
2025-08-03 10:02:14 +10:00
committed by GitHub
parent dcf4da57b3
commit b2670ba30b
34 changed files with 940 additions and 0 deletions

View File

@@ -865,6 +865,16 @@ class Faction:
# MiG-31BM
if not mod_settings.mig31bm_foxhound:
self.remove_aircraft("MiG-31BM")
# Mlitary Aircraft Mod 1.7.1
if not mod_settings.mam:
self.remove_aircraft("A400M_Atlas")
self.remove_aircraft("B2_Spirit")
self.remove_aircraft("C2A_Greyhound")
self.remove_aircraft("C5_Galaxy")
self.remove_aircraft("KC_10_Extender")
self.remove_aircraft("KC_10_Extender_D")
self.remove_aircraft("P3C_Orion")
self.remove_aircraft("V22_Osprey")
# Tornado f.3 ADV (1.0)
if not mod_settings.tornado_adv:
self.remove_aircraft("Tornado_ADV")

View File

@@ -95,6 +95,7 @@ class ModSettings:
uh_60l: bool = False
jas39_gripen: bool = False
sk_60: bool = False
mam: bool = False
mirage_3: bool = False
super_etendard: bool = False
su15_flagon: bool = False