Add a few market conversions and change cap drone group name (Feb '16 release)

This commit is contained in:
blitzmann
2016-02-10 01:24:21 -05:00
parent e3742c0420
commit fb7c227a10
2 changed files with 11 additions and 1 deletions

View File

@@ -426,7 +426,7 @@ class Miscellanea(ViewColumn):
ttEntries.append("shield")
tooltip = "{0} repaired per second".format(formatList(ttEntries)).capitalize()
return text, tooltip
elif itemGroup == "Cap Drain Drone":
elif itemGroup == "Energy Neutralizer Drone":
neutAmount = stuff.getModifiedItemAttr("energyDestabilizationAmount")
cycleTime = stuff.getModifiedItemAttr("duration")
if not neutAmount or not cycleTime: