From a9d0ce45b9eb6188856492798015ca85af93e005 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sun, 26 Apr 2020 03:29:43 -0700 Subject: [PATCH] wow lotsa effort huh --- 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 07fd8142cb..6bc2ada140 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -52,7 +52,7 @@ GLOBAL_LIST_EMPTY(electrochromatic_window_lookup) /obj/structure/window/examine(mob/user) . = ..() if(electrochromatic_status != NOT_ELECTROCHROMATIC) - . += "The window has electrochromatic circuitry on it.") + . += "The window has electrochromatic circuitry on it." if(reinf) if(anchored && state == WINDOW_SCREWED_TO_FRAME) . += "The window is screwed to the frame."