debriefing results based only on IDs; fixes in strike ops

This commit is contained in:
Vasyl Horbachenko
2018-10-12 05:41:52 +03:00
parent b81bf90319
commit 251435ae0b
3 changed files with 42 additions and 43 deletions

View File

@@ -85,4 +85,4 @@ class GroundObjectsGenerator:
dead=ground_object.is_dead,
)
logging.info("generated object identifier {} with mission id {}".format(group.name, group.id))
logging.info("generated {}object identifier {} with mission id {}".format("dead " if ground_object.is_dead else "", group.name, group.id))