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 SA2Generator(GroupGenerator):
|
||||
This generate a SA-2 group
|
||||
"""
|
||||
|
||||
name = "SA-2/S-75 Site"
|
||||
|
||||
def generate(self):
|
||||
self.add_unit(AirDefence.SAM_SR_P_19, "SR", self.position.x, self.position.y, self.heading)
|
||||
self.add_unit(AirDefence.SAM_SA_2_TR_SNR_75_Fan_Song, "TR", self.position.x + 20, self.position.y, self.heading)
|
||||
|
||||
Reference in New Issue
Block a user