Remove the randomness from SAM group size.

This commit is contained in:
Florian
2021-06-24 00:42:13 +02:00
committed by Dan Albert
parent 4e6659e7e8
commit 3f65928e9d
30 changed files with 164 additions and 165 deletions

View File

@@ -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,