8 lines
208 B
Python
8 lines
208 B
Python
# passiveMassAdd
|
|
#
|
|
# Used by:
|
|
# Modules from group: Entosis Link (2 of 2)
|
|
type = "offline"
|
|
def handler(fit, module, context):
|
|
fit.ship.increaseItemAttr("mass", module.getModifiedItemAttr("massAddition"))
|