diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index daddfa4973..d4f490f488 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -454,7 +454,7 @@ icon_state = "[basestate]" return else - flags = NONE // Removes ON_BORDER and OPPOSITE_OPACITY + flags &= ~ON_BORDER // Removes ON_BORDER var/list/dirs = list() if(anchored) for(var/obj/structure/window/W in orange(src,1))