mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Added disband menu in ground object menu.
This commit is contained in:
@@ -10,6 +10,8 @@ class BoforsGenerator(GroupGenerator):
|
||||
This generate a Bofors flak artillery group
|
||||
"""
|
||||
|
||||
name = "Bofors AAA"
|
||||
|
||||
def generate(self):
|
||||
grid_x = random.randint(2, 4)
|
||||
grid_y = random.randint(2, 4)
|
||||
|
||||
Reference in New Issue
Block a user