diff --git a/eos/saveddata/fit.py b/eos/saveddata/fit.py index 9a78c9c12..72913a096 100755 --- a/eos/saveddata/fit.py +++ b/eos/saveddata/fit.py @@ -919,13 +919,13 @@ class Fit(object): (effect.isType("active") and thing.state >= State.ACTIVE): # Run effect, and get proper bonuses applied try: - effect.handler(targetFit, thing, context) + effect.handler(self, thing, context) except: pass else: # Run effect, and get proper bonuses applied try: - effect.handler(targetFit, thing, context) + effect.handler(self, thing, context) except: pass for fit in self.projectedFits: