8 lines
240 B
Python
8 lines
240 B
Python
# droneCapacityAdddroneCapacityPassive
|
|
#
|
|
# Used by:
|
|
# Items from category: Subsystem (42 of 80)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.increaseItemAttr("droneCapacity", module.getModifiedItemAttr("droneCapacity"))
|