Change to skill req

This commit is contained in:
Ebag333
2016-11-22 15:03:21 -08:00
parent 1540c9463a
commit dc4c4c7353

View File

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