Superscript 3 in m3

This commit is contained in:
DarkPhoenix
2021-11-29 15:07:26 +03:00
parent ae3d7ade0f
commit 65741ed03b

View File

@@ -553,7 +553,7 @@ class Miscellanea(ViewColumn):
textParts.append(formatAmount(wps, 3, 0, 3))
tipLines.append("{} m\u00B3 mining waste per second ({} m\u00B3 per hour)".format(
formatAmount(wps, 3, 0, 3), formatAmount(wph, 3, 0, 3)))
text = '{} m3/s'.format('+'.join(textParts))
text = '{} m\u00B3/s'.format('+'.join(textParts))
tooltip = '\n'.join(tipLines)
return text, tooltip
elif itemGroup == "Logistic Drone":