Fix yet another bug in ammo picker

This commit is contained in:
DarkPhoenix
2012-05-09 01:08:04 +04:00
parent a5dcddb009
commit 96590f2c37

View File

@@ -163,6 +163,7 @@ class ModuleAmmoPicker(ContextMenu):
self.charges.sort(key=self.missileSorter)
type = None
sub = None
defender = None
for charge in self.charges:
currType = self.damageInfo(charge)[0]