Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
double glass on centcom and bad icon_state
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jun 27, 2023
1 parent 78ca352 commit dd53888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
27 changes: 1 addition & 26 deletions _maps/map_files/generic/CentComm.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -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" = (
Expand Down Expand Up @@ -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" = (
Expand Down Expand Up @@ -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" = (
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -98293,7 +98268,7 @@ evD
evD
fgq
nsM
vJu
nsM
nAN
nAN
nAN
Expand Down
4 changes: 2 additions & 2 deletions code/game/turfs/simulated/walls_indestructible.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dd53888

Please sign in to comment.