From dc4c4c7353e939e808f2157dfe5440de3edb48f5 Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Tue, 22 Nov 2016 15:03:21 -0800 Subject: [PATCH] Change to skill req --- eos/effects/industrialcoreeffect2.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/eos/effects/industrialcoreeffect2.py b/eos/effects/industrialcoreeffect2.py index a30ffd518..935edada7 100644 --- a/eos/effects/industrialcoreeffect2.py +++ b/eos/effects/industrialcoreeffect2.py @@ -54,10 +54,7 @@ def handler(fit, src, context): ) # Command Burst Range Bonus - fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in - ( - "Command Burst", - ), + fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Leadership"), "buffDuration", src.getModifiedItemAttr("industrialCoreBonusCommandBurstRange"), )