From 26a24e55bc87f271383b047a438b8a3c948dd133 Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Tue, 6 May 2025 19:35:54 -0400 Subject: [PATCH] Update photocopier paths [MDB IGNORE] (#91021) ## About The Pull Request The UpdatePaths script in #90658 was created but never actually run ## Why It's Good For The Game Fix the photocopiers ## Changelog :cl: fix: roundstart photocopiers should no longer be empty on some maps /:cl: --- .../SpaceRuins/derelict_sulaco.dmm | 2 +- _maps/RandomRuins/SpaceRuins/film_studio.dmm | 2 +- _maps/RandomRuins/SpaceRuins/hellfactory.dmm | 2 +- .../SpaceRuins/hilbertresearchfacility.dmm | 2 +- _maps/RandomRuins/SpaceRuins/meatderelict.dmm | 2 +- .../SpaceRuins/originalcontent.dmm | 2 +- _maps/RandomRuins/SpaceRuins/waystation.dmm | 4 +- _maps/map_files/Birdshot/birdshot.dmm | 16 +- .../CatwalkStation/CatwalkStation_2023.dmm | 26 +- .../map_files/IceBoxStation/IceBoxStation.dmm | 1474 ++++++++--------- _maps/map_files/generic/CentCom.dmm | 188 +-- .../secbarupper_attachment_a_1.dmm | 2 +- _maps/minigame/deathmatch/meta_brig.dmm | 6 +- _maps/shuttles/emergency_monastery.dmm | 2 +- _maps/templates/lazy_templates/ninja_den.dmm | 2 +- _maps/virtual_domains/meta_central.dmm | 2 +- 16 files changed, 867 insertions(+), 867 deletions(-) diff --git a/_maps/RandomRuins/SpaceRuins/derelict_sulaco.dmm b/_maps/RandomRuins/SpaceRuins/derelict_sulaco.dmm index 512888b5e24..92d886ad9ea 100644 --- a/_maps/RandomRuins/SpaceRuins/derelict_sulaco.dmm +++ b/_maps/RandomRuins/SpaceRuins/derelict_sulaco.dmm @@ -587,7 +587,7 @@ /turf/open/floor/iron/showroomfloor, /area/ruin/space/has_grav/derelictsulaco) "tp" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/pod/light, diff --git a/_maps/RandomRuins/SpaceRuins/film_studio.dmm b/_maps/RandomRuins/SpaceRuins/film_studio.dmm index 2af4029beed..589490740b6 100644 --- a/_maps/RandomRuins/SpaceRuins/film_studio.dmm +++ b/_maps/RandomRuins/SpaceRuins/film_studio.dmm @@ -2889,7 +2889,7 @@ /turf/open/floor/plating, /area/ruin/space/has_grav/film_studio/backstage) "Xk" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/iron/grimy, /area/ruin/space/has_grav/film_studio/director) "Xl" = ( diff --git a/_maps/RandomRuins/SpaceRuins/hellfactory.dmm b/_maps/RandomRuins/SpaceRuins/hellfactory.dmm index 524e81ebb69..da3fb83e79f 100644 --- a/_maps/RandomRuins/SpaceRuins/hellfactory.dmm +++ b/_maps/RandomRuins/SpaceRuins/hellfactory.dmm @@ -182,7 +182,7 @@ /turf/open/floor/plastic, /area/ruin/space/has_grav/hellfactory) "aE" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/iron/grimy, /area/ruin/space/has_grav/hellfactoryoffice) "aF" = ( diff --git a/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm b/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm index 01ef1895a66..8dabc82080e 100644 --- a/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm +++ b/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm @@ -1616,7 +1616,7 @@ /turf/open/floor/engine, /area/ruin/space/has_grav/powered/hilbertresearchfacility) "Lr" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/wood, /area/ruin/space/has_grav/powered/hilbertresearchfacility) "Lw" = ( diff --git a/_maps/RandomRuins/SpaceRuins/meatderelict.dmm b/_maps/RandomRuins/SpaceRuins/meatderelict.dmm index e3cdb52cad3..2933e4723eb 100644 --- a/_maps/RandomRuins/SpaceRuins/meatderelict.dmm +++ b/_maps/RandomRuins/SpaceRuins/meatderelict.dmm @@ -2324,7 +2324,7 @@ /turf/open/indestructible/meat, /area/ruin/space/has_grav/powered/biooutpost/vault) "Ue" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /obj/effect/turf_decal/tile/purple/opposingcorners, /turf/open/indestructible/white, /area/ruin/space/has_grav/powered/biooutpost) diff --git a/_maps/RandomRuins/SpaceRuins/originalcontent.dmm b/_maps/RandomRuins/SpaceRuins/originalcontent.dmm index ea2ca46c092..d2cf049c0a5 100644 --- a/_maps/RandomRuins/SpaceRuins/originalcontent.dmm +++ b/_maps/RandomRuins/SpaceRuins/originalcontent.dmm @@ -840,7 +840,7 @@ /obj/structure/fluff/paper{ dir = 10 }, -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/indestructible/paper, /area/ruin/space/has_grav/powered) "cq" = ( diff --git a/_maps/RandomRuins/SpaceRuins/waystation.dmm b/_maps/RandomRuins/SpaceRuins/waystation.dmm index 312eb4d9bca..336c57b1dc8 100644 --- a/_maps/RandomRuins/SpaceRuins/waystation.dmm +++ b/_maps/RandomRuins/SpaceRuins/waystation.dmm @@ -218,7 +218,7 @@ /area/ruin/space/has_grav/waystation/cargobay) "ea" = ( /obj/effect/turf_decal/tile/brown/half/contrasted, -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/ruin/space/has_grav/waystation/cargooffice) @@ -940,7 +940,7 @@ /turf/open/floor/iron, /area/ruin/space/has_grav/waystation/dorms) "pl" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/iron/grimy, /area/ruin/space/has_grav/waystation/qm) "pm" = ( diff --git a/_maps/map_files/Birdshot/birdshot.dmm b/_maps/map_files/Birdshot/birdshot.dmm index eac2e8f4666..7a0ae2d3b9e 100644 --- a/_maps/map_files/Birdshot/birdshot.dmm +++ b/_maps/map_files/Birdshot/birdshot.dmm @@ -26829,7 +26829,7 @@ /area/station/maintenance/department/engine) "iYu" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/iron/dark, /area/station/medical/medbay/aft) "iYC" = ( @@ -27065,7 +27065,7 @@ /turf/open/floor/plating, /area/station/maintenance/port/greater) "jbV" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/iron/dark, /area/station/security/office) "jbX" = ( @@ -39660,7 +39660,7 @@ /turf/open/floor/iron/smooth, /area/station/security/checkpoint/supply) "njA" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /obj/structure/sign/poster/official/random/directional/north, /obj/machinery/camera/autoname/directional/north, /obj/machinery/airalarm/directional/east, @@ -45502,7 +45502,7 @@ /turf/open/floor/plating, /area/station/service/abandoned_gambling_den/gaming) "plJ" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /obj/effect/turf_decal/siding/wood{ dir = 1 }, @@ -51461,7 +51461,7 @@ /turf/open/floor/iron, /area/station/cargo/lobby) "rhL" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /obj/effect/decal/cleanable/dirt, /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/grimy, @@ -52720,7 +52720,7 @@ /turf/open/floor/iron, /area/station/maintenance/fore/greater) "rEF" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /obj/structure/sign/painting/library{ pixel_y = 32 }, @@ -52992,7 +52992,7 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/iron/smooth, /area/station/command/heads_quarters/qm) "rJL" = ( @@ -68132,7 +68132,7 @@ /obj/effect/turf_decal/siding/thinplating_new/light{ dir = 8 }, -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/iron/grimy, /area/station/science/cubicle) "wwm" = ( diff --git a/_maps/map_files/CatwalkStation/CatwalkStation_2023.dmm b/_maps/map_files/CatwalkStation/CatwalkStation_2023.dmm index 38a49e97cef..6cc69fae5f4 100644 --- a/_maps/map_files/CatwalkStation/CatwalkStation_2023.dmm +++ b/_maps/map_files/CatwalkStation/CatwalkStation_2023.dmm @@ -4678,7 +4678,7 @@ /turf/open/floor/iron, /area/station/commons/storage/primary) "bxH" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/light_switch/directional/west, /obj/item/clothing/gloves/boxing, @@ -18508,7 +18508,7 @@ /area/station/ai_monitored/turret_protected/aisat_interior) "fBU" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/plating, /area/station/medical/psychology) "fBX" = ( @@ -33663,7 +33663,7 @@ /area/station/science/xenobiology) "jYs" = ( /obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/iron, /area/station/cargo/storage) "jYE" = ( @@ -37878,7 +37878,7 @@ /turf/open/floor/iron/checker, /area/station/ai_monitored/command/storage/satellite) "loc" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /obj/machinery/light_switch/directional/south, /obj/machinery/camera/autoname/directional/south, /turf/open/floor/carpet, @@ -38527,7 +38527,7 @@ /turf/open/floor/carpet, /area/station/command/heads_quarters/captain/private) "lzp" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /obj/item/storage/toolbox/electrical, /turf/open/floor/iron/dark/smooth_large, /area/station/ai_monitored/turret_protected/ai_upload) @@ -44296,7 +44296,7 @@ /turf/open/space/openspace, /area/space) "nlo" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) @@ -48371,7 +48371,7 @@ /turf/open/floor/glass, /area/station/maintenance/starboard/aft) "oxg" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /obj/structure/railing{ dir = 4 }, @@ -62878,7 +62878,7 @@ /turf/open/floor/iron/white/textured_half, /area/station/ai_monitored/turret_protected/aisat_interior) "sQi" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /obj/machinery/requests_console/directional/north{ department = "Law Office"; name = "Lawyer Requests Console" @@ -66769,7 +66769,7 @@ /turf/open/floor/iron, /area/station/hallway/primary/port) "tZK" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/wood, /area/station/command/heads_quarters/ce) "tZO" = ( @@ -67322,7 +67322,7 @@ /obj/effect/turf_decal/siding/wood{ dir = 5 }, -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/wood, /area/station/engineering/lobby) "uiR" = ( @@ -67808,7 +67808,7 @@ /area/station/hallway/secondary/construction) "upR" = ( /obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /obj/machinery/firealarm/directional/south, /turf/open/floor/iron, /area/station/science/explab) @@ -71510,7 +71510,7 @@ /area/station/service/chapel) "vsC" = ( /obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/iron, /area/station/science/research) "vsK" = ( @@ -80380,7 +80380,7 @@ /obj/structure/disposalpipe/segment{ dir = 5 }, -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/wood, /area/station/service/library/printer) "ycg" = ( diff --git a/_maps/map_files/IceBoxStation/IceBoxStation.dmm b/_maps/map_files/IceBoxStation/IceBoxStation.dmm index 98d2ee65335..cebdb9950ff 100644 --- a/_maps/map_files/IceBoxStation/IceBoxStation.dmm +++ b/_maps/map_files/IceBoxStation/IceBoxStation.dmm @@ -57,18 +57,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/entry) -"abx" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/obj/machinery/light/cold/directional/west, -/obj/structure/railing/corner/end/flip{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) "abz" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -1174,6 +1162,13 @@ }, /turf/open/floor/iron, /area/station/command/bridge) +"aqH" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "aqQ" = ( /obj/structure/table, /obj/item/stack/package_wrap, @@ -1289,14 +1284,10 @@ /obj/item/storage/crayons, /turf/open/floor/iron, /area/station/commons/dorms) -"asd" = ( -/obj/machinery/greenscreen_camera{ - dir = 4; - pixel_x = -4; - pixel_y = 6 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) +"asf" = ( +/obj/structure/plasticflaps/kitchen, +/turf/open/floor/iron/dark, +/area/station/service/kitchen/coldroom) "asg" = ( /obj/structure/closet, /obj/effect/spawner/random/maintenance/two, @@ -1945,23 +1936,6 @@ /obj/effect/turf_decal/bot_red, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"azM" = ( -/obj/structure/table/wood/fancy/blue, -/obj/effect/spawner/random/aimodule/neutral, -/obj/structure/window/reinforced/spawner/directional/north, -/obj/machinery/door/window/right/directional/west{ - name = "Core Modules"; - req_access = list("captain") - }, -/obj/effect/turf_decal/siding/thinplating_new/dark{ - dir = 8 - }, -/obj/item/reagent_containers/applicator/pill/iron{ - pixel_x = 13; - pixel_y = -13 - }, -/turf/open/floor/circuit, -/area/station/ai_monitored/turret_protected/ai_upload) "azN" = ( /obj/structure/rack, /obj/item/tank/internals/emergency_oxygen{ @@ -2286,22 +2260,6 @@ /obj/item/flashlight/lantern/on, /turf/open/misc/hay/icemoon, /area/icemoon/underground/explored) -"aGi" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = 32 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/item/storage/photo_album{ - pixel_y = -1 - }, -/obj/item/camera{ - pixel_x = -4 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/captain) "aGr" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/camera/directional/east{ @@ -2346,19 +2304,6 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron, /area/mine/laborcamp) -"aGZ" = ( -/obj/effect/turf_decal/siding/white, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/structure/closet/chefcloset, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/structure/window/spawner/directional/south, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/plating, -/area/station/service/kitchen/coldroom) "aHt" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, @@ -3453,6 +3398,12 @@ /obj/effect/turf_decal/tile/blue/half/contrasted, /turf/open/floor/iron, /area/station/command/bridge) +"aVI" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/plasticflaps/kitchen, +/turf/open/floor/iron/dark, +/area/station/tcommsat/computer) "aVL" = ( /turf/open/genturf/blue, /area/icemoon/underground/unexplored/rivers/deep) @@ -3481,6 +3432,11 @@ /obj/structure/chair/office/light, /turf/open/floor/iron/dark, /area/station/science/ordnance/office) +"aWj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "aWk" = ( /obj/machinery/door/poddoor/shutters{ dir = 1; @@ -4335,6 +4291,15 @@ /obj/item/clothing/head/beanie/orange, /turf/open/floor/iron, /area/station/cargo/storage) +"biu" = ( +/obj/machinery/door/window/right/directional/south{ + name = "The Ice Box"; + req_access = list("kitchen") + }, +/obj/effect/turf_decal/siding/white, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "biE" = ( /obj/machinery/light/small/directional/west, /obj/effect/decal/cleanable/dirt/dust, @@ -5133,6 +5098,21 @@ /obj/effect/mapping_helpers/airlock/access/all/science/robotics, /turf/open/floor/iron/white, /area/station/science/robotics/lab) +"bsN" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/mutadone{ + pixel_x = 11; + pixel_y = 7 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 2 + }, +/obj/item/flesh_shears{ + pixel_y = 5; + pixel_x = -10 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) "bsO" = ( /obj/effect/turf_decal/box, /obj/structure/closet/crate, @@ -5184,6 +5164,17 @@ dir = 4 }, /area/station/hallway/secondary/entry) +"btq" = ( +/obj/structure/cable, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/binary/pump/on/general/hidden{ + dir = 8 + }, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "bts" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, @@ -7968,6 +7959,15 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/dark, /area/station/service/chapel/office) +"ceQ" = ( +/obj/structure/cable, +/obj/structure/minecart_rail/railbreak, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "ceS" = ( /obj/machinery/mech_bay_recharge_port{ dir = 1 @@ -8282,12 +8282,6 @@ /obj/structure/sign/warning/cold_temp/directional/north, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"cje" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/plasticflaps/kitchen, -/turf/open/floor/iron/dark, -/area/station/tcommsat/computer) "cjI" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -8552,6 +8546,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/smooth, /area/station/security/lockers) +"cnp" = ( +/obj/structure/minecart_rail{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/obj/machinery/light/small/red/directional/north, +/obj/structure/sign/warning/directional/north, +/turf/open/floor/plating/snowed/coldroom, +/area/icemoon/underground/explored) "cnq" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, @@ -8582,17 +8588,6 @@ }, /turf/open/floor/iron, /area/station/cargo/office) -"coc" = ( -/obj/machinery/door/window/left/directional/south{ - name = "The Ice Box"; - req_access = list("kitchen") - }, -/obj/effect/turf_decal/siding/white, -/obj/machinery/atmospherics/components/binary/valve/on{ - dir = 4 - }, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) "cod" = ( /obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 1 @@ -8653,6 +8648,13 @@ /obj/machinery/light/small/directional/east, /turf/open/openspace, /area/station/service/chapel) +"cpr" = ( +/obj/structure/sign/poster/greenscreen/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/captain) "cps" = ( /obj/structure/table/wood/poker, /obj/item/storage/wallet/random, @@ -8844,15 +8846,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/external, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"cst" = ( -/obj/structure/cable, -/obj/structure/minecart_rail/railbreak, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "csu" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 10 @@ -10301,11 +10294,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/wood, /area/station/service/lawoffice) -"cNy" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/service/kitchen/coldroom) "cNI" = ( /obj/machinery/door/poddoor/preopen{ id = "xenobio7"; @@ -10499,19 +10487,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/disposal) -"cQo" = ( -/obj/machinery/door/airlock/freezer{ - desc = "The freezer where the chef keeps all the stuff that needs to be kept cold. Ice cold."; - name = "The Ice Box" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/structure/cable, -/obj/structure/plasticflaps/kitchen, -/turf/open/floor/plating, -/area/station/service/kitchen/coldroom) "cQs" = ( /obj/structure/table, /obj/item/computer_disk{ @@ -10922,6 +10897,14 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark/textured, /area/station/hallway/primary/central) +"cYm" = ( +/obj/machinery/greenscreen_camera{ + dir = 4; + pixel_x = -4; + pixel_y = 6 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) "cYo" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/stripes/line{ @@ -11533,10 +11516,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/closed/wall/r_wall, /area/station/engineering/supermatter) -"dfr" = ( -/obj/structure/plasticflaps/kitchen, -/turf/open/floor/iron/dark, -/area/station/service/kitchen/coldroom) "dfw" = ( /obj/structure/reagent_dispensers/wall/peppertank/directional/west, /obj/machinery/airalarm/directional/north, @@ -12276,20 +12255,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/mine/laborcamp) -"dqz" = ( -/obj/structure/cable, -/obj/structure/minecart_rail{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/light/cold/directional/west, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "dqI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -12491,13 +12456,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"dsI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "dsR" = ( /obj/machinery/conveyor/inverted{ dir = 10; @@ -12542,26 +12500,6 @@ /obj/effect/turf_decal/tile/green/anticorner/contrasted, /turf/open/floor/iron, /area/station/command/bridge) -"dtx" = ( -/obj/structure/table/glass, -/obj/item/storage/medkit/fire{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/fire, -/obj/item/storage/medkit/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/left/directional/east{ - name = "First-Aid Supplies"; - req_access = list("medical") - }, -/obj/effect/turf_decal/tile/blue/full, -/obj/machinery/light/cold/directional/west, -/obj/effect/mapping_helpers/airlock/red_alert_access, -/turf/open/floor/iron/dark/smooth_large, -/area/station/medical/storage) "dty" = ( /obj/structure/table, /obj/effect/spawner/random/food_or_drink/donkpockets, @@ -13241,6 +13179,19 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/wood, /area/station/security/courtroom) +"dEx" = ( +/obj/structure/cable, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 4 + }, +/obj/structure/minecart_rail{ + dir = 1 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 8 + }, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "dEz" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -13325,16 +13276,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) -"dFr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "detShutter"; - name = "Privacy Shutters" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/security/detectives_office) "dFt" = ( /turf/closed/wall, /area/station/hallway/secondary/exit/departure_lounge) @@ -13705,6 +13646,15 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) +"dLA" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/obj/item/toy/figure/chef, +/obj/structure/sign/warning/cold_temp/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/open/floor/plating, +/area/station/service/kitchen/coldroom) "dLL" = ( /obj/structure/sign/warning/secure_area/directional/north, /turf/open/floor/plating, @@ -13731,13 +13681,6 @@ /obj/effect/spawner/random/food_or_drink/donkpockets, /turf/open/floor/iron, /area/mine/laborcamp) -"dMf" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/displaycase/captain, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/captain) "dMi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -13855,6 +13798,13 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) +"dNX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/item/wallframe/camera, +/turf/open/floor/plating, +/area/station/construction) "dOa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -14428,6 +14378,14 @@ "dXp" = ( /turf/open/floor/iron/dark/smooth_half, /area/station/service/hydroponics) +"dXr" = ( +/obj/structure/minecart_rail{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/weather/snow/corner, +/turf/open/floor/plating/snowed/coldroom, +/area/icemoon/underground/explored) "dXv" = ( /obj/effect/turf_decal/bot_white, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -14858,6 +14816,10 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"ees" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/kitchen/coldroom) "eeD" = ( /obj/machinery/light/directional/west, /turf/open/floor/iron/dark/textured, @@ -15852,20 +15814,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"etb" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "EVA Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/eva, -/obj/effect/turf_decal/siding/dark_blue{ - dir = 1 - }, -/obj/effect/turf_decal/siding/dark_blue, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/red_alert_access, -/turf/open/floor/iron/dark/textured, -/area/station/ai_monitored/command/storage/eva) "ete" = ( /obj/machinery/vending/coffee, /obj/effect/turf_decal/siding/wood{ @@ -16216,6 +16164,11 @@ /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, /area/station/maintenance/fore) +"eyP" = ( +/obj/structure/kitchenspike, +/obj/effect/turf_decal/weather/snow/corner, +/turf/open/misc/ice/coldroom, +/area/station/service/kitchen/coldroom) "eyR" = ( /obj/machinery/processor/slime, /obj/structure/window/reinforced/spawner/directional/south, @@ -17517,15 +17470,6 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/starboard/fore) -"eTX" = ( -/obj/structure/rack, -/obj/item/pickaxe, -/obj/item/toy/figure/chef, -/obj/structure/sign/warning/cold_temp/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/open/floor/plating, -/area/station/service/kitchen/coldroom) "eTY" = ( /obj/machinery/recharge_station, /obj/effect/turf_decal/stripes/box, @@ -17846,6 +17790,25 @@ /obj/structure/sign/flag/ssc/directional/north, /turf/open/floor/iron, /area/station/commons/fitness) +"eXD" = ( +/obj/structure/minecart_rail{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "minecraft_shutter"; + name = "Cart Shutters" + }, +/obj/structure/plasticflaps/kitchen, +/turf/open/floor/iron/textured, +/area/station/service/hydroponics) "eXH" = ( /turf/closed/wall/r_wall, /area/station/medical/chemistry) @@ -18630,6 +18593,13 @@ /obj/machinery/ntnet_relay, /turf/open/floor/circuit/telecomms/mainframe, /area/station/tcommsat/server) +"fja" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "fjg" = ( /obj/machinery/shower/directional/west, /obj/effect/turf_decal/trimline/blue, @@ -20617,10 +20587,6 @@ }, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) -"fOM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "fOR" = ( /obj/structure/disposalpipe/trunk, /obj/machinery/airalarm/directional/east, @@ -22477,6 +22443,17 @@ }, /turf/open/floor/iron/white/side, /area/mine/living_quarters) +"gpt" = ( +/obj/machinery/button/door/directional/east{ + id = "detShutter"; + name = "Privacy Shutters" + }, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/grimy, +/area/station/security/detectives_office) "gpB" = ( /obj/structure/cable, /turf/open/floor/plating, @@ -22772,6 +22749,29 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) +"guz" = ( +/obj/structure/rack, +/obj/item/lighter, +/obj/item/clothing/glasses/meson{ + pixel_y = 4 + }, +/obj/item/stock_parts/power_store/cell/high, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/computer_disk/engineering{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/computer_disk/engineering{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/computer_disk/engineering{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/reagent_containers/applicator/patch/aiuri, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "guA" = ( /obj/effect/turf_decal/siding/white/corner{ dir = 4 @@ -22851,6 +22851,26 @@ /obj/machinery/newscaster/directional/west, /turf/open/floor/iron/dark, /area/station/service/chapel) +"gvX" = ( +/obj/structure/table/glass, +/obj/item/storage/medkit/fire{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/fire, +/obj/item/storage/medkit/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/door/window/left/directional/east{ + name = "First-Aid Supplies"; + req_access = list("medical") + }, +/obj/effect/turf_decal/tile/blue/full, +/obj/machinery/light/cold/directional/west, +/obj/effect/mapping_helpers/airlock/red_alert_access, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/storage) "gwl" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/effect/turf_decal/tile/red{ @@ -23391,19 +23411,6 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/fore) -"gDC" = ( -/obj/structure/cable, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 4 - }, -/obj/structure/minecart_rail{ - dir = 1 - }, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 8 - }, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "gDE" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -23595,11 +23602,6 @@ }, /turf/open/floor/iron/dark, /area/station/medical/storage) -"gGX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "gGZ" = ( /obj/machinery/computer/bank_machine, /obj/effect/turf_decal/bot_white, @@ -23750,13 +23752,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/engineering/atmos/storage) -"gJx" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/machinery/status_display/ai/directional/east, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "gJz" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -24385,6 +24380,23 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"gTr" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id = "minecraft_shutter"; + name = "Cart Shutters" + }, +/obj/structure/minecart_rail{ + dir = 1 + }, +/obj/structure/plasticflaps/kitchen, +/turf/open/floor/iron/textured, +/area/station/service/kitchen/coldroom) "gTw" = ( /obj/structure/railing{ dir = 8 @@ -24576,6 +24588,18 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"gWi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/door/airlock/freezer{ + desc = "The freezer where the chef keeps all the stuff that needs to be kept cold. Ice cold."; + name = "The Ice Box" + }, +/obj/structure/plasticflaps/kitchen, +/turf/open/floor/plating, +/area/station/service/kitchen/coldroom) "gWn" = ( /obj/machinery/atmospherics/components/trinary/filter/flipped{ dir = 4; @@ -24769,11 +24793,6 @@ /obj/structure/lattice/catwalk, /turf/open/openspace, /area/station/service/kitchen/coldroom) -"gYW" = ( -/obj/structure/chair/stool/directional/west, -/obj/effect/spawner/random/trash/cigbutt, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "gZb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, @@ -25430,15 +25449,6 @@ /obj/machinery/barsign/directional/north, /turf/open/floor/wood/large, /area/station/hallway/primary/starboard) -"hkE" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/machinery/door/airlock/maintenance{ - name = "Kitchen Maintenance" - }, -/turf/open/floor/plating, -/area/station/service/kitchen/coldroom) "hkI" = ( /obj/machinery/light/small/directional/west, /obj/structure/table, @@ -26463,6 +26473,16 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/security/brig/entrance) +"hAj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/effect/turf_decal/weather/snow/corner, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "hAl" = ( /obj/machinery/door/firedoor{ dir = 8 @@ -26774,6 +26794,11 @@ /obj/structure/closet/emcloset, /turf/open/floor/iron/dark, /area/mine/eva) +"hEv" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "hED" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -28115,29 +28140,6 @@ /obj/effect/landmark/navigate_destination/disposals, /turf/open/floor/plating, /area/station/maintenance/port/lesser) -"hYs" = ( -/obj/structure/rack, -/obj/item/lighter, -/obj/item/clothing/glasses/meson{ - pixel_y = 4 - }, -/obj/item/stock_parts/power_store/cell/high, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/item/computer_disk/engineering{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/computer_disk/engineering{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/computer_disk/engineering{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/reagent_containers/applicator/patch/aiuri, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) "hYy" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -29586,10 +29588,6 @@ }, /turf/open/floor/iron/dark, /area/mine/eva) -"ith" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) "itj" = ( /turf/open/floor/iron/white, /area/station/science/genetics) @@ -29775,6 +29773,15 @@ }, /turf/open/floor/wood, /area/station/service/library) +"iwd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/obj/structure/bed/dogbed/renault, +/mob/living/basic/pet/fox/renault, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/captain) "iwf" = ( /turf/closed/wall/r_wall, /area/mine/mechbay) @@ -30062,6 +30069,15 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/white, /area/station/maintenance/port/fore) +"iBi" = ( +/obj/structure/table, +/obj/item/food/grown/carrot, +/obj/item/food/grown/carrot{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "iBl" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -30511,6 +30527,19 @@ }, /turf/open/floor/carpet/lone, /area/station/service/chapel) +"iKd" = ( +/obj/effect/turf_decal/siding/white, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/closet/chefcloset, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/structure/window/spawner/directional/south, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/plating, +/area/station/service/kitchen/coldroom) "iKh" = ( /obj/machinery/incident_display/delam/directional/north, /turf/open/floor/iron/dark, @@ -30830,14 +30859,6 @@ /obj/effect/spawner/random/structure/steam_vent, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"iOO" = ( -/obj/structure/table, -/obj/item/stack/sheet/mineral/coal{ - pixel_x = 6; - pixel_y = 3 - }, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "iOS" = ( /obj/machinery/airalarm/directional/east, /obj/structure/table, @@ -31179,6 +31200,26 @@ /obj/structure/sign/warning/docking/directional/north, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"iTJ" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/folder/white{ + pixel_x = 2 + }, +/obj/machinery/firealarm/directional/south, +/obj/item/radio/headset/headset_medsci{ + pixel_x = 16; + pixel_y = 8 + }, +/turf/open/floor/iron/dark, +/area/station/science/genetics) "iTP" = ( /obj/item/reagent_containers/cup/bucket, /obj/effect/turf_decal/trimline/green/filled/line, @@ -33370,6 +33411,11 @@ /obj/machinery/computer/security/telescreen/prison/directional/north, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) +"jBB" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/service/kitchen/coldroom) "jBR" = ( /obj/machinery/atmospherics/components/unary/thermomachine/heater{ dir = 8 @@ -34683,6 +34729,22 @@ dir = 1 }, /area/station/engineering/atmos) +"jTZ" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Server Room" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/obj/structure/plasticflaps/kitchen, +/turf/open/floor/iron/dark, +/area/station/science/server) +"jUb" = ( +/obj/structure/table, +/obj/item/stack/sheet/mineral/coal{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "jUi" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 1 @@ -36411,20 +36473,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark/textured, /area/station/commons/fitness) -"ksm" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/door/window/right/directional/south{ - name = "First-Aid Supplies"; - req_access = list("medical") - }, -/obj/structure/table/glass, -/obj/item/mod/module/plasma_stabilizer, -/obj/item/mod/module/thermal_regulator, -/obj/effect/turf_decal/tile/blue/full, -/obj/item/mod/module/signlang_radio, -/turf/open/floor/iron/dark/smooth_large, -/area/station/medical/storage) "ksn" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/brown/half/contrasted{ @@ -36810,6 +36858,26 @@ /obj/structure/sign/poster/contraband/random/directional/north, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) +"kyY" = ( +/obj/structure/table/glass, +/obj/item/storage/medkit/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/medkit/toxin, +/obj/item/storage/medkit/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/door/window/right/directional/north{ + name = "First-Aid Supplies"; + req_access = list("medical") + }, +/obj/effect/turf_decal/tile/blue/full, +/obj/effect/mapping_helpers/airlock/red_alert_access, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/storage) "kzv" = ( /obj/structure/bed, /obj/effect/spawner/random/bedsheet/any, @@ -37279,15 +37347,6 @@ }, /turf/open/floor/iron, /area/station/command/heads_quarters/hop) -"kFX" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/airalarm/directional/east, -/obj/structure/bed/dogbed/renault, -/mob/living/basic/pet/fox/renault, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/captain) "kGc" = ( /obj/structure/table/wood, /obj/structure/cable, @@ -37362,16 +37421,6 @@ /obj/item/stamp/head/qm, /turf/open/floor/carpet, /area/station/command/heads_quarters/qm) -"kGS" = ( -/obj/effect/turf_decal/siding/white{ - dir = 5 - }, -/obj/effect/turf_decal/siding/white, -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/obj/structure/window/spawner/directional/south, -/turf/open/floor/plating, -/area/station/service/kitchen/coldroom) "kHb" = ( /obj/structure/closet/secure_closet/personal{ anchored = 1 @@ -37448,18 +37497,6 @@ }, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/service) -"kIf" = ( -/obj/structure/minecart_rail{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/weather/snow/corner{ - dir = 1 - }, -/obj/machinery/light/small/red/directional/north, -/obj/structure/sign/warning/directional/north, -/turf/open/floor/plating/snowed/coldroom, -/area/icemoon/underground/explored) "kIh" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -38252,6 +38289,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/pink, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"kUo" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/machinery/light/cold/directional/west, +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "kUt" = ( /obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2, /obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4, @@ -40142,26 +40191,6 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) -"lvh" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/pen{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/folder/white{ - pixel_x = 2 - }, -/obj/machinery/firealarm/directional/south, -/obj/item/radio/headset/headset_medsci{ - pixel_x = 16; - pixel_y = 8 - }, -/turf/open/floor/iron/dark, -/area/station/science/genetics) "lvk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -40217,23 +40246,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) -"lvJ" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters{ - dir = 1; - id = "minecraft_shutter"; - name = "Cart Shutters" - }, -/obj/structure/minecart_rail{ - dir = 1 - }, -/obj/structure/plasticflaps/kitchen, -/turf/open/floor/iron/textured, -/area/station/service/kitchen/coldroom) "lvQ" = ( /obj/machinery/light/small/directional/east, /obj/effect/decal/cleanable/dirt, @@ -40701,17 +40713,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"lCm" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1 - }, -/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/spawner/random/trash/cigbutt, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "lCn" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 4 @@ -41499,6 +41500,17 @@ /obj/structure/falsewall, /turf/open/floor/plating, /area/station/medical/morgue) +"lOA" = ( +/obj/structure/minecart_rail{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/obj/item/radio/intercom/directional/north, +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "lOI" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible/layer1{ dir = 5 @@ -41745,14 +41757,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/hallway/secondary/entry) -"lRi" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Server Room" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/rd, -/obj/structure/plasticflaps/kitchen, -/turf/open/floor/iron/dark, -/area/station/science/server) "lRj" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -41901,17 +41905,6 @@ initial_gas_mix = "ICEMOON_ATMOS" }, /area/icemoon/underground/explored/graveyard) -"lTn" = ( -/obj/machinery/button/door/directional/east{ - id = "detShutter"; - name = "Privacy Shutters" - }, -/obj/structure/chair/office{ - dir = 8 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/grimy, -/area/station/security/detectives_office) "lTC" = ( /obj/structure/chair/comfy/brown{ dir = 4 @@ -42589,11 +42582,6 @@ }, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"meN" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "meT" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -43561,6 +43549,20 @@ "mvv" = ( /turf/open/floor/wood, /area/station/security/courtroom) +"mvw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "EVA Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/eva, +/obj/effect/turf_decal/siding/dark_blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_blue, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/red_alert_access, +/turf/open/floor/iron/dark/textured, +/area/station/ai_monitored/command/storage/eva) "mvG" = ( /obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ dir = 8 @@ -44658,24 +44660,6 @@ }, /turf/open/floor/iron/cafeteria, /area/station/security/prison/work) -"mMa" = ( -/obj/structure/table/glass, -/obj/effect/spawner/random/entertainment/deck{ - pixel_x = -6 - }, -/obj/item/reagent_containers/condiment/saltshaker{ - pixel_x = 7; - pixel_y = 9 - }, -/obj/item/reagent_containers/condiment/peppermill{ - pixel_x = 7; - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/medical/break_room) "mMb" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -44916,6 +44900,12 @@ dir = 4 }, /area/station/command/gateway) +"mQk" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "mQq" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -45296,18 +45286,6 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) -"mXV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/machinery/door/airlock/freezer{ - desc = "The freezer where the chef keeps all the stuff that needs to be kept cold. Ice cold."; - name = "The Ice Box" - }, -/obj/structure/plasticflaps/kitchen, -/turf/open/floor/plating, -/area/station/service/kitchen/coldroom) "mYh" = ( /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) @@ -45387,16 +45365,6 @@ }, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) -"mYQ" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Kill Chamber"; - normalspeed = 0 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/obj/structure/plasticflaps/kitchen, -/turf/open/floor/iron/freezer, -/area/station/science/xenobiology) "mYR" = ( /obj/machinery/fishing_portal_generator, /turf/open/floor/wood, @@ -45490,12 +45458,6 @@ /obj/item/storage/box/matches, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) -"mZX" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/mapping_helpers/airalarm/tlv_cold_room, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) "nae" = ( /obj/machinery/door/poddoor/preopen{ id = "maint1" @@ -45966,6 +45928,10 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"nfL" = ( +/obj/machinery/holopad/secure, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) "nfS" = ( /obj/machinery/door/morgue{ dir = 4; @@ -48009,11 +47975,6 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"nHi" = ( -/obj/structure/flora/rock/pile/icy/style_random, -/obj/structure/kitchenspike, -/turf/open/misc/asteroid/snow/coldroom, -/area/station/service/kitchen/coldroom) "nHj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -48210,6 +48171,13 @@ /obj/item/flashlight/lamp, /turf/open/floor/iron/dark, /area/station/security/interrogation) +"nKT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/displaycase/captain, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/captain) "nKV" = ( /obj/structure/window/reinforced/spawner/directional/east, /obj/effect/turf_decal/siding/white{ @@ -48752,6 +48720,17 @@ /obj/machinery/light/floor, /turf/open/floor/iron, /area/station/security/brig/upper) +"nRn" = ( +/obj/machinery/door/window/left/directional/south{ + name = "The Ice Box"; + req_access = list("kitchen") + }, +/obj/effect/turf_decal/siding/white, +/obj/machinery/atmospherics/components/binary/valve/on{ + dir = 4 + }, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "nRq" = ( /obj/structure/closet/crate, /obj/effect/spawner/random/bureaucracy/birthday_wrap, @@ -48778,6 +48757,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/catwalk_floor/iron_smooth, /area/station/maintenance/port/lesser) +"nRE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "nRV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/extinguisher_cabinet/directional/south, @@ -49026,6 +49012,19 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/white, /area/station/science/robotics/lab) +"nVJ" = ( +/obj/machinery/door/airlock/freezer{ + desc = "The freezer where the chef keeps all the stuff that needs to be kept cold. Ice cold."; + name = "The Ice Box" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/structure/cable, +/obj/structure/plasticflaps/kitchen, +/turf/open/floor/plating, +/area/station/service/kitchen/coldroom) "nVR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/cafeteria{ @@ -50384,21 +50383,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance/office) -"opD" = ( -/obj/structure/table, -/obj/item/storage/pill_bottle/mutadone{ - pixel_x = 11; - pixel_y = 7 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 2 - }, -/obj/item/flesh_shears{ - pixel_y = 5; - pixel_x = -10 - }, -/turf/open/floor/iron/dark, -/area/station/science/genetics) "opE" = ( /obj/structure/railing{ dir = 1 @@ -50473,6 +50457,15 @@ /obj/effect/landmark/start/station_engineer, /turf/open/floor/iron, /area/station/engineering/main) +"oqE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/door/airlock/maintenance{ + name = "Kitchen Maintenance" + }, +/turf/open/floor/plating, +/area/station/service/kitchen/coldroom) "oqJ" = ( /obj/structure/sign/warning/docking/directional/north, /obj/structure/flora/grass/green/style_random, @@ -51982,16 +51975,6 @@ /obj/effect/spawner/random/maintenance/four, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"oJj" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/spawner/random/trash/cigbutt, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "oJk" = ( /obj/structure/railing/corner, /obj/effect/turf_decal/tile/brown, @@ -52365,6 +52348,16 @@ /obj/machinery/igniter/incinerator_ordmix, /turf/open/floor/engine/vacuum, /area/station/science/ordnance/burnchamber) +"oPC" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "oPI" = ( /turf/open/floor/circuit, /area/station/ai_monitored/command/nuke_storage) @@ -52856,6 +52849,16 @@ "oXq" = ( /turf/open/floor/iron/white, /area/station/medical/cryo) +"oXr" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Kill Chamber"; + normalspeed = 0 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/obj/structure/plasticflaps/kitchen, +/turf/open/floor/iron/freezer, +/area/station/science/xenobiology) "oXx" = ( /obj/machinery/mass_driver/trash{ dir = 1 @@ -52976,13 +52979,6 @@ }, /turf/open/floor/iron, /area/station/science/explab) -"oZw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/item/wallframe/camera, -/turf/open/floor/plating, -/area/station/construction) "oZz" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -53757,6 +53753,24 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) +"pjN" = ( +/obj/structure/table/glass, +/obj/effect/spawner/random/entertainment/deck{ + pixel_x = -6 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/medical/break_room) "pkf" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 @@ -53943,6 +53957,18 @@ }, /turf/open/floor/iron, /area/station/service/kitchen/coldroom) +"pnw" = ( +/obj/structure/cable, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "pnA" = ( /obj/machinery/airalarm/directional/north, /obj/structure/rack, @@ -54222,6 +54248,16 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/science/xenobiology) +"prX" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/obj/machinery/light/cold/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "psb" = ( /turf/closed/wall/ice, /area/icemoon/underground/explored) @@ -54698,6 +54734,23 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/station/security/checkpoint/supply) +"pyh" = ( +/obj/structure/table/wood/fancy/blue, +/obj/effect/spawner/random/aimodule/neutral, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/door/window/right/directional/west{ + name = "Core Modules"; + req_access = list("captain") + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/item/reagent_containers/applicator/pill/iron{ + pixel_x = 13; + pixel_y = -13 + }, +/turf/open/floor/circuit, +/area/station/ai_monitored/turret_protected/ai_upload) "pyn" = ( /obj/item/storage/photo_album/chapel, /obj/structure/noticeboard/directional/west, @@ -54938,6 +54991,17 @@ /obj/machinery/duct, /turf/open/floor/iron/freezer, /area/station/commons/toilet) +"pBv" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1 + }, +/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "pBA" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -56053,13 +56117,6 @@ /obj/structure/sign/warning/cold_temp/directional/north, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"pSR" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "pTd" = ( /obj/structure/table/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -56300,6 +56357,12 @@ }, /turf/open/genturf, /area/icemoon/surface/outdoors/unexplored/rivers/no_monsters) +"pWE" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "pWJ" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 8 @@ -58415,16 +58478,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"qCg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/effect/turf_decal/weather/snow/corner, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "qCl" = ( /obj/effect/spawner/random/trash/mess, /obj/structure/disposalpipe/segment{ @@ -59352,6 +59405,10 @@ "qOl" = ( /turf/open/floor/wood, /area/station/maintenance/port/aft) +"qOo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "qOu" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, @@ -59851,15 +59908,6 @@ /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron/grimy, /area/station/service/bar/backroom) -"qUJ" = ( -/obj/structure/table, -/obj/item/food/grown/carrot, -/obj/item/food/grown/carrot{ - pixel_x = -2; - pixel_y = 4 - }, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "qUL" = ( /obj/structure/closet/emcloset, /obj/effect/spawner/random/maintenance/two, @@ -60432,14 +60480,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/hallway/primary/central) -"rcG" = ( -/obj/structure/minecart_rail{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/weather/snow/corner, -/turf/open/floor/plating/snowed/coldroom, -/area/icemoon/underground/explored) "rcP" = ( /obj/effect/turf_decal/bot_white/right, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -61779,6 +61819,13 @@ /obj/item/clothing/suit/apron/chef, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"rwN" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "rwR" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/status_display/evac/directional/west, @@ -62098,18 +62145,6 @@ "rBV" = ( /turf/closed/wall, /area/station/tcommsat/computer) -"rCc" = ( -/obj/structure/cable, -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) "rCe" = ( /obj/structure/toilet{ dir = 4 @@ -62499,6 +62534,11 @@ }, /turf/open/floor/iron/white, /area/station/medical/pharmacy) +"rGI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "rGY" = ( /obj/machinery/airalarm/directional/east, /obj/structure/table, @@ -62910,6 +62950,11 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/service/kitchen/coldroom) +"rOx" = ( +/obj/structure/flora/rock/pile/icy/style_random, +/obj/structure/kitchenspike, +/turf/open/misc/asteroid/snow/coldroom, +/area/station/service/kitchen/coldroom) "rOA" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -63135,6 +63180,20 @@ /obj/structure/railing, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"rRT" = ( +/obj/structure/cable, +/obj/structure/minecart_rail{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/light/cold/directional/west, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "rSe" = ( /obj/structure/rack, /obj/effect/spawner/random/clothing/costume, @@ -63204,10 +63263,6 @@ "rTz" = ( /turf/open/floor/plating/icemoon, /area/station/science/ordnance/bomb/planet) -"rTA" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/station/service/kitchen/coldroom) "rTM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -65202,25 +65257,6 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/station/command/heads_quarters/hop) -"suP" = ( -/obj/structure/minecart_rail{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "minecraft_shutter"; - name = "Cart Shutters" - }, -/obj/structure/plasticflaps/kitchen, -/turf/open/floor/iron/textured, -/area/station/service/hydroponics) "suR" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -65359,16 +65395,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"sww" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/machinery/door/airlock/command/glass{ - name = "Emergency EVA Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/command/eva, -/obj/effect/mapping_helpers/airlock/red_alert_access, -/turf/open/floor/iron/textured, -/area/station/hallway/secondary/exit/departure_lounge) "swx" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/portable_atmospherics/canister, @@ -65640,14 +65666,6 @@ }, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"sAj" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark/textured, -/area/station/security/office) "sAt" = ( /obj/structure/table/wood, /obj/effect/spawner/random/food_or_drink/snack, @@ -66140,11 +66158,6 @@ /obj/structure/grille/broken, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"sGN" = ( -/obj/structure/kitchenspike, -/obj/effect/turf_decal/weather/snow/corner, -/turf/open/misc/ice/coldroom, -/area/station/service/kitchen/coldroom) "sGT" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /turf/open/floor/engine/vacuum, @@ -67585,6 +67598,15 @@ }, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) +"tec" = ( +/obj/structure/cable, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "tei" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/carpet/red, @@ -67767,12 +67789,14 @@ /mob/living/simple_animal/bot/secbot/beepsky/armsky, /turf/open/floor/iron/dark/textured, /area/station/ai_monitored/security/armory) -"tgU" = ( -/obj/effect/turf_decal/weather/snow/corner{ - dir = 10 +"thl" = ( +/obj/machinery/photocopier/prebuilt, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 }, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark/textured, +/area/station/security/office) "thA" = ( /turf/open/genturf/blue, /area/icemoon/underground/unexplored/rivers/deep/shoreline) @@ -68393,6 +68417,22 @@ "tpH" = ( /turf/closed/wall, /area/station/security/execution/education) +"tpN" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/storage/photo_album{ + pixel_y = -1 + }, +/obj/item/camera{ + pixel_x = -4 + }, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/captain) "tpO" = ( /obj/effect/turf_decal/siding/wood{ dir = 6 @@ -68938,6 +68978,11 @@ /obj/structure/chair/office, /turf/open/floor/wood, /area/station/service/library) +"tyA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "tyK" = ( /obj/item/mop, /obj/item/reagent_containers/cup/bucket, @@ -69144,13 +69189,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"tCK" = ( -/obj/structure/sign/poster/greenscreen/directional/east, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/captain) "tCL" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -69254,17 +69292,6 @@ /obj/effect/spawner/random/structure/closet_maintenance, /turf/open/floor/plating, /area/station/maintenance/aft/greater) -"tEf" = ( -/obj/structure/minecart_rail{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/obj/item/radio/intercom/directional/north, -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "tEi" = ( /obj/structure/sink/directional/south, /turf/open/floor/iron, @@ -70485,6 +70512,12 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) +"tVF" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/mapping_helpers/airalarm/tlv_cold_room, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/freezer, +/area/station/service/kitchen/coldroom) "tWc" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/spawner/random/trash/soap, @@ -71066,10 +71099,6 @@ }, /turf/open/floor/engine, /area/station/engineering/atmos/hfr_room) -"ueZ" = ( -/obj/machinery/holopad/secure, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) "ufb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /obj/structure/sign/warning/secure_area/directional/north, @@ -71079,17 +71108,6 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/station/hallway/primary/starboard) -"ufl" = ( -/obj/structure/cable, -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/components/binary/pump/on/general/hidden{ - dir = 8 - }, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) "ufm" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -71157,6 +71175,16 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron, /area/station/maintenance/department/electrical) +"ugO" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/airlock/command/glass{ + name = "Emergency EVA Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/eva, +/obj/effect/mapping_helpers/airlock/red_alert_access, +/turf/open/floor/iron/textured, +/area/station/hallway/secondary/exit/departure_lounge) "ugP" = ( /obj/effect/turf_decal/siding/red{ dir = 4 @@ -72725,13 +72753,6 @@ /obj/structure/grille, /turf/open/floor/plating, /area/station/maintenance/department/chapel) -"uDu" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "uDv" = ( /obj/effect/turf_decal/siding/white{ dir = 8 @@ -73185,6 +73206,10 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/station/commons/dorms) +"uKS" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) "uKW" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -74227,6 +74252,16 @@ /obj/effect/turf_decal/siding/blue, /turf/open/floor/iron/cafeteria, /area/station/security/prison/work) +"vcD" = ( +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/obj/effect/turf_decal/siding/white, +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/obj/structure/window/spawner/directional/south, +/turf/open/floor/plating, +/area/station/service/kitchen/coldroom) "vcO" = ( /obj/machinery/vending/wardrobe/chap_wardrobe, /turf/open/floor/iron/dark, @@ -75038,15 +75073,6 @@ /obj/structure/cable, /turf/open/floor/iron/recharge_floor, /area/station/security/mechbay) -"vpv" = ( -/obj/machinery/door/window/right/directional/south{ - name = "The Ice Box"; - req_access = list("kitchen") - }, -/obj/effect/turf_decal/siding/white, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) "vpx" = ( /obj/structure/sign/departments/evac/directional/north, /turf/open/floor/iron, @@ -75641,26 +75667,6 @@ /obj/structure/sign/warning/cold_temp/directional/north, /turf/open/floor/iron/smooth, /area/mine/eva/lower) -"vxH" = ( -/obj/structure/table/glass, -/obj/item/storage/medkit/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/medkit/toxin, -/obj/item/storage/medkit/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/door/window/right/directional/north{ - name = "First-Aid Supplies"; - req_access = list("medical") - }, -/obj/effect/turf_decal/tile/blue/full, -/obj/effect/mapping_helpers/airlock/red_alert_access, -/turf/open/floor/iron/dark/smooth_large, -/area/station/medical/storage) "vxO" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/siding/wood, @@ -78996,16 +79002,6 @@ /obj/machinery/griddle, /turf/open/floor/iron/white/smooth_large, /area/station/service/kitchen) -"wAK" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/obj/machinery/light/cold/directional/east, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "wAQ" = ( /obj/machinery/computer/shuttle/labor/one_way{ dir = 4 @@ -79507,11 +79503,6 @@ }, /turf/open/floor/iron, /area/mine/laborcamp/security) -"wHQ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "wHX" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -82494,6 +82485,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"xyd" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "detShutter"; + name = "Privacy Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/detectives_office) "xyn" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/line{ @@ -83518,6 +83519,20 @@ }, /turf/open/floor/iron/cafeteria, /area/station/security/prison/work) +"xLW" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/door/window/right/directional/south{ + name = "First-Aid Supplies"; + req_access = list("medical") + }, +/obj/structure/table/glass, +/obj/item/mod/module/plasma_stabilizer, +/obj/item/mod/module/thermal_regulator, +/obj/effect/turf_decal/tile/blue/full, +/obj/item/mod/module/signlang_radio, +/turf/open/floor/iron/dark/smooth_large, +/area/station/medical/storage) "xMh" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, @@ -83595,15 +83610,6 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/grimy, /area/station/service/theater) -"xNA" = ( -/obj/structure/cable, -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/turf/open/floor/iron/freezer, -/area/station/service/kitchen/coldroom) "xNC" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -84698,12 +84704,6 @@ }, /turf/open/floor/iron, /area/station/command/bridge) -"ydn" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "ydt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, @@ -173909,7 +173909,7 @@ ucN hFW nfj hzJ -lTn +gpt ucN iDt iDt @@ -174164,7 +174164,7 @@ wUj wMt ucN ucN -dFr +xyd irp ucN ucN @@ -185762,7 +185762,7 @@ shF qPV wZW exw -suP +eXD exw psb psb @@ -188325,7 +188325,7 @@ jre jre oXE pfE -lCm +pBv moX oXE xEV @@ -188581,16 +188581,16 @@ fCA fCA ehh jPL -oJj -gYW -dsI +oPC +hEv +nRE jre jre jre jre dom dom -kIf +cnp psb psb qZZ @@ -188840,14 +188840,14 @@ isq jMr jre jre -cQo +nVJ jre -sGN +eyP rtw -nHi +rOx fwB dom -rcG +dXr psb lTl uKc @@ -189096,14 +189096,14 @@ jre jre jre jre -tEf -cst -dqz +lOA +ceQ +rRT yfs sTl sTl -gDC -lvJ +dEx +gTr jgC psb qZZ @@ -189349,13 +189349,13 @@ nNe tgj mnA jre -mZX -abx -aGZ -rTA +tVF +kUo +iKd +ees anW sdF -qCg +hAj fwB fwB fwB @@ -189607,13 +189607,13 @@ qhb oXE jre sRz -xNA -kGS -cNy +tec +vcD +jBB jDF -iOO +jUb rcR -tgU +mQk fwB nNg fwB @@ -189864,11 +189864,11 @@ jMO oXE jre tAT -ufl -coc -dfr +btq +nRn +asf anW -qUJ +iBi rcR mbM oje @@ -190120,13 +190120,13 @@ nNe hWR iis jre -eTX -rCc -vpv -dfr -gJx -uDu -wAK +dLA +pnw +biu +asf +aqH +fja +prX eud kww qPE @@ -190377,12 +190377,12 @@ nNe hts hQv jre -pSR -hkE -gGX +rwN +oqE +rGI jre jre -mXV +gWi jre jre jre @@ -190635,11 +190635,11 @@ jre jre jre nzU -wHQ -fOM -meN +aWj +qOo +tyA fOS -ydn +pWE oXE wSs tpc @@ -194020,7 +194020,7 @@ qCu qLY qLY qLY -mYQ +oXr fma qLY dRX @@ -242035,7 +242035,7 @@ bIc wdI yaE yaE -etb +mvw aTH eJe utR @@ -242860,7 +242860,7 @@ kYq kYq kYq kYq -cje +aVI kYq kYq kYq @@ -243623,7 +243623,7 @@ gDm oKY kCI iXk -oZw +dNX pRj daS mNY @@ -244561,7 +244561,7 @@ bln lbc nbp jOS -sAj +thl dlK pbI jIm @@ -246162,7 +246162,7 @@ ybv rox cBU twK -azM +pyh ybv ybv nBk @@ -246207,7 +246207,7 @@ dcC jGB akz sCA -hYs +guz ojv bAT eri @@ -247189,7 +247189,7 @@ aVH lpM rCD uEm -ueZ +nfL mvc uQT uDa @@ -247706,7 +247706,7 @@ sgZ sgZ pZN kwu -ith +uKS uPB xLF lpM @@ -248220,7 +248220,7 @@ uEm uEm uEm uEm -asd +cYm uEm eqU log @@ -248473,12 +248473,12 @@ rYE xUg lpM rdf -aGi -dMf +tpN +nKT gjQ ipU -tCK -kFX +cpr +iwd jEg dGU wdg @@ -254157,7 +254157,7 @@ cIU mlR rWW atb -dtx +gvX uOg kRP pAN @@ -254413,9 +254413,9 @@ tQc vSY ubq lfL -ksm +xLW iPz -vxH +kyY kRP kRP kRP @@ -256986,7 +256986,7 @@ nmC cEo kQJ mFE -mMa +pjN bsi cmy nAN @@ -259285,7 +259285,7 @@ uxj eNK owC xGA -lRi +jTZ xGA wHc xKk @@ -264936,7 +264936,7 @@ gGx jxc aFt oPP -lvh +iTJ mEJ kCz vJS @@ -265170,7 +265170,7 @@ tpd jtG myJ myJ -sww +ugO wLS myJ eUL @@ -265450,7 +265450,7 @@ tgB kKv fhb vAP -opD +bsN sca gpj oQn diff --git a/_maps/map_files/generic/CentCom.dmm b/_maps/map_files/generic/CentCom.dmm index fdfee67bf32..1875e7927c8 100644 --- a/_maps/map_files/generic/CentCom.dmm +++ b/_maps/map_files/generic/CentCom.dmm @@ -639,6 +639,10 @@ /obj/structure/sign/poster/random/directional/east, /turf/open/floor/iron/smooth_large, /area/centcom/central_command_areas/evacuation/ship) +"cU" = ( +/obj/structure/sign/poster/greenscreen/directional/south, +/turf/open/floor/greenscreen, +/area/centcom/tdome/administration) "cV" = ( /obj/effect/landmark/thunderdome/one, /obj/effect/turf_decal/stripes/line{ @@ -1367,6 +1371,13 @@ /obj/item/storage/dice, /turf/open/floor/iron/grimy, /area/centcom/central_command_areas/admin) +"go" = ( +/obj/machinery/photocopier/prebuilt, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/centcom/central_command_areas/supply) "gs" = ( /obj/item/paper/pamphlet/centcom/visitor_info, /obj/item/paper/pamphlet/centcom/visitor_info, @@ -1568,10 +1579,6 @@ /obj/machinery/griddle, /turf/open/floor/iron/dark, /area/centcom/tdome/observation) -"hx" = ( -/obj/machinery/photocopier, -/turf/open/floor/iron/grimy, -/area/centcom/central_command_areas/briefing) "hz" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, @@ -2241,6 +2248,10 @@ /obj/structure/closet/wardrobe/cargotech, /turf/open/floor/iron, /area/centcom/central_command_areas/supply) +"jR" = ( +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/grimy, +/area/centcom/tdome/administration) "jU" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/computer, @@ -2840,12 +2851,6 @@ /obj/machinery/status_display/ai/directional/south, /turf/open/floor/iron, /area/centcom/central_command_areas/ferry) -"ni" = ( -/obj/effect/turf_decal/siding/dark{ - dir = 1 - }, -/turf/open/floor/greenscreen, -/area/centcom/tdome/administration) "nj" = ( /obj/machinery/firealarm/directional/west, /obj/effect/turf_decal/tile/bar/opposingcorners, @@ -3115,13 +3120,6 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/centcom/central_command_areas/supply) -"ou" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/iron, -/area/centcom/central_command_areas/supply) "ov" = ( /obj/machinery/computer/cargo{ dir = 8 @@ -3766,6 +3764,11 @@ }, /turf/open/floor/iron, /area/centcom/central_command_areas/ferry) +"ro" = ( +/obj/machinery/newscaster/directional/north, +/obj/structure/chair, +/turf/open/floor/iron/grimy, +/area/centcom/tdome/administration) "rq" = ( /obj/machinery/light/floor, /obj/effect/turf_decal/tile/dark_blue/fourcorners, @@ -5103,6 +5106,13 @@ }, /turf/open/floor/iron/dark, /area/centcom/central_command_areas/evacuation/ship) +"wW" = ( +/obj/structure/sign/flag/nanotrasen/directional/west, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/greenscreen, +/area/centcom/tdome/administration) "wX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{ dir = 8 @@ -5243,20 +5253,10 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/centcom/tdome/observation) -"xK" = ( -/obj/item/radio/intercom/directional/north, -/obj/structure/chair, -/turf/open/floor/iron/grimy, -/area/centcom/tdome/administration) "xN" = ( /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron, /area/centcom/central_command_areas/control) -"xQ" = ( -/obj/machinery/newscaster/directional/north, -/obj/structure/chair, -/turf/open/floor/iron/grimy, -/area/centcom/tdome/administration) "xR" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -5561,13 +5561,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/centcom/central_command_areas/courtroom) -"zd" = ( -/obj/structure/sign/flag/nanotrasen/directional/east, -/obj/effect/turf_decal/siding/dark{ - dir = 1 - }, -/turf/open/floor/greenscreen, -/area/centcom/tdome/administration) "zf" = ( /obj/structure/table/reinforced, /obj/item/book/manual/wiki/security_space_law, @@ -6725,10 +6718,6 @@ }, /turf/open/floor/iron/grimy, /area/centcom/central_command_areas/admin) -"Eo" = ( -/obj/structure/chair/stool/directional/south, -/turf/open/floor/iron/grimy, -/area/centcom/tdome/administration) "Eq" = ( /obj/structure/chair/stool/bar/directional/east, /obj/effect/decal/cleanable/dirt, @@ -6857,6 +6846,14 @@ /obj/effect/light_emitter/podbay, /turf/open/floor/iron, /area/centcom/central_command_areas/supplypod/loading/one) +"ER" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/machinery/door/airlock/centcom{ + name = "Sound Stage" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark, +/area/centcom/tdome/administration) "EV" = ( /obj/structure/table/wood, /obj/machinery/microwave{ @@ -6964,6 +6961,12 @@ /obj/machinery/status_display/evac/directional/west, /turf/open/floor/iron/grimy, /area/centcom/central_command_areas/courtroom) +"Fy" = ( +/obj/machinery/greenscreen_camera{ + name = "centcom-caster" + }, +/turf/open/floor/iron/grimy, +/area/centcom/tdome/administration) "Fz" = ( /obj/item/kirbyplants/organic/plant22, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -7097,6 +7100,12 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/centcom/central_command_areas/admin/storage) +"Gy" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/greenscreen, +/area/centcom/tdome/administration) "GB" = ( /obj/machinery/power/apc/auto_name/directional/west, /obj/effect/turf_decal/stripes/line, @@ -7324,13 +7333,8 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/white, /area/centcom/central_command_areas/evacuation/ship) -"HV" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/closet/secure_closet/quartermaster, -/turf/open/floor/iron/dark, -/area/centcom/central_command_areas/supply) -"HY" = ( -/obj/machinery/photocopier, +"HS" = ( +/obj/machinery/photocopier/prebuilt, /obj/machinery/button/door/indestructible{ id = "CCsec3"; name = "CC Shutter 3 Control"; @@ -7356,6 +7360,11 @@ }, /turf/open/floor/iron/dark, /area/centcom/central_command_areas/control) +"HV" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/closet/secure_closet/quartermaster, +/turf/open/floor/iron/dark, +/area/centcom/central_command_areas/supply) "HZ" = ( /obj/structure/railing{ dir = 6 @@ -7538,10 +7547,6 @@ /obj/effect/turf_decal/tile/neutral/full, /turf/open/floor/iron/dark/textured_large, /area/centcom/central_command_areas/evacuation/ship) -"JI" = ( -/obj/structure/sign/poster/greenscreen/directional/south, -/turf/open/floor/greenscreen, -/area/centcom/tdome/administration) "JJ" = ( /obj/structure/table/wood, /obj/item/storage/fancy/donut_box, @@ -7600,10 +7605,9 @@ /obj/effect/mapping_helpers/airlock/access/all/admin/captain, /turf/open/floor/iron, /area/centcom/central_command_areas/admin) -"Kk" = ( -/obj/machinery/greenscreen_camera{ - name = "centcom-caster" - }, +"Kg" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/chair, /turf/open/floor/iron/grimy, /area/centcom/tdome/administration) "Ko" = ( @@ -7696,12 +7700,6 @@ /obj/effect/light_emitter/thunderdome, /turf/open/floor/iron, /area/centcom/tdome/arena) -"KM" = ( -/obj/machinery/status_display/evac/directional/north, -/obj/machinery/light/cold/directional/north, -/obj/structure/chair, -/turf/open/floor/iron/grimy, -/area/centcom/tdome/administration) "KN" = ( /obj/structure/flora/bush/sparsegrass/style_random, /obj/structure/flora/bush/lavendergrass/style_random, @@ -7866,6 +7864,10 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark/textured_large, /area/centcom/central_command_areas/evacuation/ship) +"Lr" = ( +/obj/machinery/photocopier/prebuilt, +/turf/open/floor/iron/grimy, +/area/centcom/central_command_areas/briefing) "Lt" = ( /turf/closed/wall/mineral/titanium/nodiagonal, /area/centcom/central_command_areas/evacuation/ship) @@ -7896,14 +7898,6 @@ }, /turf/open/floor/iron, /area/centcom/central_command_areas/evacuation) -"Ly" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/machinery/door/airlock/centcom{ - name = "Sound Stage" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/dark, -/area/centcom/tdome/administration) "Lz" = ( /obj/structure/railing{ dir = 10 @@ -9287,6 +9281,12 @@ }, /turf/open/floor/iron/white, /area/centcom/central_command_areas/control) +"RA" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/light/cold/directional/north, +/obj/structure/chair, +/turf/open/floor/iron/grimy, +/area/centcom/tdome/administration) "RB" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -9952,6 +9952,13 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/centcom/central_command_areas/admin) +"UU" = ( +/obj/structure/sign/flag/nanotrasen/directional/east, +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/turf/open/floor/greenscreen, +/area/centcom/tdome/administration) "UV" = ( /obj/structure/table/wood, /obj/item/folder/red, @@ -10639,13 +10646,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /turf/open/floor/iron/grimy, /area/centcom/central_command_areas/admin) -"Yu" = ( -/obj/structure/sign/flag/nanotrasen/directional/west, -/obj/effect/turf_decal/siding/dark{ - dir = 1 - }, -/turf/open/floor/greenscreen, -/area/centcom/tdome/administration) "Yx" = ( /turf/open/floor/iron/white/herringbone, /area/centcom/central_command_areas/evacuation/ship) @@ -47925,7 +47925,7 @@ wz qR Rd eF -hx +Lr TE az eF @@ -52533,7 +52533,7 @@ kj kj nm iF -ou +go iR oJ lo @@ -53829,7 +53829,7 @@ Za tK gL io -HY +HS uc kl xV @@ -57985,10 +57985,10 @@ uf Mv Mv uf -xK +Kg Xw -Yu -JI +wW +cU uf aa aa @@ -58242,10 +58242,10 @@ Sz Sz Sz uf -KM +RA Xw -ni -JI +Gy +cU uf aa aa @@ -58498,11 +58498,11 @@ Sz Sz Sz Sz -Ly +ER Xw -Kk -ni -JI +Fy +Gy +cU uf aa aa @@ -58756,10 +58756,10 @@ Sz uf FU uf -KM -Eo -ni -JI +RA +jR +Gy +cU uf aa aa @@ -59013,10 +59013,10 @@ Sz uf Sz uf -xQ +ro Xw -zd -JI +UU +cU uf aa aa diff --git a/_maps/map_files/tramstation/maintenance_modules/secbarupper_attachment_a_1.dmm b/_maps/map_files/tramstation/maintenance_modules/secbarupper_attachment_a_1.dmm index c709ff93285..e4c4505d62e 100644 --- a/_maps/map_files/tramstation/maintenance_modules/secbarupper_attachment_a_1.dmm +++ b/_maps/map_files/tramstation/maintenance_modules/secbarupper_attachment_a_1.dmm @@ -85,7 +85,7 @@ /area/station/maintenance/department/security) "Q" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/iron/smooth, /area/station/maintenance/department/security) "T" = ( diff --git a/_maps/minigame/deathmatch/meta_brig.dmm b/_maps/minigame/deathmatch/meta_brig.dmm index 60b8d8a471b..ada1f617030 100644 --- a/_maps/minigame/deathmatch/meta_brig.dmm +++ b/_maps/minigame/deathmatch/meta_brig.dmm @@ -141,7 +141,7 @@ /turf/open/indestructible, /area/deathmatch) "by" = ( -/obj/machinery/photocopier{ +/obj/machinery/photocopier/prebuilt{ pixel_y = 3 }, /turf/open/indestructible/dark, @@ -2604,7 +2604,7 @@ /turf/open/floor/plating, /area/deathmatch) "LU" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/indestructible/dark, /area/deathmatch) "LX" = ( @@ -3039,7 +3039,7 @@ /obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/machinery/photocopier{ +/obj/machinery/photocopier/prebuilt{ pixel_y = 3 }, /turf/open/indestructible/dark, diff --git a/_maps/shuttles/emergency_monastery.dmm b/_maps/shuttles/emergency_monastery.dmm index da8641ee0b1..1b8ae67836a 100644 --- a/_maps/shuttles/emergency_monastery.dmm +++ b/_maps/shuttles/emergency_monastery.dmm @@ -474,7 +474,7 @@ /area/shuttle/escape) "iB" = ( /obj/machinery/light/small/directional/west, -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/iron/dark, /area/shuttle/escape) "iE" = ( diff --git a/_maps/templates/lazy_templates/ninja_den.dmm b/_maps/templates/lazy_templates/ninja_den.dmm index f96ce777568..e2292b5b092 100644 --- a/_maps/templates/lazy_templates/ninja_den.dmm +++ b/_maps/templates/lazy_templates/ninja_den.dmm @@ -76,7 +76,7 @@ /turf/open/floor/bamboo/tatami/purple, /area/centcom/central_command_areas/holding) "bH" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/catwalk_floor, /area/centcom/central_command_areas/holding) "bO" = ( diff --git a/_maps/virtual_domains/meta_central.dmm b/_maps/virtual_domains/meta_central.dmm index 7467da1ecd5..5fc9b465c7a 100644 --- a/_maps/virtual_domains/meta_central.dmm +++ b/_maps/virtual_domains/meta_central.dmm @@ -2179,7 +2179,7 @@ /turf/open/floor/wood, /area/virtual_domain) "rX" = ( -/obj/machinery/photocopier, +/obj/machinery/photocopier/prebuilt, /turf/open/floor/carpet, /area/virtual_domain) "sa" = (