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:
@@ -10,6 +10,8 @@ class GepardGenerator(GroupGenerator):
|
||||
This generate a Gepard group
|
||||
"""
|
||||
|
||||
name = "Gepard Group"
|
||||
|
||||
def generate(self):
|
||||
self.add_unit(AirDefence.SPAAA_Gepard, "SPAAA", self.position.x, self.position.y, self.heading)
|
||||
if random.randint(0, 1) == 1:
|
||||
|
||||
Reference in New Issue
Block a user