Remove debugging print
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user