mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Mirage III mod version 2.5.7.01 support (#351)
* Implemented support for the Mirage III mod version 2.5.7.01. * Switched the Mirage III CAS loadouts for bombs. * Updated changelog. * Modified resources/factions/argentina_1982.json
This commit is contained in:
@@ -479,6 +479,10 @@ class Faction:
|
||||
self.remove_aircraft("JAS39Gripen")
|
||||
self.remove_aircraft("JAS39Gripen_BVR")
|
||||
self.remove_aircraft("JAS39Gripen_AG")
|
||||
if not mod_settings.mirage_3:
|
||||
self.remove_aircraft("VSN_MirageIIIC")
|
||||
self.remove_aircraft("VSN_MirageIIIC_AG")
|
||||
self.remove_aircraft("VSN_MirageIIIS")
|
||||
if not mod_settings.super_etendard:
|
||||
self.remove_aircraft("VSN_SEM")
|
||||
if not mod_settings.sk_60:
|
||||
|
||||
@@ -89,6 +89,7 @@ class ModSettings:
|
||||
uh_60l: bool = False
|
||||
jas39_gripen: bool = False
|
||||
sk_60: bool = False
|
||||
mirage_3: bool = False
|
||||
super_etendard: bool = False
|
||||
su15_flagon: bool = False
|
||||
su30_flanker_h: bool = False
|
||||
|
||||
Reference in New Issue
Block a user