implement a suggestion from @blitzmann

This commit is contained in:
Ebag333
2017-02-24 13:06:02 -08:00
parent eb97a1c11c
commit 5ca882d3ea

View File

@@ -399,7 +399,7 @@ class Fit(object):
self.ecmProjectedStr = 1
self.commandBonuses = {}
for remoterep_type in ("Armor", "Shield", "Hull", "Capacitor"):
for remoterep_type in self.__remoteReps:
self.__remoteReps[remoterep_type] = 0
del self.__calculatedTargets[:]