From 9d1c77f5b7a782cf217c975e615c5ae7c3c15052 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Mon, 17 Apr 2017 21:19:51 -0400 Subject: [PATCH] Damn you effects... --- eos/effects/shipbonustitana1energywarfareamountbonus.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eos/effects/shipbonustitana1energywarfareamountbonus.py b/eos/effects/shipbonustitana1energywarfareamountbonus.py index f3c9e478f..c61632b44 100644 --- a/eos/effects/shipbonustitana1energywarfareamountbonus.py +++ b/eos/effects/shipbonustitana1energywarfareamountbonus.py @@ -4,6 +4,5 @@ # Ship: Molok type = "passive" def handler(fit, src, context): - lvl = src.level - fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Nosferatu", "powerTransferAmount", src.getModifiedItemAttr("shipBonusTitanA1") * lvl, skill="Amarr Titan") - fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Neutralizer", "energyNeutralizerAmount", src.getModifiedItemAttr("shipBonusTitanA1") * lvl, skill="Amarr Titan") + fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Nosferatu", "powerTransferAmount", src.getModifiedItemAttr("shipBonusTitanA1"), skill="Amarr Titan") + fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Neutralizer", "energyNeutralizerAmount", src.getModifiedItemAttr("shipBonusTitanA1"), skill="Amarr Titan")