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

6 lines
186 B
Python

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