Files
pyfa/eos/effects/shipmaxlockedtargetsbonusaddonline.py
2014-07-30 21:23:27 -04:00

6 lines
216 B
Python

# Used by:
# Modules from group: Signal Amplifier (11 of 11)
type = "passive"
def handler(fit, module, context):
fit.ship.increaseItemAttr("maxLockedTargets", module.getModifiedItemAttr("maxLockedTargetsBonus"))