mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Remove the randomness from SAM group size.
This commit is contained in:
@@ -17,7 +17,7 @@ class LinebackerGenerator(AirDefenseGroupGenerator):
|
||||
price = 75
|
||||
|
||||
def generate(self):
|
||||
num_launchers = random.randint(2, 4)
|
||||
num_launchers = 2
|
||||
|
||||
self.add_unit(
|
||||
Unarmed.M_818,
|
||||
|
||||
Reference in New Issue
Block a user