Skip to content

Commit f01949d

Browse files
committed
Add expedition hold display
1 parent 26b4c05 commit f01949d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gui/builtinStatsViews/targetingMiscViewMinimal.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def refreshPanel(self, fit):
130130
("specialPlanetaryCommoditiesHoldCapacity", _t("Planetary goods hold")),
131131
("specialQuafeHoldCapacity", _t("Quafe hold")),
132132
("specialMobileDepotHoldCapacity", _t("Mobile depot hold")),
133+
("specialExpeditionHoldCapacity", _t("Expedition hold")),
133134
))
134135

135136
cargoValues = {
@@ -154,6 +155,7 @@ def refreshPanel(self, fit):
154155
"specialPlanetaryCommoditiesHoldCapacity": lambda: fit.ship.getModifiedItemAttr("specialPlanetaryCommoditiesHoldCapacity"),
155156
"specialQuafeHoldCapacity": lambda: fit.ship.getModifiedItemAttr("specialQuafeHoldCapacity"),
156157
"specialMobileDepotHoldCapacity": lambda: fit.ship.getModifiedItemAttr("specialMobileDepotHoldCapacity"),
158+
"specialExpeditionHoldCapacity": lambda: fit.ship.getModifiedItemAttr("specialExpeditionHoldCapacity"),
157159
}
158160

159161
stats = (("labelTargets", {"main": lambda: fit.maxTargets}, 3, 0, 0, ""),

0 commit comments

Comments
 (0)