(fit, module, context, projectionRange, **kwargs)
| 39905 | |
| 39906 | @staticmethod |
| 39907 | def handler(fit, module, context, projectionRange, **kwargs): |
| 39908 | fit.modules.filteredItemIncrease( |
| 39909 | lambda mod: mod.item.requiresSkill('Cloaking'), 'activationBlocked', |
| 39910 | module.getModifiedItemAttr('disruptionLanceDisallowCloaking'), **kwargs) |
| 39911 | |
| 39912 | |
| 39913 | class Effect11743(BaseEffect): |
nothing calls this directly
no test coverage detected