mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add CJTF factions to the coalitions in Pretense, if they're not being used in the Retribution campaign.
This commit is contained in:
parent
34fae51189
commit
ddc5709a17
@ -148,10 +148,10 @@ class PretenseMissionGenerator(MissionGenerator):
|
|||||||
self.mission.coalition["red"].add_country(self.e_country)
|
self.mission.coalition["red"].add_country(self.e_country)
|
||||||
|
|
||||||
# Add CJTF factions to the coalitions, if they're not being used in the campaign
|
# Add CJTF factions to the coalitions, if they're not being used in the campaign
|
||||||
# if CombinedJointTaskForcesBlue not in {self.p_country, self.e_country}:
|
if CombinedJointTaskForcesBlue not in {self.p_country, self.e_country}:
|
||||||
# self.mission.coalition["blue"].add_country(CombinedJointTaskForcesBlue())
|
self.mission.coalition["blue"].add_country(CombinedJointTaskForcesBlue())
|
||||||
# if CombinedJointTaskForcesRed not in {self.p_country, self.e_country}:
|
if CombinedJointTaskForcesRed not in {self.p_country, self.e_country}:
|
||||||
# self.mission.coalition["red"].add_country(CombinedJointTaskForcesRed())
|
self.mission.coalition["red"].add_country(CombinedJointTaskForcesRed())
|
||||||
|
|
||||||
belligerents = {self.p_country.id, self.e_country.id}
|
belligerents = {self.p_country.id, self.e_country.id}
|
||||||
for country_id in country_dict.keys():
|
for country_id in country_dict.keys():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user