Skip to content

Commit

Permalink
Fix lock amount effect
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Apr 8, 2022
1 parent 63c9d98 commit ebd7a1a
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 @@ -26730,7 +26730,7 @@ class Effect6408(BaseEffect):

@staticmethod
def handler(fit, src, context, projectionRange, **kwargs):
fit.extraAttributes.increase('maxTargetsLockedFromSkills', src.getModifiedItemAttr('structureRigMaxTargetBonus'), **kwargs)
fit.ship.increaseItemAttr('maxLockedTargets', src.getModifiedItemAttr('structureRigMaxTargetBonus'), **kwargs)


class Effect6409(BaseEffect):
Expand Down

0 comments on commit ebd7a1a

Please sign in to comment.