mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Merge pull request #8598 from Rykka-Stormheart/shep-dev-midpoint-ceiling-fix
Add /obj/effect/ceiling on center pipes
This commit is contained in:
@@ -86,7 +86,6 @@
|
||||
icon_state = "32-2"
|
||||
},
|
||||
/obj/structure/disposalpipe/down,
|
||||
/obj/effect/ceiling,
|
||||
/obj/machinery/door/firedoor/glass,
|
||||
/turf/simulated/open,
|
||||
/area/maintenance/tether_midpoint)
|
||||
@@ -260,6 +259,7 @@
|
||||
},
|
||||
/obj/structure/cable,
|
||||
/obj/effect/ceiling,
|
||||
/obj/effect/ceiling,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/tether_midpoint)
|
||||
"y" = (
|
||||
@@ -284,6 +284,7 @@
|
||||
/obj/structure/disposalpipe/up{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/ceiling,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/tether_midpoint)
|
||||
"B" = (
|
||||
@@ -292,6 +293,7 @@
|
||||
"C" = (
|
||||
/obj/structure/disposalpipe/up,
|
||||
/obj/effect/ceiling,
|
||||
/obj/effect/ceiling,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/tether_midpoint)
|
||||
"D" = (
|
||||
|
||||
Reference in New Issue
Block a user