Skip to content

Commit 17721f1

Browse files
committed
Fix EM ability stacking penalty
1 parent c8f9fe8 commit 17721f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

eos/effects.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27108,7 +27108,8 @@ class Effect6439(BaseEffect):
2710827108
@staticmethod
2710927109
def handler(fit, container, context, projectionRange, **kwargs):
2711027110
container.boostItemAttr('maxVelocity',
27111-
container.getModifiedItemAttr('fighterAbilityEvasiveManeuversSpeedBonus'), **kwargs)
27111+
container.getModifiedItemAttr('fighterAbilityEvasiveManeuversSpeedBonus'),
27112+
stackingPenalties=True, **kwargs)
2711227113
container.boostItemAttr('signatureRadius',
2711327114
container.getModifiedItemAttr('fighterAbilityEvasiveManeuversSignatureRadiusBonus'),
2711427115
stackingPenalties=True, **kwargs)

0 commit comments

Comments
 (0)