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"), )