special flight for AI to SEAD; AI bomb task

This commit is contained in:
Vasyl Horbachenko
2019-03-27 11:53:00 +02:00
parent b697a8b40a
commit c7c2b9a248
9 changed files with 76 additions and 19 deletions

View File

@@ -79,7 +79,7 @@ def generate_groundobjects(theater: ConflictTheater):
if not cp.has_frontline:
continue
amount = random.randrange(5, 6)
amount = random.randrange(5, 7)
for i in range(0, amount):
available_categories = list(tpls)
if i >= amount - 1: