(fit, ship, context, projectionRange, **kwargs)
| 2290 | |
| 2291 | @staticmethod |
| 2292 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2293 | fit.ship.boostItemAttr('capacity', ship.getModifiedItemAttr('shipBonusMI'), skill='Minmatar Hauler', **kwargs) |
| 2294 | |
| 2295 | |
| 2296 | class Effect729(BaseEffect): |
nothing calls this directly
no test coverage detected