diff --git a/game/theater/start_generator.py b/game/theater/start_generator.py index 26fa6c4c..0c4bec24 100644 --- a/game/theater/start_generator.py +++ b/game/theater/start_generator.py @@ -557,14 +557,14 @@ class AirbaseGroundObjectGenerator(ControlPointGroundObjectGenerator): def generate_ground_points(self) -> None: """Generate ground objects and AA sites for the control point.""" + skip_sams = self.generate_required_aa() + if self.control_point.is_global: return # Always generate at least one AA point. self.generate_aa_site() - skip_sams = self.generate_required_aa() - # And between 2 and 7 other objectives. amount = random.randrange(2, 7) for i in range(amount):