Skip to content

Commit 427a76a

Browse files
Fixes grille spawned windows not having proper density (#37478)
1 parent 892434e commit 427a76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/objects/effects/spawners/grille_window_spawner.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
if(get_area(src) == get_area(there) && (locate(/obj/structure/grille) in there))
2222
continue
2323
var/obj/structure/window/new_window = new window_path(loc)
24-
new_window.dir = direction
24+
new_window.change_dir(direction)
2525

2626
/obj/structure/grille/window_spawner/full
2727
icon_state = "windowgrille_full"

0 commit comments

Comments
 (0)