We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e503f commit 92c9e1aCopy full SHA for 92c9e1a
1 file changed
eos/effects/systemmissilevelocity.py
@@ -3,5 +3,5 @@
3
runTime = "early"
4
type = ("projected", "offline")
5
def handler(fit, beacon, context):
6
- fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
7
- "maxVelocity", beacon.getModifiedItemAttr("missileVelocityMultiplier"))
+ fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
+ "maxVelocity", beacon.getModifiedItemAttr("missileVelocityMultiplier"))
0 commit comments