mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Possible to sell/buy units at SAM location and in airports.
This commit is contained in:
@@ -11,9 +11,10 @@ class ZSU23Generator(GroupGenerator):
|
||||
"""
|
||||
|
||||
name = "ZSU-23 Group"
|
||||
price = 50
|
||||
|
||||
def generate(self):
|
||||
num_launchers = random.randint(2, 5)
|
||||
num_launchers = random.randint(4, 5)
|
||||
|
||||
positions = self.get_circular_position(num_launchers, launcher_distance=120, coverage=180)
|
||||
for i, position in enumerate(positions):
|
||||
|
||||
Reference in New Issue
Block a user