11 lines
267 B
Python
11 lines
267 B
Python
# droneRangeBonusAdd
|
|
#
|
|
# Used by:
|
|
# Modules from group: Drone Control Range Module (7 of 7)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
amount = module.getModifiedItemAttr("droneRangeBonus")
|
|
fit.extraAttributes.increase("droneControlRange", amount)
|