Support F-84G Thunderjet mod v2.5.7.01 (#8)

* Implemented support for the VSN F-84G Thunderjet version 2.5.7.01
This commit is contained in:
MetalStormGhost
2022-10-23 20:00:11 +03:00
committed by GitHub
parent 303ae3ac14
commit 515d28313d
14 changed files with 395 additions and 6 deletions

View File

@@ -309,6 +309,8 @@ class Faction:
self.remove_aircraft("F-15D")
if not mod_settings.f22_raptor:
self.remove_aircraft("F-22A")
if not mod_settings.f84g_thunderjet:
self.remove_aircraft("VSN_F84G")
if not mod_settings.f100_supersabre:
self.remove_aircraft("VSN_F100")
if not mod_settings.f104_starfighter: