(fit, ship, context, projectionRange, **kwargs)
| 6842 | |
| 6843 | @staticmethod |
| 6844 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6845 | fit.modules.filteredItemForce(lambda mod: mod.item.group.name == 'Cloaking Device', |
| 6846 | 'cloakingTargetingDelay', |
| 6847 | ship.getModifiedItemAttr('covertOpsStealthBomberTargettingDelay'), **kwargs) |
| 6848 | |
| 6849 | |
| 6850 | class Effect2255(BaseEffect): |
nothing calls this directly
no test coverage detected