mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fixed issue with WW2 LST group (boats superposed)
This commit is contained in:
parent
6e43467ef6
commit
5e7facfeb6
@ -16,7 +16,7 @@ class WW2LSTGroupGenerator(GroupGenerator):
|
||||
# Add LS Samuel Chase
|
||||
self.add_unit(LS_Samuel_Chase, "SamuelChase", self.position.x, self.position.y, self.heading)
|
||||
|
||||
for i in range(random.randint(2, 4)):
|
||||
for i in range(1, random.randint(3, 4)):
|
||||
self.add_unit(LST_Mk_II, "LST" + str(i), self.position.x + i * random.randint(800, 1200), self.position.y, self.heading)
|
||||
|
||||
self.get_generated_group().points[0].speed = 20
|
||||
Loading…
x
Reference in New Issue
Block a user