(fit, module, context, projectionRange, **kwargs)
| 38164 | |
| 38165 | @staticmethod |
| 38166 | def handler(fit, module, context, projectionRange, **kwargs): |
| 38167 | module.forceItemAttr( |
| 38168 | 'isBlackOpsJumpPortalPassenger', module.getModifiedChargeAttr('isBlackOpsJumpPortalPassenger'), **kwargs) |
| 38169 | module.forceItemAttr( |
| 38170 | 'isBlackOpsJumpConduitPassenger', module.getModifiedChargeAttr('isBlackOpsJumpConduitPassenger'), **kwargs) |
| 38171 | |
| 38172 | |
| 38173 | class Effect8470(BaseEffect): |
nothing calls this directly
no test coverage detected