mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Possible to sell/buy units at SAM location and in airports.
This commit is contained in:
@@ -11,10 +11,11 @@ class ZU23Generator(GroupGenerator):
|
||||
"""
|
||||
|
||||
name = "ZU-23 Group"
|
||||
price = 54
|
||||
|
||||
def generate(self):
|
||||
grid_x = random.randint(2, 4)
|
||||
grid_y = random.randint(2, 4)
|
||||
grid_x = random.randint(2, 3)
|
||||
grid_y = random.randint(2, 3)
|
||||
|
||||
spacing = random.randint(10,40)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user