mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Formatting
This commit is contained in:
parent
5fa7757ae1
commit
7b9ddb1ece
@ -209,7 +209,6 @@ class PretenseMissionGenerator(MissionGenerator):
|
||||
|
||||
for cp in self.game.theater.controlpoints:
|
||||
for country in (self.p_country, self.e_country):
|
||||
|
||||
if country == self.p_country:
|
||||
ato = self.game.blue.ato
|
||||
else:
|
||||
|
||||
@ -163,7 +163,6 @@ class PretenseTriggerGenerator:
|
||||
else:
|
||||
trigger_radius = TRIGGER_RADIUS_CAPTURE
|
||||
if not isinstance(cp, OffMapSpawn):
|
||||
|
||||
zone_color = {1: 0.0, 2: 0.0, 3: 0.0, 4: 0.15}
|
||||
trigger_zone = self.mission.triggers.add_triggerzone(
|
||||
cp.position,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user