Fix yet another bug in ammo picker
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user