Skip to content

Commit

Permalink
Do not apply ES bonus to weapon locus rigs
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Apr 20, 2015
1 parent 940035f commit e5430ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
def handler(fit, module, context):
if "gang" not in context: return
for bonus in ("maxRangeBonus", "falloffBonus", "trackingSpeedBonus"):
fit.modules.filteredItemBoost(lambda mod: lambda mod: mod.item.requiresSkill("Weapon Disruption"),
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Weapon Disruption"),
bonus, module.getModifiedItemAttr("commandBonusTD"))

0 comments on commit e5430ca

Please sign in to comment.