Added "F-16I Sufa" and "F-16C Fighting Falcon (IDF mod)" to Israel factions and added missing planemod decorators.

This commit is contained in:
MetalStormGhost
2022-04-24 16:39:21 +03:00
parent 4dc619a140
commit b4e5efe3c0
6 changed files with 27 additions and 2 deletions

View File

@@ -310,6 +310,11 @@ class Faction:
if not mod_settings.uh_60l:
self.remove_aircraft("UH-60L")
self.remove_aircraft("KC130J")
if not mod_settings.f_16_idf:
self.remove_aircraft("F-16I")
self.remove_aircraft("F-16C-BARAK 2020")
else:
inject_F16I()
if not mod_settings.f22_raptor:
self.remove_aircraft("F-22A")
if not mod_settings.f104_starfighter: