(fit, ship, context, projectionRange, **kwargs)
| 30028 | |
| 30029 | @staticmethod |
| 30030 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 30031 | fit.ship.forceItemAttr('warpBubbleImmune', ship.getModifiedItemAttr('warpBubbleImmuneModifier'), **kwargs) |
| 30032 | |
| 30033 | |
| 30034 | class Effect6661(BaseEffect): |
nothing calls this directly
no test coverage detected