From 2c09a344b71ae8ccd3059c98a8c13c19278cc98f Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 6 Jul 2017 14:15:30 -0500 Subject: [PATCH] [MIRROR] Fixes windows not returning an Initialize hint (#1902) * Fixes windows not returning an Initialize hint * Update window.dm * Delete window.dm.rej --- 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 c95084c90e..f4dd408991 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -49,7 +49,7 @@ to_chat(user, "Alt-click to rotate it clockwise.") /obj/structure/window/Initialize(mapload, direct) - ..() + . = ..() if(direct) setDir(direct) if(reinf && anchored)