Marshal bonus is not stacking penalized

This commit is contained in:
DarkPhoenix
2024-06-29 23:50:03 +02:00
parent a3dce73663
commit d3fcdcbe47

View File

@@ -32213,7 +32213,7 @@ class Effect6879(BaseEffect):
@staticmethod @staticmethod
def handler(fit, src, context, projectionRange, **kwargs): def handler(fit, src, context, projectionRange, **kwargs):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', 'maxRange', fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', 'maxRange',
src.getModifiedItemAttr('eliteBonusBlackOps3'), stackingPenalties=True, skill='Black Ops', **kwargs) src.getModifiedItemAttr('eliteBonusBlackOps3'), skill='Black Ops', **kwargs)
class Effect6880(BaseEffect): class Effect6880(BaseEffect):