Skip to content

Commit

Permalink
Fix syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzmann committed Mar 6, 2016
1 parent e9a0c54 commit 65eb0fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eos/effects/modifyenergywarfareresistance.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
def handler(fit, module, context):
fit.ship.boostItemAttr("energyWarfareResistance",
module.getModifiedItemAttr("energyWarfareResistanceBonus"),
stackingPenalties = True
stackingPenalties = True)
2 changes: 1 addition & 1 deletion eos/effects/remotesensordampfalloff.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 65eb0fa

Please sign in to comment.