Skip to content

Commit

Permalink
Marshal bonus is not stacking penalized
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Jun 29, 2024
1 parent a3dce73 commit d3fcdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eos/effects.py
Original file line number Diff line number Diff line change
Expand Up @@ -32213,7 +32213,7 @@ class Effect6879(BaseEffect):
@staticmethod
def handler(fit, src, context, projectionRange, **kwargs):
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):
Expand Down

0 comments on commit d3fcdcb

Please sign in to comment.