mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Show parking status for enemy airfields.
This commit is contained in:
parent
0ec5346574
commit
1640763a7f
@ -166,10 +166,12 @@ class QBaseMenu2(QDialog):
|
||||
self.repair_button.setDisabled(True)
|
||||
|
||||
def update_intel_summary(self) -> None:
|
||||
aircraft = self.cp.base.total_aircraft
|
||||
parking = self.cp.total_aircraft_parking
|
||||
self.intel_summary.setText(
|
||||
"\n".join(
|
||||
[
|
||||
f"{self.cp.base.total_aircraft} aircraft",
|
||||
f"{aircraft}/{parking} aircraft",
|
||||
f"{self.cp.base.total_armor} ground units",
|
||||
str(self.cp.runway_status),
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user