Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Disposal Pipe Dispenser to Reactor Core Maintenance #5258

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -57944,6 +57944,12 @@
icon_state = "plate"
},
/area/almayer/living/bridgebunks)
"oKM" = (
/obj/structure/machinery/pipedispenser/disposal/orderable,
/turf/open/floor/almayer{
icon_state = "cargo"
},
/area/almayer/engineering/engine_core)
"oLd" = (
/obj/structure/platform{
dir = 4
Expand Down Expand Up @@ -68906,6 +68912,13 @@
icon_state = "green"
},
/area/almayer/hallways/starboard_hallway)
"tiB" = (
/obj/structure/machinery/power/port_gen/pacman,
/turf/open/floor/almayer{
dir = 5;
icon_state = "plating"
},
/area/almayer/engineering/engine_core)
"tiE" = (
/obj/structure/window/framed/almayer,
/obj/structure/machinery/door/firedoor/border_only/almayer,
Expand Down Expand Up @@ -137436,7 +137449,7 @@ tce
bhB
heg
lfQ
blo
tiB
vNF
xuU
vNF
Expand Down Expand Up @@ -137841,7 +137854,7 @@ jPf
jPf
bhB
dVZ
jyi
oKM
bPe
bQm
wlj
Expand Down
Loading