Fix syntax errors
This commit is contained in:
@@ -2,4 +2,4 @@ type = "passive"
|
||||
def handler(fit, module, context):
|
||||
fit.ship.boostItemAttr("energyWarfareResistance",
|
||||
module.getModifiedItemAttr("energyWarfareResistanceBonus"),
|
||||
stackingPenalties = True
|
||||
stackingPenalties = True)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user