From 8787caccba884b2ca38f4445e019e8f9f775ad73 Mon Sep 17 00:00:00 2001 From: keronshb Date: Sat, 22 May 2021 14:12:31 -0400 Subject: [PATCH] Fixes the roundstart deconstruction issue --- code/game/objects/structures/window.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 2d97009fa1..4757eacfdb 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -94,7 +94,7 @@ GLOBAL_LIST_EMPTY(electrochromatic_window_lookup) if(extra_reinforced && anchored) state = PRWINDOW_SECURE - if(reinf && anchored) + else if(reinf && anchored) state = WINDOW_SCREWED_TO_FRAME