From 36a3ac70b6094a008721ee2a0104c132c501004b Mon Sep 17 00:00:00 2001 From: blitzmann Date: Mon, 26 Jan 2015 23:51:46 -0500 Subject: [PATCH] Removed unneeded variable in effect file --- eos/effects/modesigradiuspostdiv.py | 1 - 1 file changed, 1 deletion(-) diff --git a/eos/effects/modesigradiuspostdiv.py b/eos/effects/modesigradiuspostdiv.py index 72e955f73..3cec5bb76 100644 --- a/eos/effects/modesigradiuspostdiv.py +++ b/eos/effects/modesigradiuspostdiv.py @@ -4,6 +4,5 @@ # Module: Amarr Tactical Destroyer Defense Mode type = "passive" def handler(fit, module, context): - level = fit.character.getSkill("Minmatar Destroyer").level fit.ship.multiplyItemAttr("signatureRadius", 1/module.getModifiedItemAttr("modeSignatureRadiusPostDiv"), stackingPenalties = True, penaltyGroup="postDiv")