mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
[MIRROR] Fixes windows not returning an Initialize hint (#1902)
* Fixes windows not returning an Initialize hint * Update window.dm * Delete window.dm.rej
This commit is contained in:
committed by
Poojawa
parent
2da7322cca
commit
2c09a344b7
@@ -49,7 +49,7 @@
|
|||||||
to_chat(user, "<span class='notice'>Alt-click to rotate it clockwise.</span>")
|
to_chat(user, "<span class='notice'>Alt-click to rotate it clockwise.</span>")
|
||||||
|
|
||||||
/obj/structure/window/Initialize(mapload, direct)
|
/obj/structure/window/Initialize(mapload, direct)
|
||||||
..()
|
. = ..()
|
||||||
if(direct)
|
if(direct)
|
||||||
setDir(direct)
|
setDir(direct)
|
||||||
if(reinf && anchored)
|
if(reinf && anchored)
|
||||||
|
|||||||
Reference in New Issue
Block a user