From 3a5d414a387cd8d086326623d99a3f3dbc802a1c Mon Sep 17 00:00:00 2001 From: Aylong <69762909+AyIong@users.noreply.github.com> Date: Sun, 19 Jan 2025 23:28:02 +0200 Subject: [PATCH] Oops --- .../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 7fa7c1fabd84c..c8a62e1d4c286 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.06, appearance_flags = RESET_COLOR|KEEP_APART) + edge_overlay = mutable_appearance(edge_overlay_file, "edge-[smoothing_junction]", layer + 0.01, appearance_flags = RESET_COLOR|KEEP_APART) . += edge_overlay /obj/structure/window/fulltile