diff --git a/korman/exporter/material.py b/korman/exporter/material.py index 040c341..7ea052a 100644 --- a/korman/exporter/material.py +++ b/korman/exporter/material.py @@ -330,7 +330,7 @@ class MaterialConverter: else: layer_props = texture.plasma_layer layer.opacity = layer_props.opacity / 100 - if layer_props.opacity < 100: + if layer_props.opacity < 100 and not state.blendFlags & hsGMatState.kBlendMask: state.blendFlags |= hsGMatState.kBlendAlpha if layer_props.alpha_halo: state.blendFlags |= hsGMatState.kBlendAlphaTestHigh