Formatting

This commit is contained in:
Raffson 2023-09-23 19:44:01 +02:00 committed by MetalStormGhost
parent 5fa7757ae1
commit 7b9ddb1ece
2 changed files with 0 additions and 2 deletions

View File

@ -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:

View File

@ -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,