Implants are not penalized

This commit is contained in:
DarkPhoenix
2018-06-19 16:10:41 +03:00
parent 6c6423515c
commit 1b932fd885

View File

@@ -7,4 +7,4 @@ type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Stasis Web", "maxRange",
src.getModifiedItemAttr("stasisWebRangeBonus"), stackingPenalties=True)
src.getModifiedItemAttr("stasisWebRangeBonus"), stackingPenalties=False)