mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
adds structure spawners for electrified grilles, adds greps for some fulltile window spawners (#69528)
* adds structure spawner for electrified grilles * sdmm key cleanup
This commit is contained in:
@@ -369,3 +369,9 @@ again.
|
||||
if(NORTHWEST)
|
||||
spawn_list = list(/obj/structure/grille, /obj/structure/window/reinforced/plasma/spawner/north, /obj/structure/window/reinforced/plasma/spawner/west)
|
||||
. = ..()
|
||||
|
||||
/obj/effect/spawner/structure/electrified_grille
|
||||
name = "electrified grill spawner"
|
||||
icon = 'icons/obj/structures_spawners.dmi'
|
||||
icon_state = "electrified_grille"
|
||||
spawn_list = list(/obj/structure/grille, /obj/structure/cable)
|
||||
|
||||
Reference in New Issue
Block a user