Recalc all fits which might need that when changing factorReload flag

This commit is contained in:
DarkPhoenix
2019-07-05 01:08:00 +03:00
parent 6e083a5af8
commit 63ca8dc559
5 changed files with 21 additions and 32 deletions

View File

@@ -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