Fit implant effects (now applies to whichever implant source is selected)

This commit is contained in:
blitzmann
2016-03-22 23:16:31 -04:00
parent 9b1c543eb7
commit 71d33f3429
27 changed files with 28 additions and 27 deletions

View File

@@ -5,5 +5,5 @@
runTime = "early"
type = "passive"
def handler(fit, implant, context):
fit.implants.filteredItemMultiply(lambda mod: mod.item.group.name == "Cyberimplant",
fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == "Cyberimplant",
"WarpSBonus", implant.getModifiedItemAttr("implantSetWarpSpeed"))