8 lines
289 B
Python
8 lines
289 B
Python
# addToSignatureRadius2
|
|
#
|
|
# Used by:
|
|
# Modules from group: Missile Launcher Bomb (2 of 2)
|
|
# Modules from group: Shield Extender (25 of 25)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.increaseItemAttr("signatureRadius", module.getModifiedItemAttr("signatureRadiusAdd")) |