Add Tornado F3 ADV (1.0) mod support

This commit is contained in:
Drexyl
2025-07-08 22:32:42 +10:00
committed by Raffson
parent 23a7add2f1
commit 4412a0fa91
12 changed files with 302 additions and 0 deletions

View File

@@ -865,6 +865,9 @@ class Faction:
# MiG-31BM
if not mod_settings.mig31bm_foxhound:
self.remove_aircraft("MiG-31BM")
# Tornado f.3 ADV (1.0)
if not mod_settings.tornado_adv:
self.remove_aircraft("Tornado_ADV")
def remove_aircraft(self, name: str) -> None:
for aircraft_set in [self.aircraft, self.awacs, self.tankers]:

View File

@@ -95,6 +95,7 @@ class ModSettings:
su15_flagon: bool = False
su30_flanker_h: bool = False
su57_felon: bool = False
tornado_adv: bool = False
frenchpack: bool = False
high_digit_sams: bool = False
ov10a_bronco: bool = False