Merge branch 'master' into issue-1264

This commit is contained in:
Ryan Holmes
2017-09-18 20:04:09 -04:00
committed by GitHub

View File

@@ -14,4 +14,4 @@ attr = "boosterMissileVelocityPenalty"
def handler(fit, booster, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
"maxVelocity", attr)
"maxVelocity", booster.getModifiedItemAttr(attr))