(fit, module, context, projectionRange, **kwargs)
| 5885 | |
| 5886 | @staticmethod |
| 5887 | def handler(fit, module, context, projectionRange, **kwargs): |
| 5888 | fit.ship.increaseItemAttr('mass', module.getModifiedItemAttr('massAddition'), **kwargs) |
| 5889 | |
| 5890 | |
| 5891 | class Effect1964(BaseEffect): |
nothing calls this directly
no test coverage detected