Fix syntax errors

This commit is contained in:
blitzmann
2016-03-05 21:51:11 -05:00
parent e9a0c5456e
commit 65eb0fac3d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ type = "passive"
def handler(fit, module, context):
fit.ship.boostItemAttr("energyWarfareResistance",
module.getModifiedItemAttr("energyWarfareResistanceBonus"),
stackingPenalties = True
stackingPenalties = True)

View File

@@ -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)