Added disband menu in ground object menu.

This commit is contained in:
Khopa
2020-09-19 14:02:53 +02:00
parent 59e7665b65
commit e210dcb4df
29 changed files with 101 additions and 2 deletions

View File

@@ -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)