mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix hangar status display.
This commit is contained in:
parent
45869c428e
commit
d8881e2734
@ -167,7 +167,7 @@ class QHangarStatus(QHBoxLayout):
|
|||||||
next_turn = self.control_point.allocated_aircraft(self.game_model.game)
|
next_turn = self.control_point.allocated_aircraft(self.game_model.game)
|
||||||
max_amount = self.control_point.total_aircraft_parking
|
max_amount = self.control_point.total_aircraft_parking
|
||||||
|
|
||||||
components = [f"{next_turn.present} present"]
|
components = [f"{next_turn.total_present} present"]
|
||||||
if next_turn.total_ordered > 0:
|
if next_turn.total_ordered > 0:
|
||||||
components.append(f"{next_turn.total_ordered} purchased")
|
components.append(f"{next_turn.total_ordered} purchased")
|
||||||
elif next_turn.total_ordered < 0:
|
elif next_turn.total_ordered < 0:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user