Skip to content

Commit

Permalink
fixes misssing shaft error??
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylexis committed Nov 14, 2024
1 parent c52fdc5 commit b918c7b
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions _maps/outpost/ngr_rock.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3013,15 +3013,15 @@
/obj/machinery/elevator_call_button{
pixel_y = 23
},
/obj/effect/landmark/outpost/elevator_machine{
shaft = "1"
},
/obj/effect/turf_decal/siding/wideplating/dark{
dir = 1
},
/obj/effect/turf_decal/corner/opaque/tan/three_quarters{
dir = 4
},
/obj/effect/landmark/outpost/elevator_machine{
shaft = "1"
},
/turf/open/floor/plasteel/tech,
/area/outpost/hallway/central)
"xv" = (
Expand Down Expand Up @@ -4511,6 +4511,12 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/plating/asteroid/rockplanet/safe,
/area/outpost/maintenance/starboard)
"Jl" = (
/obj/effect/landmark/outpost/elevator{
shaft = "1"
},
/turf/closed/indestructible/rock/rockplanet,
/area/outpost/external)
"Jo" = (
/obj/effect/turf_decal/techfloor{
dir = 5
Expand Down Expand Up @@ -6607,9 +6613,6 @@
/turf/open/floor/wood,
/area/outpost/crew/bar)
"ZS" = (
/obj/effect/landmark/outpost/elevator_machine{
shaft = "1"
},
/obj/machinery/door/airlock/grunge{
dir = 4
},
Expand All @@ -6619,6 +6622,9 @@
/obj/machinery/door/firedoor/border_only{
dir = 4
},
/obj/effect/landmark/outpost/elevator_machine{
shaft = "1"
},
/turf/open/floor/plasteel/dark,
/area/outpost/hallway/central)
"ZX" = (
Expand All @@ -6642,7 +6648,7 @@ Tk
Tk
Tk
Tk
Tk
Jl
Tk
Tk
Tk
Expand Down

0 comments on commit b918c7b

Please sign in to comment.