(fit, module, context, projectionRange, **kwargs)
| 683 | |
| 684 | @staticmethod |
| 685 | def handler(fit, module, context, projectionRange, **kwargs): |
| 686 | fit.ship.increaseItemAttr('maxLockedTargets', module.getModifiedItemAttr('maxLockedTargetsBonus'), **kwargs) |
| 687 | |
| 688 | |
| 689 | class Effect157(BaseEffect): |
nothing calls this directly
no test coverage detected