diff --git a/eos/effects/shipmissilevelocitycf.py b/eos/effects/shipmissilevelocitycf.py index b9d9aaf5f..6cd4b8cfa 100755 --- a/eos/effects/shipmissilevelocitycf.py +++ b/eos/effects/shipmissilevelocitycf.py @@ -2,6 +2,6 @@ # Ship: Kestrel type = "passive" def handler(fit, ship, context): - level = fit.character.getSkill("Destroyers").level + level = fit.character.getSkill("Caldari Frigate").level fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"), "maxVelocity", ship.getModifiedItemAttr("shipBonusCF") * level)