mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix HQ7 generation error.
This commit is contained in:
parent
7d0b738918
commit
6f5bb6ffa2
@ -27,7 +27,7 @@ class HQ7Generator(AirDefenseGroupGenerator):
|
||||
"AAA1", self.position + Point(20, 30),
|
||||
self.heading)
|
||||
self.add_unit_to_group(aa_group, AirDefence.AAA_ZU_23_on_Ural_375,
|
||||
"AAA2", self.position.x - Point(20, 30),
|
||||
"AAA2", self.position - Point(20, 30),
|
||||
self.heading)
|
||||
|
||||
num_launchers = random.randint(0, 3)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user