11 lines
305 B
Python
11 lines
305 B
Python
# capacityAddPassive
|
|
#
|
|
# Used by:
|
|
# Subsystems named like: Defensive Covert Reconfiguration (4 of 4)
|
|
# Subsystem: Legion Defensive - Nanobot Injector
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, subsystem, context):
|
|
fit.ship.increaseItemAttr("capacity", subsystem.getModifiedItemAttr("cargoCapacityAdd") or 0)
|