Update misc.py

This commit is contained in:
Ryan Holmes
2016-06-12 02:18:18 -04:00
committed by GitHub
parent a357a5b845
commit 15519fd783

View File

@@ -240,7 +240,7 @@ class Miscellanea(ViewColumn):
formatAmount(lockRangeBonus, 3, 0, 3),
formatAmount(gravBonus, 3, 0, 3),
)
tooltip = "Applied bonuses:\n{0}% scan resolution| {1}% lock range | {2}% sensor strength".format(
tooltip = "Applied bonuses:\n{0}% scan resolution | {1}% lock range | {2}% sensor strength".format(
formatAmount(scanResBonus, 3, 0, 3),
formatAmount(lockRangeBonus, 3, 0, 3),
formatAmount(gravBonus, 3, 0, 3),