(fit, ship, context, projectionRange, **kwargs)
| 37719 | |
| 37720 | @staticmethod |
| 37721 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37722 | fit.ship.boostItemAttr( |
| 37723 | 'specialGasHoldCapacity', ship.getModifiedItemAttr('minmatarIndustrialBonusGasHoldCapacity'), |
| 37724 | skill='Minmatar Hauler', **kwargs) |
| 37725 | |
| 37726 | |
| 37727 | class Effect8278(BaseEffect): |
nothing calls this directly
no test coverage detected