Merge pull request #6283 from Citadel-Station-13/upstream-merge-36994

[MIRROR] Fixes window spawner names
This commit is contained in:
deathride58
2018-04-07 00:51:12 +00:00
committed by GitHub
@@ -151,7 +151,7 @@ again.
//shuttle window
/obj/effect/spawner/structure/window/shuttle
name = "reinforced tinted window spawner"
name = "reinforced shuttle window spawner"
icon_state = "swindow_spawner"
spawn_list = list(/obj/structure/grille, /obj/structure/window/shuttle)
@@ -225,7 +225,7 @@ again.
spawn_list = list(/obj/structure/grille, /obj/structure/window/plasma/reinforced/fulltile)
/obj/effect/spawner/structure/window/hollow/plasma/reinforced
name = "hollow plasma window spawner"
name = "hollow reinforced plasma window spawner"
icon_state = "phrwindow_spawner_full"
spawn_list = list(/obj/structure/grille, /obj/structure/window/plasma/reinforced, /obj/structure/window/plasma/reinforced/spawner/north, /obj/structure/window/plasma/reinforced/spawner/east, /obj/structure/window/plasma/reinforced/spawner/west)