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 ea84c04 commit b68d174Copy full SHA for b68d174
code/game/objects/effects/spawners/grille_window_spawner.dm
@@ -4,6 +4,11 @@
4
var/window_path = /obj/structure/window
5
var/full_path
6
7
+/obj/structure/grille/window_spawner/spawned_by_map_element(datum/map_element/ME)
8
+ . = ..()
9
+ if(ticker?.current_state == GAME_STATE_PLAYING)
10
+ initialize()
11
+
12
/obj/structure/grille/window_spawner/initialize()
13
icon = 'icons/obj/structures.dmi'
14
icon_state = "grille0"
0 commit comments