Skip to content

Commit d3fcdcb

Browse files
committed
Marshal bonus is not stacking penalized
1 parent a3dce73 commit d3fcdcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eos/effects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32213,7 +32213,7 @@ class Effect6879(BaseEffect):
3221332213
@staticmethod
3221432214
def handler(fit, src, context, projectionRange, **kwargs):
3221532215
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', 'maxRange',
32216-
src.getModifiedItemAttr('eliteBonusBlackOps3'), stackingPenalties=True, skill='Black Ops', **kwargs)
32216+
src.getModifiedItemAttr('eliteBonusBlackOps3'), skill='Black Ops', **kwargs)
3221732217

3221832218

3221932219
class Effect6880(BaseEffect):

0 commit comments

Comments
 (0)