Display damaged runways.

This commit is contained in:
Dan Albert
2020-11-25 14:53:01 -08:00
parent 7dfb0c67e5
commit ee768b9147
3 changed files with 7 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ class QBaseMenu2(QDialog):
title.setProperty("style", "base-title")
aircraft = self.cp.base.total_aircraft
armor = self.cp.base.total_armor
runway_status = "operational" if self.cp.has_runway() else "inoperative"
runway_status = "operational" if self.cp.has_runway() else "damaged"
intel_summary = QLabel("\n".join([
f"{aircraft} aircraft",
f"{armor} ground units",