Use the mentions "Long Range" and "High Damage" instead of "Range" &

"Damage"
This commit is contained in:
cncfanatics
2010-10-20 16:28:39 +02:00
parent d12f581d5b
commit 8af875b207

View File

@@ -86,7 +86,7 @@ class ModuleAmmoPicker(ContextMenu):
m = wx.Menu()
self.chargeIds = {}
if self.hardpoint == Hardpoint.TURRET:
self.addSeperator(m, "Range")
self.addSeperator(m, "Long Range")
items = []
range = None
nameBase = None
@@ -119,7 +119,7 @@ class ModuleAmmoPicker(ContextMenu):
for item in items:
m.AppendItem(item)
self.addSeperator(m, "Damage")
self.addSeperator(m, "High Damage")
elif self.hardpoint == Hardpoint.MISSILE:
self.charges.sort(key=self.missileSorter)
type = None