10 lines
226 B
Python
10 lines
226 B
Python
# cpuOutputAddCpuOutputPassive
|
|
#
|
|
# Used by:
|
|
# Items from category: Subsystem (40 of 80)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.increaseItemAttr("cpuOutput", module.getModifiedItemAttr("cpuOutput"))
|