Merge pull request #1282 from burnsypet/issue-1280

Convert booster attribute to value before applying
This commit is contained in:
Ryan Holmes
2017-09-18 19:25:32 -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))