mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add Tornado F3 ADV (1.0) mod support
This commit is contained in:
@@ -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]:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user