Stop counting neutral base captures in status.

These had no effect but were being counted on the waiting for mission
results page. Cleaned up the implementation a bunch while I was here.

Fixes https://github.com/Khopa/dcs_liberation/issues/1037
This commit is contained in:
Dan Albert
2021-04-26 17:52:50 -07:00
parent e9f25eb562
commit 2b8dfc9dbc
4 changed files with 62 additions and 58 deletions

View File

@@ -173,7 +173,7 @@ class QWaitingForMissionResultWindow(QDialog):
"Buildings destroyed", list(debriefing.building_losses), update_layout
)
self.add_update_row(
"Base capture events", list(debriefing.base_capture_events), update_layout
"Base capture events", debriefing.base_captures, update_layout
)
# Clear previous content of the window