We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892434e commit 427a76aCopy full SHA for 427a76a
code/game/objects/effects/spawners/grille_window_spawner.dm
@@ -21,7 +21,7 @@
21
if(get_area(src) == get_area(there) && (locate(/obj/structure/grille) in there))
22
continue
23
var/obj/structure/window/new_window = new window_path(loc)
24
- new_window.dir = direction
+ new_window.change_dir(direction)
25
26
/obj/structure/grille/window_spawner/full
27
icon_state = "windowgrille_full"
0 commit comments