From eeccca390af02ab0461dce5ab0bddbcdf2db2db6 Mon Sep 17 00:00:00 2001 From: warriorstar-orion Date: Wed, 19 Mar 2025 17:31:17 -0400 Subject: [PATCH] fix disposal pipe draw layer (#28712) --- code/modules/recycling/disposal.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/recycling/disposal.dm b/code/modules/recycling/disposal.dm index 208907535b2..9e2e9e00fbd 100644 --- a/code/modules/recycling/disposal.dm +++ b/code/modules/recycling/disposal.dm @@ -841,7 +841,7 @@ damage_deflection = 10 flags_2 = RAD_PROTECT_CONTENTS_2 | RAD_NO_CONTAMINATE_2 plane = FLOOR_PLANE - layer = CLOSED_TURF_LAYER // slightly lower than wires and other pipes + layer = DISPOSAL_PIPE_LAYER // slightly lower than wires and other pipes base_icon_state // initial icon state on map /// The last time a sound was played from this var/last_sound