10 lines
246 B
Python
10 lines
246 B
Python
# capacitorCapacityAddPassive
|
|
#
|
|
# Used by:
|
|
# Items from category: Subsystem (20 of 48)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.increaseItemAttr("capacitorCapacity", module.getModifiedItemAttr("capacitorCapacity") or 0)
|