mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Added disband menu in ground object menu.
This commit is contained in:
@@ -11,6 +11,8 @@ class FlakGenerator(GroupGenerator):
|
||||
This generate a German flak artillery group
|
||||
"""
|
||||
|
||||
name = "Flak Site"
|
||||
|
||||
def generate(self):
|
||||
grid_x = random.randint(2, 4)
|
||||
grid_y = random.randint(2, 4)
|
||||
|
||||
Reference in New Issue
Block a user