(fit, module, context, projectionRange, **kwargs)
| 11125 | |
| 11126 | @staticmethod |
| 11127 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11128 | module.forceItemAttr('disallowInEmpireSpace', module.getModifiedChargeAttr('disallowInEmpireSpace'), **kwargs) |
| 11129 | module.forceItemAttr('disallowInHazardSystem', module.getModifiedChargeAttr('disallowInHazardSystem'), **kwargs) |
| 11130 | |
| 11131 | |
| 11132 | class Effect3602(BaseEffect): |
nothing calls this directly
no test coverage detected