From 1be4ecb80403d0bfc71234fbf57d26bbcd871cdd Mon Sep 17 00:00:00 2001 From: Denton <32391752+81Denton@users.noreply.github.com> Date: Thu, 5 Apr 2018 13:27:54 +0200 Subject: [PATCH] fixes shuttle/hollow r-plasma window names --- code/game/objects/effects/spawners/structure.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/effects/spawners/structure.dm b/code/game/objects/effects/spawners/structure.dm index f4abff67fbd..d681cd18079 100644 --- a/code/game/objects/effects/spawners/structure.dm +++ b/code/game/objects/effects/spawners/structure.dm @@ -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)