This commit is contained in:
blitzman
2016-08-12 21:01:22 -04:00
parent 5a5ab846c2
commit 69723d1bd0

View File

@@ -8,7 +8,7 @@
type = "passive"
def handler(fit, container, context):
level = container.level if "skill" in context else 1
penalized = False if "skill" in context or "implant" in context else True
penalized = False if "skill" in context or "implant" in context or "booster" in context else True
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
"explosionDelay", container.getModifiedItemAttr("maxFlightTimeBonus") * level,
stackingPenalties=penalized)