Fix #82
This commit is contained in:
@@ -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",))
|
||||
|
||||
Reference in New Issue
Block a user