Files
pyfa/eos/effects/dronecapacityadddronecapacitypassive.py
2014-07-30 21:23:27 -04:00

6 lines
199 B
Python

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