diff --git a/eos/saveddata/module.py b/eos/saveddata/module.py index ad4a52811..bde1a9aa6 100755 --- a/eos/saveddata/module.py +++ b/eos/saveddata/module.py @@ -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",))