Clear up drone/fighter DPS data on changing factor reload flag

This commit is contained in:
DarkPhoenix
2019-07-24 19:29:52 +03:00
parent 58f3618350
commit a652e12fa4
2 changed files with 2 additions and 2 deletions

View File

@@ -149,5 +149,4 @@ class FighterAbility:
return dps
def clear(self):
self.__dps = None
self.__volley = None
pass

View File

@@ -141,6 +141,7 @@ class Fit:
# Here we clear all data known to rely on cycle parameters
# (which, in turn, relies on factor reload flag)
self.__weaponDpsMap.clear()
self.__droneDps = None
self.__remoteRepMap.clear()
self.__capStable = None
self.__capState = None