Change missile order

This commit is contained in:
cncfanatics
2010-10-20 09:27:26 +02:00
parent eeb5f40e68
commit 21a61684f7

View File

@@ -41,7 +41,7 @@ class ModuleAmmoPicker(ContextMenu):
return (-range, damage, charge.name)
MISSILE_ORDER = ["em", "explosive", "kinetic", "thermal"]
MISSILE_ORDER = ["em", "thermal", "kinetic", "explosive"]
def missileSorter(self, charge):
for i, type in enumerate(self.MISSILE_ORDER):
damage = charge.getAttribute("%sDamage" % type)