Skip to content

Commit

Permalink
Fix Nestor RR falloff effect
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzmann committed Dec 8, 2015
1 parent 43ae593 commit ae55a2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eos/effects/shipbonusremoterepairrangepiratefaction2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Remote Armor Repair Systems"),
"maxRange", ship.getModifiedItemAttr("shipBonusPirateFaction2"))
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Remote Armor Repair Systems"),
"falloffEffectiveness", ship.getModifiedItemAttr("shipBonusPirateFaction2"))

0 comments on commit ae55a2c

Please sign in to comment.