Group renames

This commit is contained in:
blitzmann
2016-04-06 00:22:19 -04:00
parent 9c33947a45
commit 8ed485df0e
8 changed files with 14 additions and 14 deletions

View File

@@ -4,5 +4,5 @@
# Skill: Advanced Drone Interfacing
type = "passive"
def handler(fit, skill, context):
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Drone Control Unit",
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Fighter Support Unit",
"maxGroupActive", skill.level)