diff --git a/eos/effects/modifyenergywarfareresistance.py b/eos/effects/modifyenergywarfareresistance.py index 2685b4a01..3c1400dc2 100644 --- a/eos/effects/modifyenergywarfareresistance.py +++ b/eos/effects/modifyenergywarfareresistance.py @@ -2,4 +2,4 @@ type = "passive" def handler(fit, module, context): fit.ship.boostItemAttr("energyWarfareResistance", module.getModifiedItemAttr("energyWarfareResistanceBonus"), - stackingPenalties = True + stackingPenalties = True) diff --git a/eos/effects/remotesensordampfalloff.py b/eos/effects/remotesensordampfalloff.py index 7fc0de1e5..8b57f1231 100644 --- a/eos/effects/remotesensordampfalloff.py +++ b/eos/effects/remotesensordampfalloff.py @@ -5,4 +5,4 @@ def handler(fit, module, context): fit.ship.boostItemAttr("maxTargetRange", module.getModifiedItemAttr("maxTargetRangeBonus"), stackingPenalties = True) fit.ship.boostItemAttr("scanResolution", module.getModifiedItemAttr("scanResolutionBonus"), - stackingPenalties = True + stackingPenalties = True)