Sk 60 mod support (#360)

This commit is contained in:
Turbolious
2024-07-07 12:47:07 -05:00
committed by GitHub
parent eb5062579f
commit eb5cceff16
14 changed files with 380 additions and 0 deletions

View File

@@ -410,6 +410,8 @@ class Faction:
self.remove_aircraft("JAS39Gripen_AG")
if not mod_settings.super_etendard:
self.remove_aircraft("VSN_SEM")
if not mod_settings.sk_60:
self.remove_aircraft("SK-60")
if not mod_settings.su15_flagon:
self.remove_aircraft("Su_15")
self.remove_aircraft("Su_15TM")

View File

@@ -86,6 +86,7 @@ class ModSettings:
irondome: bool = False
uh_60l: bool = False
jas39_gripen: bool = False
sk_60: bool = False
super_etendard: bool = False
su15_flagon: bool = False
su30_flanker_h: bool = False