Removed problematic conditional sending projected fit to the wrong path

This commit is contained in:
blitzmann
2014-04-27 01:35:57 -04:00
parent 83c0bbe37b
commit d32407b9f8

View File

@@ -813,7 +813,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,