From ae065dfd0831c6e8e672aa62e6e26b1c21dec29e Mon Sep 17 00:00:00 2001 From: if-the-world-was-burning Date: Mon, 20 Jul 2026 10:01:37 -0500 Subject: [PATCH 1/4] adds a disposals bin to box med storage, modernizes the theatres of theseus and box --- _maps/map_files/Blueshift/Blueshift.dmm | 29 ++++--- _maps/map_files/BoxStation/BoxStation.dmm | 97 +++++++++++++++++++---- 2 files changed, 99 insertions(+), 27 deletions(-) diff --git a/_maps/map_files/Blueshift/Blueshift.dmm b/_maps/map_files/Blueshift/Blueshift.dmm index 9685b08faff7a..8ab9e8aee2585 100644 --- a/_maps/map_files/Blueshift/Blueshift.dmm +++ b/_maps/map_files/Blueshift/Blueshift.dmm @@ -11968,6 +11968,7 @@ "coz" = ( /obj/structure/window/spawner/directional/south, /obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, /turf/open/floor/iron/white, /area/station/medical/treatment_center) "coD" = ( @@ -28607,7 +28608,6 @@ /area/station/hallway/secondary/entry) "fwb" = ( /obj/machinery/door/firedoor, -/obj/structure/sign/departments/exam_room/directional/south, /turf/open/floor/iron/white, /area/station/medical/treatment_center) "fwc" = ( @@ -29332,6 +29332,7 @@ /obj/structure/disposalpipe/segment{ dir = 10 }, +/obj/structure/sign/departments/exam_room/directional/east, /turf/open/floor/iron/white, /area/station/medical/medbay/central) "fEr" = ( @@ -31141,7 +31142,6 @@ /area/station/science/ordnance/storage) "fXh" = ( /obj/structure/cable, -/obj/effect/landmark/start/medical_doctor, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/blue/filled/warning{ @@ -41253,6 +41253,14 @@ }, /turf/open/floor/glass/reinforced/airless, /area/space/nearstation) +"hWc" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/departments/exam_room/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "hWj" = ( /turf/open/floor/plating, /area/station/security/prison/mess) @@ -45784,7 +45792,6 @@ "iRZ" = ( /obj/machinery/iv_drip, /obj/machinery/defibrillator_mount/directional/north, -/obj/item/radio/intercom/directional/east, /obj/structure/bed/medical/anchored{ dir = 4 }, @@ -91910,9 +91917,9 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/landmark/navigate_destination, /obj/effect/turf_decal/tile/blue/fourcorners, /obj/effect/mapping_helpers/airlock/access/any/medical/general, +/obj/effect/landmark/navigate_destination/med, /turf/open/floor/iron/white, /area/station/medical/medbay/central) "rJF" = ( @@ -118581,15 +118588,15 @@ dir = 4 }, /obj/machinery/light/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, /obj/machinery/camera/directional/east{ c_tag = "Medbay - Central Port"; name = "medbay camera"; network = list("ss13","medbay") }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/medical/medbay/central) "wJj" = ( @@ -228528,7 +228535,7 @@ rHK ePj wJe alq -alq +hWc cxb gXR omQ @@ -228777,7 +228784,7 @@ tca anZ gkz atX -tRa +atX tRa atX hEA @@ -228785,7 +228792,7 @@ kFt fwb atX tRa -tRa +atX atX oiF omQ diff --git a/_maps/map_files/BoxStation/BoxStation.dmm b/_maps/map_files/BoxStation/BoxStation.dmm index fcf4a6bacdc3f..a82d3c2e98510 100644 --- a/_maps/map_files/BoxStation/BoxStation.dmm +++ b/_maps/map_files/BoxStation/BoxStation.dmm @@ -9852,6 +9852,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /turf/open/floor/iron/white, /area/station/medical/storage) "dgz" = ( @@ -11490,6 +11493,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) "dIF" = ( @@ -12773,6 +12779,7 @@ pixel_y = 14 }, /obj/item/storage/backpack/duffelbag/med/surgery, +/obj/machinery/defibrillator_mount/directional/south, /turf/open/floor/iron/white, /area/station/medical/surgery) "ecI" = ( @@ -14225,7 +14232,6 @@ "eBQ" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/light/small/directional/south, -/obj/machinery/defibrillator_mount/directional/south, /obj/structure/table/optable, /turf/open/floor/iron/white, /area/station/medical/surgery) @@ -14396,10 +14402,7 @@ id = "med_priv_2"; name = "Privacy Shutters Control" }, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/landmark/start/medical_doctor, +/obj/structure/closet/secure_closet/personal/patient, /turf/open/floor/iron/white, /area/station/medical/patients_rooms/room_b) "eFM" = ( @@ -17877,6 +17880,16 @@ /obj/machinery/duct, /turf/open/floor/iron/white, /area/station/science/robotics/lab) +"fOU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/duct, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/aft) "fOZ" = ( /obj/effect/turf_decal/tile/green/half/contrasted{ dir = 4 @@ -19491,7 +19504,9 @@ }, /obj/machinery/airalarm/directional/west, /obj/structure/table/reinforced/rglass, -/obj/machinery/computer/records/medical/laptop, +/obj/machinery/computer/records/medical/laptop{ + dir = 3 + }, /turf/open/floor/iron/white, /area/station/science/genetics) "gqq" = ( @@ -30304,6 +30319,10 @@ dir = 6 }, /obj/machinery/firealarm/directional/east, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, /turf/open/floor/iron/white, /area/station/medical/storage) "jLu" = ( @@ -33619,7 +33638,9 @@ pixel_x = -5 }, /obj/item/radio/intercom/directional/east, -/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/computer/operating{ + dir = 1 + }, /turf/open/floor/iron/white, /area/station/medical/patients_rooms/room_b) "kOW" = ( @@ -36536,6 +36557,10 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/landmark/start/medical_doctor, /turf/open/floor/iron/white, /area/station/medical/patients_rooms/room_b) "lHY" = ( @@ -41757,10 +41782,7 @@ id = "med_priv_1"; name = "Privacy Shutters Control" }, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/landmark/start/medical_doctor, +/obj/structure/closet/secure_closet/personal/patient, /turf/open/floor/iron/white, /area/station/medical/patients_rooms/room_a) "nuS" = ( @@ -44173,7 +44195,9 @@ "ohm" = ( /obj/effect/turf_decal/tile/blue/opposingcorners, /obj/structure/table/reinforced/rglass, -/obj/machinery/computer/records/medical/laptop, +/obj/machinery/computer/records/medical/laptop{ + dir = 3 + }, /turf/open/floor/iron/checker{ dir = 1 }, @@ -44275,6 +44299,7 @@ pixel_y = 14 }, /obj/item/storage/backpack/duffelbag/med/surgery, +/obj/machinery/defibrillator_mount/directional/south, /turf/open/floor/iron/white, /area/station/medical/surgery) "ojr" = ( @@ -48403,6 +48428,9 @@ }, /obj/machinery/vending/wallmed/directional/west, /obj/structure/table, +/obj/machinery/computer/records/medical/laptop{ + dir = 1 + }, /turf/open/floor/iron/white, /area/station/medical/patients_rooms/room_a) "pCb" = ( @@ -50378,6 +50406,7 @@ }, /obj/machinery/vending/wallmed/directional/west, /obj/structure/table, +/obj/machinery/computer/records/medical/laptop, /turf/open/floor/iron/white, /area/station/medical/patients_rooms/room_b) "qjq" = ( @@ -56934,7 +56963,9 @@ /area/station/service/hydroponics/chicken) "srS" = ( /obj/structure/table/wood, -/obj/machinery/computer/records/medical/laptop, +/obj/machinery/computer/records/medical/laptop{ + dir = 3 + }, /turf/open/floor/carpet/blue, /area/station/medical/psychology) "ssd" = ( @@ -59521,6 +59552,11 @@ dir = 1 }, /obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "medbay_foyer"; + name = "Medbay" + }, /turf/open/floor/iron/white/textured, /area/station/medical/exam_room) "tjP" = ( @@ -62700,7 +62736,7 @@ pixel_x = -5 }, /obj/item/radio/intercom/directional/east, -/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/computer/operating, /turf/open/floor/iron/white, /area/station/medical/patients_rooms/room_a) "uiM" = ( @@ -64023,6 +64059,8 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, +/obj/structure/chair/office, +/obj/effect/landmark/start/medical_doctor, /turf/open/floor/iron/white, /area/station/medical/patients_rooms/room_a) "uFl" = ( @@ -64293,6 +64331,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "medbay_foyer"; + name = "Medbay" + }, /turf/open/floor/iron/white/textured, /area/station/medical/exam_room) "uIU" = ( @@ -71645,6 +71688,27 @@ /obj/effect/spawner/random/vending/colavend, /turf/open/floor/iron/dark, /area/station/command/bridge) +"wTi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/duct, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white/textured, +/area/station/medical/storage) "wTy" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -74471,6 +74535,7 @@ name = "Apothecary" }, /obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, +/obj/effect/landmark/navigate_destination/med, /turf/open/floor/iron/white/textured, /area/station/medical/pharmacy) "xQU" = ( @@ -114355,7 +114420,7 @@ fep sxS sxS sxS -ttr +wTi sxS sxS ocd @@ -114869,7 +114934,7 @@ jQs jQs jQs jQs -uEE +fOU nNu uEE uEE From 7add8c6946410e04b9dd2bad6b3417b33f38ddd5 Mon Sep 17 00:00:00 2001 From: if-the-world-was-burning Date: Mon, 20 Jul 2026 11:00:09 -0500 Subject: [PATCH 2/4] i dont know what this affected to be honest --- _maps/map_files/Blueshift/Blueshift.dmm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_maps/map_files/Blueshift/Blueshift.dmm b/_maps/map_files/Blueshift/Blueshift.dmm index 8ab9e8aee2585..35d5e536dfcfd 100644 --- a/_maps/map_files/Blueshift/Blueshift.dmm +++ b/_maps/map_files/Blueshift/Blueshift.dmm @@ -47953,6 +47953,10 @@ /obj/effect/turf_decal/delivery/white{ color = "#52B4E9" }, +/obj/machinery/light_switch/directional/west{ + pixel_y = 0; + pixel_x = -26 + }, /turf/open/floor/iron/dark, /area/station/medical/treatment_center) "jnG" = ( @@ -76376,9 +76380,6 @@ }, /area/station/science/xenobiology) "oKC" = ( -/obj/machinery/light_switch/directional/west{ - pixel_x = -24 - }, /obj/machinery/light/directional/west, /obj/machinery/camera/directional/west{ c_tag = "Medbay - Treatment Center"; From b43ed8fb9a7bb8c1803d2ff5191a2edcdb2f9796 Mon Sep 17 00:00:00 2001 From: if-the-world-was-burning Date: Mon, 20 Jul 2026 11:42:50 -0500 Subject: [PATCH 3/4] cleans up misclicks and optimizes slightly --- _maps/map_files/Blueshift/Blueshift.dmm | 12 ++++++++++-- _maps/map_files/BoxStation/BoxStation.dmm | 1 - 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/_maps/map_files/Blueshift/Blueshift.dmm b/_maps/map_files/Blueshift/Blueshift.dmm index 35d5e536dfcfd..f6c078d1b9fd5 100644 --- a/_maps/map_files/Blueshift/Blueshift.dmm +++ b/_maps/map_files/Blueshift/Blueshift.dmm @@ -88834,6 +88834,14 @@ /obj/structure/bookcase/random/fiction, /turf/open/floor/wood, /area/station/medical/aslyum) +"rgy" = ( +/obj/effect/spawner/structure/window, +/obj/structure/curtain{ + req_access = list("medical") + }, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/plating, +/area/station/medical/medbay/lobby) "rgD" = ( /turf/closed/wall/r_wall, /area/station/common/laser_tag) @@ -91920,7 +91928,7 @@ }, /obj/effect/turf_decal/tile/blue/fourcorners, /obj/effect/mapping_helpers/airlock/access/any/medical/general, -/obj/effect/landmark/navigate_destination/med, +/obj/effect/landmark/navigate_destination, /turf/open/floor/iron/white, /area/station/medical/medbay/central) "rJF" = ( @@ -226211,7 +226219,7 @@ ipY fSN cfl cfl -lns +rgy uHL tck jkO diff --git a/_maps/map_files/BoxStation/BoxStation.dmm b/_maps/map_files/BoxStation/BoxStation.dmm index a82d3c2e98510..8d917af7d4cc2 100644 --- a/_maps/map_files/BoxStation/BoxStation.dmm +++ b/_maps/map_files/BoxStation/BoxStation.dmm @@ -74535,7 +74535,6 @@ name = "Apothecary" }, /obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy, -/obj/effect/landmark/navigate_destination/med, /turf/open/floor/iron/white/textured, /area/station/medical/pharmacy) "xQU" = ( From b601f3a0cd201a48514ee389e714a4e486469589 Mon Sep 17 00:00:00 2001 From: if-the-world-was-burning Date: Mon, 20 Jul 2026 11:47:34 -0500 Subject: [PATCH 4/4] misclicked while cleaning a misclick --- _maps/map_files/Blueshift/Blueshift.dmm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/_maps/map_files/Blueshift/Blueshift.dmm b/_maps/map_files/Blueshift/Blueshift.dmm index f6c078d1b9fd5..932ef31050a54 100644 --- a/_maps/map_files/Blueshift/Blueshift.dmm +++ b/_maps/map_files/Blueshift/Blueshift.dmm @@ -88834,14 +88834,6 @@ /obj/structure/bookcase/random/fiction, /turf/open/floor/wood, /area/station/medical/aslyum) -"rgy" = ( -/obj/effect/spawner/structure/window, -/obj/structure/curtain{ - req_access = list("medical") - }, -/obj/effect/landmark/navigate_destination, -/turf/open/floor/plating, -/area/station/medical/medbay/lobby) "rgD" = ( /turf/closed/wall/r_wall, /area/station/common/laser_tag) @@ -226219,7 +226211,7 @@ ipY fSN cfl cfl -rgy +lns uHL tck jkO