Remove debugging print

This commit is contained in:
blitzmann
2016-03-22 23:21:39 -04:00
parent 65483309ab
commit ca91f6bd92

View File

@@ -6,6 +6,5 @@
runTime = "early"
type = "passive"
def handler(fit, implant, context):
print "applying set bonus to implants on ", fit, fit.appliedImplants, " from: ", implant, implant.item.name
fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill("Cybernetics"),
"armorHpBonus", implant.getModifiedItemAttr("implantSetSansha") or 1)