mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Remove the randomness from SAM group size.
This commit is contained in:
@@ -17,7 +17,7 @@ class ZU23UralGenerator(AirDefenseGroupGenerator):
|
||||
price = 64
|
||||
|
||||
def generate(self):
|
||||
num_launchers = random.randint(2, 8)
|
||||
num_launchers = 4
|
||||
|
||||
positions = self.get_circular_position(
|
||||
num_launchers, launcher_distance=80, coverage=360
|
||||
|
||||
Reference in New Issue
Block a user