diff --git a/_maps/map_files/generic/CentComm.dmm b/_maps/map_files/generic/CentComm.dmm index ca7a237c0e4..b39356c4589 100644 --- a/_maps/map_files/generic/CentComm.dmm +++ b/_maps/map_files/generic/CentComm.dmm @@ -9851,13 +9851,6 @@ /area/centcom/bridge) "fgq" = ( /obj/effect/decal/warning_stripes/northwest, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, /turf/simulated/wall/indestructible/fakeglass, /area/centcom/specops) "fgu" = ( @@ -26552,10 +26545,6 @@ /area/ninja/outpost) "nsM" = ( /obj/effect/decal/warning_stripes/west, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, /turf/simulated/wall/indestructible/fakeglass, /area/centcom/specops) "nsV" = ( @@ -33228,11 +33217,6 @@ /area/centcom/zone1) "qzU" = ( /obj/effect/decal/warning_stripes/southwest, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced, /turf/simulated/wall/indestructible/fakeglass, /area/centcom/specops) "qAj" = ( @@ -44566,15 +44550,6 @@ icon_state = "neutralfull" }, /area/shuttle/escape) -"vJu" = ( -/obj/effect/decal/warning_stripes/west, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced, -/turf/simulated/wall/indestructible/fakeglass, -/area/centcom/specops) "vJx" = ( /obj/structure/chair/sofa{ dir = 1 @@ -98293,7 +98268,7 @@ evD evD fgq nsM -vJu +nsM nAN nAN nAN diff --git a/code/game/turfs/simulated/walls_indestructible.dm b/code/game/turfs/simulated/walls_indestructible.dm index 27914cabcf9..fb024f742a8 100644 --- a/code/game/turfs/simulated/walls_indestructible.dm +++ b/code/game/turfs/simulated/walls_indestructible.dm @@ -283,9 +283,9 @@ canSmoothWith = list(/turf/simulated/wall/indestructible/rock) smooth = SMOOTH_TRUE /turf/simulated/wall/indestructible/iron - name = "iron wall" + name = "plastitanium wall" icon = 'icons/turf/walls/plastitanium_wall.dmi' - icon_state = "iron" + icon_state = "shuttle" canSmoothWith = list( /turf/simulated/wall/indestructible/fakeglass/plastitanium, /turf/simulated/wall/indestructible/iron)