9 lines
265 B
Python
9 lines
265 B
Python
# signatureRadiusPreAssignment
|
|
#
|
|
# Used by:
|
|
# Subsystems from group: Defensive Systems (16 of 16)
|
|
type = "passive"
|
|
runTime = "early"
|
|
def handler(fit, module, context):
|
|
fit.ship.preAssignItemAttr("signatureRadius", module.getModifiedItemAttr("signatureRadius"))
|