7 lines
260 B
Python
7 lines
260 B
Python
# Used by:
|
|
# Skill: Advanced Drone Interfacing
|
|
type = "passive"
|
|
def handler(fit, skill, context):
|
|
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Drone Control Unit",
|
|
"maxGroupActive", skill.level)
|