Recalc all fits which might need that when changing factorReload flag
This commit is contained in:
@@ -137,6 +137,10 @@ class Fit(object):
|
||||
self.ecmProjectedStr = 1
|
||||
self.commandBonuses = {}
|
||||
|
||||
@property
|
||||
def hasDpsData(self):
|
||||
return len(self.__weaponDpsMap) > 0
|
||||
|
||||
@property
|
||||
def targetResists(self):
|
||||
return self.__targetResists
|
||||
|
||||
Reference in New Issue
Block a user