Merge branch 'develop' into develop_mission_planner

This commit is contained in:
Khopa
2020-10-03 17:06:07 +02:00
6 changed files with 23 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ COUNT_BY_TASK = {
}
def generate_inital_units(theater: ConflictTheater, enemy_country: str, sams: bool, multiplier: float):
def generate_initial_units(theater: ConflictTheater, enemy_country: str, sams: bool, multiplier: float):
for cp in theater.enemy_points():
if cp.captured:
continue