Skip to content

Commit 7d74b85

Browse files
so it's not twice
1 parent 65021df commit 7d74b85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
/obj/structure/grille/window_spawner/spawned_by_map_element(datum/map_element/ME)
88
. = ..()
9-
initialize()
9+
if(ticker?.current_state == GAME_STATE_PLAYING)
10+
initialize()
1011

1112
/obj/structure/grille/window_spawner/initialize()
1213
icon = 'icons/obj/structures.dmi'

0 commit comments

Comments
 (0)