F-104 mod support.

This commit is contained in:
MetalStormGhost
2021-12-22 23:01:51 +02:00
committed by GitHub
parent 515efd0598
commit 88bc4fd852
21 changed files with 3027 additions and 10 deletions

View File

@@ -268,6 +268,10 @@ class Faction:
self.remove_aircraft("Hercules")
if not mod_settings.f22_raptor:
self.remove_aircraft("F-22A")
if not mod_settings.f104_starfighter:
self.remove_aircraft("VSN_F104G")
self.remove_aircraft("VSN_F104S")
self.remove_aircraft("VSN_F104S_AG")
if not mod_settings.jas39_gripen:
self.remove_aircraft("JAS39Gripen")
self.remove_aircraft("JAS39Gripen_AG")