From fc8ff2fbaf66e75c97883e3f0c09b419867f197e Mon Sep 17 00:00:00 2001 From: Krysonism <49783092+Krysonism@users.noreply.github.com> Date: Sun, 29 Jun 2025 20:20:51 +0200 Subject: [PATCH] Emergency suture is kill. Replaced with bandage. (#91854) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About The Pull Request This PR removes the suture/emergency item and replaces it with a bandage in all instances. Provides as much brute healing overall(25), but in one big chunk. ## Why It's Good For The Game ### Flavour Suturing is a specialised medical skill and not typically something you'd expect to find a standard workplace first aid kit. The emergency suture also shared a sprite with the regular suture causing confusion. ### Healing Glut Like when I first added sutures and mesh six year ago, one of the main reasons for making this change is also to start making a dent in the glut of free easy healing available to the crew. While medical is in a much better place than before we started the grand medical revitalisation project¹ 6 or so years ago, we have been backsliding by turbo powercreeping chems, letting plumbing churn out ungodly amounts of heal mix patches, nerfing organ damage and wounds and adding more free healing items to maps. While these bandages provide the same amount of healing, the healing is less granular as such some of it will likely be wasted, leading to a modest reduction of free heal points available to the crew under real world conditions. #### Wound Treatment The bandages are worse for treating bleeds, but the kit already contains a super ez bleed fixing pen and gauze, so the kit is still very robust for dealing with bleeds. Hopefully the minor reduction in bleed treating power will encourage players to engage more with the expansive and robust system we have for ghetto treatment of bleeds. While this doesn't address the multiple elephants in the room, it reduces the free item glut slightly. 1. (cloning removal, organ damage, trek meds removal, sleeper removal, bruise pack removal, surgery expansion etc) --- .../SpaceRuins/dangerous_research.dmm | 122 +- .../map_files/NebulaStation/NebulaStation.dmm | 1684 ++++++++--------- code/game/objects/items/stacks/medical.dm | 8 - code/game/objects/items/storage/medkit.dm | 2 +- .../Scripts/91854_emergency_suture.txt | 3 + 5 files changed, 907 insertions(+), 912 deletions(-) create mode 100644 tools/UpdatePaths/Scripts/91854_emergency_suture.txt diff --git a/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm b/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm index 9a172cb8565..dab4c540d4d 100644 --- a/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm +++ b/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm @@ -149,15 +149,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/showroomfloor, /area/ruin/space/has_grav/dangerous_research/dorms) -"ci" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/wallframe/camera, -/obj/effect/decal/cleanable/blood/gibs/robot_debris, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/ruin/space/has_grav/dangerous_research/lab) "cl" = ( /obj/structure/table, /obj/structure/window/reinforced/spawner/directional/east, @@ -300,6 +291,15 @@ /obj/effect/turf_decal/tile/neutral/opposingcorners, /turf/open/floor/iron/dark, /area/ruin/space/has_grav/dangerous_research/lab) +"eh" = ( +/obj/effect/turf_decal/trimline/purple/line{ + dir = 1 + }, +/obj/item/wallframe/camera, +/obj/item/stack/cable_coil, +/obj/effect/decal/cleanable/blood/gibs/robot_debris/up, +/turf/open/floor/iron/white, +/area/ruin/space/has_grav/dangerous_research/medical) "eq" = ( /obj/effect/turf_decal/tile/purple/anticorner/contrasted{ dir = 4 @@ -453,11 +453,6 @@ /obj/machinery/light/small/red/directional/north, /turf/open/floor/iron, /area/ruin/space/has_grav/dangerous_research/maint) -"gl" = ( -/obj/effect/spawner/structure/window/reinforced/plasma, -/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible, -/turf/open/floor/plating, -/area/ruin/space/has_grav/dangerous_research/maint) "go" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -504,6 +499,15 @@ /obj/effect/turf_decal/tile/neutral/opposingcorners, /turf/open/floor/iron/dark, /area/ruin/space/has_grav/dangerous_research/lab) +"gL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/wallframe/camera, +/obj/effect/decal/cleanable/blood/gibs/robot_debris, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/ruin/space/has_grav/dangerous_research/lab) "gN" = ( /obj/effect/turf_decal/trimline/purple/line{ dir = 1 @@ -807,6 +811,19 @@ /obj/machinery/light/broken/directional/north, /turf/open/floor/plating/rust, /area/ruin/space/has_grav/dangerous_research/medical) +"kF" = ( +/obj/item/stack/medical/bandage, +/obj/item/stack/medical/gauze/twelve, +/obj/item/reagent_containers/hypospray/medipen/blood_loss, +/obj/effect/spawner/random/medical/injector, +/obj/effect/turf_decal/tile/dark_red/anticorner{ + dir = 4 + }, +/obj/structure/closet/crate/secure/freezer/interdyne{ + req_access = null + }, +/turf/open/floor/iron/dark, +/area/ruin/space/has_grav/dangerous_research) "kP" = ( /obj/structure/closet/l3closet/scientist, /obj/effect/decal/cleanable/dirt, @@ -944,6 +961,14 @@ /obj/effect/turf_decal/tile/purple, /turf/open/floor/iron/white, /area/ruin/space/has_grav/dangerous_research/lab) +"ns" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/ruin/space/has_grav/dangerous_research/maint) "nv" = ( /obj/structure/chair/comfy{ dir = 8 @@ -1060,19 +1085,6 @@ /obj/structure/window/reinforced/spawner/directional/east, /turf/open/floor/iron/dark, /area/ruin/space/has_grav/dangerous_research/lab) -"oJ" = ( -/obj/item/stack/medical/suture/emergency, -/obj/item/stack/medical/gauze/twelve, -/obj/item/reagent_containers/hypospray/medipen/blood_loss, -/obj/effect/spawner/random/medical/injector, -/obj/effect/turf_decal/tile/dark_red/anticorner{ - dir = 4 - }, -/obj/structure/closet/crate/secure/freezer/interdyne{ - req_access = null - }, -/turf/open/floor/iron/dark, -/area/ruin/space/has_grav/dangerous_research) "oW" = ( /obj/effect/turf_decal/stripes/asteroid{ dir = 8 @@ -1108,6 +1120,17 @@ "pk" = ( /turf/closed/wall, /area/ruin/space/has_grav/dangerous_research) +"pm" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/mapping_helpers/apc/away_general_access, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil/slippery, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/ruin/space/has_grav/dangerous_research/maint) "pu" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/extinguisher_cabinet/directional/west, @@ -2659,15 +2682,6 @@ }, /turf/open/floor/iron/white, /area/ruin/space/has_grav/dangerous_research/lab) -"IC" = ( -/obj/effect/turf_decal/trimline/purple/line{ - dir = 1 - }, -/obj/item/wallframe/camera, -/obj/item/stack/cable_coil, -/obj/effect/decal/cleanable/blood/gibs/robot_debris/up, -/turf/open/floor/iron/white, -/area/ruin/space/has_grav/dangerous_research/medical) "IZ" = ( /obj/effect/turf_decal/stripes/asteroid{ dir = 4 @@ -3207,14 +3221,6 @@ /obj/effect/turf_decal/tile/neutral/opposingcorners, /turf/open/floor/iron/dark, /area/ruin/space/has_grav/dangerous_research/dorms) -"PZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/oil, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/ruin/space/has_grav/dangerous_research/maint) "Qa" = ( /obj/effect/turf_decal/siding/dark{ dir = 4 @@ -3649,6 +3655,11 @@ /obj/structure/window/reinforced/spawner/directional/east, /turf/open/floor/iron/dark, /area/ruin/space/has_grav/dangerous_research/lab) +"VO" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible, +/turf/open/floor/plating, +/area/ruin/space/has_grav/dangerous_research/maint) "VP" = ( /obj/structure/closet{ name = "Outpost Security Locker" @@ -3760,17 +3771,6 @@ /obj/effect/turf_decal/tile/yellow/half/contrasted, /turf/open/floor/iron, /area/ruin/space/has_grav/dangerous_research/maint) -"XI" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/mapping_helpers/apc/away_general_access, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/oil/slippery, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/ruin/space/has_grav/dangerous_research/maint) "XO" = ( /obj/effect/decal/cleanable/blood/footprints{ dir = 8 @@ -4623,7 +4623,7 @@ Qv Bg Bg Tc -ci +gL Gb VL Ja @@ -4924,12 +4924,12 @@ Zc PM Ki Zn -IC +eh Jh wV kz Zv -oJ +kF at VP uR @@ -5318,7 +5318,7 @@ By OK xW XB -gl +VO DL Qv Qv @@ -5353,11 +5353,11 @@ js Ag dC jR -XI +pm go Ob Aq -PZ +ns MU CB jR diff --git a/_maps/map_files/NebulaStation/NebulaStation.dmm b/_maps/map_files/NebulaStation/NebulaStation.dmm index 3ed4d2cae89..77e174198db 100644 --- a/_maps/map_files/NebulaStation/NebulaStation.dmm +++ b/_maps/map_files/NebulaStation/NebulaStation.dmm @@ -3497,6 +3497,10 @@ }, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"aBx" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/carpet/red, +/area/station/maintenance/starboard/central) "aBG" = ( /obj/effect/turf_decal/delivery, /obj/structure/closet/firecloset, @@ -4674,6 +4678,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/medical/morgue) +"aKP" = ( +/obj/machinery/photocopier/prebuilt, +/obj/effect/turf_decal/bot, +/obj/structure/sign/calendar/directional/north, +/turf/open/floor/iron/dark/textured_large, +/area/station/engineering/storage_shared) "aKQ" = ( /obj/effect/turf_decal/siding/thinplating_new/dark{ dir = 6 @@ -5859,19 +5869,6 @@ /obj/structure/flora/rock/pile/jungle/large/style_random, /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) -"aUr" = ( -/obj/structure/table/reinforced/rglass, -/obj/item/rag{ - pixel_y = 11; - pixel_x = -4 - }, -/obj/item/kitchen/rollingpin, -/obj/item/reagent_containers/borghypo/borgshaker{ - pixel_y = 5; - pixel_x = 6 - }, -/turf/open/floor/iron/dark/herringbone, -/area/station/hallway/secondary/service) "aUu" = ( /obj/structure/rack, /obj/effect/turf_decal/tile/dark/diagonal_centre, @@ -7013,6 +7010,11 @@ dir = 8 }, /area/station/engineering/atmos/storage) +"bcE" = ( +/obj/machinery/photocopier/prebuilt, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) "bcJ" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 4 @@ -7479,6 +7481,15 @@ /obj/structure/secure_safe/directional/west, /turf/open/floor/wood/large, /area/station/commons/dorms) +"bgz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/photocopier/prebuilt, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood/large, +/area/station/security/detectives_office) "bgN" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -7679,22 +7690,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark/textured, /area/station/engineering/atmos/storage/gas) -"biI" = ( -/obj/structure/table/wood, -/obj/structure/desk_bell{ - pixel_x = 7 - }, -/obj/item/rag, -/obj/item/reagent_containers/cup/glass/coffee{ - pixel_x = -3; - pixel_y = 9 - }, -/obj/effect/turf_decal/siding/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/service/cafeteria) "biK" = ( /obj/effect/turf_decal/siding/thinplating_new/dark{ dir = 1 @@ -8008,10 +8003,6 @@ /obj/effect/turf_decal/bot_white, /turf/open/floor/iron/dark/textured_large, /area/station/maintenance/aft/greater) -"blR" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/plating, -/area/station/maintenance/port/central) "blS" = ( /obj/effect/turf_decal/siding/wood/end{ dir = 4 @@ -8243,15 +8234,28 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/dark, /area/station/service/chapel) -"bnM" = ( -/obj/effect/turf_decal/tile/blue/anticorner/contrasted, -/obj/structure/table/glass, -/obj/item/stack/medical/mesh, -/obj/item/stack/medical/suture/emergency, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) +"bnF" = ( +/obj/item/tank/internals/anesthetic{ + pixel_x = 3 + }, +/obj/item/tank/internals/anesthetic, +/obj/item/tank/internals/anesthetic{ + pixel_x = -3 + }, +/obj/structure/rack, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark/filled/line{ + dir = 1 + }, +/obj/item/clothing/mask/breath/muzzle, +/obj/item/clothing/mask/breath/muzzle, +/obj/item/clothing/mask/breath/muzzle{ + pixel_y = -4 + }, +/turf/open/floor/iron/showroomfloor, +/area/station/medical/surgery/theatre) "bnN" = ( /obj/structure/table/optable, /obj/item/radio/intercom/directional/south, @@ -10316,6 +10320,14 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/station/science/lower) +"bCv" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/effect/decal/cleanable/blood/oil, +/obj/item/screwdriver, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/central) "bCK" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/meter, @@ -11775,13 +11787,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/carpet/black, /area/station/service/minibar) -"bNt" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/machinery/photocopier/prebuilt, -/turf/open/floor/wood/large, -/area/station/service/library) "bNx" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 @@ -13763,13 +13768,6 @@ /obj/structure/window/reinforced/spawner/directional/west, /turf/open/floor/bamboo/tatami/black, /area/station/maintenance/starboard/central) -"cce" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/item/cigbutt/cigarbutt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/trimline/dark, -/turf/open/floor/iron/dark, -/area/station/commons/storage/primary) "cci" = ( /obj/structure/table/reinforced, /obj/item/clipboard, @@ -13909,6 +13907,16 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark/small, /area/station/engineering/main) +"cdU" = ( +/obj/structure/broken_flooring/singular/directional/east, +/obj/item/clothing/head/utility/hardhat{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/station/maintenance/fore/lesser) "cdX" = ( /obj/structure/cable, /obj/structure/window/reinforced/spawner/directional/south, @@ -17457,6 +17465,11 @@ }, /turf/open/floor/carpet/red, /area/station/maintenance/department/bridge) +"cFQ" = ( +/obj/structure/sign/warning/biohazard, +/obj/effect/spawner/random/structure/grille, +/turf/open/space/openspace, +/area/space/nearstation) "cFS" = ( /obj/effect/turf_decal/siding/thinplating_new/dark{ dir = 1 @@ -17824,6 +17837,10 @@ /obj/structure/flora/rock/pile/icy/style_2, /turf/open/misc/asteroid/snow/standard_air, /area/station/science/lower) +"cIn" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating, +/area/station/maintenance/port/central) "cIp" = ( /obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted, /obj/effect/turf_decal/trimline/dark_blue/filled/corner{ @@ -19756,11 +19773,6 @@ /obj/machinery/digital_clock/directional/south, /turf/open/floor/carpet, /area/station/medical/psychology) -"cWV" = ( -/obj/machinery/computer/dna_console, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark/textured, -/area/station/science/genetics) "cXn" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, /obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ @@ -19800,27 +19812,6 @@ "cXz" = ( /turf/open/floor/glass/reinforced/plasma/airless, /area/space/nearstation) -"cXB" = ( -/obj/structure/table, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 8 - }, -/obj/item/food/energybar, -/obj/item/rag{ - pixel_y = 14 - }, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/dark_red/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white/herringbone, -/area/station/commons/fitness) "cXD" = ( /obj/structure/chair/sofa/corp/left{ dir = 1 @@ -20606,16 +20597,6 @@ }, /turf/open/floor/iron/dark/small, /area/station/engineering/atmos/project) -"ddd" = ( -/obj/effect/spawner/random/structure/closet_maintenance, -/obj/effect/spawner/random/maintenance/two, -/obj/item/rag, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) "ddf" = ( /obj/machinery/door/airlock/public/glass{ name = "Aft Primary Hallway" @@ -22300,15 +22281,6 @@ dir = 10 }, /area/station/maintenance/starboard/central) -"dpy" = ( -/obj/effect/turf_decal/trimline/purple/corner{ - dir = 8 - }, -/obj/machinery/airalarm/directional/east, -/obj/structure/table/glass, -/obj/machinery/photocopier/prebuilt, -/turf/open/floor/iron/white, -/area/station/science/research) "dpz" = ( /obj/structure/disposalpipe/sorting/mail{ dir = 8; @@ -23398,17 +23370,6 @@ dir = 1 }, /area/station/security/execution/education) -"dxH" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) "dxI" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -24520,17 +24481,6 @@ /obj/structure/hedge, /turf/open/floor/iron/dark/textured_large, /area/station/maintenance/starboard/central) -"dFX" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/machinery/photocopier/prebuilt, -/obj/item/toy/figure/hos{ - pixel_y = 12; - pixel_x = 3 - }, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/hos) "dFY" = ( /obj/effect/turf_decal/trimline/purple, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -24844,13 +24794,6 @@ }, /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) -"dIE" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/port/central) "dIG" = ( /obj/machinery/door/airlock/medical{ name = "Medical Cold Room" @@ -25229,6 +25172,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"dMv" = ( +/obj/machinery/computer/dna_console{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured_large, +/area/station/science/genetics) "dMw" = ( /obj/effect/turf_decal/siding/thinplating_new/dark{ dir = 9 @@ -26392,6 +26342,12 @@ dir = 8 }, /area/station/commons/dorms) +"dVi" = ( +/obj/item/clothing/shoes/ducky_shoes{ + name = "Quackins" + }, +/turf/open/water/deep_beach, +/area/station/commons/fitness/recreation/pool) "dVo" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/sign/poster/ripped/directional/east, @@ -27656,14 +27612,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/fore/greater) -"edS" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/emergency, -/obj/effect/decal/cleanable/blood/oil, -/obj/item/screwdriver, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/iron/dark/textured_large, -/area/station/maintenance/central) "edV" = ( /obj/effect/turf_decal/siding/thinplating_new/dark/corner{ dir = 4 @@ -29011,6 +28959,15 @@ dir = 8 }, /area/station/security/interrogation) +"eoe" = ( +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/photocopier/prebuilt, +/obj/machinery/camera/autoname/directional/east, +/turf/open/floor/wood/large, +/area/station/service/lawoffice) "eof" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/cmo) @@ -29262,20 +29219,6 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/execution/education) -"epR" = ( -/obj/structure/railing, -/obj/effect/turf_decal/siding/thinplating_new/light/end, -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/clothing/gloves/color/blue{ - desc = "An old pair of nitrile gloves, with no sterile properties."; - name = "old nitrile gloves" - }, -/obj/item/clothing/mask/surgical, -/obj/item/clothing/suit/apron/surgical, -/obj/item/rag, -/turf/open/floor/iron/white/textured_large, -/area/station/maintenance/department/medical) "epY" = ( /obj/effect/turf_decal/siding/thinplating_new/dark{ dir = 4 @@ -29312,6 +29255,13 @@ /obj/machinery/modular_computer/preset/id, /turf/open/floor/carpet/red, /area/station/command/heads_quarters/hos) +"eqm" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/photocopier/prebuilt, +/turf/open/floor/wood/large, +/area/station/service/library) "eqr" = ( /obj/structure/railing{ dir = 1 @@ -32058,11 +32008,6 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/white, /area/station/science/research) -"eLw" = ( -/obj/structure/sign/warning/biohazard, -/obj/effect/spawner/random/structure/grille, -/turf/open/space/openspace, -/area/space/nearstation) "eLB" = ( /obj/effect/turf_decal/siding/brown/corner, /obj/effect/turf_decal/trimline/brown/filled/corner, @@ -32883,6 +32828,12 @@ }, /turf/open/floor/iron/dark, /area/station/cargo/storage) +"eSx" = ( +/obj/machinery/photocopier/prebuilt, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/cargo/storage) "eSD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -34556,15 +34507,6 @@ /obj/structure/window/reinforced/spawner/directional/north, /turf/open/floor/grass, /area/station/medical/treatment_center) -"ffk" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/photocopier/prebuilt, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/wood/large, -/area/station/security/detectives_office) "ffp" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -34606,6 +34548,11 @@ /obj/effect/turf_decal/siding/thinplating_new, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"ffC" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/machinery/photocopier/prebuilt, +/turf/open/floor/wood/large, +/area/station/service/chapel/office) "ffE" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -34627,18 +34574,6 @@ /obj/structure/cable, /turf/open/floor/carpet/black, /area/station/commons/vacant_room/office) -"ffH" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/blood/oil, -/obj/effect/turf_decal/bot_white, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/turf/open/floor/iron/dark/textured_large, -/area/station/maintenance/central) "ffS" = ( /turf/closed/wall, /area/station/commons/fitness/recreation/pool) @@ -36565,6 +36500,14 @@ dir = 1 }, /area/station/engineering/atmos) +"fvf" = ( +/obj/structure/mop_bucket, +/obj/item/mop, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "fvi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/stairs/right{ @@ -37289,20 +37232,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/glass/reinforced, /area/station/security/prison) -"fAL" = ( -/obj/machinery/door/airlock/medical{ - name = "Psychology Lobby" - }, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/patients_rooms) "fAM" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -37350,6 +37279,22 @@ }, /turf/open/floor/iron/white/small, /area/station/service/kitchen) +"fBc" = ( +/obj/structure/table/wood, +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/obj/item/rag, +/obj/item/reagent_containers/cup/glass/coffee{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/service/cafeteria) "fBk" = ( /obj/effect/turf_decal/tile/dark/diagonal_centre, /obj/structure/table/reinforced/rglass, @@ -38302,6 +38247,14 @@ dir = 8 }, /area/station/hallway/secondary/service) +"fHS" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/sign/departments/science/directional/south, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/fore/lesser) "fHW" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark/small, @@ -38341,6 +38294,27 @@ dir = 8 }, /area/station/hallway/primary/fore) +"fIu" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 8 + }, +/obj/item/food/energybar, +/obj/item/rag{ + pixel_y = 14 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/herringbone, +/area/station/commons/fitness) "fIz" = ( /obj/structure/hedge, /obj/effect/turf_decal/siding/wood{ @@ -39700,21 +39674,6 @@ }, /turf/open/floor/plating, /area/station/command) -"fTB" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "medbay" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/warning{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/warning, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark/textured, -/area/station/medical/medbay/lobby) "fTC" = ( /obj/effect/turf_decal/siding/thinplating_new/dark/end, /obj/structure/showcase/cyborg/old{ @@ -40090,10 +40049,6 @@ }, /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) -"fVA" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/carpet/red, -/area/station/maintenance/starboard/central) "fVG" = ( /obj/effect/turf_decal/siding/wideplating_new/dark{ dir = 4 @@ -41801,6 +41756,14 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/fore/greater) +"giO" = ( +/obj/machinery/door/poddoor/massdriver_ordnance, +/obj/machinery/atmos_shield_gen/active{ + dir = 1 + }, +/obj/machinery/atmos_shield_gen/active, +/turf/open/floor/plating, +/area/station/science/ordnance/testlab) "giQ" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -43218,34 +43181,6 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron/smooth, /area/station/cargo/drone_bay) -"gtE" = ( -/obj/effect/turf_decal/trimline/dark_red/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 1 - }, -/obj/structure/table, -/obj/item/rag{ - pixel_y = 14 - }, -/obj/item/reagent_containers/cup/glass/waterbottle{ - pixel_x = 7; - pixel_y = 2 - }, -/obj/item/reagent_containers/cup/soda_cans/monkey_energy{ - pixel_x = -7; - pixel_y = 7 - }, -/obj/structure/sign/poster/contraband/cybersun_six_hundred/directional/north, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/white/smooth_edge{ - dir = 1 - }, -/area/station/security/prison/workout) "gtI" = ( /obj/structure/table/reinforced/rglass, /obj/item/storage/box/beakers{ @@ -44548,6 +44483,16 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron/dark, /area/station/security/processing) +"gDG" = ( +/obj/effect/spawner/random/structure/closet_maintenance, +/obj/effect/spawner/random/maintenance/two, +/obj/item/rag, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "gDJ" = ( /obj/effect/turf_decal/siding/thinplating_new/dark/corner{ dir = 1 @@ -45095,6 +45040,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark/textured, /area/station/commons/fitness/recreation) +"gIo" = ( +/obj/machinery/photocopier/prebuilt, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/item/ammo_casing/rocket{ + pixel_x = 4; + pixel_y = 15; + name = "Dud Rocket"; + desc = "An 84mm High Explosive rocket. This one's a dud. Pretty sure." + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/qm) "gIt" = ( /turf/open/floor/wood/large, /area/station/command/heads_quarters/hos) @@ -45867,6 +45825,18 @@ }, /turf/open/misc/grass, /area/station/engineering/atmos) +"gOj" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/turf_decal/bot_white, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/open/floor/iron/dark/textured_large, +/area/station/maintenance/central) "gOk" = ( /obj/effect/turf_decal/trimline/brown/line, /obj/effect/turf_decal/trimline/brown/line{ @@ -45931,10 +45901,6 @@ dir = 8 }, /area/station/service/janitor) -"gOQ" = ( -/obj/effect/landmark/start/hangover, -/turf/open/water/deep_beach, -/area/station/commons/fitness/recreation/pool) "gOV" = ( /turf/closed/wall, /area/station/service/cafeteria) @@ -48803,15 +48769,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"hjP" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay" - }, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) "hjS" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine/co2, @@ -48953,24 +48910,6 @@ }, /turf/open/floor/wood/parquet, /area/station/cargo/mining_breakroom) -"hll" = ( -/obj/structure/table, -/obj/item/rag{ - pixel_y = 14; - pixel_x = 7 - }, -/obj/item/reagent_containers/cup/glass/waterbottle{ - pixel_x = -8; - pixel_y = 13 - }, -/obj/item/reagent_containers/cup/soda_cans/tonic{ - pixel_y = 4 - }, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 6 - }, -/turf/open/floor/iron/white/smooth_half, -/area/station/commons/fitness) "hlu" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -49626,6 +49565,11 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/secondary/command) +"hqP" = ( +/obj/machinery/computer/dna_console, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured, +/area/station/science/genetics) "hqT" = ( /obj/effect/turf_decal/siding/thinplating_new/dark{ dir = 9 @@ -49636,19 +49580,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/security/checkpoint/escape) -"hqV" = ( -/obj/structure/railing{ - dir = 10 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/machinery/photocopier/prebuilt, -/turf/open/floor/wood/large, -/area/station/service/library/upper) "hqX" = ( /obj/effect/turf_decal/siding/thinplating_new/dark{ dir = 5 @@ -50268,6 +50199,17 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron/white/small, /area/station/science/lobby) +"hvE" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/photocopier/prebuilt, +/turf/open/floor/iron/dark, +/area/station/cargo/office) "hvR" = ( /obj/effect/turf_decal/trimline/green/corner{ dir = 4 @@ -51587,11 +51529,6 @@ }, /turf/open/floor/grass, /area/station/ai_monitored/aisat/exterior) -"hGz" = ( -/obj/effect/turf_decal/siding/wood/end, -/obj/machinery/photocopier/prebuilt, -/turf/open/floor/wood/large, -/area/station/service/chapel/office) "hGO" = ( /obj/effect/turf_decal/tile/dark/diagonal_centre, /obj/structure/table/glass, @@ -52090,6 +52027,10 @@ /obj/effect/turf_decal/siding/thinplating_new/dark, /turf/open/floor/iron/dark/herringbone, /area/station/security/warden) +"hKR" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) "hLb" = ( /obj/effect/turf_decal/siding/thinplating_new/dark/corner{ dir = 8 @@ -54401,14 +54342,6 @@ }, /turf/open/floor/plating/airless, /area/station/solars/port/fore) -"ibf" = ( -/obj/effect/turf_decal/siding/dark{ - dir = 4 - }, -/obj/machinery/light_switch/directional/west, -/obj/machinery/photocopier/prebuilt, -/turf/open/floor/iron/dark, -/area/station/command) "ibj" = ( /obj/effect/turf_decal/siding/brown{ dir = 4 @@ -57747,26 +57680,6 @@ }, /turf/open/floor/carpet/red, /area/station/security/detectives_office) -"iBw" = ( -/obj/effect/turf_decal/trimline/dark_red/line, -/obj/effect/turf_decal/trimline/dark_red/mid_joiner, -/obj/effect/turf_decal/siding/thinplating_new/light, -/obj/structure/table, -/obj/item/reagent_containers/cup/glass/waterbottle{ - pixel_x = -8; - pixel_y = 13 - }, -/obj/item/rag{ - pixel_y = 14; - pixel_x = 7 - }, -/obj/item/reagent_containers/cup/soda_cans/tonic{ - pixel_y = 4 - }, -/obj/machinery/status_display/evac/directional/south, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/white/smooth_edge, -/area/station/security/prison/workout) "iBB" = ( /obj/effect/turf_decal/siding/thinplating_new/dark{ dir = 1 @@ -58501,14 +58414,6 @@ }, /turf/open/floor/iron/dark, /area/station/medical/virology) -"iGo" = ( -/obj/machinery/photocopier/prebuilt, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/secure_safe/directional/north, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/hop) "iGr" = ( /obj/effect/turf_decal/siding/thinplating_new/dark{ dir = 1 @@ -60007,17 +59912,6 @@ dir = 4 }, /area/station/maintenance/fore/lesser) -"iRL" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue/fourcorners, -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) "iRP" = ( /obj/structure/hedge, /obj/structure/railing{ @@ -60324,11 +60218,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/command/heads_quarters/hos) -"iUN" = ( -/obj/machinery/photocopier/prebuilt, -/obj/structure/sign/flag/ssc/directional/south, -/turf/open/floor/iron/dark, -/area/station/command/meeting_room) "iUX" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -63305,6 +63194,15 @@ /obj/structure/flora/bush/lavendergrass/style_random, /turf/open/floor/grass, /area/station/maintenance/port/central) +"jty" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "jtF" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -63715,16 +63613,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"jwM" = ( -/obj/structure/broken_flooring/singular/directional/east, -/obj/item/clothing/head/utility/hardhat{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/effect/decal/cleanable/blood/oil, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/station/maintenance/fore/lesser) "jwN" = ( /obj/effect/turf_decal/siding/thinplating_new/dark, /obj/effect/turf_decal/trimline/green/filled/line, @@ -64026,14 +63914,6 @@ /obj/machinery/camera/autoname/directional/south, /turf/open/floor/iron/dark, /area/station/command) -"jyY" = ( -/obj/machinery/light_switch/directional/east, -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/structure/sink/directional/west, -/turf/open/floor/iron/dark/textured_edge, -/area/station/science/robotics/lab) "jzd" = ( /obj/structure/window/reinforced/spawner/directional/north, /obj/structure/window/reinforced/spawner/directional/south, @@ -64305,18 +64185,6 @@ /obj/structure/window/spawner/directional/east, /turf/open/floor/iron/dark/small, /area/station/ai_monitored/command/storage/eva) -"jAB" = ( -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 10 - }, -/obj/effect/turf_decal/tile/yellow/diagonal_centre, -/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ - dir = 4 - }, -/obj/machinery/photocopier/prebuilt, -/obj/machinery/camera/autoname/directional/south, -/turf/open/floor/iron/dark/diagonal, -/area/station/engineering/lobby) "jAD" = ( /obj/structure/cable, /obj/effect/mapping_helpers/broken_floor, @@ -65225,6 +65093,20 @@ }, /turf/open/floor/carpet/red, /area/station/command/heads_quarters/hos) +"jGf" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating_new/light/end, +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/clothing/gloves/color/blue{ + desc = "An old pair of nitrile gloves, with no sterile properties."; + name = "old nitrile gloves" + }, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/suit/apron/surgical, +/obj/item/rag, +/turf/open/floor/iron/white/textured_large, +/area/station/maintenance/department/medical) "jGh" = ( /obj/effect/turf_decal/siding/thinplating_new/dark, /obj/machinery/disposal/bin, @@ -65242,6 +65124,20 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/dark/textured, /area/station/commons/dorms) +"jGj" = ( +/obj/effect/turf_decal/tile/dark/opposingcorners, +/obj/structure/table/reinforced/rglass, +/obj/item/rag{ + pixel_y = -6; + pixel_x = 6 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/reagentgrinder, +/turf/open/floor/iron/dark, +/area/station/service/bar) "jGo" = ( /obj/effect/turf_decal/tile/dark_blue/half/contrasted, /obj/effect/turf_decal/siding/dark{ @@ -67564,10 +67460,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark/small, /area/station/science/explab) -"jZx" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/central) "jZz" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 6 @@ -69410,21 +69302,6 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"kmt" = ( -/obj/effect/turf_decal/tile/purple/half/contrasted{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -6; - pixel_y = 2 - }, -/obj/item/rag{ - pixel_y = 5; - pixel_x = 6 - }, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) "kmu" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -69896,29 +69773,6 @@ }, /turf/open/floor/iron/dark/corner, /area/station/security/brig/lower) -"koP" = ( -/obj/effect/turf_decal/siding/dark{ - dir = 10 - }, -/obj/effect/turf_decal/siding/dark/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 10 - }, -/obj/structure/rack, -/obj/item/storage/box/bodybags, -/obj/item/clothing/gloves/latex, -/obj/item/tank/internals/anesthetic, -/obj/item/healthanalyzer, -/obj/item/clothing/mask/surgical, -/obj/machinery/light_switch/directional/south, -/obj/item/clothing/mask/breath/muzzle, -/turf/open/floor/iron/dark/small, -/area/station/science/robotics/augments) "koS" = ( /obj/effect/turf_decal/siding/thinplating_new/dark/corner{ dir = 8 @@ -70505,6 +70359,11 @@ /obj/effect/turf_decal/siding/dark, /turf/open/floor/iron/dark, /area/station/hallway/primary/port) +"ksS" = ( +/obj/machinery/photocopier/prebuilt, +/obj/structure/sign/flag/ssc/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/meeting_room) "ksT" = ( /obj/structure/chair/sofa/corp, /obj/effect/landmark/start/assistant, @@ -71031,22 +70890,6 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/wood/large, /area/station/service/kitchen/diner) -"kwu" = ( -/obj/structure/rack, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/machinery/camera/autoname/directional/east, -/obj/item/storage/toolbox/artistic{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/item/storage/toolbox/crafter{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/wood/large, -/area/station/security/prison/rec) "kwv" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical/glass{ @@ -72295,15 +72138,6 @@ dir = 4 }, /area/station/commons/dorms) -"kEK" = ( -/obj/structure/altar/of_gods, -/obj/effect/turf_decal/siding/thinplating_new/dark, -/obj/item/book/bible, -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 1 - }, -/turf/open/floor/iron/dark/diagonal, -/area/station/service/chapel) "kEN" = ( /obj/effect/turf_decal/siding/thinplating_new/dark, /obj/effect/turf_decal/trimline/red, @@ -72506,6 +72340,13 @@ }, /turf/open/floor/iron/white, /area/station/science/lower) +"kFX" = ( +/obj/machinery/computer/dna_console{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark/textured, +/area/station/science/genetics) "kFZ" = ( /obj/structure/table/reinforced, /obj/item/clothing/suit/utility/radiation, @@ -75293,6 +75134,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet/red, /area/station/commons/dorms) +"lff" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/machinery/light_switch/directional/west, +/obj/machinery/photocopier/prebuilt, +/turf/open/floor/iron/dark, +/area/station/command) "lfg" = ( /obj/structure/cable, /obj/structure/railing/corner{ @@ -77460,13 +77309,6 @@ dir = 4 }, /area/station/commons/toilet/restrooms) -"luw" = ( -/obj/machinery/computer/dna_console{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark/textured, -/area/station/science/genetics) "luy" = ( /obj/effect/turf_decal/tile/dark_blue/half/contrasted{ dir = 4 @@ -78325,6 +78167,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/command/bridge) +"lBR" = ( +/obj/machinery/door/airlock/medical{ + name = "Psychology Lobby" + }, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/patients_rooms) "lBS" = ( /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, @@ -78970,6 +78826,13 @@ }, /turf/open/floor/iron/dark/textured, /area/station/engineering/atmos/project) +"lHx" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/item/cigbutt/cigarbutt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/dark, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) "lHF" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 6 @@ -81347,6 +81210,34 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/engine, /area/station/science/xenobiology) +"mbz" = ( +/obj/effect/turf_decal/trimline/dark_red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 1 + }, +/obj/structure/table, +/obj/item/rag{ + pixel_y = 14 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/reagent_containers/cup/soda_cans/monkey_energy{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/structure/sign/poster/contraband/cybersun_six_hundred/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white/smooth_edge{ + dir = 1 + }, +/area/station/security/prison/workout) "mbA" = ( /obj/effect/turf_decal/siding/thinplating_new/dark/corner{ dir = 4 @@ -82365,6 +82256,13 @@ }, /turf/open/floor/iron/dark/small, /area/station/service/theater) +"mkr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/photocopier/prebuilt, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/ce) "mkx" = ( /obj/effect/turf_decal/plaque{ icon_state = "L12" @@ -82876,12 +82774,6 @@ /obj/item/shovel, /turf/open/misc/asteroid/snow/airless, /area/space/nearstation) -"moA" = ( -/obj/machinery/photocopier/prebuilt, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/cargo/storage) "moJ" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible, /obj/machinery/meter, @@ -83392,6 +83284,27 @@ /obj/machinery/digital_clock/directional/north, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"msw" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 11; + pixel_x = -2 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = 7; + pixel_x = 3 + }, +/obj/item/storage/toolbox/artistic{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/structure/window/spawner/directional/south, +/obj/item/storage/toolbox/crafter{ + pixel_x = 3; + pixel_y = -1 + }, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) "msy" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -84972,6 +84885,18 @@ /obj/structure/marker_beacon/lime, /turf/open/floor/grass, /area/station/hallway/secondary/entry) +"mEP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/effect/turf_decal/tile/yellow/diagonal_centre, +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/obj/machinery/photocopier/prebuilt, +/obj/machinery/camera/autoname/directional/south, +/turf/open/floor/iron/dark/diagonal, +/area/station/engineering/lobby) "mFe" = ( /obj/effect/decal/cleanable/confetti, /turf/open/floor/wood, @@ -85743,6 +85668,21 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/break_room) +"mLi" = ( +/obj/effect/turf_decal/tile/purple/half/contrasted{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/rag{ + pixel_y = 5; + pixel_x = 6 + }, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "mLj" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -86268,9 +86208,6 @@ dir = 4 }, /area/station/commons/dorms) -"mPb" = ( -/turf/open/water/deep_beach, -/area/station/commons/fitness/recreation/pool) "mPc" = ( /obj/effect/turf_decal/siding/thinplating_new/dark{ dir = 1 @@ -86906,10 +86843,6 @@ /obj/vehicle/sealed/mecha/ripley/cargo, /turf/open/floor/iron/dark/textured_large, /area/station/cargo/warehouse) -"mTj" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/engine/hull/reinforced, -/area/space/nearstation) "mTn" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/blue/warning{ @@ -87109,6 +87042,23 @@ "mUP" = ( /turf/closed/wall, /area/station/service/minibar) +"mUT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbay"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/warning, +/turf/open/floor/iron/dark/textured, +/area/station/medical/medbay/lobby) "mUW" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ @@ -89458,6 +89408,24 @@ /obj/item/grown/bananapeel, /turf/open/misc/asteroid/airless, /area/space/nearstation) +"npz" = ( +/obj/structure/table, +/obj/item/rag{ + pixel_y = 14 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/reagent_containers/cup/soda_cans/monkey_energy{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 5 + }, +/turf/open/floor/iron/white/smooth_half, +/area/station/commons/fitness) "npA" = ( /obj/structure/fireplace, /obj/effect/turf_decal/siding/blue{ @@ -89678,12 +89646,6 @@ dir = 1 }, /area/station/science/robotics/lab) -"nre" = ( -/obj/machinery/photocopier/prebuilt, -/obj/effect/turf_decal/bot, -/obj/structure/sign/calendar/directional/north, -/turf/open/floor/iron/dark/textured_large, -/area/station/engineering/storage_shared) "nrh" = ( /obj/machinery/air_sensor/oxygen_tank, /turf/open/floor/engine/o2, @@ -90102,27 +90064,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/carpet/red, /area/station/service/library/lounge) -"nuq" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 11; - pixel_x = -2 - }, -/obj/item/storage/toolbox/electrical{ - pixel_y = 7; - pixel_x = 3 - }, -/obj/item/storage/toolbox/artistic{ - pixel_x = -2; - pixel_y = 3 - }, -/obj/structure/window/spawner/directional/south, -/obj/item/storage/toolbox/crafter{ - pixel_x = 3; - pixel_y = -1 - }, -/turf/open/floor/iron/dark, -/area/station/commons/storage/primary) "nuy" = ( /turf/closed/wall/r_wall/rust, /area/space/nearstation) @@ -91246,15 +91187,6 @@ dir = 4 }, /area/station/commons/dorms) -"nCW" = ( -/obj/structure/window/spawner/directional/south, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/photocopier/prebuilt, -/obj/machinery/camera/autoname/directional/east, -/turf/open/floor/wood/large, -/area/station/service/lawoffice) "nCZ" = ( /obj/effect/turf_decal/tile/blue/half/contrasted{ dir = 8 @@ -92788,6 +92720,24 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron/dark/textured_large, /area/station/maintenance/starboard/aft) +"nOC" = ( +/obj/structure/table, +/obj/item/rag{ + pixel_y = 14; + pixel_x = 7 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = -8; + pixel_y = 13 + }, +/obj/item/reagent_containers/cup/soda_cans/tonic{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/light{ + dir = 6 + }, +/turf/open/floor/iron/white/smooth_half, +/area/station/commons/fitness) "nOX" = ( /obj/effect/turf_decal/delivery/white{ color = "#52B4E9" @@ -94521,6 +94471,22 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/maintenance/port/central) +"obU" = ( +/obj/structure/rack, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/camera/autoname/directional/east, +/obj/item/storage/toolbox/artistic{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/storage/toolbox/crafter{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/wood/large, +/area/station/security/prison/rec) "obV" = ( /obj/effect/turf_decal/siding/dark{ dir = 1 @@ -96310,6 +96276,15 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"ooe" = ( +/obj/structure/altar/of_gods, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/item/book/bible, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/service/chapel) "ooi" = ( /obj/structure/flora/bush/fullgrass, /obj/structure/flora/bush/grassy/style_random, @@ -97049,6 +97024,10 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) +"otY" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) "ouf" = ( /obj/effect/turf_decal/trimline/red/line{ dir = 8 @@ -97683,13 +97662,6 @@ }, /turf/open/floor/iron/white, /area/station/science/lower) -"oyo" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/machinery/photocopier/prebuilt, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/ce) "oyp" = ( /obj/effect/turf_decal/siding/thinplating_new/dark{ dir = 4 @@ -100169,6 +100141,19 @@ }, /turf/open/floor/wood/large, /area/station/security/prison/rec) +"oQy" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/photocopier/prebuilt, +/turf/open/floor/wood/large, +/area/station/service/library/upper) "oQA" = ( /obj/structure/stairs/north, /turf/open/floor/iron/dark, @@ -100305,15 +100290,6 @@ }, /turf/open/floor/iron/dark, /area/station/cargo/sorting) -"oRv" = ( -/obj/effect/turf_decal/trimline/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/white/line, -/obj/structure/table/reinforced/rglass, -/obj/machinery/photocopier/prebuilt, -/turf/open/floor/iron/dark/textured_large, -/area/station/hallway/secondary/service) "oRD" = ( /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 8 @@ -101226,20 +101202,6 @@ }, /turf/open/floor/wood/large, /area/station/maintenance/department/bridge) -"oYm" = ( -/obj/effect/turf_decal/tile/dark/opposingcorners, -/obj/structure/table/reinforced/rglass, -/obj/item/rag{ - pixel_y = -6; - pixel_x = 6 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/reagentgrinder, -/turf/open/floor/iron/dark, -/area/station/service/bar) "oYr" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 @@ -102718,6 +102680,9 @@ }, /turf/open/floor/iron/dark, /area/station/command) +"piz" = ( +/turf/open/water/deep_beach, +/area/station/commons/fitness/recreation/pool) "piB" = ( /obj/effect/decal/cleanable/insectguts, /obj/structure/sign/poster/contraband/random/directional/east, @@ -103586,6 +103551,12 @@ }, /turf/open/floor/plating, /area/station/service/chapel/office) +"poJ" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/sign/warning/electric_shock/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/port/central) "poM" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -104248,6 +104219,16 @@ /obj/structure/flora/rock/pile/jungle/style_random, /turf/open/misc/asteroid/airless, /area/space/nearstation) +"pty" = ( +/obj/machinery/door/poddoor/massdriver_trash, +/obj/machinery/atmos_shield_gen/active{ + dir = 4 + }, +/obj/machinery/atmos_shield_gen/active{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/disposal) "ptB" = ( /obj/effect/turf_decal/siding/thinplating_new/dark{ dir = 4 @@ -105481,18 +105462,6 @@ dir = 2 }, /area/station/commons/fitness/recreation) -"pBN" = ( -/obj/effect/decal/cleanable/blood/oil/slippery, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/button/door/directional/east{ - id = "maintmechbay"; - name = "Workshop Shutters"; - pixel_y = -6 - }, -/turf/open/floor/iron/smooth, -/area/station/maintenance/port/central) "pBW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -106051,24 +106020,6 @@ /obj/structure/marker_beacon/yellow, /turf/open/floor/bamboo, /area/station/ai_monitored/aisat/exterior) -"pGU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "medbay" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/warning{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/warning, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/dark/textured, -/area/station/medical/medbay/lobby) "pHa" = ( /obj/structure/table/reinforced, /obj/item/stack/sheet/iron/fifty, @@ -111259,16 +111210,6 @@ "qwD" = ( /turf/open/floor/catwalk_floor/iron_dark, /area/station/engineering/atmos) -"qwJ" = ( -/obj/machinery/photocopier/prebuilt, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/maintenance/starboard/central) "qwM" = ( /obj/effect/turf_decal/bot, /obj/machinery/electrolyzer, @@ -115873,6 +115814,21 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"rgm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbay"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/warning, +/turf/open/floor/iron/dark/textured, +/area/station/medical/medbay/lobby) "rgp" = ( /obj/structure/cable, /obj/effect/mapping_helpers/broken_floor, @@ -118312,6 +118268,16 @@ color = "#5d341f" }, /area/station/command/heads_quarters/captain) +"rzk" = ( +/obj/machinery/door/poddoor/massdriver_chapel, +/obj/machinery/atmos_shield_gen/active{ + dir = 8 + }, +/obj/machinery/atmos_shield_gen/active{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/service/chapel/office) "rzA" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance) @@ -118872,14 +118838,6 @@ dir = 9 }, /area/station/maintenance/department/cargo) -"rDq" = ( -/obj/machinery/door/poddoor/massdriver_ordnance, -/obj/machinery/atmos_shield_gen/active{ - dir = 1 - }, -/obj/machinery/atmos_shield_gen/active, -/turf/open/floor/plating, -/area/station/science/ordnance/testlab) "rDt" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/dark/corner{ @@ -119432,6 +119390,15 @@ dir = 8 }, /area/station/security/prison) +"rHQ" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/structure/table/glass, +/obj/item/stack/medical/mesh, +/obj/item/stack/medical/bandage, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "rHT" = ( /obj/machinery/door/firedoor, /obj/machinery/door/poddoor/shutters/preopen{ @@ -119518,6 +119485,14 @@ /obj/structure/cable, /turf/open/floor/iron/dark/textured, /area/station/security/checkpoint/medical) +"rIu" = ( +/obj/machinery/light_switch/directional/east, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/structure/sink/directional/west, +/turf/open/floor/iron/dark/textured_edge, +/area/station/science/robotics/lab) "rIv" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/broken_flooring/singular/directional/north{ @@ -120856,16 +120831,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark/textured, /area/station/security/prison) -"rSX" = ( -/obj/machinery/door/poddoor/massdriver_chapel, -/obj/machinery/atmos_shield_gen/active{ - dir = 8 - }, -/obj/machinery/atmos_shield_gen/active{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/service/chapel/office) "rTd" = ( /mob/living/basic/butterfly, /obj/structure/flora/bush/fullgrass/style_random, @@ -121108,6 +121073,17 @@ dir = 4 }, /area/station/security/interrogation) +"rUX" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "rUZ" = ( /obj/effect/turf_decal/siding/dark{ dir = 6 @@ -121568,12 +121544,6 @@ /obj/effect/turf_decal/weather/dirt, /turf/open/floor/grass, /area/station/maintenance/port/central) -"rYL" = ( -/obj/item/clothing/shoes/ducky_shoes{ - name = "Quackins" - }, -/turf/open/water/deep_beach, -/area/station/commons/fitness/recreation/pool) "rYM" = ( /obj/effect/turf_decal/trimline/purple, /obj/structure/railing{ @@ -122005,6 +121975,26 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) +"sbb" = ( +/obj/effect/turf_decal/tile/dark/diagonal_centre, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/structure/table/reinforced/rglass, +/obj/item/reagent_containers/cup/beaker/large{ + pixel_x = -5; + pixel_y = 11 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/rag{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/iron/white/diagonal, +/area/station/service/kitchen) "sbg" = ( /obj/structure/flora/grass/jungle/b/style_random, /obj/effect/turf_decal/siding/thinplating/dark{ @@ -122879,12 +122869,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/security/brig) -"siI" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/effect/mapping_helpers/broken_floor, -/obj/structure/sign/warning/electric_shock/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/port/central) "siM" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -123115,6 +123099,18 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron, /area/station/hallway/primary/central) +"skV" = ( +/obj/effect/decal/cleanable/blood/oil/slippery, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/button/door/directional/east{ + id = "maintmechbay"; + name = "Workshop Shutters"; + pixel_y = -6 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) "skW" = ( /obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible, /turf/open/floor/iron/dark, @@ -123330,26 +123326,6 @@ }, /turf/open/floor/iron/white, /area/station/science/lab) -"smV" = ( -/obj/effect/turf_decal/tile/dark/diagonal_centre, -/obj/structure/railing/corner/end/flip{ - dir = 8 - }, -/obj/structure/table/reinforced/rglass, -/obj/item/reagent_containers/cup/beaker/large{ - pixel_x = -5; - pixel_y = 11 - }, -/obj/item/reagent_containers/cup/beaker{ - pixel_x = 7; - pixel_y = 4 - }, -/obj/item/rag{ - pixel_x = -6; - pixel_y = 4 - }, -/turf/open/floor/iron/white/diagonal, -/area/station/service/kitchen) "smW" = ( /obj/structure/railing, /obj/structure/lattice/catwalk, @@ -123800,19 +123776,6 @@ dir = 6 }, /area/station/maintenance/department/security) -"sqQ" = ( -/obj/machinery/photocopier/prebuilt, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/item/ammo_casing/rocket{ - pixel_x = 4; - pixel_y = 15; - name = "Dud Rocket"; - desc = "An 84mm High Explosive rocket. This one's a dud. Pretty sure." - }, -/turf/open/floor/wood/large, -/area/station/command/heads_quarters/qm) "srd" = ( /obj/structure/flora/bush/fullgrass/style_random, /obj/structure/flora/bush/lavendergrass/style_random, @@ -123866,6 +123829,17 @@ /obj/effect/turf_decal/trimline/yellow/warning, /turf/open/floor/iron/dark/textured, /area/station/maintenance/disposal/incinerator) +"srt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/photocopier/prebuilt, +/obj/item/toy/figure/hos{ + pixel_y = 12; + pixel_x = 3 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hos) "sry" = ( /obj/effect/turf_decal/siding/dark, /obj/effect/turf_decal/siding/dark{ @@ -125773,6 +125747,26 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"sHj" = ( +/obj/effect/turf_decal/trimline/dark_red/line, +/obj/effect/turf_decal/trimline/dark_red/mid_joiner, +/obj/effect/turf_decal/siding/thinplating_new/light, +/obj/structure/table, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = -8; + pixel_y = 13 + }, +/obj/item/rag{ + pixel_y = 14; + pixel_x = 7 + }, +/obj/item/reagent_containers/cup/soda_cans/tonic{ + pixel_y = 4 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/white/smooth_edge, +/area/station/security/prison/workout) "sHl" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -135646,14 +135640,6 @@ }, /turf/open/floor/iron/white/textured_corner, /area/station/medical/surgery/theatre) -"ueH" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/sign/departments/science/directional/south, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/iron/dark/textured_large, -/area/station/maintenance/fore/lesser) "ueP" = ( /obj/effect/turf_decal/trimline/dark/warning{ dir = 8 @@ -137911,6 +137897,21 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"uxX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbay" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/warning, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/textured, +/area/station/medical/medbay/lobby) "uyc" = ( /obj/machinery/door/airlock/public/glass{ name = "Port Primary Hallway" @@ -138000,6 +138001,13 @@ }, /turf/open/floor/grass, /area/station/security/courtroom) +"uyC" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/port/central) "uyR" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 1 @@ -138773,16 +138781,6 @@ /obj/effect/turf_decal/trimline/dark/corner, /turf/open/floor/iron/dark, /area/station/maintenance/starboard/fore) -"uFu" = ( -/obj/machinery/door/poddoor/massdriver_trash, -/obj/machinery/atmos_shield_gen/active{ - dir = 4 - }, -/obj/machinery/atmos_shield_gen/active{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/disposal) "uFv" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -140133,14 +140131,6 @@ /obj/structure/sign/poster/contraband/blood_geometer/directional/north, /turf/open/floor/iron/dark/small, /area/station/service/theater) -"uQm" = ( -/obj/structure/mop_bucket, -/obj/item/mop, -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) "uQr" = ( /obj/effect/turf_decal/siding/wideplating_new/dark, /turf/open/floor/engine/hull/reinforced, @@ -140192,17 +140182,6 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron/dark, /area/station/maintenance/solars/starboard/fore) -"uQO" = ( -/obj/effect/turf_decal/siding/brown{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 - }, -/obj/machinery/firealarm/directional/south, -/obj/machinery/photocopier/prebuilt, -/turf/open/floor/iron/dark, -/area/station/cargo/office) "uQP" = ( /obj/effect/turf_decal/trimline/dark/corner{ dir = 1 @@ -140239,21 +140218,6 @@ /obj/structure/chair/stool/directional/north, /turf/open/floor/iron, /area/station/maintenance/fore/greater) -"uRb" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "medbay"; - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/warning{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/warning, -/turf/open/floor/iron/dark/textured, -/area/station/medical/medbay/lobby) "uRf" = ( /obj/effect/turf_decal/siding/dark{ dir = 5 @@ -140852,6 +140816,14 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/hallway/secondary/service) +"uVy" = ( +/obj/machinery/photocopier/prebuilt, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/secure_safe/directional/north, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/hop) "uVB" = ( /obj/structure/flora/bush/sparsegrass/style_random, /turf/open/floor/grass, @@ -142885,6 +142857,15 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) +"viM" = ( +/obj/effect/turf_decal/trimline/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/line, +/obj/structure/table/reinforced/rglass, +/obj/machinery/photocopier/prebuilt, +/turf/open/floor/iron/dark/textured_large, +/area/station/hallway/secondary/service) "viP" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/red/line{ @@ -143437,13 +143418,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark/textured_half, /area/station/engineering/atmos) -"vme" = ( -/obj/machinery/computer/dna_console{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark/textured_large, -/area/station/science/genetics) "vmi" = ( /obj/effect/decal/cleanable/plasma, /obj/effect/mapping_helpers/broken_floor, @@ -146963,11 +146937,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port) -"vOF" = ( -/obj/machinery/photocopier/prebuilt, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/iron/dark/textured, -/area/station/security/office) "vOP" = ( /obj/machinery/telecomms/server/presets/engineering, /obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ @@ -151120,6 +151089,11 @@ /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, /area/station/maintenance/department/science) +"wwD" = ( +/obj/machinery/photocopier/prebuilt, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood/large, +/area/station/service/library/upper) "wwI" = ( /turf/open/floor/iron/dark/small, /area/station/engineering/atmos) @@ -151331,6 +151305,10 @@ "wyi" = ( /turf/open/floor/iron/stairs/medium, /area/station/medical/surgery/theatre) +"wyj" = ( +/obj/effect/landmark/start/hangover, +/turf/open/water/deep_beach, +/area/station/commons/fitness/recreation/pool) "wyl" = ( /obj/effect/turf_decal/trimline/dark/corner{ dir = 4 @@ -151913,6 +151891,16 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/misc/asteroid/airless, /area/space/nearstation) +"wCZ" = ( +/obj/machinery/photocopier/prebuilt, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/maintenance/starboard/central) "wDd" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/cobweb, @@ -151970,11 +151958,6 @@ }, /turf/open/floor/wood/large, /area/station/service/theater) -"wDV" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/item/cigbutt/cigarbutt, -/turf/open/floor/engine/hull/reinforced, -/area/space/nearstation) "wEb" = ( /obj/effect/turf_decal/tile/green/anticorner/contrasted{ dir = 1 @@ -154508,6 +154491,29 @@ dir = 8 }, /area/station/engineering/engine_smes) +"wYr" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/structure/rack, +/obj/item/storage/box/bodybags, +/obj/item/clothing/gloves/latex, +/obj/item/tank/internals/anesthetic, +/obj/item/healthanalyzer, +/obj/item/clothing/mask/surgical, +/obj/machinery/light_switch/directional/south, +/obj/item/clothing/mask/breath/muzzle, +/turf/open/floor/iron/dark/small, +/area/station/science/robotics/augments) "wYD" = ( /obj/effect/turf_decal/siding/thinplating_new/dark, /obj/effect/turf_decal/trimline/dark/line, @@ -155579,23 +155585,6 @@ dir = 8 }, /area/station/engineering/break_room) -"xhY" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "medbay"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/warning{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/warning, -/turf/open/floor/iron/dark/textured, -/area/station/medical/medbay/lobby) "xhZ" = ( /obj/effect/turf_decal/siding/wood/end{ dir = 4 @@ -156092,24 +156081,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, /area/station/maintenance/starboard/central) -"xlB" = ( -/obj/structure/table, -/obj/item/rag{ - pixel_y = 14 - }, -/obj/item/reagent_containers/cup/glass/waterbottle{ - pixel_x = 7; - pixel_y = 2 - }, -/obj/item/reagent_containers/cup/soda_cans/monkey_energy{ - pixel_x = -7; - pixel_y = 7 - }, -/obj/effect/turf_decal/siding/thinplating_new/light{ - dir = 5 - }, -/turf/open/floor/iron/white/smooth_half, -/area/station/commons/fitness) "xlD" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 @@ -157710,6 +157681,15 @@ }, /turf/open/floor/iron/white, /area/station/science/lower) +"xxS" = ( +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/obj/structure/table/glass, +/obj/machinery/photocopier/prebuilt, +/turf/open/floor/iron/white, +/area/station/science/research) "xxU" = ( /obj/effect/turf_decal/siding/wood, /obj/effect/turf_decal/siding/wood{ @@ -158427,6 +158407,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/prison) +"xDF" = ( +/obj/structure/table/reinforced/rglass, +/obj/item/rag{ + pixel_y = 11; + pixel_x = -4 + }, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/borghypo/borgshaker{ + pixel_y = 5; + pixel_x = 6 + }, +/turf/open/floor/iron/dark/herringbone, +/area/station/hallway/secondary/service) "xDH" = ( /obj/structure/window/reinforced/spawner/directional/west, /obj/structure/window/reinforced/spawner/directional/east, @@ -159587,6 +159580,11 @@ "xLX" = ( /turf/open/floor/carpet/red, /area/station/security/detectives_office) +"xLY" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/item/cigbutt/cigarbutt, +/turf/open/floor/engine/hull/reinforced, +/area/space/nearstation) "xMe" = ( /obj/effect/turf_decal/siding/dark/end{ dir = 8 @@ -159974,28 +159972,6 @@ }, /turf/open/floor/iron/dark, /area/station/cargo/lower) -"xOn" = ( -/obj/item/tank/internals/anesthetic{ - pixel_x = 3 - }, -/obj/item/tank/internals/anesthetic, -/obj/item/tank/internals/anesthetic{ - pixel_x = -3 - }, -/obj/structure/rack, -/obj/effect/turf_decal/siding{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/dark/filled/line{ - dir = 1 - }, -/obj/item/clothing/mask/breath/muzzle, -/obj/item/clothing/mask/breath/muzzle, -/obj/item/clothing/mask/breath/muzzle{ - pixel_y = -4 - }, -/turf/open/floor/iron/showroomfloor, -/area/station/medical/surgery/theatre) "xOD" = ( /obj/effect/turf_decal/trimline/blue/line{ dir = 8 @@ -160275,6 +160251,24 @@ /obj/machinery/camera/autoname/directional/east, /turf/open/floor/iron/dark, /area/station/medical/virology) +"xQw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "medbay" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/warning, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/dark/textured, +/area/station/medical/medbay/lobby) "xQB" = ( /obj/structure/window/reinforced/spawner/directional/south, /obj/effect/turf_decal/trimline/purple/filled/line, @@ -160963,6 +160957,17 @@ }, /turf/open/floor/carpet/royalblue, /area/station/command/heads_quarters/hop) +"xWy" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue/fourcorners, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "xWD" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -162249,11 +162254,6 @@ }, /turf/open/floor/iron/dark/textured, /area/station/security/prison) -"ygG" = ( -/obj/machinery/photocopier/prebuilt, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/wood/large, -/area/station/service/library/upper) "ygU" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -177121,7 +177121,7 @@ gqO vNN eGU dPF -kEK +ooe sNE omY cjp @@ -178950,8 +178950,8 @@ udR ffS oUH sot -mPb -mPb +piz +piz kIf oUL jUz @@ -179207,8 +179207,8 @@ uCt ffS uwg skZ -mPb -gOQ +piz +wyj kIf coE uKc @@ -179464,8 +179464,8 @@ rBV ffS iId kIf -rYL -mPb +dVi +piz kIf mUi xer @@ -180493,7 +180493,7 @@ cUq mhj rkT owS -cXB +fIu rkT vwi peM @@ -182547,11 +182547,11 @@ hbk muj vbT cUq -xlB +npz cbN gkj nNE -hll +nOC sao sao pnQ @@ -187169,7 +187169,7 @@ nAv uXR uYw wdk -bNt +eqm hQo hhW bKj @@ -189177,7 +189177,7 @@ siR siR siR pgi -epR +jGf siR siR hwz @@ -192561,7 +192561,7 @@ qRC dnK voZ ljk -jZx +otY ajC mLj exP @@ -192815,7 +192815,7 @@ fKR dOK dZj pyM -pBN +skV qFv ljk wZA @@ -192823,7 +192823,7 @@ ajC jOF exP xgj -dIE +uyC aCm suM mVG @@ -193078,7 +193078,7 @@ sSD fVR ajC jiy -siI +poJ dgu ssh ajC @@ -193591,7 +193591,7 @@ qFS tUf dOv lGG -edS +bCv pmV qwd pfI @@ -196112,7 +196112,7 @@ sCd xWb uRT qmf -ueH +fHS tAD uBa tAD @@ -196135,7 +196135,7 @@ ajC seB grt mLj -blR +cIn qbQ blK aEd @@ -196861,7 +196861,7 @@ nnP mBN ufX oZM -sqQ +gIo skL brW flO @@ -196884,7 +196884,7 @@ xWb wJt lTU uUa -jwM +cdU hTO xHh cOk @@ -197740,7 +197740,7 @@ diw rqr mIi lnO -oyo +mkr diw aHQ cXo @@ -198971,7 +198971,7 @@ ecV utW cCc wMM -kmt +mLi xco rCx vyw @@ -199247,7 +199247,7 @@ rLH smp fCR pmV -ffH +gOj wkR aBc ooG @@ -200547,7 +200547,7 @@ gTR gMw suG nuR -fVA +aBx njv bcm poM @@ -201062,7 +201062,7 @@ cDk suG suG wFE -qwJ +wCZ bcm qfr jQm @@ -202341,7 +202341,7 @@ roG iQc vqc aLU -vOF +bcE lYc rsx wkV @@ -203099,7 +203099,7 @@ iUM gAJ mus isy -dFX +srt gBS pCG mzH @@ -207159,7 +207159,7 @@ gym gym gym dfy -rDq +giO dfy jBy jBy @@ -212357,7 +212357,7 @@ ehw fnu uRf wFX -ibf +lff mqK fyL qEH @@ -237006,7 +237006,7 @@ txW txW txW txW -rSX +rzk nln ghb yhl @@ -237274,7 +237274,7 @@ kaT jIo eLb bMt -hGz +ffC wjK ewF txW @@ -242927,14 +242927,14 @@ jAf noR kKe aOZ -oRv +viM vHB sDr tqa rQo uGe uUP -aUr +xDF ajW gGl hbN @@ -248348,7 +248348,7 @@ kaG ydV ngL sry -oYm +jGj vnl eVJ pih @@ -249344,7 +249344,7 @@ eCl sKq scx cKl -smV +sbb eCl jcf aAJ @@ -251574,7 +251574,7 @@ txW txW vDK igh -eLw +cFQ pCa txW txW @@ -252090,7 +252090,7 @@ tUq krK igh igh -eLw +cFQ txW txW txW @@ -252863,7 +252863,7 @@ jtH wEh igh igh -eLw +cFQ txW txW txW @@ -253243,7 +253243,7 @@ rFH bFu mHY kRB -uFu +pty txW txW txW @@ -253714,12 +253714,12 @@ nxv hYO onh hCZ -ygG +wwD bsr cuf iyM ils -hqV +oQy aTs uTX xku @@ -254147,7 +254147,7 @@ igh igh igh igh -eLw +cFQ txW txW txW @@ -254263,7 +254263,7 @@ nEg kec fWU nfn -ddd +gDG naa ato ato @@ -254777,7 +254777,7 @@ kra qsv fWU ula -uQm +fvf naa jkW kan @@ -257286,7 +257286,7 @@ uNV mnh wfx yjJ -hjP +jty sGo rOK oBt @@ -257302,7 +257302,7 @@ mCb qMH rOK aHR -hjP +jty vVs aRE aln @@ -257800,7 +257800,7 @@ uNV aAq wLq cUI -iRL +rUX cxH hzk oBt @@ -257816,7 +257816,7 @@ vqQ vEj vkS tFY -dxH +xWy eCA uYm efF @@ -258080,7 +258080,7 @@ nkG oAc reS wCn -xOn +bnF jOc huc hCZ @@ -258570,12 +258570,12 @@ uNV uNV rXA psT -bnM +rHQ uVa iqC rgy lXX -uRb +rgm cTV eIq uZv @@ -258583,7 +258583,7 @@ pef irs sos gOq -fTB +uxX iku gZl nPY @@ -258826,13 +258826,13 @@ chl hTz uhK uhK -fAL +lBR uhK uhK uVa qQq tet -xhY +mUT gbr pKh pTK @@ -258840,7 +258840,7 @@ hiq dTX hhR txv -pGU +xQw xyq yeU uVa @@ -259073,7 +259073,7 @@ qUA dcm taD uyZ -uQO +hvE kLa bIz kyi @@ -260443,7 +260443,7 @@ unz gFi ggN mOg -jAB +mEP gFi mYB yfU @@ -261479,7 +261479,7 @@ agg npO tHx cAe -nre +aKP iHY nrq ekj @@ -262934,7 +262934,7 @@ ybp kxu uQV ybp -vme +dMv boB red gnx @@ -262971,7 +262971,7 @@ gcz lpB rMd nQk -biI +fBc tmK maj jcB @@ -263451,9 +263451,9 @@ ybp afT hYG nUa -luw +kFX sTf -cWV +hqP vyo jkO uEU @@ -263735,7 +263735,7 @@ sOg juD iZk vqW -jyY +rIu dAP xGM mVH @@ -263943,7 +263943,7 @@ pCa pCa pCa aGm -moA +eSx lhh vMr iip @@ -264248,7 +264248,7 @@ eCh afb jrC smz -koP +wYr xGM csT xXi @@ -265543,7 +265543,7 @@ hve tJx xGM djV -cce +lHx jAG fig hwm @@ -265803,7 +265803,7 @@ xGM xJr gYM mBs -nuq +msw uIV uIV nix @@ -266095,7 +266095,7 @@ xKy dtb gfd wBL -mTj +hKR uTL kHn iwh @@ -266345,7 +266345,7 @@ tao dtb xKy dtb -mTj +hKR dtb xKy dtb @@ -266606,12 +266606,12 @@ tzp uty uty uty -mTj +hKR uQr wBL qud dtb -mTj +hKR dtb xKy ukF @@ -266857,10 +266857,10 @@ lIM uhl tao dtb -mTj +hKR dtb dtb -mTj +hKR dtb dtb dtb @@ -267128,7 +267128,7 @@ brC dBe rFt fhM -mTj +hKR xKy ukF igQ @@ -267569,7 +267569,7 @@ eGZ iyS vvX caI -dpy +xxS sjb vtP bSI @@ -267644,10 +267644,10 @@ eUK wYi wYi roX -wDV +xLY imk orB -mTj +hKR ukF ukF nlF @@ -271524,7 +271524,7 @@ ose wmR qEc jvN -kwu +obU vjS vjS pCa @@ -272507,7 +272507,7 @@ qpP sfP bzz fsP -ffk +bgz gNB tfl ind @@ -272801,11 +272801,11 @@ jVW gai ylO jMr -gtE +mbz eLJ fNh dgh -iBw +sHj lif pCa txW @@ -273257,7 +273257,7 @@ xGM ebd xGM kcr -nCW +eoe eVi jGD trk @@ -276102,7 +276102,7 @@ jIV kmF pdM mzP -iUN +ksS uiw pCa txW @@ -276852,7 +276852,7 @@ fsc cvQ exz exz -iGo +uVy ocS dCb pUj diff --git a/code/game/objects/items/stacks/medical.dm b/code/game/objects/items/stacks/medical.dm index 3f1ae1fb3b4..52b7dac9b34 100644 --- a/code/game/objects/items/stacks/medical.dm +++ b/code/game/objects/items/stacks/medical.dm @@ -558,14 +558,6 @@ heal_continuous_sound = SFX_SUTURE_CONTINUOUS heal_end_sound = SFX_SUTURE_END -/obj/item/stack/medical/suture/emergency - name = "emergency suture" - desc = "A value pack of cheap sutures, not very good at repairing damage, but still decent at stopping bleeding." - heal_brute = 5 - amount = 5 - max_amount = 5 - merge_type = /obj/item/stack/medical/suture/emergency - /obj/item/stack/medical/suture/medicated name = "medicated suture" icon_state = "suture_purp" diff --git a/code/game/objects/items/storage/medkit.dm b/code/game/objects/items/storage/medkit.dm index 8cd3ed48f5c..3d929779b99 100644 --- a/code/game/objects/items/storage/medkit.dm +++ b/code/game/objects/items/storage/medkit.dm @@ -59,7 +59,7 @@ var/static/items_inside = list( /obj/item/healthanalyzer/simple = 1, /obj/item/stack/medical/gauze = 1, - /obj/item/stack/medical/suture/emergency = 1, + /obj/item/stack/medical/bandage = 1, /obj/item/stack/medical/ointment = 1, /obj/item/reagent_containers/hypospray/medipen/ekit = 2, /obj/item/storage/pill_bottle/iron = 1, diff --git a/tools/UpdatePaths/Scripts/91854_emergency_suture.txt b/tools/UpdatePaths/Scripts/91854_emergency_suture.txt new file mode 100644 index 00000000000..f814b7863de --- /dev/null +++ b/tools/UpdatePaths/Scripts/91854_emergency_suture.txt @@ -0,0 +1,3 @@ +#comment This replaces the old emergency sutures with bandages. + +/obj/item/stack/medical/bandage : /obj/item/stack/medical/suture/emergency{@OLD}