This commit is contained in:
blitzmann
2014-04-24 00:12:10 -04:00
parent 1fea4e5876
commit 83c0bbe37b

View File

@@ -569,7 +569,7 @@ class Module(HandledItem, HandledCharge, ItemAttrShortcut, ChargeAttrShortcut):
context = ("module",)
projected = False
if self.charge is not None and not projected:
if self.charge is not None:
for effect in self.charge.effects.itervalues():
if effect.runTime == runTime:
effect.handler(fit, self, ("moduleCharge",))