Skip to content

Commit

Permalink
railing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Sep 25, 2023
1 parent 2cf2df8 commit 84746d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
37 changes: 20 additions & 17 deletions _maps/map_files/generic/CentCom.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,15 @@
/turf/open/floor/iron,
/area/centcom/central_command_areas/admin)
"aL" = (
/obj/structure/railing/corner,
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 1
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/railing{
dir = 6;
layer = 3.1
},
/turf/open/floor/iron/dark,
/area/centcom/central_command_areas/evacuation/ship)
"aM" = (
Expand Down Expand Up @@ -717,12 +720,6 @@
/turf/open/floor/iron/grimy,
/area/centcom/central_command_areas/courtroom)
"dv" = (
/obj/structure/railing/corner{
dir = 8
},
/obj/structure/railing/corner{
dir = 1
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
dir = 8
},
Expand Down Expand Up @@ -894,6 +891,10 @@
/obj/effect/turf_decal/siding/dark{
dir = 4
},
/obj/structure/railing{
dir = 10;
layer = 3.1
},
/turf/open/floor/iron/dark,
/area/centcom/central_command_areas/evacuation/ship)
"ef" = (
Expand Down Expand Up @@ -4608,6 +4609,10 @@
dir = 8
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/railing{
dir = 10;
layer = 3.1
},
/turf/open/floor/iron/dark,
/area/centcom/central_command_areas/evacuation/ship)
"sx" = (
Expand Down Expand Up @@ -6452,10 +6457,6 @@
/turf/open/floor/iron,
/area/centcom/tdome/observation)
"Ae" = (
/obj/structure/railing/corner,
/obj/structure/railing/corner{
dir = 4
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
dir = 8
},
Expand Down Expand Up @@ -7895,9 +7896,6 @@
/obj/effect/turf_decal/siding/wideplating/dark{
dir = 4
},
/obj/structure/railing/corner{
dir = 1
},
/turf/open/floor/wood,
/area/centcom/central_command_areas/fore)
"GT" = (
Expand Down Expand Up @@ -8065,6 +8063,10 @@
/obj/effect/turf_decal/siding/dark{
dir = 6
},
/obj/structure/railing{
dir = 4;
layer = 4.1
},
/turf/open/floor/iron/dark,
/area/centcom/central_command_areas/evacuation/ship)
"Id" = (
Expand Down Expand Up @@ -8701,6 +8703,10 @@
/obj/effect/turf_decal/siding/dark{
dir = 10
},
/obj/structure/railing{
dir = 8;
layer = 4.1
},
/turf/open/floor/iron/dark,
/area/centcom/central_command_areas/evacuation/ship)
"LA" = (
Expand Down Expand Up @@ -10609,9 +10615,6 @@
/turf/closed/indestructible/fakeglass,
/area/centcom/tdome/observation)
"Tb" = (
/obj/structure/railing/corner{
dir = 8
},
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 1
Expand Down
1 change: 0 additions & 1 deletion code/game/objects/structures/railings.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
bomb = 10

/obj/structure/railing/corner //aesthetic corner sharp edges hurt oof ouch
icon_state = "railing_corner"
density = FALSE
climbable = FALSE

Expand Down

0 comments on commit 84746d7

Please sign in to comment.