Files
pyfa/eos/effects/effect3807.py
2019-03-16 14:08:20 -04:00

10 lines
256 B
Python

# maxTargetRangeAddPassive
#
# Used by:
# Subsystems named like: Propulsion Interdiction Nullifier (4 of 4)
type = "passive"
def handler(fit, module, context):
fit.ship.increaseItemAttr("maxTargetRange", module.getModifiedItemAttr("maxTargetRange"))