10 lines
242 B
Python
10 lines
242 B
Python
# droneBandwidthAddPassive
|
|
#
|
|
# Used by:
|
|
# Subsystems from group: Offensive Systems (12 of 12)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.increaseItemAttr("droneBandwidth", module.getModifiedItemAttr("droneBandwidth"))
|