(fit, module, context, projectionRange, **kwargs)
| 11847 | |
| 11848 | @staticmethod |
| 11849 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11850 | fit.ship.increaseItemAttr('droneCapacity', module.getModifiedItemAttr('droneCapacity'), **kwargs) |
| 11851 | |
| 11852 | |
| 11853 | class Effect3807(BaseEffect): |
nothing calls this directly
no test coverage detected