(fit, container, context, projectionRange, **kwargs)
| 27413 | |
| 27414 | @staticmethod |
| 27415 | def handler(fit, container, context, projectionRange, **kwargs): |
| 27416 | if 'projected' not in context: |
| 27417 | return |
| 27418 | if fit.ship.getModifiedItemAttr('disallowOffensiveModifiers'): |
| 27419 | return |
| 27420 | fit.ship.boostItemAttr('signatureRadius', container.getModifiedItemAttr('signatureRadiusBonus'), |
| 27421 | stackingPenalties=True, **kwargs) |
| 27422 | |
| 27423 | |
| 27424 | class Effect6479(BaseEffect): |
nothing calls this directly
no test coverage detected