Fix targeting delay effect running when rig is offline (#696)

This commit is contained in:
blitzman
2016-08-12 21:08:21 -04:00
parent 69723d1bd0
commit 32ba3fa516

View File

@@ -2,7 +2,7 @@
#
# Used by:
# Modules named like: Targeting Systems Stabilizer (8 of 8)
type = "offline"
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda module: module.item.requiresSkill("Cloaking"),
"cloakingTargetingDelay", module.getModifiedItemAttr("cloakingTargetingDelayBonus"))