(fit, module, context, projectionRange, **kwargs)
| 5950 | |
| 5951 | @staticmethod |
| 5952 | def handler(fit, module, context, projectionRange, **kwargs): |
| 5953 | amount = module.getModifiedItemAttr('droneRangeBonus') |
| 5954 | fit.extraAttributes.increase('droneControlRange', amount, **kwargs) |
| 5955 | |
| 5956 | |
| 5957 | class Effect2008(BaseEffect): |
nothing calls this directly
no test coverage detected