8 lines
192 B
Python
8 lines
192 B
Python
# Not used by any item
|
|
type = "passive"
|
|
runTime = "early"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.preAssignItemAttr("signatureRadius", module.getModifiedItemAttr("signatureRadius"))
|