Calculate sustainable tank adjustments for prespool/fullspool values too

This commit is contained in:
DarkPhoenix
2018-12-13 09:17:59 +03:00
parent de752cbe0a
commit 74ebd3415c
2 changed files with 133 additions and 149 deletions

View File

@@ -119,7 +119,7 @@ class Miscellanea(ViewColumn):
volley, spoolTime = stuff.getVolley(spoolType=SpoolType.SCALE, spoolAmount=1, ignoreState=True)
if spoolTime:
text = "{0}s".format(formatAmount(spoolTime, 3, 0, 3))
tooltip = "spool-up time"
tooltip = "spool up time"
info.append((text, tooltip))
if not info:
return "", None