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

Fix: Cyberiad Waste and Distribution Monitor #1355

Merged
merged 1 commit into from
Jul 5, 2024
Merged
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
30 changes: 28 additions & 2 deletions _maps/map_files220/stations/boxstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -48603,6 +48603,10 @@
d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/meter{
autolink_id = "wloop_atm_meter";
name = "Waste Loop"
},
/turf/simulated/floor/plasteel{
icon_state = "darkyellowfull"
},
Expand Down Expand Up @@ -48910,6 +48914,10 @@
/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
dir = 8
},
/obj/machinery/atmospherics/meter{
autolink_id = "dloop_atm_meter";
name = "Distribution Loop"
},
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkyellow"
Expand Down Expand Up @@ -55093,6 +55101,15 @@
},
/turf/simulated/floor/wood/oak,
/area/station/maintenance/asmaint)
"gPO" = (
/obj/machinery/atmospherics/pipe/simple/visible,
/obj/machinery/atmospherics/meter{
autolink_id = "mair_out_meter";
layer = 2.9;
name = "Mixed Air Tank Out"
},
/turf/simulated/wall/r_wall,
/area/station/engineering/atmos)
"gPW" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable{
Expand Down Expand Up @@ -83301,6 +83318,15 @@
},
/turf/simulated/floor/plasteel,
/area/station/public/vacant_store)
"qLE" = (
/obj/machinery/atmospherics/pipe/simple/visible,
/obj/machinery/atmospherics/meter{
autolink_id = "mair_in_meter";
layer = 2.9;
name = "Mixed Air Tank In"
},
/turf/simulated/wall/r_wall,
/area/station/engineering/atmos)
"qLK" = (
/obj/machinery/door/airlock/maintenance_hatch,
/obj/effect/mapping_helpers/airlock/autoname,
Expand Down Expand Up @@ -133231,7 +133257,7 @@ qEe
dhH
uPV
vWD
dkM
qLE
lxB
dkV
dkV
Expand Down Expand Up @@ -133745,7 +133771,7 @@ gZo
cNw
djl
cBs
dkM
gPO
vTp
dkV
dkV
Expand Down
Loading