Base menu UI : Added ammo depots & factory information (WIP UX)

This commit is contained in:
Khopa
2021-05-30 17:49:15 +02:00
parent a43e926dd2
commit 1af95955b6
2 changed files with 19 additions and 8 deletions

View File

@@ -201,6 +201,8 @@ class QBaseMenu2(QDialog):
f"{aircraft}/{parking} aircraft",
f"{self.cp.base.total_armor} ground units",
str(self.cp.runway_status),
f"{self.cp.active_ammo_depots_count}/{self.cp.total_ammo_depots_count} ammo depots",
f"{'Factory can produce units' if self.cp.has_factory else 'Does not have a factory'}",
]
)
)