From 3f0ca9b786fc739a3d3862be652b247759e457e4 Mon Sep 17 00:00:00 2001 From: Dinner <180707738+DinnerCalzone@users.noreply.github.com> Date: Thu, 10 Apr 2025 22:10:03 -0400 Subject: [PATCH] Fix gas mixers and pneumatic valves being hidden by floor tiles (#36428) fix gas mixers and pneumatics valves being hidden by floor tiles --- .../Entities/Structures/Piping/Atmospherics/trinary.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/trinary.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/trinary.yml index c44f700e7f..daeab2dd19 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/trinary.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/trinary.yml @@ -134,6 +134,9 @@ placement: mode: SnapgridCenter components: + - type: SubFloorHide + visibleLayers: + - enum.SubfloorLayers.FirstLayer - type: Sprite sprite: Structures/Piping/Atmospherics/gasmixer.rsi layers: @@ -233,6 +236,8 @@ - type: SubFloorHide blockInteractions: false blockAmbience: false + visibleLayers: + - enum.SubfloorLayers.FirstLayer - type: NodeContainer nodes: inlet: -- 2.51.2