(fit, subsystem, context, projectionRange, **kwargs)
| 11894 | |
| 11895 | @staticmethod |
| 11896 | def handler(fit, subsystem, context, projectionRange, **kwargs): |
| 11897 | fit.ship.increaseItemAttr('capacity', subsystem.getModifiedItemAttr('cargoCapacityAdd') or 0, **kwargs) |
| 11898 | |
| 11899 | |
| 11900 | class Effect3811(BaseEffect): |
nothing calls this directly
no test coverage detected