Fix some effects

This commit is contained in:
blitzman
2016-11-20 15:25:27 -05:00
parent 7751a2e072
commit 59b854b00d
11 changed files with 12 additions and 31 deletions

View File

@@ -13,4 +13,4 @@ def handler(fit, module, context):
# Doesn't apply to covops cloaks
fit.extraAttributes["cloaked"] = True
# Apply speed penalty
fit.ship.multiplyItemAttr("maxVelocity", module.getModifiedItemAttr("maxVelocityBonus"))
fit.ship.multiplyItemAttr("maxVelocity", module.getModifiedItemAttr("maxVelocityModifier"))