diff --git a/eos/effects/industrialcoreeffect2.py b/eos/effects/industrialcoreeffect2.py index 6c3cb4a27..e74ffe39b 100644 --- a/eos/effects/industrialcoreeffect2.py +++ b/eos/effects/industrialcoreeffect2.py @@ -61,6 +61,12 @@ def handler(fit, src, context): fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Leadership"), "maxRange", src.getModifiedItemAttr("industrialCoreBonusCommandBurstRange"), + stackingPenalties=True + ) + fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Leadership"), + "falloffEffectiveness", + src.getModifiedItemAttr("industrialCoreBonusCommandBurstRange"), + stackingPenalties=True ) # Drone Bonuses