We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd12279 commit 76ff52aCopy full SHA for 76ff52a
gui/builtinViewColumns/misc.py
@@ -186,7 +186,7 @@ def __getData(self, stuff):
186
duration = stuff.getModifiedItemAttr("duration")
187
if not duration:
188
return "", None
189
- text = "{0}s".format(formatAmount(duration, 3, 0, 0))
+ text = "{0}s".format(formatAmount(duration / 1000, 3, 0, 0))
190
tooltip = "Assault ability duration"
191
return text, tooltip
192
elif itemGroup in ("Warp Scrambler", "Warp Core Stabilizer", "Structure Warp Scrambler"):
0 commit comments