Do not add time to misc column for ASB/AAR when factor reload time is turned on, fixes #123

This commit is contained in:
DarkPhoenix
2014-11-06 23:51:37 +03:00
parent 98cac2a0da
commit 1fca17f5dd

View File

@@ -417,7 +417,7 @@ class Miscellanea(ViewColumn):
elif itemGroup in ("Fueled Armor Repairer", "Fueled Shield Booster"):
hp = stuff.hpBeforeReload
cycles = stuff.numShots
cycleTime = stuff.cycleTime
cycleTime = stuff.rawCycleTime
if not hp or not cycleTime or not cycles:
return "", None
fit = Fit.getInstance().getFit(self.mainFrame.getActiveFit())