From a25feaf203e5bba49efceb5d3dab59443332d0b9 Mon Sep 17 00:00:00 2001 From: pgmzeta Date: Thu, 6 Feb 2025 01:15:52 -0800 Subject: [PATCH] airbridge turfs and walls block foreground parallax (#22214) --- code/turf/turf_drawbridge.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/turf/turf_drawbridge.dm b/code/turf/turf_drawbridge.dm index 78aed857f9942..52e2e21320a1a 100644 --- a/code/turf/turf_drawbridge.dm +++ b/code/turf/turf_drawbridge.dm @@ -26,7 +26,9 @@ // regular white steel floor for now but a good candidate for new sprites! icon_state = "airbridge" name = "airbridge floor" + occlude_foreground_parallax_layers = TRUE /turf/simulated/wall/airbridge icon_state = "airbridge" name = "airbridge wall" + occlude_foreground_parallax_layers = TRUE