From 331338e7b9aa068a08082ea0e73924e6bb774200 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Wed, 30 Dec 2015 23:02:27 -0500 Subject: [PATCH] Fix Command Destroyer MWD sig radius issue --- eos/effects/elitebonuscommanddestroyermwdsigradius3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/effects/elitebonuscommanddestroyermwdsigradius3.py b/eos/effects/elitebonuscommanddestroyermwdsigradius3.py index 34abe1494..f53b6f011 100644 --- a/eos/effects/elitebonuscommanddestroyermwdsigradius3.py +++ b/eos/effects/elitebonuscommanddestroyermwdsigradius3.py @@ -4,4 +4,4 @@ # Ships from group: Command Destroyers (4 of 4) type = "passive" def handler(fit, src, context): - fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("High Speed Maneuvering"), "signatureRadiusBonus", src.getModifiedItemAttr("eliteBonusCommandDestroyer3"), skill="Command Destroyers") + fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("High Speed Maneuvering"), "signatureRadiusBonus", src.getModifiedItemAttr("eliteBonusCommandDestroyer3") * 5) # * 5 because eliteBonusCommandDestroyer3 is only -10 when it should be -50