diff --git a/Content.Client/GameObjects/Components/ClickableComponent.cs b/Content.Client/GameObjects/Components/ClickableComponent.cs index d55c58affe..5bebcc3940 100644 --- a/Content.Client/GameObjects/Components/ClickableComponent.cs +++ b/Content.Client/GameObjects/Components/ClickableComponent.cs @@ -87,6 +87,8 @@ namespace Content.Client.GameObjects.Components { foreach (var layer in sprite.AllLayers) { + if (!layer.Visible) continue; + if (layer.Texture != null) { if (_clickMapManager.IsOccluding(layer.Texture,