From 5f86f4672c9677bf9a45689626bca3e9f9fdd253 Mon Sep 17 00:00:00 2001 From: Aylong <69762909+AyIong@users.noreply.github.com> Date: Sun, 19 Jan 2025 23:27:06 +0200 Subject: [PATCH] Decrease window frame layer --- .../aesthetics/windows/code/full_tile_windows.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_bandastation/aesthetics/windows/code/full_tile_windows.dm b/modular_bandastation/aesthetics/windows/code/full_tile_windows.dm index 27d56dff44eaf..7fa7c1fabd84c 100644 --- a/modular_bandastation/aesthetics/windows/code/full_tile_windows.dm +++ b/modular_bandastation/aesthetics/windows/code/full_tile_windows.dm @@ -15,7 +15,7 @@ if(!edge_overlay_file) return - edge_overlay = mutable_appearance(edge_overlay_file, "edge-[smoothing_junction]", layer + 0.1, appearance_flags = RESET_COLOR|KEEP_APART) + edge_overlay = mutable_appearance(edge_overlay_file, "edge-[smoothing_junction]", layer + 0.06, appearance_flags = RESET_COLOR|KEEP_APART) . += edge_overlay /obj/structure/window/fulltile