Su-15 Flagon mod v1.0 support (#345)

* Su-15 Flagon mod v1.0 support

Implemented support for Su-15 Flagon mod version 1.0 by Marco1985_IT.

* Replaced the external fuel tanks with gunpods in Su-15 loadouts and added gunfighter: true
This commit is contained in:
MetalStormGhost
2024-06-30 23:05:45 +03:00
committed by GitHub
parent 3bda2929aa
commit 4762b490c0
18 changed files with 337 additions and 0 deletions

View File

@@ -410,6 +410,9 @@ class Faction:
self.remove_aircraft("JAS39Gripen_AG")
if not mod_settings.super_etendard:
self.remove_aircraft("VSN_SEM")
if not mod_settings.su15_flagon:
self.remove_aircraft("Su_15")
self.remove_aircraft("Su_15TM")
if not mod_settings.su30_flanker_h:
self.remove_aircraft("Su-30MKA")
self.remove_aircraft("Su-30MKI")

View File

@@ -87,6 +87,7 @@ class ModSettings:
uh_60l: bool = False
jas39_gripen: bool = False
super_etendard: bool = False
su15_flagon: bool = False
su30_flanker_h: bool = False
su57_felon: bool = False
frenchpack: bool = False