Fix tooltip order

This commit is contained in:
Ebag333
2016-12-04 22:36:22 -08:00
parent b375d3cb6c
commit 61d1878494

View File

@@ -227,8 +227,8 @@ class Miscellanea(ViewColumn):
tooltip = "ECM Jammer Strength:\n{0} Gravimetric | {1} Ladar | {2} Magnetometric | {3} Radar".format(
formatAmount(grav, 3, 0, 3),
formatAmount(ladar, 3, 0, 3),
formatAmount(radar, 3, 0, 3),
formatAmount(magnet, 3, 0, 3),
formatAmount(radar, 3, 0, 3),
)
return text, tooltip
elif itemGroup in ("Remote Sensor Booster", "Sensor Booster", "Signal Amplifier"):