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

@@ -10,6 +10,8 @@ class SA11Generator(GroupGenerator):
This generate a SA-11 group
"""
name = "SA-11 Buk Battery"
def generate(self):
self.add_unit(AirDefence.SAM_SA_11_Buk_CC_9S470M1, "CC", self.position.x, self.position.y, self.heading)
self.add_unit(AirDefence.SAM_SA_11_Buk_SR_9S18M1, "SR", self.position.x+20, self.position.y, self.heading)