diff --git a/eos/saveddata/fit.py b/eos/saveddata/fit.py index b33c037a9..8bb7a4ac1 100755 --- a/eos/saveddata/fit.py +++ b/eos/saveddata/fit.py @@ -972,7 +972,7 @@ class Fit(object): # Build a little chain of stuff # Avoid adding projected drones and modules when fit is projected onto self # TODO: remove this workaround when proper self-projection using virtual duplicate fits is implemented - if targetFit == self and forceProjected is True: + if forceProjected is True: c = chain((self.character, self.ship), self.drones, self.boosters, self.appliedImplants, self.modules) else: c = chain((self.character, self.ship), self.drones, self.boosters, self.appliedImplants, self.modules,