Changed variable names to comply with eos
Lost some local consistency, probably improved it globally. Thanks, cnc.
This commit is contained in:
2
eos
2
eos
Submodule eos updated: 4af51e0676...a5737d4e17
@@ -135,8 +135,8 @@ class ResourcesViewFull(StatsView):
|
||||
("label%sTotalTurretHardpoints", lambda: fit.ship.getModifiedItemAttr('turretSlotsLeft'), 0, 0, 0),
|
||||
("label%sUsedLauncherHardpoints", lambda: fit.getHardpointsUsed(Hardpoint.MISSILE), 0, 0, 0),
|
||||
("label%sTotalLauncherHardpoints", lambda: fit.ship.getModifiedItemAttr('launcherSlotsLeft'), 0, 0, 0),
|
||||
("label%sUsedDronesActive", lambda: fit.usedDronesActive, 0, 0, 0),
|
||||
("label%sTotalDronesActive", lambda: fit.ship.totalDronesActive, 0, 0, 0),
|
||||
("label%sUsedDronesActive", lambda: fit.activeDrones, 0, 0, 0),
|
||||
("label%sTotalDronesActive", lambda: fit.ship.maxActiveDrones, 0, 0, 0),
|
||||
("label%sUsedCalibrationPoints", lambda: fit.calibrationUsed, 0, 0, 0),
|
||||
("label%sTotalCalibrationPoints", lambda: fit.ship.getModifiedItemAttr('upgradeCapacity'), 0, 0, 0),
|
||||
("label%sUsedPg", lambda: fit.pgUsed, 4, 0, 9),
|
||||
|
||||
Reference in New Issue
Block a user