Fix tooltip order

(cherry picked from commit 61d1878)
This commit is contained in:
Ebag333
2016-12-04 22:36:22 -08:00
parent 7fbd89392a
commit edfa130939

View File

@@ -226,8 +226,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"):