From c62b0a1a1c1766ee84e612bc4084443aa3afe8ec Mon Sep 17 00:00:00 2001 From: Kluys Date: Sat, 20 Oct 2018 18:15:14 +0200 Subject: [PATCH] Typo fixu --- 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 4e99f56c905..c1e58f89848 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -65,7 +65,7 @@ var/global/wcCommon = pick(list("#379963", "#0d8395", "#58b5c3", "#49e46e", "#8f else to_chat(user, "The window is unscrewed from the floor, and could be deconstructed by wrenching.") if(!anchored && !fulltile) - to_chat(user, "alt-click to rotate it.") + to_chat(user, "Alt-click to rotate it.") /obj/structure/window/New(Loc, direct) ..()