10 lines
230 B
Python
10 lines
230 B
Python
# skillFreightBonus
|
|
#
|
|
# Used by:
|
|
# Modules named like: Cargohold Optimization (8 of 8)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("capacity", module.getModifiedItemAttr("cargoCapacityBonus"))
|