(fit, ship, context, projectionRange, **kwargs)
| 22337 | |
| 22338 | @staticmethod |
| 22339 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22340 | fit.modules.filteredItemForce(lambda mod: mod.item.group.name == 'Energy Nosferatu', |
| 22341 | 'nosOverride', ship.getModifiedItemAttr('nosOverride'), **kwargs) |
| 22342 | |
| 22343 | |
| 22344 | class Effect5862(BaseEffect): |
nothing calls this directly
no test coverage detected