From 4eac66d7901440eadd1d21860a6eb5fe6496932c Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 8 Aug 2022 03:00:09 +0200 Subject: [PATCH] [MIRROR] Labor camp machines - Fixes & Code improvement [MDB IGNORE] (#15392) * Labor camp machines - Fixes & Code improvement (#68584) About The Pull Request Visible changes (all the fixes): Labor point checkers now says the prisoner ID's stats rather than being a to_chat, it also displays their info much better. Labor stacker no longer duplicates your points at no cost by attacking the machine with materials, instead it processes it just like it would when sucking materials up. Labor stackers additionally now update their input/outputs when they are rotated through shuttles, as it doesn't work on the current version of Lavaland (there's no issue report up on this yet though, oddly). Adds a check if you actually have a goal before checking if you can send the shuttle up, preventing prisoners who were sent without a point goal (permanently) from being able to go up whenever they wanted by simply clicking on the button before it greyed out. The rest (code improvement): Added more early returns Removed single letter vars Renamed terribly named vars and added comments to some of them. Removed machinedir in favor of checking their view() when syncing machines, as I didn't find checking an entire side of the map next to an object to be very intuitive. Lets Lavaland use labor camp machines again Closes #67764 Just cool general fixes +1 Changelog cl fix: Labor camp Prisoners without a sentence can no longer send themselves back up whenever they wanted by clicking the button fast enough. fix: Prisoners can no longer get infinite labor camp points by clicking the stacking machine with ores. fix: All ore machines now properly change their direction when they dock a shuttle in a separate direction, fixing Lavaland's labor camp stacking machine. qol: Labor camp's point checker now states all the information you need, rather than being a paragraph of text that just appears in chat. /cl * Labor camp machines - Fixes & Code improvement * MAP RESET * Update labour_skyrat.dmm Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com> --- _maps/RandomRuins/SpaceRuins/TheDerelict.dmm | 74 +- .../SpaceRuins/hilbertresearchfacility.dmm | 2 - _maps/RandomZLevels/moonoutpost19.dmm | 8 +- _maps/RandomZLevels/undergroundoutpost45.dmm | 8 +- .../map_files/Deltastation/DeltaStation2.dmm | 1 - .../map_files/IceBoxStation/IceBoxStation.dmm | 256 +- _maps/map_files/MetaStation/MetaStation.dmm | 1378 ++- _maps/map_files/Mining/Lavaland.dmm | 350 +- _maps/map_files/tramstation/tramstation.dmm | 8708 ++++++++--------- _maps/shuttles/emergency_cere.dmm | 38 +- _maps/shuttles/labour_box.dmm | 2 - _maps/shuttles/labour_delta.dmm | 2 - _maps/shuttles/labour_generic.dmm | 2 - _maps/shuttles/labour_kilo.dmm | 2 - _maps/shuttles/skyrat/labour_skyrat.dmm | 2 - code/modules/mining/laborcamp/laborstacker.dm | 119 +- code/modules/mining/machine_processing.dm | 143 +- code/modules/mining/machine_stacking.dm | 8 +- 18 files changed, 5541 insertions(+), 5562 deletions(-) diff --git a/_maps/RandomRuins/SpaceRuins/TheDerelict.dmm b/_maps/RandomRuins/SpaceRuins/TheDerelict.dmm index d3df2b97c61..b8cf7f5c429 100644 --- a/_maps/RandomRuins/SpaceRuins/TheDerelict.dmm +++ b/_maps/RandomRuins/SpaceRuins/TheDerelict.dmm @@ -767,35 +767,6 @@ /obj/machinery/gravity_generator/main, /turf/open/floor/iron/airless, /area/ruin/space/ks13/engineering/grav_gen) -"lC" = ( -/obj/structure/closet/crate, -/obj/item/clothing/head/rasta, -/obj/item/clothing/head/beanie/black, -/obj/item/clothing/head/beanie/christmas, -/obj/item/clothing/head/beanie/darkblue, -/obj/item/clothing/head/beanie/red, -/obj/item/clothing/head/waldo, -/obj/item/clothing/head/bearpelt, -/obj/item/clothing/head/beret, -/obj/item/clothing/head/bomb_hood, -/obj/item/clothing/head/bunnyhead, -/obj/item/clothing/head/cardborg, -/obj/item/clothing/head/cone, -/obj/item/clothing/head/festive, -/obj/item/clothing/head/helmet/riot, -/obj/item/clothing/head/helmet/sec, -/obj/item/clothing/head/jester, -/obj/item/clothing/head/nun_hood, -/obj/item/clothing/head/papersack, -/obj/item/clothing/head/rabbitears, -/obj/item/clothing/head/snowman, -/obj/item/clothing/head/sombrero, -/obj/item/clothing/head/wig, -/obj/item/clothing/head/wizard/fake, -/obj/item/clothing/head/wizard/santa, -/obj/item/clothing/head/xenos, -/turf/open/floor/iron/airless, -/area/ruin/space/ks13/ai/vault) "lM" = ( /obj/machinery/door/window/right/directional/east{ name = "Med-Dorms Access" @@ -1790,12 +1761,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/iron/airless, /area/ruin/space/ks13/service/hydro) -"sC" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/pai_card, -/turf/open/floor/iron/airless, -/area/ruin/space/ks13/science/rnd) "sD" = ( /obj/machinery/light/small/directional/north, /turf/open/floor/plating/airless, @@ -2352,6 +2317,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/airless, /area/ruin/space/ks13/hallway/aft) +"vV" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/pai_card, +/turf/open/floor/iron/airless, +/area/ruin/space/ks13/science/rnd) "vY" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/mapping_helpers/broken_floor, @@ -7352,6 +7323,35 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/iron/airless, /area/ruin/space/ks13/service/hydro) +"VG" = ( +/obj/structure/closet/crate, +/obj/item/clothing/head/rasta, +/obj/item/clothing/head/beanie/black, +/obj/item/clothing/head/beanie/christmas, +/obj/item/clothing/head/beanie/darkblue, +/obj/item/clothing/head/beanie/red, +/obj/item/clothing/head/waldo, +/obj/item/clothing/head/bearpelt, +/obj/item/clothing/head/beret, +/obj/item/clothing/head/bomb_hood, +/obj/item/clothing/head/bunnyhead, +/obj/item/clothing/head/cardborg, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/festive, +/obj/item/clothing/head/helmet/riot, +/obj/item/clothing/head/helmet/sec, +/obj/item/clothing/head/jester, +/obj/item/clothing/head/nun_hood, +/obj/item/clothing/head/papersack, +/obj/item/clothing/head/rabbitears, +/obj/item/clothing/head/snowman, +/obj/item/clothing/head/sombrero, +/obj/item/clothing/head/wig, +/obj/item/clothing/head/wizard/fake, +/obj/item/clothing/head/wizard/santa, +/obj/item/clothing/head/xenos, +/turf/open/floor/iron/airless, +/area/ruin/space/ks13/ai/vault) "VH" = ( /obj/effect/mapping_helpers/burnt_floor, /obj/item/ammo_casing/a357{ @@ -14131,7 +14131,7 @@ QB yl Cy Nh -sC +vV WU Xe zX @@ -15334,7 +15334,7 @@ yz oP wX At -lC +VG At oZ oP diff --git a/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm b/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm index 9b1df6b1c97..744ff80b7b9 100644 --- a/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm +++ b/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm @@ -264,7 +264,6 @@ dir = 8 }, /obj/machinery/mineral/processing_unit_console{ - machinedir = 0; pixel_x = -32 }, /turf/open/floor/mineral/plastitanium, @@ -411,7 +410,6 @@ dir = 8 }, /obj/machinery/mineral/processing_unit_console{ - machinedir = 0; pixel_x = 32 }, /turf/open/floor/mineral/plastitanium, diff --git a/_maps/RandomZLevels/moonoutpost19.dmm b/_maps/RandomZLevels/moonoutpost19.dmm index 837d0f492d6..353766161ca 100644 --- a/_maps/RandomZLevels/moonoutpost19.dmm +++ b/_maps/RandomZLevels/moonoutpost19.dmm @@ -868,9 +868,7 @@ }, /area/awaymission/moonoutpost19/syndicate) "cD" = ( -/obj/machinery/mineral/processing_unit_console{ - machinedir = 8 - }, +/obj/machinery/mineral/processing_unit_console, /turf/closed/wall, /area/awaymission/moonoutpost19/syndicate) "cE" = ( @@ -1161,9 +1159,7 @@ }, /area/awaymission/moonoutpost19/syndicate) "df" = ( -/obj/machinery/mineral/stacking_unit_console{ - machinedir = 8 - }, +/obj/machinery/mineral/stacking_unit_console, /turf/closed/wall, /area/awaymission/moonoutpost19/syndicate) "dg" = ( diff --git a/_maps/RandomZLevels/undergroundoutpost45.dmm b/_maps/RandomZLevels/undergroundoutpost45.dmm index 5f2e03eac3f..14e50af667f 100644 --- a/_maps/RandomZLevels/undergroundoutpost45.dmm +++ b/_maps/RandomZLevels/undergroundoutpost45.dmm @@ -10775,9 +10775,7 @@ }, /area/awaymission/undergroundoutpost45/mining) "xx" = ( -/obj/machinery/mineral/processing_unit_console{ - machinedir = 8 - }, +/obj/machinery/mineral/processing_unit_console, /turf/closed/wall/rust, /area/awaymission/undergroundoutpost45/mining) "xy" = ( @@ -10915,9 +10913,7 @@ }, /area/awaymission/undergroundoutpost45/mining) "xM" = ( -/obj/machinery/mineral/stacking_unit_console{ - machinedir = 2 - }, +/obj/machinery/mineral/stacking_unit_console, /turf/closed/wall, /area/awaymission/undergroundoutpost45/mining) "xN" = ( diff --git a/_maps/map_files/Deltastation/DeltaStation2.dmm b/_maps/map_files/Deltastation/DeltaStation2.dmm index c23ebb08e9a..8e06479ea48 100644 --- a/_maps/map_files/Deltastation/DeltaStation2.dmm +++ b/_maps/map_files/Deltastation/DeltaStation2.dmm @@ -31681,7 +31681,6 @@ /area/station/service/abandoned_gambling_den) "hMn" = ( /obj/machinery/mineral/stacking_unit_console{ - machinedir = 8; pixel_x = 32 }, /obj/effect/decal/cleanable/dirt, diff --git a/_maps/map_files/IceBoxStation/IceBoxStation.dmm b/_maps/map_files/IceBoxStation/IceBoxStation.dmm index 959701fe90d..a531d935b9a 100644 --- a/_maps/map_files/IceBoxStation/IceBoxStation.dmm +++ b/_maps/map_files/IceBoxStation/IceBoxStation.dmm @@ -3069,15 +3069,6 @@ /obj/item/bikehorn/rubberducky/plasticducky, /turf/open/floor/iron/freezer, /area/mine/laborcamp) -"aZc" = ( -/obj/effect/turf_decal/trimline/red/warning{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/turf/open/floor/iron/dark/textured, -/area/station/security/range) "aZd" = ( /turf/open/floor/plating, /area/station/medical/virology) @@ -3510,12 +3501,6 @@ /obj/effect/spawner/structure/window/hollow/reinforced/end, /turf/open/floor/plating, /area/mine/eva/lower) -"bfy" = ( -/obj/machinery/mineral/stacking_unit_console{ - machinedir = 8 - }, -/turf/closed/wall, -/area/station/maintenance/port/greater) "bfB" = ( /obj/item/kirbyplants/random, /obj/machinery/firealarm/directional/east, @@ -4410,6 +4395,16 @@ }, /turf/open/floor/iron, /area/station/security/prison/mess) +"btg" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/department/medical/central) "bti" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/tile/blue{ @@ -6163,6 +6158,16 @@ }, /turf/open/floor/iron/smooth, /area/mine/living_quarters) +"bRZ" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/station/engineering/transit_tube) "bSk" = ( /obj/machinery/door/poddoor/preopen{ id = "Prison Gate"; @@ -8530,6 +8535,11 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/commons/locker) +"cBj" = ( +/obj/structure/closet/emcloset, +/obj/item/clothing/head/festive, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "cBn" = ( /obj/structure/sign/poster/random/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -18176,6 +18186,16 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"fxZ" = ( +/obj/machinery/button/door/directional/north{ + id = "kitchencounter"; + name = "Kitchen Lockdown"; + pixel_x = -25; + req_access = list("kitchen") + }, +/obj/effect/turf_decal/tile/neutral/diagonal_edge, +/turf/open/floor/iron/kitchen/diagonal, +/area/station/service/kitchen) "fya" = ( /obj/structure/cable, /mob/living/simple_animal/sloth/paperwork, @@ -19374,6 +19394,15 @@ /obj/machinery/light/directional/south, /turf/open/floor/wood, /area/station/hallway/secondary/service) +"fRJ" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/table, +/obj/item/clothing/head/fedora, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen/diner) "fRP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment{ @@ -22391,14 +22420,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/prison/workout) -"gNS" = ( -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/obj/structure/chair, -/obj/machinery/camera/autoname/directional/west, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen/diner) "gNT" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -26642,6 +26663,16 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/station/maintenance/department/medical/morgue) +"iiy" = ( +/obj/machinery/firealarm/directional/north, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/obj/machinery/airalarm/directional/east, +/obj/machinery/camera/directional/east, +/turf/open/floor/iron, +/area/station/cargo/lobby) "iiH" = ( /obj/machinery/door/airlock/security/glass{ id_tag = "innerbrig"; @@ -36302,14 +36333,6 @@ /obj/machinery/light/dim/directional/west, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"lcT" = ( -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/obj/structure/table, -/obj/item/clothing/head/fedora, -/turf/open/floor/iron/white/smooth_large, -/area/station/service/kitchen/diner) "lcY" = ( /obj/machinery/door/window{ dir = 1; @@ -36872,6 +36895,16 @@ }, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"lmf" = ( +/obj/effect/turf_decal/trimline/red/warning{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/security/range) "lmm" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 8 @@ -41858,15 +41891,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) -"mWV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchencounter"; - name = "Kitchen Counter Shutters"; - dir = 2 - }, -/turf/open/floor/plating, -/area/station/service/kitchen) "mWX" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -42475,6 +42499,14 @@ }, /turf/open/floor/plating, /area/station/medical/pharmacy) +"nep" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/door/window/right/directional/east, +/obj/structure/sign/warning/cold_temp/directional/south, +/turf/open/floor/plating/snowed/coldroom, +/area/station/service/kitchen/coldroom) "ner" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -46545,6 +46577,14 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/port) +"onv" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchencounter"; + name = "Kitchen Counter Shutters" + }, +/turf/open/floor/plating, +/area/station/service/kitchen) "ony" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -50401,6 +50441,15 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"pxs" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/structure/chair, +/obj/machinery/camera/autoname/directional/west, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white/smooth_large, +/area/station/service/kitchen/diner) "pxu" = ( /obj/structure/sign/warning/secure_area/directional/east, /turf/open/floor/engine, @@ -51761,16 +51810,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/freezer, /area/mine/laborcamp) -"pSn" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Atmospherics Maintenance" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/department/medical/central) "pSu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -60924,6 +60963,10 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron, /area/mine/laborcamp/security) +"sJW" = ( +/obj/machinery/mineral/stacking_unit_console, +/turf/closed/wall, +/area/station/maintenance/port/greater) "sKf" = ( /turf/open/floor/plating, /area/station/maintenance/aft/greater) @@ -64332,17 +64375,6 @@ dir = 8 }, /area/mine/eva) -"tOR" = ( -/obj/machinery/button/door/directional/north{ - pixel_y = 24; - pixel_x = -25; - name = "Kitchen Lockdown"; - req_access = list("kitchen"); - id = "kitchencounter" - }, -/obj/effect/turf_decal/tile/neutral/diagonal_edge, -/turf/open/floor/iron/kitchen/diagonal, -/area/station/service/kitchen) "tOX" = ( /obj/machinery/light/small/broken/directional/south, /obj/item/trash/energybar, @@ -65322,15 +65354,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/iron/white, /area/station/medical/cryo) -"ufP" = ( -/obj/machinery/firealarm/directional/north, -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/airalarm/directional/east, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/station/cargo/lobby) "ugd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -66029,6 +66052,15 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"uqB" = ( +/obj/effect/turf_decal/tile/neutral/diagonal_edge, +/obj/effect/turf_decal/tile/blue/diagonal_edge, +/obj/machinery/vending/wardrobe/chef_wardrobe{ + pixel_x = -2 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron/kitchen/diagonal, +/area/station/service/kitchen) "uqC" = ( /obj/structure/rack, /obj/item/electronics/airlock, @@ -67491,16 +67523,6 @@ dir = 8 }, /area/station/ai_monitored/command/storage/eva) -"uPK" = ( -/obj/effect/turf_decal/tile/neutral/diagonal_edge, -/obj/effect/turf_decal/tile/blue/diagonal_edge, -/obj/machinery/vending/wardrobe/chef_wardrobe{ - pixel_y = 0; - pixel_x = -2 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron/kitchen/diagonal, -/area/station/service/kitchen) "uPL" = ( /obj/structure/railing{ dir = 1 @@ -72569,6 +72591,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/textured, /area/station/commons/storage/primary) +"wrE" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 2 + }, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/hfr_room) "wrN" = ( /obj/structure/sign/departments/court/directional/north, /turf/open/openspace, @@ -73510,15 +73544,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/mine/production) -"wFE" = ( -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 4 - }, -/area/station/engineering/transit_tube) "wFK" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -73694,16 +73719,6 @@ }, /turf/open/floor/iron, /area/mine/laborcamp/security) -"wHZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/machinery/door/window/right/directional/east{ - dir = 4 - }, -/obj/structure/sign/warning/cold_temp/directional/south, -/turf/open/floor/plating/snowed/coldroom, -/area/station/service/kitchen/coldroom) "wIg" = ( /obj/machinery/mech_bay_recharge_port{ dir = 2 @@ -77139,19 +77154,6 @@ }, /turf/open/floor/iron/dark/textured_half, /area/station/security/office) -"xLb" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = 2; - pixel_y = 0 - }, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos/hfr_room) "xLn" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -110472,7 +110474,7 @@ udC udC udC uPk -aZc +lmf fnW lTa xad @@ -180989,7 +180991,7 @@ kpG uAi qST iRP -xLb +wrE lKt rgE udC @@ -183767,7 +183769,7 @@ nNe jre jre lOt -wHZ +nep ksK fwB fwB @@ -224380,7 +224382,7 @@ sIM tKI yhp yhp -bfy +sJW kzI dZj wsx @@ -231026,7 +231028,7 @@ nWf prE gDS aXY -iPR +cBj lJO hEI hEI @@ -233893,7 +233895,7 @@ gxO dKK xmN rCC -ufP +iiy grN qmi kGx @@ -242392,7 +242394,7 @@ caZ pAs caZ gDp -pSn +btg pGo uoE uoE @@ -243199,7 +243201,7 @@ oHp nyA ybq lhO -wFE +bRZ duh bln bln @@ -246728,7 +246730,7 @@ hnf bdP rga fAc -gNS +pxs iAJ eCA ihf @@ -248010,13 +248012,13 @@ wbB lxf eBa jOU -tOR +fxZ gtw gtw gtw gtw gtw -uPK +uqB cpY cGZ lCi @@ -248777,7 +248779,7 @@ byk rrx nIr mdZ -lcT +fRJ lxf son jOU @@ -248788,7 +248790,7 @@ ioo eke fkk bpG -mWV +onv nVf lso qEM @@ -249045,7 +249047,7 @@ qfe ecZ fkk lmG -mWV +onv kYE lso cbs @@ -249302,7 +249304,7 @@ fMP fMP oyV fFu -mWV +onv nVf lso qEM diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm index 4d28c4b9bcf..39d8850f220 100644 --- a/_maps/map_files/MetaStation/MetaStation.dmm +++ b/_maps/map_files/MetaStation/MetaStation.dmm @@ -21,16 +21,6 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"aai" = ( -/obj/structure/closet/radiation, -/obj/structure/sign/warning/radiation/rad_area/directional/north{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) "aal" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -806,6 +796,18 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/aft) +"apZ" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "aqh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -1612,6 +1614,10 @@ }, /turf/open/floor/iron, /area/station/security/execution/transfer) +"aEd" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/command/heads_quarters/qm) "aEj" = ( /obj/structure/table, /obj/item/poster/random_official{ @@ -3801,6 +3807,28 @@ /obj/structure/closet, /turf/open/floor/iron/dark, /area/station/hallway/primary/aft) +"bor" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/gps{ + gpstag = "QM0"; + pixel_x = 10; + pixel_y = 12 + }, +/obj/machinery/status_display/supply{ + pixel_x = 32 + }, +/obj/item/storage/wallet{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/item/ammo_casing/caseless/rocket{ + desc = "Your grandpappy brought this home after the war. You're pretty sure it's a dud."; + name = "Dud Rocket"; + pixel_x = -4; + pixel_y = -7 + }, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/qm) "boD" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -4372,21 +4400,6 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/carpet, /area/station/commons/dorms) -"bAI" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/carbon{ - pixel_x = -10; - pixel_y = 4 - }, -/obj/item/paper_bin/carbon{ - pixel_x = -10; - pixel_y = 9 - }, -/obj/item/computer_hardware/hard_drive/portable/quartermaster, -/obj/item/computer_hardware/hard_drive/portable/quartermaster, -/obj/item/computer_hardware/hard_drive/portable/quartermaster, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "bAR" = ( /obj/effect/turf_decal/plaque{ icon_state = "L4" @@ -4757,10 +4770,6 @@ /obj/structure/sign/poster/official/random/directional/east, /turf/open/floor/iron, /area/station/engineering/break_room) -"bJR" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/command/heads_quarters/qm) "bJT" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -4861,17 +4870,6 @@ }, /turf/open/floor/iron, /area/station/science/robotics/lab) -"bLC" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "packageExternal" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/plating, -/area/station/command/heads_quarters/qm) "bLQ" = ( /turf/closed/wall, /area/station/medical/coldroom) @@ -5860,6 +5858,9 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"cjJ" = ( +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/qm) "cjP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -6242,17 +6243,6 @@ /obj/machinery/door/airlock/external, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"cqN" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/dark, -/area/station/engineering/transit_tube) "crg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, @@ -7284,6 +7274,13 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/carpet, /area/station/commons/dorms) +"cLc" = ( +/obj/structure/chair/office, +/obj/effect/landmark/start/quartermaster, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "cLe" = ( /obj/structure/extinguisher_cabinet/directional/east, /obj/effect/turf_decal/tile/neutral, @@ -7334,6 +7331,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port) +"cMd" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "cMs" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/yellow{ @@ -7387,11 +7388,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/commons/lounge) -"cNC" = ( -/obj/structure/table/wood, -/obj/item/pai_card, -/turf/open/floor/wood, -/area/station/service/library) "cNS" = ( /turf/open/floor/iron, /area/station/maintenance/port/aft) @@ -7449,6 +7445,11 @@ /obj/effect/turf_decal/tile/brown/anticorner/contrasted, /turf/open/floor/iron, /area/station/cargo/sorting) +"cON" = ( +/obj/structure/table, +/obj/item/pai_card, +/turf/open/floor/iron, +/area/station/commons/locker) "cOQ" = ( /turf/open/floor/iron/white, /area/station/science/research) @@ -7458,6 +7459,15 @@ }, /turf/open/floor/engine/vacuum, /area/station/science/ordnance/burnchamber) +"cOX" = ( +/obj/structure/sign/warning/radiation/rad_area/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "cPQ" = ( /obj/structure/rack, /obj/item/clothing/gloves/color/fyellow, @@ -8003,25 +8013,6 @@ dir = 1 }, /area/station/engineering/atmos/storage/gas) -"cZA" = ( -/obj/structure/table, -/obj/item/computer_hardware/hard_drive/portable{ - pixel_x = -8; - pixel_y = -3 - }, -/obj/item/computer_hardware/hard_drive/portable{ - pixel_x = -5; - pixel_y = 8 - }, -/obj/effect/turf_decal/siding/purple{ - dir = 9 - }, -/obj/machinery/airalarm/directional/west, -/obj/item/computer_hardware/hard_drive/portable/ordnance{ - pixel_x = 1 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) "cZF" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/thermomachine/heater{ @@ -9832,6 +9823,16 @@ "dHc" = ( /turf/closed/wall, /area/station/hallway/primary/port) +"dHe" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/mob/living/simple_animal/bot/floorbot, +/obj/structure/sign/departments/telecomms/directional/south, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "dHg" = ( /obj/structure/sign/map/right{ desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; @@ -9875,6 +9876,20 @@ /obj/item/radio/intercom/prison/directional/north, /turf/open/floor/iron, /area/station/security/prison/garden) +"dIq" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageExternal" + }, +/obj/structure/plasticflaps/opaque, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) "dIy" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -10529,16 +10544,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/security/prison/safe) -"dSD" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/pai_card, -/obj/effect/turf_decal/tile/purple/anticorner/contrasted, -/turf/open/floor/iron/white, -/area/station/science/lobby) "dSG" = ( /obj/structure/closet/wardrobe/miner, /obj/effect/turf_decal/tile/brown/anticorner/contrasted, @@ -11222,20 +11227,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"eeY" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Gravity Generator Foyer" - }, -/obj/structure/closet/radiation, -/obj/structure/sign/warning/radiation/rad_area/directional/north{ - dir = 1 - }, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/engineering/gravity_generator) "efa" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, @@ -11353,7 +11344,6 @@ /area/station/engineering/main) "egO" = ( /obj/machinery/mineral/stacking_unit_console{ - machinedir = 8; pixel_x = 32 }, /obj/effect/turf_decal/stripes/line{ @@ -12156,25 +12146,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"etC" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/stack/pipe_cleaner_coil/random, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/chisel{ - pixel_y = 7 - }, -/turf/open/floor/iron, -/area/station/commons/storage/art) "etK" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -12665,13 +12636,6 @@ }, /turf/open/floor/engine, /area/station/command/heads_quarters/rd) -"eDi" = ( -/obj/machinery/firealarm/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "eDC" = ( /obj/structure/table/wood, /obj/effect/spawner/random/entertainment/deck, @@ -12905,6 +12869,12 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"eKk" = ( +/obj/machinery/computer/cargo{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "eKr" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -13142,20 +13112,6 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron, /area/station/security/brig) -"eOH" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "packageExternal" - }, -/obj/structure/plasticflaps/opaque, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/qm) "eOJ" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -13241,6 +13197,19 @@ "eQE" = ( /turf/closed/wall, /area/station/service/bar/backroom) +"eQJ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/meter, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos/pumproom) "eQO" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -14575,25 +14544,6 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"frd" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/item/aicard, -/obj/item/pai_card, -/obj/item/circuitboard/aicore, -/obj/machinery/keycard_auth/directional/north{ - pixel_x = -5 - }, -/obj/machinery/button/door/directional/north{ - id = "xeno_blastdoor"; - name = "Xenobiology Containment Control"; - pixel_x = 8; - req_access = list("rd") - }, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/rd) "frs" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -15368,17 +15318,18 @@ }, /turf/open/floor/wood, /area/station/commons/vacant_room/office) -"fIo" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/gateway) -"fIp" = ( +"fHX" = ( +/obj/machinery/holopad, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/command/heads_quarters/qm) +"fIo" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/gateway) "fIE" = ( /obj/machinery/telecomms/server/presets/supply, /turf/open/floor/circuit/telecomms/mainframe, @@ -15868,30 +15819,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/commons/toilet/auxiliary) -"fRQ" = ( -/obj/structure/table/wood/fancy/orange, -/obj/item/clothing/mask/cigarette/cigar{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/item/clothing/mask/cigarette/cigar{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/clothing/mask/cigarette/cigar{ - pixel_x = -1; - pixel_y = -2 - }, -/obj/item/lighter{ - pixel_x = 11; - pixel_y = -7 - }, -/obj/item/coin/gold{ - pixel_x = 9; - pixel_y = 9 - }, -/turf/open/floor/carpet/red, -/area/station/command/heads_quarters/qm) "fRS" = ( /obj/structure/cable, /turf/open/floor/iron, @@ -15922,6 +15849,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/station/commons/lounge) +"fSw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/vault{ + pixel_y = 30 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "fSz" = ( /obj/effect/turf_decal/tile/green{ dir = 8 @@ -16133,11 +16069,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/engine, /area/station/science/explab) -"fXw" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "fXK" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 @@ -16536,12 +16467,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) -"geK" = ( -/obj/machinery/computer/cargo{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "geV" = ( /obj/structure/sink/directional/east, /obj/machinery/light_switch/directional/west, @@ -17697,13 +17622,6 @@ /obj/item/ai_module/reset, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"gBc" = ( -/obj/machinery/holopad, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "gBe" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -18107,6 +18025,13 @@ /obj/effect/mapping_helpers/airlock/access/all/security/brig, /turf/open/floor/iron, /area/station/security/prison) +"gJm" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "gJn" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -19381,6 +19306,17 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/commons/dorms) +"hfv" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageExternal" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/plating, +/area/station/cargo/sorting) "hfA" = ( /obj/machinery/door/airlock/grunge{ name = "Cell 1" @@ -20680,6 +20616,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"hDN" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageExternal" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/plasticflaps/opaque, +/turf/open/floor/plating, +/area/station/cargo/sorting) "hDX" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -21590,19 +21540,6 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"hVm" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Central Primary Hallway - Fore - ai_upload" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/departments/aiupload/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/central) "hVn" = ( /obj/machinery/door/window/left/directional/north{ dir = 4; @@ -21712,18 +21649,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/commons/locker) -"hWM" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, -/obj/structure/sign/departments/aisat/directional/south, -/turf/open/floor/iron, -/area/station/engineering/break_room) "hWS" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -22094,14 +22019,6 @@ /obj/structure/filingcabinet/chestdrawer, /turf/open/floor/iron, /area/station/science/xenobiology) -"idW" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "ied" = ( /obj/structure/table, /obj/item/paper/fluff/holodeck/disclaimer, @@ -22707,6 +22624,11 @@ /obj/structure/closet/secure_closet/atmospherics, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"inH" = ( +/obj/structure/table/wood, +/obj/item/pai_card, +/turf/open/floor/wood, +/area/station/service/library) "inI" = ( /obj/structure/extinguisher_cabinet/directional/east, /obj/effect/turf_decal/tile/bar, @@ -23602,14 +23524,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"iAd" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "iAk" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -23974,28 +23888,6 @@ /obj/effect/turf_decal/siding/purple, /turf/open/floor/iron/dark, /area/station/science/ordnance/storage) -"iGD" = ( -/obj/structure/table/wood/fancy/orange, -/obj/machinery/requests_console/directional/east{ - announcementConsole = 1; - department = "Quartermaster's Desk"; - departmentType = 2; - name = "Quartermaster's Requests Console" - }, -/obj/item/reagent_containers/food/drinks/bottle/whiskey{ - pixel_x = -5; - pixel_y = 4 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 2; - pixel_y = -4 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -9; - pixel_y = -4 - }, -/turf/open/floor/carpet/red, -/area/station/command/heads_quarters/qm) "iGW" = ( /obj/structure/window/reinforced/tinted{ dir = 4 @@ -24349,6 +24241,30 @@ }, /turf/open/floor/iron, /area/station/security/brig) +"iLV" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -1; + pixel_y = -2 + }, +/obj/item/lighter{ + pixel_x = 11; + pixel_y = -7 + }, +/obj/item/coin/gold{ + pixel_x = 9; + pixel_y = 9 + }, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/qm) "iMc" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/iron/freezer, @@ -25013,6 +24929,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"iUH" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageExternal" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) "iUJ" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 4 @@ -25170,22 +25099,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/primary/central) -"iXA" = ( -/obj/structure/table/wood, -/obj/structure/sign/picture_frame/showroom/three{ - pixel_x = -8; - pixel_y = 32 - }, -/obj/structure/sign/picture_frame/showroom/four{ - pixel_x = 8; - pixel_y = 32 - }, -/obj/item/pai_card{ - desc = "A real Nanotrasen success, these personal AIs provide all of the companionship of an AI without any law related red-tape."; - name = "\improper Nanotrasen-brand personal AI device exhibit" - }, -/turf/open/floor/wood, -/area/station/command/corporate_showroom) "iXS" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/engine, @@ -25375,20 +25288,6 @@ /obj/item/shard, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"jbV" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "packageExternal" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/plasticflaps/opaque, -/turf/open/floor/plating, -/area/station/command/heads_quarters/qm) "jcd" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -25732,6 +25631,14 @@ /mob/living/simple_animal/sloth/citrus, /turf/open/floor/iron, /area/station/cargo/storage) +"jhD" = ( +/obj/structure/closet/radiation, +/obj/structure/sign/warning/radiation/rad_area/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) "jhS" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/structure/cable, @@ -25769,11 +25676,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) -"jiP" = ( -/obj/structure/table/wood, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "jjj" = ( /obj/structure/chair/comfy/black{ dir = 4 @@ -27688,11 +27590,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"jQc" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "jQr" = ( /obj/machinery/door/airlock/maintenance, /obj/structure/cable, @@ -28247,27 +28144,6 @@ }, /turf/open/floor/iron/dark/corner, /area/station/engineering/atmos/storage/gas) -"kah" = ( -/obj/structure/table/wood, -/obj/item/stamp{ - pixel_x = 7; - pixel_y = 9 - }, -/obj/item/stamp/denied{ - pixel_x = 7; - pixel_y = 4 - }, -/obj/item/stamp/qm{ - pixel_x = 7; - pixel_y = -2 - }, -/obj/item/clipboard{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/machinery/keycard_auth/directional/south, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "kat" = ( /obj/structure/sign/warning/vacuum/external, /turf/closed/wall, @@ -28354,6 +28230,26 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/command/bridge) +"kcs" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/canvas, +/obj/item/canvas, +/obj/item/canvas, +/obj/item/canvas, +/obj/item/canvas, +/obj/item/canvas, +/obj/item/chisel{ + pixel_y = 7 + }, +/obj/machinery/camera/directional/south, +/turf/open/floor/iron, +/area/station/commons/storage/art) "kcu" = ( /obj/structure/table, /obj/item/stack/sheet/iron{ @@ -28537,28 +28433,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) -"kga" = ( -/obj/structure/table/wood/fancy/orange, -/obj/item/gps{ - gpstag = "QM0"; - pixel_x = 10; - pixel_y = 12 - }, -/obj/machinery/status_display/supply{ - pixel_x = 32 - }, -/obj/item/storage/wallet{ - pixel_x = -3; - pixel_y = 10 - }, -/obj/item/ammo_casing/caseless/rocket{ - desc = "Your grandpappy brought this home after the war. You're pretty sure it's a dud."; - name = "Dud Rocket"; - pixel_x = -4; - pixel_y = -7 - }, -/turf/open/floor/carpet/red, -/area/station/command/heads_quarters/qm) "kgg" = ( /obj/structure/railing, /obj/structure/railing{ @@ -29014,6 +28888,27 @@ "kor" = ( /turf/closed/wall, /area/station/maintenance/department/science/central) +"koB" = ( +/obj/structure/table/wood, +/obj/item/stamp{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/stamp/denied{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/stamp/qm{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/machinery/keycard_auth/directional/south, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "koW" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=10.2-Aft-Port-Corner"; @@ -29095,9 +28990,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/security/prison) -"krf" = ( -/turf/closed/wall, -/area/station/command/heads_quarters/qm) "krk" = ( /obj/machinery/disposal/delivery_chute{ dir = 4 @@ -29188,6 +29080,11 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"ksM" = ( +/obj/structure/table/wood, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "ksT" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -29592,6 +29489,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"kyZ" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/obj/structure/sign/departments/aisat/directional/south, +/turf/open/floor/iron, +/area/station/engineering/break_room) "kzb" = ( /obj/structure/rack, /obj/item/storage/box/lights/mixed, @@ -29669,13 +29578,6 @@ /obj/machinery/duct, /turf/open/floor/iron/freezer, /area/station/commons/toilet/restrooms) -"kAS" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "kAT" = ( /obj/effect/landmark/start/head_of_security, /obj/structure/chair/comfy/black, @@ -30469,6 +30371,9 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) +"kQP" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/qm) "kQT" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -31218,21 +31123,6 @@ /obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, /turf/open/floor/plating, /area/station/maintenance/disposal) -"lch" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/warning/radiation/rad_area/directional/north{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "lcG" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, @@ -31290,12 +31180,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"ldg" = ( -/obj/machinery/modular_computer/console/preset/id{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "lds" = ( /obj/structure/table, /obj/item/storage/fancy/egg_box, @@ -31817,6 +31701,21 @@ }, /turf/open/floor/iron/white, /area/station/command/heads_quarters/rd) +"lnG" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/carbon{ + pixel_x = -10; + pixel_y = 4 + }, +/obj/item/paper_bin/carbon{ + pixel_x = -10; + pixel_y = 9 + }, +/obj/item/computer_hardware/hard_drive/portable/quartermaster, +/obj/item/computer_hardware/hard_drive/portable/quartermaster, +/obj/item/computer_hardware/hard_drive/portable/quartermaster, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "lnH" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -32232,6 +32131,13 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"lud" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "lup" = ( /obj/machinery/ai_slipper{ uses = 10 @@ -33840,15 +33746,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"mbi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen/vault{ - pixel_y = 30 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "mbk" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/structure/cable, @@ -34020,13 +33917,6 @@ }, /turf/open/floor/carpet/royalblue, /area/station/service/library) -"mfS" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/tcomms, -/obj/item/folder/blue, -/obj/item/pen, -/turf/open/floor/iron/grimy, -/area/station/tcommsat/computer) "mgc" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 @@ -34967,6 +34857,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) +"mxO" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera/directional/north, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "mxQ" = ( /obj/effect/spawner/random/structure/grille, /obj/structure/lattice, @@ -35257,6 +35153,10 @@ /obj/effect/mapping_helpers/airlock/access/any/command/general, /turf/open/floor/iron/dark, /area/station/command/bridge) +"mCb" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "mCi" = ( /obj/effect/turf_decal/bot_white/left, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -35799,17 +35699,6 @@ /obj/effect/mapping_helpers/airlock/access/all/service/lawyer, /turf/open/floor/wood, /area/station/security/courtroom) -"mLR" = ( -/obj/structure/cable, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/supply/qm, -/obj/machinery/door/airlock/command/glass{ - name = "Quartermaster's Office" - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "mLS" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -36043,6 +35932,10 @@ dir = 1 }, /area/station/security/prison) +"mQR" = ( +/obj/machinery/pdapainter/supply, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/qm) "mRg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -36527,26 +36420,6 @@ /obj/structure/cable, /turf/open/space/basic, /area/station/solars/starboard/fore) -"mYx" = ( -/obj/effect/turf_decal/trimline/blue/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/corner, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/siding/purple/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/sign/departments/rndserver/directional/north, -/turf/open/floor/iron/white, -/area/station/science/research) "mYE" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, @@ -37576,6 +37449,11 @@ }, /turf/open/floor/engine, /area/station/engineering/atmospherics_engine) +"nre" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "nrm" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 1 @@ -38069,6 +37947,31 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/prison/work) +"nyk" = ( +/obj/structure/table, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/obj/item/pen/red{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/pen/fountain{ + pixel_x = 6 + }, +/obj/item/pen/blue{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/storage/medkit/regular{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/floor/iron, +/area/station/cargo/storage) "nyy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -38280,6 +38183,14 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/security/prison) +"nCQ" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "nDk" = ( /obj/structure/table, /obj/item/storage/fancy/cigarettes{ @@ -38319,6 +38230,11 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"nDS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "nDT" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/stripes/line{ @@ -38371,6 +38287,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/security/execution/education) +"nEZ" = ( +/obj/machinery/plate_press, +/obj/effect/turf_decal/bot, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/security/prison/work) "nFa" = ( /turf/open/floor/plating, /area/station/maintenance/aft/lesser) @@ -38495,6 +38417,16 @@ /obj/effect/mapping_helpers/airlock/access/all/service/theatre, /turf/open/floor/wood, /area/station/service/theater) +"nIP" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/pai_card, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted, +/turf/open/floor/iron/white, +/area/station/science/lobby) "nIR" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -39705,10 +39637,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/engineering/main) -"ofM" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "ofQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, @@ -40409,6 +40337,25 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) +"ote" = ( +/obj/structure/table, +/obj/item/computer_hardware/hard_drive/portable{ + pixel_x = -8; + pixel_y = -3 + }, +/obj/item/computer_hardware/hard_drive/portable{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/machinery/airalarm/directional/west, +/obj/item/computer_hardware/hard_drive/portable/ordnance{ + pixel_x = 1 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) "otj" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -42239,16 +42186,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"pce" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/airalarm/directional/west, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/mob/living/simple_animal/bot/floorbot, -/obj/structure/sign/departments/telecomms/directional/south, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "pck" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/north, @@ -43425,13 +43362,6 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"pyw" = ( -/obj/structure/chair/office, -/obj/effect/landmark/start/quartermaster, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "pyI" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -43721,6 +43651,16 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"pDX" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/departments/vault/directional/north{ + pixel_x = 32 + }, +/turf/open/floor/iron/dark, +/area/station/construction/storage_wing) "pEk" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -44345,17 +44285,6 @@ /obj/machinery/light_switch/directional/east, /turf/open/floor/iron/dark, /area/station/command/bridge) -"pOU" = ( -/obj/structure/sign/warning/radiation/rad_area/directional/north{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/station/maintenance/starboard/fore) "pPh" = ( /obj/structure/closet/secure_closet/miner, /obj/item/clothing/suit/hooded/wintercoat/miner, @@ -45533,6 +45462,14 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) +"qkD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "qkJ" = ( /obj/structure/chair/office/light, /obj/structure/cable, @@ -47446,19 +47383,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, /turf/closed/wall, /area/station/maintenance/port) -"qSn" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/meter, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos/pumproom) "qSp" = ( /obj/structure/rack, /obj/item/flashlight, @@ -47484,6 +47408,12 @@ "qST" = ( /turf/open/floor/iron, /area/station/cargo/drone_bay) +"qTx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "qTz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -48590,14 +48520,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/starboard/lesser) -"roX" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "rps" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -49067,18 +48989,6 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"rwK" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "rwT" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -49706,11 +49616,6 @@ "rHn" = ( /turf/closed/wall/r_wall, /area/station/engineering/supermatter) -"rHp" = ( -/obj/structure/table, -/obj/item/pai_card, -/turf/open/floor/iron, -/area/station/commons/locker) "rHr" = ( /obj/machinery/light/directional/south, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -49853,15 +49758,6 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) -"rJb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "rJk" = ( /obj/machinery/door/airlock{ name = "Theater Backstage" @@ -52086,6 +51982,28 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/station/construction/storage_wing) +"suJ" = ( +/obj/structure/table/wood/fancy/orange, +/obj/machinery/requests_console/directional/east{ + announcementConsole = 1; + department = "Quartermaster's Desk"; + departmentType = 2; + name = "Quartermaster's Requests Console" + }, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 2; + pixel_y = -4 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -9; + pixel_y = -4 + }, +/turf/open/floor/carpet/red, +/area/station/command/heads_quarters/qm) "suP" = ( /obj/structure/lattice, /obj/machinery/atmospherics/components/unary/passive_vent/layer2{ @@ -53264,6 +53182,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/lab) +"sQO" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Gravity Generator Foyer" + }, +/obj/structure/closet/radiation, +/obj/structure/sign/warning/radiation/rad_area/directional/north, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/engineering/gravity_generator) "sQY" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -53287,6 +53217,11 @@ "sRm" = ( /turf/open/floor/iron/white, /area/station/medical/storage) +"sRD" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "sRJ" = ( /obj/structure/extinguisher_cabinet/directional/east, /obj/item/kirbyplants{ @@ -53575,6 +53510,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/security/brig) +"sVp" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageExternal" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/cargo/sorting) "sVx" = ( /obj/machinery/power/smes{ charge = 5e+006 @@ -53740,6 +53685,17 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) +"sXz" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/airlock/command/glass{ + name = "Quartermaster's Office" + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "sXE" = ( /obj/structure/cable, /turf/open/floor/wood, @@ -53969,6 +53925,25 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/greater) +"tcx" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/item/aicard, +/obj/item/pai_card, +/obj/item/circuitboard/aicore, +/obj/machinery/keycard_auth/directional/north{ + pixel_x = -5 + }, +/obj/machinery/button/door/directional/north{ + id = "xeno_blastdoor"; + name = "Xenobiology Containment Control"; + pixel_x = 8; + req_access = list("rd") + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/rd) "tcB" = ( /obj/structure/cable, /obj/effect/landmark/xeno_spawn, @@ -54036,11 +54011,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"tdF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "tdP" = ( /obj/effect/turf_decal/bot_white/left, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -54334,19 +54304,6 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/hallway/primary/port) -"tiN" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "packageExternal" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/qm) "tja" = ( /obj/effect/landmark/xeno_spawn, /obj/machinery/light/small/directional/south, @@ -56041,6 +55998,22 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"tNC" = ( +/obj/structure/table/wood, +/obj/structure/sign/picture_frame/showroom/three{ + pixel_x = -8; + pixel_y = 32 + }, +/obj/structure/sign/picture_frame/showroom/four{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/item/pai_card{ + desc = "A real Nanotrasen success, these personal AIs provide all of the companionship of an AI without any law related red-tape."; + name = "\improper Nanotrasen-brand personal AI device exhibit" + }, +/turf/open/floor/wood, +/area/station/command/corporate_showroom) "tNH" = ( /obj/structure/cable, /obj/effect/mapping_helpers/broken_floor, @@ -57443,10 +57416,6 @@ /obj/effect/turf_decal/tile/red/fourcorners, /turf/open/floor/iron/dark, /area/station/security/checkpoint/medical) -"una" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall, -/area/station/engineering/atmos/pumproom) "unj" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 @@ -58264,6 +58233,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/port) +"uBp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "uBy" = ( /obj/machinery/camera/directional/north{ c_tag = "Science Robotics Workshop"; @@ -58363,6 +58341,19 @@ /obj/effect/turf_decal/tile/green/fourcorners, /turf/open/floor/iron, /area/station/hallway/primary/central) +"uDv" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Central Primary Hallway - Fore - ai_upload" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/departments/aiupload/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "uDw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -59485,12 +59476,28 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/psychology, /turf/open/floor/plating, /area/station/maintenance/aft/greater) +"uXO" = ( +/obj/machinery/computer/security/qm{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "uXS" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/closet/secure_closet/hydroponics, /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron, /area/station/service/hydroponics) +"uXZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "uYe" = ( /obj/structure/cable, /obj/effect/landmark/xeno_spawn, @@ -59695,14 +59702,6 @@ /obj/machinery/holopad, /turf/open/floor/iron/dark, /area/station/engineering/storage/tcomms) -"vcw" = ( -/obj/machinery/computer/security/qm{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "vcE" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -60224,6 +60223,12 @@ }, /turf/open/floor/iron/white, /area/station/security/medical) +"vkR" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/qm) "vlh" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/rnd_secure_all, @@ -60470,32 +60475,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"vpk" = ( -/obj/structure/table, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/obj/item/pen/red{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/pen/fountain{ - pixel_x = 6; - pixel_y = 0 - }, -/obj/item/pen/blue{ - pixel_x = -5; - pixel_y = -3 - }, -/obj/item/storage/medkit/regular{ - pixel_x = -9; - pixel_y = 10 - }, -/turf/open/floor/iron, -/area/station/cargo/storage) "vpl" = ( /obj/structure/chair{ dir = 8 @@ -60977,10 +60956,6 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/station/science/research) -"vyf" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "vyi" = ( /obj/structure/sign/warning/secure_area, /turf/closed/wall/r_wall, @@ -61721,16 +61696,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central) -"vLr" = ( -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/departments/vault/directional/north{ - pixel_x = 32 - }, -/turf/open/floor/iron/dark, -/area/station/construction/storage_wing) "vLv" = ( /obj/structure/closet/secure_closet/freezer/meat, /obj/machinery/light/small/directional/west, @@ -62532,16 +62497,6 @@ "vZm" = ( /turf/closed/wall, /area/station/security/lockers) -"vZq" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "packageExternal" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/qm) "vZB" = ( /obj/structure/sign/directions/evac, /turf/closed/wall, @@ -64174,6 +64129,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/central) +"wER" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/engineering/transit_tube) "wFa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/stripes/line{ @@ -64271,6 +64237,26 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/research) +"wGH" = ( +/obj/effect/turf_decal/trimline/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/sign/departments/rndserver/directional/north, +/turf/open/floor/iron/white, +/area/station/science/research) "wGR" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron, @@ -65435,6 +65421,10 @@ /obj/machinery/light/directional/north, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"xdq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall, +/area/station/engineering/atmos/pumproom) "xdA" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -65660,9 +65650,6 @@ dir = 4 }, /area/station/medical/treatment_center) -"xgw" = ( -/turf/open/floor/carpet/red, -/area/station/command/heads_quarters/qm) "xgB" = ( /obj/structure/cable, /turf/open/floor/plating, @@ -65687,7 +65674,6 @@ dir = 8 }, /obj/structure/cable/multilayer/connected, -/obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/storage/satellite) "xgG" = ( @@ -66872,6 +66858,13 @@ }, /turf/open/floor/engine, /area/station/science/cytology) +"xCS" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/tcomms, +/obj/item/folder/blue, +/obj/item/pen, +/turf/open/floor/iron/grimy, +/area/station/tcommsat/computer) "xDa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, @@ -66950,10 +66943,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) -"xEs" = ( -/obj/machinery/pdapainter/supply, -/turf/open/floor/carpet/red, -/area/station/command/heads_quarters/qm) "xEt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, @@ -67312,12 +67301,6 @@ dir = 5 }, /area/station/service/kitchen) -"xLY" = ( -/obj/structure/closet/secure_closet/quartermaster, -/obj/machinery/airalarm/directional/north, -/obj/machinery/camera/directional/north, -/turf/open/floor/wood, -/area/station/command/heads_quarters/qm) "xMl" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=15-Court"; @@ -68357,6 +68340,19 @@ }, /turf/open/floor/iron, /area/station/commons/storage/tools) +"ydv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/warning/radiation/rad_area/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/station/maintenance/starboard/fore) "ydz" = ( /obj/structure/closet/l3closet/virology, /obj/effect/turf_decal/tile/green/half/contrasted{ @@ -85578,10 +85574,10 @@ uyj pyv jLb tTa -krf -mbi -bAI -krf +kQP +fSw +lnG +kQP dHc dHc bZY @@ -85834,11 +85830,11 @@ iiu rbL mmR mmR -krf -krf -rwK -vyf -bJR +kQP +kQP +apZ +mCb +aEd ikJ kKr hyW @@ -86090,12 +86086,12 @@ aok aok eLb cbz -krf -krf -xLY -roX -jiP -bJR +kQP +kQP +mxO +qkD +ksM +aEd xWV kKr hyW @@ -86347,13 +86343,13 @@ jRM uKm thQ lme -bJR -fXw -jQc -iAd -kah -krf -krf +aEd +sRD +nre +uXZ +koB +kQP +kQP tiD hyW xOw @@ -86604,14 +86600,14 @@ xCt iqt iqt utp -mLR -fIp -fIp -gBc -tdF -vcw -krf -krf +sXz +qTx +qTx +fHX +nDS +uXO +kQP +kQP hyW xOw xbd @@ -86861,14 +86857,14 @@ jRM bgx mmR wRj -bJR -xgw -xgw -xgw -xgw -pyw -ldg -krf +aEd +cjJ +cjJ +cjJ +cjJ +cLc +vkR +kQP dWF xOw mux @@ -87117,15 +87113,15 @@ pvP dka bgx mmR -vpk -bJR -iGD -kga -fRQ -xEs -eDi -geK -krf +nyk +aEd +suJ +bor +iLV +mQR +lud +eKk +kQP hyW qzC kOQ @@ -87375,14 +87371,14 @@ aok bgx mmR fAO -krf -krf -krf -bJR -bJR -krf -krf -krf +kQP +kQP +kQP +aEd +aEd +kQP +kQP +kQP jFi pqc rkM @@ -87633,13 +87629,13 @@ bgx mmR pyZ pOb -tiN -bLC -vZq -vZq -vZq -eOH -jbV +iUH +hfv +sVp +sVp +sVp +dIq +hDN hKw xOw piC @@ -89707,7 +89703,7 @@ luL cWr ecO mjr -cNC +inH flQ mjr fUM @@ -89929,7 +89925,7 @@ uWn uDw ddr iCz -vLr +pDX qyo aTU jSm @@ -90668,7 +90664,7 @@ mAe ihb nyf uZa -sWF +nEZ wZz bmX qOT @@ -93541,7 +93537,7 @@ aJS aJS aUx aUx -hVm +uDv dbk mSk weJ @@ -96649,7 +96645,7 @@ fix fix haP jzN -iXA +tNC nvc nBs cke @@ -98975,7 +98971,7 @@ wHu igr ibw ibw -dSD +nIP gFQ aDm aaB @@ -101307,7 +101303,7 @@ xff eSl gTU kYU -cZA +ote vEo iXp svS @@ -102838,7 +102834,7 @@ phv vfh fXm tAg -frd +tcx mOa vYE eDf @@ -103559,7 +103555,7 @@ tTT vLA qsK dcF -rHp +cON jMo uUl jtb @@ -104387,7 +104383,7 @@ sbK azs aPX elJ -mYx +wGH emh fQo oWk @@ -104603,7 +104599,7 @@ fRS tUv rAg bEU -etC +kcs khA gXj btI @@ -109967,7 +109963,7 @@ wrn tjR lOZ qXB -lch +ydv tCS qeV tCS @@ -110480,7 +110476,7 @@ tCS tCS tCS tCS -aai +jhD pql nqL gXP @@ -110994,7 +110990,7 @@ gTh myY dRx nqL -eeY +sQO xtp nqL hqL @@ -111509,7 +111505,7 @@ vCr eOJ oVd tCS -pOU +cOX tCS eVi bwE @@ -112309,9 +112305,9 @@ jXz fJy bJQ mRv -hWM +kyZ bDq -cqN +wER ldQ ldQ nvr @@ -112831,12 +112827,12 @@ unq bDq rRR laE -qSn -rJb -ofM -idW -kAS -una +eQJ +uBp +cMd +nCQ +gJm +xdq kxH qhc qhc @@ -123106,9 +123102,9 @@ bjQ hac pQv tSP -pce +dHe giA -mfS +xCS nCu jGo lVq diff --git a/_maps/map_files/Mining/Lavaland.dmm b/_maps/map_files/Mining/Lavaland.dmm index f80f067507a..b070a267d8f 100644 --- a/_maps/map_files/Mining/Lavaland.dmm +++ b/_maps/map_files/Mining/Lavaland.dmm @@ -88,12 +88,6 @@ }, /turf/open/floor/carpet/neon/simple/red/nodots, /area/mine/cafeteria) -"ax" = ( -/obj/machinery/shower/directional/west, -/obj/machinery/door/window/left/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/freezer, -/area/mine/laborcamp) "aD" = ( /obj/structure/lattice/catwalk, /obj/structure/cable, @@ -172,12 +166,6 @@ /obj/effect/turf_decal/siding/yellow, /turf/open/floor/carpet/royalblue, /area/mine/living_quarters) -"br" = ( -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/freezer, -/area/mine/living_quarters) "bt" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -600,15 +588,6 @@ /obj/structure/lattice/catwalk/mining, /turf/open/lava/smooth/lava_land_surface, /area/lavaland/surface/outdoors) -"dD" = ( -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/sign/poster/official/cleanliness{ - pixel_y = 32 - }, -/turf/open/floor/iron/freezer, -/area/mine/living_quarters) "dJ" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -636,6 +615,13 @@ }, /turf/open/floor/iron/dark/smooth_edge, /area/mine/production) +"ee" = ( +/obj/machinery/shower/directional/south, +/obj/machinery/door/window/right/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/item/soap/homemade, +/turf/open/floor/iron/freezer, +/area/mine/laborcamp) "eo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -664,6 +650,11 @@ "eA" = ( /turf/closed/wall, /area/mine/maintenance/public/south) +"eC" = ( +/obj/machinery/shower/directional/west, +/obj/machinery/door/window/right/directional/west, +/turf/open/floor/iron/freezer, +/area/mine/living_quarters) "eD" = ( /obj/structure/table, /obj/machinery/microwave{ @@ -844,6 +835,15 @@ }, /turf/open/floor/iron/edge, /area/mine/lounge) +"fM" = ( +/obj/structure/sink/kitchen/directional/west{ + desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; + name = "old sink" + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/freezer, +/area/mine/laborcamp/quarters) "fO" = ( /obj/structure/marker_beacon/burgundy, /obj/effect/turf_decal/sand/plating/volcanic, @@ -855,6 +855,14 @@ "fQ" = ( /turf/open/genturf, /area/lavaland/surface/outdoors/unexplored/danger) +"fS" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/red/filled/line, +/mob/living/simple_animal/bot/secbot/beepsky/ofitser, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/mine/laborcamp/security) "fT" = ( /obj/effect/turf_decal/loading_area, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -1129,6 +1137,15 @@ }, /turf/open/floor/iron/dark/smooth_edge, /area/mine/storage/public) +"hj" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/sign/poster/official/cleanliness{ + pixel_y = 32 + }, +/turf/open/floor/iron/freezer, +/area/mine/living_quarters) "hn" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 9 @@ -1416,15 +1433,6 @@ }, /turf/open/floor/iron/edge, /area/mine/living_quarters) -"iR" = ( -/obj/structure/sink/kitchen/directional/west{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink" - }, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/freezer, -/area/mine/laborcamp/quarters) "iX" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/chair/sofa/bench{ @@ -1448,15 +1456,6 @@ dir = 1 }, /area/mine/living_quarters) -"jb" = ( -/obj/structure/sink/kitchen/directional/east{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink" - }, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/freezer, -/area/mine/laborcamp) "jc" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -2027,6 +2026,12 @@ }, /turf/open/lava/smooth/lava_land_surface, /area/lavaland/surface/outdoors) +"lX" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/freezer, +/area/mine/living_quarters) "lZ" = ( /obj/structure/stone_tile/block/cracked{ dir = 4 @@ -2473,6 +2478,17 @@ dir = 1 }, /area/mine/laborcamp) +"nI" = ( +/obj/structure/sink/kitchen/directional/south{ + desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; + name = "old sink" + }, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/mine/laborcamp) "nM" = ( /obj/structure/stone_tile/block{ dir = 8 @@ -2808,6 +2824,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/smooth, /area/mine/laborcamp) +"pI" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/freezer, +/area/mine/living_quarters) "pK" = ( /turf/closed/wall, /area/mine/eva) @@ -2822,6 +2845,12 @@ }, /turf/open/floor/iron/freezer, /area/mine/laborcamp/quarters) +"pO" = ( +/obj/machinery/shower/directional/south, +/obj/machinery/door/window/left/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/freezer, +/area/mine/laborcamp) "pP" = ( /obj/effect/turf_decal/bot, /obj/effect/decal/cleanable/dirt, @@ -3010,6 +3039,11 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/mine/cafeteria) +"qO" = ( +/obj/machinery/shower/directional/west, +/obj/machinery/door/window/left/directional/west, +/turf/open/floor/iron/freezer, +/area/mine/living_quarters) "qQ" = ( /obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, @@ -3089,6 +3123,12 @@ }, /turf/open/floor/iron, /area/mine/cafeteria) +"rz" = ( +/obj/machinery/shower/directional/west, +/obj/machinery/door/window/left/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/freezer, +/area/mine/laborcamp) "rA" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/decal/cleanable/dirt, @@ -3538,12 +3578,6 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron, /area/mine/living_quarters) -"uB" = ( -/obj/machinery/shower/directional/west, -/obj/machinery/door/window/right/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/freezer, -/area/mine/laborcamp) "uC" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/siding/wideplating_new{ @@ -3655,14 +3689,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/smooth, /area/mine/laborcamp/quarters) -"vj" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/red/filled/line, -/mob/living/simple_animal/bot/secbot/beepsky/ofitser, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 1 - }, -/area/mine/laborcamp/security) "vk" = ( /obj/effect/spawner/random/trash/garbage{ spawn_loot_count = 3; @@ -3956,6 +3982,18 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron, /area/mine/cafeteria) +"xr" = ( +/obj/structure/sink/directional/east, +/obj/item/reagent_containers/glass/bucket, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/turf/open/floor/iron/dark, +/area/mine/hydroponics) "xt" = ( /obj/structure/railing{ dir = 4 @@ -4335,9 +4373,7 @@ /turf/open/floor/iron, /area/mine/cafeteria) "zJ" = ( -/obj/machinery/mineral/processing_unit_console{ - machinedir = 5 - }, +/obj/machinery/mineral/processing_unit_console, /turf/closed/wall, /area/mine/production) "zK" = ( @@ -4657,13 +4693,6 @@ }, /turf/open/floor/iron/checker, /area/mine/cafeteria) -"Co" = ( -/obj/structure/curtain, -/obj/structure/window, -/obj/machinery/shower/directional/south, -/obj/item/soap, -/turf/open/floor/iron/freezer, -/area/mine/living_quarters) "Cz" = ( /obj/machinery/door/airlock/medical/glass{ name = "Infirmary" @@ -5237,27 +5266,12 @@ /obj/effect/turf_decal/trimline/green/filled/line, /turf/open/floor/iron/dark, /area/mine/laborcamp) -"Gy" = ( +"Gz" = ( /obj/machinery/shower/directional/west, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/arrow_ccw{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/arrow_ccw{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/mid_joiner{ - dir = 4 - }, -/turf/open/floor/iron/dark/textured_edge{ - dir = 8 - }, -/area/mine/production) +/obj/machinery/door/window/right/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/freezer, +/area/mine/laborcamp) "GA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -5453,27 +5467,6 @@ /obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/iron/dark, /area/mine/maintenance/service/comms) -"HL" = ( -/obj/machinery/shower/directional/west, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/arrow_ccw{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/arrow_ccw{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/mid_joiner{ - dir = 4 - }, -/turf/open/floor/iron/textured_edge{ - dir = 8 - }, -/area/mine/lounge) "HN" = ( /obj/structure/stone_tile/cracked{ dir = 8 @@ -5624,17 +5617,6 @@ dir = 8 }, /area/mine/eva) -"IM" = ( -/obj/structure/sink/kitchen/directional/south{ - desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; - name = "old sink" - }, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/mine/laborcamp) "IN" = ( /obj/structure/stone_tile{ dir = 8 @@ -5704,11 +5686,6 @@ /obj/effect/turf_decal/tile/brown/fourcorners, /turf/open/floor/iron/dark, /area/mine/production) -"Ja" = ( -/obj/machinery/shower/directional/west, -/obj/machinery/door/window/right/directional/west, -/turf/open/floor/iron/freezer, -/area/mine/living_quarters) "Je" = ( /obj/machinery/door/airlock/maintenance{ name = "Labor Camp Maintenance" @@ -5972,9 +5949,7 @@ /turf/open/misc/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) "Kv" = ( -/obj/machinery/mineral/processing_unit_console{ - machinedir = 2 - }, +/obj/machinery/mineral/processing_unit_console, /turf/closed/wall, /area/mine/laborcamp/production) "Kw" = ( @@ -6113,6 +6088,27 @@ }, /turf/open/floor/iron/white, /area/mine/laborcamp/production) +"Lq" = ( +/obj/machinery/shower/directional/west, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/arrow_ccw{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/arrow_ccw{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/mid_joiner{ + dir = 4 + }, +/turf/open/floor/iron/dark/textured_edge{ + dir = 8 + }, +/area/mine/production) "Lu" = ( /obj/structure/closet/crate/secure/loot, /obj/effect/decal/cleanable/dirt, @@ -6239,6 +6235,27 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/carpet/neon/simple/red/nodots, /area/mine/cafeteria) +"Me" = ( +/obj/machinery/shower/directional/west, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/arrow_ccw{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/arrow_ccw{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/mid_joiner{ + dir = 4 + }, +/turf/open/floor/iron/textured_edge{ + dir = 8 + }, +/area/mine/lounge) "Mr" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -6850,13 +6867,6 @@ }, /turf/open/floor/iron/dark, /area/mine/mechbay) -"Qk" = ( -/obj/machinery/shower/directional/south, -/obj/machinery/door/window/right/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/item/soap/homemade, -/turf/open/floor/iron/freezer, -/area/mine/laborcamp) "Qp" = ( /obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, @@ -7017,6 +7027,15 @@ }, /turf/open/floor/plating, /area/mine/production) +"Ru" = ( +/obj/structure/sink/kitchen/directional/east{ + desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; + name = "old sink" + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/freezer, +/area/mine/laborcamp) "Rw" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/toolcloset, @@ -7271,18 +7290,6 @@ }, /turf/open/floor/iron/dark/smooth_edge, /area/mine/eva) -"Tn" = ( -/obj/structure/sink/directional/east, -/obj/item/reagent_containers/glass/bucket, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning, -/turf/open/floor/iron/dark, -/area/mine/hydroponics) "To" = ( /obj/structure/table, /obj/machinery/reagentgrinder, @@ -7376,12 +7383,6 @@ /obj/effect/turf_decal/sand/plating/volcanic, /turf/open/floor/plating/lavaland_atmos, /area/mine/maintenance/service/disposals) -"TS" = ( -/obj/machinery/shower/directional/south, -/obj/machinery/door/window/left/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/freezer, -/area/mine/laborcamp) "TT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -7913,13 +7914,6 @@ /obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, /turf/open/floor/plating, /area/mine/storage) -"WZ" = ( -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/freezer, -/area/mine/living_quarters) "Xd" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -8231,11 +8225,6 @@ /obj/structure/barricade/wooden, /turf/open/misc/asteroid/basalt/lava_land_surface, /area/lavaland/surface/outdoors) -"YQ" = ( -/obj/machinery/shower/directional/west, -/obj/machinery/door/window/left/directional/west, -/turf/open/floor/iron/freezer, -/area/mine/living_quarters) "YR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -8320,6 +8309,13 @@ }, /turf/open/floor/carpet/royalblue, /area/mine/living_quarters) +"Zw" = ( +/obj/structure/curtain, +/obj/structure/window, +/obj/machinery/shower/directional/south, +/obj/item/soap, +/turf/open/floor/iron/freezer, +/area/mine/living_quarters) "Zx" = ( /obj/structure/sign/directions/dorms/directional/west{ pixel_x = 0; @@ -26112,7 +26108,7 @@ st nB Ge pL -iR +fM Ge Ot qw @@ -27396,9 +27392,9 @@ fo Rf DV Zt -TS +pO hr -jb +Ru Zt IA VO @@ -27646,14 +27642,14 @@ aj aj aj Zt -IM +nI sU cq Di fg PG Zt -Qk +ee hr hr Je @@ -27911,8 +27907,8 @@ tE ro Zt Zt -uB -ax +Gz +rz Zt If kE @@ -32021,7 +32017,7 @@ MT Po Ia Gm -vj +fS he ZH Ya @@ -37939,7 +37935,7 @@ aj pq Vp Zq -HL +Me OE Zq mF @@ -38455,7 +38451,7 @@ pU gx Sn Sz -Tn +xr yX PV OF @@ -41271,7 +41267,7 @@ Uf JP iu IS -br +lX iu pU pU @@ -41527,7 +41523,7 @@ iu iN qZ iu -Co +Zw UD iu pU @@ -41777,9 +41773,9 @@ pU cW Li iu -dD +hj Nt -WZ +pI zf Up CI @@ -42035,8 +42031,8 @@ cW CX iu CU -Ja -YQ +eC +qO iu yH KW @@ -47424,7 +47420,7 @@ aj aj aj Le -Gy +Lq ye NU NU diff --git a/_maps/map_files/tramstation/tramstation.dmm b/_maps/map_files/tramstation/tramstation.dmm index 6cd688ba0bf..9871c235c0d 100644 --- a/_maps/map_files/tramstation/tramstation.dmm +++ b/_maps/map_files/tramstation/tramstation.dmm @@ -38,6 +38,15 @@ }, /turf/open/floor/plating, /area/station/hallway/secondary/entry) +"aaZ" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "abl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -47,13 +56,6 @@ "abE" = ( /turf/closed/wall/r_wall, /area/station/hallway/primary/tram/center) -"abH" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 - }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "acd" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 @@ -102,16 +104,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"acx" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/computer/security/telescreen/vault{ - pixel_y = 30 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "acE" = ( /obj/machinery/door/airlock/hatch, /obj/effect/decal/cleanable/dirt, @@ -209,16 +201,6 @@ }, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) -"aff" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/spawner/random/trash/grime, -/turf/open/floor/iron, -/area/station/maintenance/starboard/lesser) "afg" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/effect/turf_decal/trimline/neutral/corner, @@ -245,13 +227,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"afP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) "afX" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -274,12 +249,6 @@ /obj/effect/turf_decal/trimline/neutral/corner, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"agy" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "agA" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/loading_area, @@ -402,6 +371,14 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/catwalk_floor, /area/station/service/bar/backroom) +"air" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "mechbay"; + name = "Mech Bay" + }, +/turf/open/floor/plating, +/area/station/science/robotics/mechbay) "aiu" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -475,6 +452,15 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) +"aiU" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "robotics2"; + name = "Robotics Lab Shutters" + }, +/turf/open/floor/plating, +/area/station/science/robotics/lab) "ajj" = ( /obj/structure/table/wood, /obj/effect/landmark/event_spawn, @@ -560,6 +546,19 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) +"akA" = ( +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"akE" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "akI" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet, @@ -728,25 +727,6 @@ /obj/effect/turf_decal/stripes, /turf/open/floor/iron, /area/station/science/ordnance/storage) -"ann" = ( -/obj/machinery/disposal/bin{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) -"ant" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "robotics2"; - name = "Robotics Lab Shutters" - }, -/turf/open/floor/plating, -/area/station/science/robotics/lab) "anN" = ( /obj/structure/chair/sofa/corp/corner{ dir = 1 @@ -902,15 +882,15 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"aqR" = ( -/turf/open/misc/asteroid, -/area/mine/explored) -"arx" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ +"aqO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ dir = 8 }, /turf/open/floor/iron, /area/station/engineering/atmos) +"aqR" = ( +/turf/open/misc/asteroid, +/area/mine/explored) "arE" = ( /turf/closed/wall/r_wall, /area/station/maintenance/starboard/greater) @@ -937,6 +917,14 @@ /obj/item/seeds/tower, /turf/open/floor/iron/dark, /area/station/security/prison/garden) +"asI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "asP" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 @@ -992,12 +980,6 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor, /area/station/maintenance/starboard/central) -"atT" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "auh" = ( /obj/effect/turf_decal/trimline/green/filled/line, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -1017,6 +999,16 @@ /obj/effect/spawner/random/engineering/tracking_beacon, /turf/open/floor/iron/grimy, /area/station/ai_monitored/turret_protected/aisat/foyer) +"auX" = ( +/obj/machinery/disposal/bin{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "avr" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -1109,19 +1101,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"axs" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, -/turf/open/floor/iron, -/area/station/engineering/atmos) "axv" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -1134,6 +1113,18 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/station/maintenance/tram/left) +"axC" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "axS" = ( /turf/open/floor/iron/stairs/medium{ dir = 4 @@ -1222,6 +1213,13 @@ }, /turf/open/floor/iron, /area/station/security/office) +"aAS" = ( +/obj/item/paper/crumpled{ + desc = "To the absolute moron who has to access this disposals... FUCK YOU IDIOT!!!! Got your ass. Ha ha."; + name = "FUCK YOU!" + }, +/turf/open/misc/asteroid/airless, +/area/mine/explored) "aAU" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white, @@ -1303,21 +1301,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) -"aDk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) -"aDl" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/structure/sign/departments/medbay/alt/directional/north, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/station/security/medical) "aDv" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -1348,13 +1331,13 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor, /area/station/maintenance/starboard/lesser) -"aDN" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 10 +"aEa" = ( +/obj/machinery/atmospherics/pipe/smart/simple/violet/visible{ + dir = 8 }, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos) "aEo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -1389,6 +1372,18 @@ /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/station/security/prison) +"aEL" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/structure/sign/departments/cargo/directional/north, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "aEM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -1425,9 +1420,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/station/commons/dorms) -"aFo" = ( -/turf/closed/wall, -/area/station/command/heads_quarters/qm) "aFq" = ( /obj/machinery/atmospherics/components/binary/valve/digital/on{ dir = 4; @@ -1505,6 +1497,15 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/supply) +"aGP" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/cargo/storage) "aHm" = ( /obj/structure/chair/plastic{ dir = 8 @@ -1593,20 +1594,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"aJg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "aJk" = ( /obj/structure/closet/secure_closet/security/sec, /obj/effect/turf_decal/bot, @@ -1630,11 +1617,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"aJM" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/sign/warning/biohazard/directional/south, -/turf/open/floor/iron/white, -/area/station/science/research) "aKm" = ( /obj/structure/chair/office/light{ dir = 4 @@ -1696,6 +1678,16 @@ }, /turf/open/floor/iron, /area/station/security/brig) +"aLj" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to External Air Ports" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "aLB" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -1743,10 +1735,6 @@ }, /turf/closed/wall, /area/station/hallway/primary/tram/left) -"aME" = ( -/obj/machinery/pdapainter/supply, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) "aMU" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -1759,13 +1747,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"aNd" = ( -/obj/machinery/meter{ - name = "Mixed Air Tank Out" - }, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) "aNk" = ( /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, @@ -1840,19 +1821,18 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"aOW" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/break_room) "aPh" = ( /obj/structure/table/glass, /obj/machinery/reagentgrinder, /obj/effect/turf_decal/tile/yellow/fourcorners, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"aPI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos) "aPM" = ( /obj/structure/stairs/south, /turf/open/floor/iron/stairs/right{ @@ -1984,12 +1964,6 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"aSq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "aSw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -2039,11 +2013,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"aTl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 +"aTi" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{ + dir = 4 }, -/obj/structure/reagent_dispensers/fueltank/large, /turf/open/floor/iron, /area/station/engineering/atmos) "aTr" = ( @@ -2080,16 +2056,14 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"aUe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +"aTO" = ( +/obj/machinery/light_switch/directional/west, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/warning/secure_area/directional/north{ - name = "HIGH SECURITY STORAGE" - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "aUi" = ( /obj/effect/turf_decal/stripes/corner, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -2163,6 +2137,21 @@ /mob/living/carbon/human/species/monkey, /turf/open/floor/grass, /area/station/science/genetics) +"aVx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/ce) +"aVy" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Circuits Lab"; + network = list("ss13","rd") + }, +/obj/machinery/mecha_part_fabricator/maint{ + name = "forgotten exosuit fabricator"; + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/lesser) "aVB" = ( /obj/effect/turf_decal/delivery, /obj/structure/holosign/barrier/atmos/sturdy, @@ -2188,12 +2177,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation/entertainment) -"aWh" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "aWm" = ( /turf/open/floor/engine/vacuum, /area/station/science/ordnance/burnchamber) @@ -2213,6 +2196,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/tram/left) +"aWD" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "aWY" = ( /obj/structure/stairs/west, /turf/open/floor/iron/stairs/right{ @@ -2262,13 +2250,6 @@ /obj/structure/table/wood, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) -"aXZ" = ( -/obj/structure/chair/office{ - dir = 8 - }, -/obj/effect/landmark/start/quartermaster, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) "aYe" = ( /obj/effect/turf_decal/bot, /obj/structure/reagent_dispensers/watertank, @@ -2286,24 +2267,21 @@ "aYF" = ( /turf/closed/wall, /area/station/engineering/main) -"aYG" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/paper_bin/carbon{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/stamp/qm, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) "aYI" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 }, /turf/closed/wall/r_wall, /area/station/science/ordnance/burnchamber) +"aYK" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/electric_shock/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/solars/port/aft) "aYN" = ( /obj/structure/reflector/box/anchored{ dir = 1 @@ -2321,27 +2299,6 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/catwalk_floor, /area/station/maintenance/department/security) -"aYX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "cmoshutter"; - name = "CMO Office Shutters" - }, -/turf/open/floor/plating, -/area/station/command/heads_quarters/cmo) -"aZg" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Pure to Mix" - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "aZn" = ( /obj/machinery/light/directional/west, /turf/open/floor/iron/dark, @@ -2403,6 +2360,18 @@ "bbj" = ( /turf/closed/wall, /area/station/engineering/break_room) +"bck" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "bcq" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -2528,22 +2497,6 @@ /obj/structure/table/wood, /turf/open/floor/wood, /area/station/commons/vacant_room/office) -"bdQ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/obj/structure/sign/departments/security/directional/east, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) "bdR" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -2616,13 +2569,6 @@ /obj/structure/table/glass, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"bfF" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/explab) "bfG" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ dir = 1 @@ -2685,6 +2631,14 @@ /obj/machinery/atmospherics/pipe/smart/simple/purple/visible, /turf/open/floor/iron/white, /area/station/science/ordnance) +"bgL" = ( +/obj/machinery/power/smes{ + capacity = 9e+006; + charge = 10000 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "bhk" = ( /obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ dir = 8 @@ -2813,13 +2767,6 @@ /obj/effect/landmark/navigate_destination/dockescpod, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"biz" = ( -/obj/machinery/atmospherics/pipe/smart/simple/violet/visible{ - dir = 8 - }, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos) "biC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -2913,6 +2860,12 @@ }, /turf/open/floor/iron, /area/station/security/prison) +"bke" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "bkl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -3156,6 +3109,13 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/lower) +"bnT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "bnU" = ( /obj/machinery/door/airlock/command{ name = "Gateway Access" @@ -3244,14 +3204,6 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"bpl" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/iron, -/area/station/engineering/atmos) "bpo" = ( /obj/effect/turf_decal/siding/thinplating/dark, /obj/machinery/door/firedoor/border_only{ @@ -3285,15 +3237,6 @@ /obj/item/bedsheet/dorms, /turf/open/floor/carpet, /area/station/commons/dorms) -"bqg" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "pharmacy_shutters_2"; - name = "Pharmacy Shutters" - }, -/turf/open/floor/plating, -/area/station/medical/pharmacy) "bqy" = ( /obj/structure/closet/secure_closet/security/engine, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -3450,6 +3393,11 @@ /obj/machinery/vending/cigarette, /turf/open/floor/iron, /area/station/commons/storage/tools) +"buo" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/space/basic, +/area/space/nearstation) "buy" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -3529,6 +3477,12 @@ dir = 5 }, /area/station/science/breakroom) +"bvu" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "bvH" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -3601,6 +3555,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /turf/open/floor/iron/dark, /area/station/science/xenobiology) +"bws" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/landmark/start/quartermaster, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) "bwv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment{ @@ -3609,6 +3570,13 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) +"bwx" = ( +/obj/structure/sign/warning/radiation/rad_area/directional/north, +/obj/effect/turf_decal/siding/wideplating{ + dir = 6 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) "bwJ" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 5 @@ -3704,6 +3672,10 @@ "bya" = ( /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) +"byc" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "byf" = ( /obj/structure/chair/comfy/black{ dir = 1 @@ -3914,6 +3886,13 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) +"bBn" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "bBr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -4061,6 +4040,13 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/general, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"bDy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "bDz" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -4391,6 +4377,13 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) +"bIQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos) "bIY" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ @@ -4424,13 +4417,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating/airless, /area/station/science/ordnance/bomb) -"bJN" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "bJP" = ( /obj/structure/railing{ dir = 10 @@ -4672,27 +4658,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/commons/storage/primary) -"bNr" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/door/airlock/command/glass{ - name = "AI Core" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "AI Core shutters"; - name = "AI Core Shutters" - }, -/obj/machinery/flasher/directional/west{ - id = "AI" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, -/obj/structure/cable/layer1, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/ai) "bNz" = ( /turf/closed/wall/r_wall, /area/station/engineering/atmospherics_engine) @@ -5012,6 +4977,11 @@ /obj/effect/turf_decal/siding/wood, /turf/open/floor/wood/large, /area/station/service/library) +"bSl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "bSr" = ( /obj/structure/chair{ dir = 4; @@ -5247,14 +5217,6 @@ /obj/effect/mapping_helpers/airlock/access/all/science/robotics, /turf/open/floor/iron, /area/station/science/robotics/lab) -"bWv" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 1 - }, -/obj/machinery/light/directional/east, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/station/engineering/atmos) "bWH" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -5396,13 +5358,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"bYr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/station/engineering/break_room) "bYx" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -5441,6 +5396,19 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) +"bZn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/structure/frame/computer{ + anchored = 1; + dir = 1 + }, +/obj/item/stack/cable_coil{ + amount = 15 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron, +/area/station/maintenance/port/central) "bZo" = ( /obj/effect/turf_decal/bot, /obj/structure/closet/secure_closet/medical1, @@ -5561,13 +5529,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/maintenance/tram/left) -"caR" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/structure/sign/departments/psychology/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay/central) "caU" = ( /obj/machinery/door/window/left/directional/north{ name = "Containment Pen #6"; @@ -5706,12 +5667,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) -"cdb" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Port Mix to East Ports" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "cdt" = ( /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /obj/machinery/door/airlock/maintenance_hatch{ @@ -5985,6 +5940,12 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plating, /area/station/maintenance/tram/right) +"cgy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) "cgA" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -6078,10 +6039,29 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) +"chW" = ( +/obj/structure/sign/warning/vacuum/directional/south, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/center) "chX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/station/command/heads_quarters/hos) +"cid" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera/directional/south{ + c_tag = "Command - Bridge South" + }, +/obj/structure/cable, +/obj/structure/sign/departments/vault/directional/south, +/turf/open/floor/carpet, +/area/station/command/bridge) "cif" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -6232,12 +6212,6 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/hos) -"ckt" = ( -/obj/structure/table/wood, -/obj/item/pai_card, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/wood/large, -/area/station/service/library) "ckB" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/structure/disposalpipe/segment, @@ -6267,6 +6241,11 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) +"ckK" = ( +/obj/structure/table/wood, +/obj/item/pai_card, +/turf/open/floor/carpet, +/area/station/hallway/secondary/entry) "ckM" = ( /turf/closed/wall, /area/station/service/hydroponics/garden) @@ -6315,6 +6294,18 @@ }, /turf/open/floor/iron, /area/station/security/prison/garden) +"clB" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/paper_bin/carbon{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/stamp/qm, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) "clM" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -6386,21 +6377,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"coN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"coO" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "coU" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green{ @@ -6450,6 +6426,25 @@ /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron/white, /area/station/medical/surgery/aft) +"cpr" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"cps" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Incinerator"; + dir = 9; + network = list("ss13","engineering") + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "cpx" = ( /obj/machinery/atmospherics/components/unary/passive_vent/layer2{ dir = 1 @@ -6747,6 +6742,18 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/cargo/storage) +"cto" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail{ + name = "sorting disposal pipe (Chief Engineer's Office)"; + sortType = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) "cts" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/sign/gym/mirrored{ @@ -6905,6 +6912,14 @@ "cwG" = ( /turf/open/floor/iron, /area/station/cargo/office) +"cwU" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "cwW" = ( /obj/machinery/monkey_recycler, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -7336,6 +7351,13 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/vault, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) +"cBQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/sign/departments/restroom/directional/west, +/turf/open/floor/iron, +/area/station/commons/dorms) "cCa" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -7395,6 +7417,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/starboard/central) +"cCS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "ordnancestorage"; + name = "Ordnance Storage Shutters" + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plating, +/area/station/science/ordnance/office) "cCW" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green, @@ -7492,6 +7524,21 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/security/brig) +"cEi" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/supply/qm, +/obj/machinery/door/airlock/command/glass{ + name = "Quartermaster's Office" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "cEt" = ( /obj/structure/industrial_lift/tram{ icon_state = "plating" @@ -7677,12 +7724,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"cHk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/electric_shock/directional/north, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/hallway/primary/tram/left) "cHn" = ( /obj/structure/flora/bush/lavendergrass/style_random, /turf/open/floor/grass, @@ -7834,6 +7875,10 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"cJN" = ( +/obj/item/stack/sheet/glass/fifty, +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/mine/explored) "cJO" = ( /obj/machinery/door/airlock{ id_tag = "private_p"; @@ -7872,6 +7917,15 @@ }, /turf/open/floor/iron/dark, /area/station/security/execution/transfer) +"cKj" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/structure/sign/warning/electric_shock/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) "cKw" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/structure/cable, @@ -7963,21 +8017,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"cMd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) "cMs" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/light/directional/south, @@ -8093,16 +8132,6 @@ }, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"cPD" = ( -/obj/machinery/computer/atmos_control/air_tank{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "cPE" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance" @@ -8186,16 +8215,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) -"cRA" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix Outlet Pump" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "cRJ" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -8250,15 +8269,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/cargo/miningdock/cafeteria) -"cSV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/sign/departments/restroom/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) "cTc" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -8272,18 +8282,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"cTp" = ( -/obj/structure/cable/multilayer/multiz, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/small/directional/south, -/obj/structure/sign/warning/electric_shock/directional/south, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) "cTr" = ( /obj/machinery/light/directional/east, /turf/open/floor/iron/smooth, @@ -8296,6 +8294,14 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) +"cTG" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible, +/turf/open/space/basic, +/area/space/nearstation) "cTT" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line, @@ -8312,13 +8318,6 @@ /obj/machinery/status_display/ai/directional/west, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"cUf" = ( -/obj/structure/sign/warning/radiation/rad_area/directional/north, -/obj/effect/turf_decal/siding/wideplating{ - dir = 6 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) "cUh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, @@ -8342,25 +8341,6 @@ /obj/machinery/light/small/directional/north, /turf/open/openspace, /area/station/science/xenobiology) -"cVp" = ( -/obj/machinery/door/airlock/atmos{ - name = "Turbine Access" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "cVr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -8581,12 +8561,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"cYT" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos) "cYX" = ( /obj/effect/turf_decal/bot, /obj/vehicle/ridden/janicart, @@ -8633,6 +8607,10 @@ /obj/structure/closet/radiation, /turf/open/floor/iron/dark, /area/station/science/genetics) +"cZB" = ( +/obj/effect/landmark/start/clown, +/turf/open/floor/carpet, +/area/station/service/theater) "cZS" = ( /obj/effect/turf_decal/siding/thinplating, /obj/effect/turf_decal/siding/thinplating{ @@ -8723,16 +8701,6 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, /area/station/cargo/storage) -"dbc" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "dbe" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 @@ -8759,6 +8727,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"dbo" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/item/stack/sheet/iron/fifty, +/obj/item/clothing/glasses/welding, +/obj/item/wrench, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/item/radio/intercom/directional/south, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/iron, +/area/station/science/lab) "dbK" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 @@ -9067,6 +9050,26 @@ /obj/item/clothing/mask/balaclava, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"dhI" = ( +/obj/machinery/computer/atmos_control/nitrous_tank{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"dhK" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "dhL" = ( /turf/closed/wall, /area/station/security/prison/work) @@ -9082,16 +9085,6 @@ /obj/machinery/light_switch/directional/south, /turf/open/floor/iron/white, /area/station/science/ordnance) -"diq" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "diy" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, @@ -9303,6 +9296,16 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/commons/fitness/recreation) +"dmn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/firealarm/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/starboard/lesser) "dmt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -9326,12 +9329,14 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"dmX" = ( -/obj/structure/sign/warning/radiation/rad_area/directional/north, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/engineering/gravity_generator) +"dmV" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "dne" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -9342,10 +9347,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/security/medical) -"dno" = ( -/obj/effect/landmark/start/mime, -/turf/open/floor/carpet, -/area/station/service/theater) "dnp" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/door/airlock/external{ @@ -9395,13 +9396,6 @@ }, /turf/open/floor/iron/grimy, /area/station/ai_monitored/turret_protected/aisat/foyer) -"doa" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos) "dob" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 @@ -9441,13 +9435,6 @@ "doK" = ( /turf/open/floor/iron, /area/station/science/robotics/lab) -"doZ" = ( -/obj/structure/frame/computer{ - anchored = 1; - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/lesser) "dpd" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -9470,11 +9457,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) -"dpt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "dpA" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/power/apc/auto_name/directional/north, @@ -9491,16 +9473,6 @@ /obj/machinery/holopad, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) -"dpM" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/item/computer_hardware/hard_drive/portable/quartermaster, -/obj/item/computer_hardware/hard_drive/portable/quartermaster, -/obj/item/clipboard, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "dpW" = ( /obj/effect/turf_decal/trimline/green/corner{ dir = 8 @@ -9563,6 +9535,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/office) +"dqr" = ( +/obj/structure/sign/warning/vacuum/directional/north, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/center) "dqx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -9570,11 +9549,6 @@ /obj/structure/cable/layer3, /turf/open/floor/iron, /area/station/engineering/main) -"dqA" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/open/space/basic, -/area/space/nearstation) "dqE" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -9653,10 +9627,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/engineering/transit_tube) -"drT" = ( -/obj/structure/table, -/turf/open/floor/iron, -/area/station/maintenance/starboard/lesser) "drY" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 @@ -9698,6 +9668,15 @@ }, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"dsA" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "cargowarehouse" + }, +/turf/open/floor/plating, +/area/station/cargo/warehouse) "dsC" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -9770,6 +9749,14 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/security/brig) +"dsZ" = ( +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/effect/turf_decal/tile/blue/opposingcorners{ + dir = 1 + }, +/obj/effect/landmark/start/clown, +/turf/open/floor/iron, +/area/station/service/theater) "dta" = ( /obj/structure/closet/secure_closet/brig, /obj/effect/turf_decal/trimline/red/filled/line, @@ -9909,15 +9896,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/science) -"dvD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) "dvI" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -10139,6 +10117,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/station/commons/dorms) +"dxQ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "dye" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 @@ -10171,19 +10162,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/tram/mid) -"dys" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Air Outlet Pump" - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "dyB" = ( /obj/structure/closet/secure_closet/medical2, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -10263,6 +10241,18 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/commons/fitness) +"dzN" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/item/book/manual/wiki/atmospherics, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "dzU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt, @@ -10304,6 +10294,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/cafeteria, /area/station/security/prison) +"dAs" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Mix" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "dAR" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/bot, @@ -10365,6 +10364,13 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/wood, /area/station/commons/dorms) +"dBU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/starboard/lesser) "dCd" = ( /turf/closed/wall/rock/porous, /area/station/maintenance/starboard/lesser) @@ -10492,6 +10498,18 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/station/security/courtroom) +"dDV" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 1 + }, +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + departmentType = 3; + name = "Atmospherics Requests Console" + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmos) "dEi" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -10660,13 +10678,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel/monastery) -"dGK" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 - }, -/obj/machinery/space_heater, -/turf/open/floor/iron, -/area/station/engineering/atmos) "dGW" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -10780,6 +10791,23 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"dKn" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"dKo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "pharmacy_shutters_2"; + name = "Pharmacy Shutters" + }, +/turf/open/floor/plating, +/area/station/medical/pharmacy) "dKv" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics Mixing Chamber"; @@ -10795,11 +10823,6 @@ /obj/structure/plasticflaps, /turf/open/floor/plating, /area/station/cargo/sorting) -"dKI" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "dKM" = ( /turf/closed/wall/r_wall, /area/station/science/robotics/mechbay) @@ -10853,12 +10876,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/security/office) -"dLQ" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - name = "Waste Release" - }, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) "dLZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, @@ -11283,6 +11300,11 @@ }, /turf/open/floor/iron, /area/station/engineering/main) +"dST" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "dTe" = ( /obj/structure/industrial_lift/tram{ icon_state = "titanium_blue" @@ -11323,21 +11345,6 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"dTT" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Science - Main AI Access Hall"; - dir = 6; - network = list("ss13","rd") - }, -/obj/structure/cable, -/obj/structure/sign/departments/aiupload/directional/east, -/turf/open/floor/iron/white, -/area/station/science/research) "dUa" = ( /obj/machinery/requests_console/directional/west, /obj/structure/disposalpipe/segment, @@ -11349,6 +11356,13 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) +"dUl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos) "dUm" = ( /obj/structure/closet/secure_closet/psychology, /turf/open/floor/wood/parquet, @@ -11358,25 +11372,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"dUK" = ( -/obj/structure/table, -/obj/item/computer_hardware/hard_drive/portable{ - pixel_x = -4; - pixel_y = -3 - }, -/obj/item/computer_hardware/hard_drive/portable{ - pixel_x = 2; - pixel_y = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 - }, -/obj/item/computer_hardware/hard_drive/portable/ordnance{ - pixel_x = 4; - pixel_y = -2 - }, -/turf/open/floor/iron/white, -/area/station/science/ordnance/office) "dUO" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, @@ -11421,14 +11416,6 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) -"dVi" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/structure/sign/departments/science/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) "dVl" = ( /obj/modular_map_root/tramstation{ key = "maintenance_miningsolar" @@ -11508,6 +11495,12 @@ }, /turf/open/floor/engine/co2, /area/station/engineering/atmos) +"dWz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "dWK" = ( /turf/open/floor/iron, /area/station/service/janitor) @@ -11829,18 +11822,6 @@ }, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) -"ebM" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/structure/sign/departments/cargo/directional/north, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) "ebW" = ( /turf/closed/wall/r_wall, /area/station/science/robotics/lab) @@ -11892,6 +11873,16 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"edg" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/sign/departments/rndserver/directional/east, +/turf/open/floor/iron/white, +/area/station/science/research) "edl" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/disposalpipe/segment{ @@ -12002,6 +11993,13 @@ /obj/effect/spawner/random/decoration/ornament, /turf/open/floor/iron/grimy, /area/station/service/lawoffice) +"eeD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/space_heater, +/turf/open/floor/iron, +/area/station/engineering/atmos) "eeE" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 5 @@ -12039,6 +12037,14 @@ dir = 4 }, /area/station/service/chapel) +"efA" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/item/pai_card, +/turf/open/floor/iron/white, +/area/station/science/lobby) "efG" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 8 @@ -12180,10 +12186,12 @@ /obj/effect/turf_decal/bot, /turf/open/floor/catwalk_floor, /area/station/hallway/primary/tram/left) -"eiP" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +"eiN" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 10 + }, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/engineering/atmos/pumproom) "eiV" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -12597,6 +12605,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/atmospherics_engine) +"erj" = ( +/obj/machinery/power/smes, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/solars/port/aft) "erF" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron, @@ -12669,6 +12684,23 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron, /area/station/commons/dorms) +"esD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "esQ" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/siding/thinplating/dark{ @@ -12696,11 +12728,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/research) -"etf" = ( -/obj/machinery/ntnet_relay, -/obj/structure/sign/warning/no_smoking/directional/south, -/turf/open/floor/circuit/telecomms/mainframe, -/area/station/tcommsat/server) "etm" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 5 @@ -12795,18 +12822,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"evk" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail{ - name = "sorting disposal pipe (Chief Engineer's Office)"; - sortType = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/break_room) "evs" = ( /obj/effect/landmark/start/assistant, /turf/open/floor/wood/parquet, @@ -12930,16 +12945,6 @@ }, /turf/open/floor/iron, /area/station/security/prison/workout) -"exl" = ( -/obj/machinery/computer/atmos_control/nitrogen_tank{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "exm" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -12959,15 +12964,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"exv" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/structure/sign/warning/electric_shock/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/department/crew_quarters/dorms) "exA" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 @@ -13094,14 +13090,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) -"eAD" = ( -/obj/machinery/light_switch/directional/west, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "eAE" = ( /obj/machinery/hydroponics/constructable, /obj/effect/turf_decal/trimline/green/line{ @@ -13274,16 +13262,6 @@ /obj/item/clothing/ears/earmuffs, /turf/open/floor/iron/dark, /area/station/medical/storage) -"eDR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "eDV" = ( /obj/structure/closet/secure_closet/freezer/cream_pie, /obj/effect/turf_decal/tile/red/opposingcorners, @@ -13460,6 +13438,15 @@ "eGt" = ( /turf/open/floor/glass/reinforced, /area/station/hallway/primary/tram/right) +"eGE" = ( +/obj/machinery/smartfridge/chemistry/preloaded, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "pharmacy_shutters_2"; + name = "Pharmacy Shutters" + }, +/turf/open/floor/iron, +/area/station/medical/pharmacy) "eGS" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor, @@ -13495,6 +13482,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) +"eHl" = ( +/obj/structure/chair/office/light, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "eHG" = ( /obj/machinery/firealarm/directional/north, /obj/structure/sign/poster/official/cleanliness{ @@ -13530,14 +13521,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/maintenance/central/greater) -"eIt" = ( -/obj/structure/cable, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "eIw" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/firealarm/directional/south, @@ -13586,6 +13569,28 @@ /obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) +"eKb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"eKc" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Pure to Port"; + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "eKj" = ( /obj/effect/turf_decal/trimline/red/arrow_cw{ dir = 8 @@ -13665,6 +13670,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/prison) +"eMh" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/modular_computer/console/preset/id{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "eMs" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -13688,13 +13703,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"eNt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "eNv" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -13730,6 +13738,12 @@ /obj/effect/mapping_helpers/airlock/access/any/science/general, /turf/open/floor/iron, /area/station/science/research) +"eNC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "eNG" = ( /obj/effect/turf_decal/siding/thinplating/dark, /obj/machinery/light/directional/south, @@ -13864,6 +13878,17 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/plating, /area/station/maintenance/central/greater) +"eQP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/structure/sign/departments/holy/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "eQQ" = ( /obj/machinery/mech_bay_recharge_port{ dir = 2 @@ -13998,12 +14023,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"eSk" = ( -/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "eSx" = ( /turf/closed/wall, /area/station/service/kitchen) @@ -14240,14 +14259,6 @@ }, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai) -"eVv" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix to Engine" - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) "eVz" = ( /turf/open/floor/grass, /area/station/service/hydroponics) @@ -14323,13 +14334,6 @@ "eXu" = ( /turf/open/floor/plating, /area/station/science/ordnance/testlab) -"eXB" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) "eXH" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/event_spawn, @@ -14348,15 +14352,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor, /area/station/maintenance/starboard/central) -"eYa" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, -/turf/open/floor/iron, -/area/station/engineering/atmos) "eYe" = ( /obj/machinery/suit_storage_unit/rd, /turf/open/floor/iron/cafeteria{ @@ -14426,6 +14421,21 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/security/brig) +"eZa" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Science - Main AI Access Hall"; + dir = 6; + network = list("ss13","rd") + }, +/obj/structure/cable, +/obj/structure/sign/departments/aiupload/directional/east, +/turf/open/floor/iron/white, +/area/station/science/research) "eZb" = ( /obj/structure/fluff/paper/stack{ dir = 4 @@ -14446,6 +14456,27 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/checkpoint/escape) +"eZW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/departments/evac/directional/east{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) +"eZY" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/engineering/atmos) "fal" = ( /turf/closed/wall/r_wall, /area/station/engineering/gravity_generator) @@ -14504,6 +14535,21 @@ }, /turf/open/floor/glass/reinforced, /area/station/hallway/primary/tram/center) +"fbn" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "armory"; + name = "Armoury Shutter" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "fbo" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/structure/railing/corner, @@ -14662,12 +14708,6 @@ /obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"fep" = ( -/obj/structure/rack, -/obj/machinery/light/directional/south, -/obj/item/integrated_circuit, -/turf/open/floor/iron, -/area/station/maintenance/starboard/lesser) "few" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 6 @@ -14698,6 +14738,11 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"ffb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) "ffe" = ( /obj/machinery/flasher/directional/south{ id = "AI"; @@ -14773,16 +14818,8 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/kitchen_coldroom, /area/station/service/kitchen/coldroom) -"fgV" = ( -/obj/machinery/computer/cargo{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/status_display/supply{ - pixel_x = -32 - }, +"fgO" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, /turf/open/floor/iron, /area/station/command/heads_quarters/qm) "fhg" = ( @@ -14924,6 +14961,11 @@ /obj/effect/landmark/carpspawn, /turf/open/space/basic, /area/space) +"fjk" = ( +/obj/machinery/meter/monitored/distro_loop, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "fjo" = ( /obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/dirt, @@ -14971,6 +15013,14 @@ /obj/structure/grille, /turf/closed/wall/r_wall, /area/station/engineering/atmos) +"fjR" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/structure/sign/departments/science/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "fjS" = ( /obj/structure/cable/multilayer/multiz, /obj/effect/turf_decal/stripes/box, @@ -15068,17 +15118,6 @@ /obj/effect/turf_decal/trimline/purple/filled/corner, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"fkL" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Plasma Outlet Pump" - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "fkR" = ( /obj/machinery/chem_master, /obj/effect/turf_decal/tile/yellow/fourcorners, @@ -15133,6 +15172,21 @@ /obj/effect/landmark/navigate_destination/hydro, /turf/open/floor/iron/dark, /area/station/service/hydroponics) +"flU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "flZ" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -15166,12 +15220,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/execution/transfer) -"fmo" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "fmv" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/railing, @@ -15309,10 +15357,6 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor, /area/station/maintenance/starboard/greater) -"foT" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/turf/closed/wall/r_wall, -/area/station/engineering/break_room) "fpf" = ( /obj/structure/flora/bush/leavy/style_random, /obj/structure/flora/tree/palm/style_random, @@ -15324,6 +15368,19 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"fpm" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/machinery/light_switch/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "fpt" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, @@ -15416,11 +15473,6 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron, /area/station/maintenance/tram/mid) -"frp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) "frr" = ( /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ @@ -15462,14 +15514,6 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/port/central) -"frV" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/structure/sign/warning/secure_area/directional/east, -/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, -/turf/open/floor/iron, -/area/station/engineering/atmos) "fss" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -15572,6 +15616,13 @@ }, /turf/open/floor/iron, /area/station/maintenance/tram/right) +"ftW" = ( +/obj/structure/sign/warning/vacuum/directional/north, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/left) "fue" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -15616,26 +15667,6 @@ }, /turf/open/floor/iron, /area/station/construction/mining/aux_base) -"fvn" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Entry Airlock"; - dir = 9; - network = list("ss13","engineering") - }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -8 - }, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "fvA" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table, @@ -15819,16 +15850,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"fza" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "fzg" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{ dir = 1 @@ -15963,6 +15984,16 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/science/xenobiology) +"fBK" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "fCh" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -16001,6 +16032,34 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/science/research) +"fCE" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/south{ + name = "Research Lab Desk"; + req_access = list("science") + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "rndlab1"; + name = "Research and Development Shutter" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/folder{ + pixel_x = 5 + }, +/obj/structure/desk_bell{ + pixel_x = -7 + }, +/turf/open/floor/iron/white, +/area/station/science/lab) "fCK" = ( /obj/machinery/door/firedoor, /obj/structure/cable, @@ -16161,6 +16220,12 @@ /obj/effect/spawner/random/bureaucracy/pen, /turf/open/floor/carpet, /area/station/commons/vacant_room/office) +"fGK" = ( +/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) "fGM" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -16196,6 +16261,16 @@ /obj/effect/turf_decal/loading_area, /turf/open/floor/iron, /area/station/science/robotics/lab) +"fHe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/spawner/random/trash/grime, +/turf/open/floor/iron, +/area/station/maintenance/starboard/lesser) "fHf" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/spawner/random/structure/furniture_parts, @@ -16210,6 +16285,12 @@ /obj/effect/turf_decal/tile/red/anticorner/contrasted, /turf/open/floor/iron, /area/station/security/courtroom) +"fHs" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/supermatter/room) "fHz" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics Air Chamber"; @@ -16282,16 +16363,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) -"fIs" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "cmoshutter"; - name = "CMO Office Shutters" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/command/heads_quarters/cmo) "fIy" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -16312,6 +16383,17 @@ }, /turf/open/floor/iron, /area/station/security/execution/transfer) +"fII" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Research Maintnenace" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) "fIR" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -16441,13 +16523,6 @@ "fLr" = ( /turf/open/floor/wood, /area/station/service/library) -"fLw" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/turf/open/space/basic, -/area/space/nearstation) "fLE" = ( /obj/structure/table, /obj/item/reagent_containers/food/condiment/peppermill{ @@ -16487,17 +16562,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/checkpoint/medical) -"fLW" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) "fMo" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_ordmix{ dir = 1 @@ -16523,6 +16587,12 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"fMH" = ( +/obj/structure/rack, +/obj/machinery/light/directional/south, +/obj/item/integrated_circuit, +/turf/open/floor/iron, +/area/station/maintenance/starboard/lesser) "fMK" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 4 @@ -16747,23 +16817,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"fSf" = ( -/obj/structure/rack, -/obj/item/reagent_containers/glass/bottle/epinephrine{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/bottle/fluorine{ - pixel_x = 7; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/bottle/iodine{ - pixel_x = 1 - }, -/obj/structure/sign/warning/chem_diamond/directional/south, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/dark/textured_edge, -/area/station/medical/medbay/central) "fSi" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -16815,13 +16868,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, /area/station/maintenance/starboard/central) -"fTi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 8 - }, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos) "fTz" = ( /obj/structure/table/wood, /obj/effect/turf_decal/siding/wood{ @@ -16989,10 +17035,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/office) -"fWX" = ( -/obj/structure/sign/departments/engineering/directional/east, -/turf/open/openspace, -/area/station/hallway/primary/tram/center) "fWZ" = ( /obj/machinery/portable_atmospherics/canister, /turf/open/floor/iron/dark, @@ -17007,11 +17049,6 @@ /obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"fXf" = ( -/obj/structure/sign/warning/vacuum/external/directional/north, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/hallway/secondary/entry) "fXh" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -17125,12 +17162,6 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"fZi" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "fZj" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 6 @@ -17315,6 +17346,16 @@ /obj/item/reagent_containers/syringe, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) +"gda" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "gdd" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/engine/plasma, @@ -17454,6 +17495,13 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/port/central) +"gfg" = ( +/obj/structure/frame/computer{ + anchored = 1; + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/lesser) "gfK" = ( /turf/closed/wall/r_wall, /area/station/security/execution/education) @@ -17484,6 +17532,14 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/open/floor/iron/smooth, /area/station/commons/toilet) +"gfU" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "gfV" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/effect/turf_decal/trimline/neutral/filled/corner{ @@ -17559,6 +17615,15 @@ }, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) +"ggI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "ggL" = ( /obj/structure/closet/crate/trashcart/laundry, /obj/item/clothing/under/rank/prisoner/skirt, @@ -17603,17 +17668,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) -"gia" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Circuits Lab"; - network = list("ss13","rd") - }, -/obj/machinery/mecha_part_fabricator/maint{ - name = "forgotten exosuit fabricator"; - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/lesser) "gif" = ( /obj/structure/ore_box, /turf/open/misc/asteroid, @@ -17656,16 +17710,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"giR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/corner{ - dir = 1 - }, -/obj/structure/sign/departments/cargo/directional/north, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) "gjf" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 @@ -17688,10 +17732,15 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) -"gjC" = ( -/obj/machinery/atmospherics/components/binary/pump/off{ - name = "Port to Incinerator" - }, +"gjo" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/sign/warning/biohazard/directional/south, +/turf/open/floor/iron/white, +/area/station/science/research) +"gjy" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/portable_atmospherics/pump, /turf/open/floor/iron, /area/station/engineering/atmos) "gjG" = ( @@ -17762,18 +17811,6 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) -"gkQ" = ( -/obj/machinery/computer/atmos_control/mix_tank{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "gkU" = ( /obj/structure/table, /obj/item/storage/belt/utility, @@ -17861,21 +17898,6 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor, /area/station/maintenance/tram/left) -"gma" = ( -/obj/structure/sign/warning/radiation/rad_area/directional/north{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) "gms" = ( /obj/structure/rack, /obj/item/weldingtool, @@ -17904,6 +17926,11 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"gmF" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/space/basic, +/area/space/nearstation) "gmH" = ( /obj/structure/destructible/cult/item_dispenser/archives/library, /turf/open/floor/engine/cult, @@ -18131,10 +18158,6 @@ /obj/machinery/light/small/directional/east, /turf/open/misc/asteroid/airless, /area/mine/explored) -"gqL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/closed/wall/r_wall, -/area/station/command/heads_quarters/ce) "gqS" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -18416,6 +18439,12 @@ /obj/structure/cable/layer3, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"gvM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "gvU" = ( /obj/structure/reagent_dispensers/watertank, /obj/item/reagent_containers/glass/bucket, @@ -18426,6 +18455,16 @@ /obj/effect/turf_decal/siding/thinplating, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"gwk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "ordnancestorage"; + name = "Ordnance Storage Shutters" + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plating, +/area/station/science/ordnance/office) "gwq" = ( /obj/structure/chair/pew/right, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -18439,16 +18478,6 @@ /obj/item/stamp/hos, /turf/open/floor/carpet, /area/station/command/heads_quarters/hos) -"gwy" = ( -/obj/structure/sign/warning/no_smoking{ - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/computer/atmos_control/nocontrol/incinerator{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "gwL" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/emcloset, @@ -18495,24 +18524,6 @@ /obj/structure/cable/layer3, /turf/open/floor/iron, /area/station/engineering/main) -"gxz" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/turf/open/floor/plating, -/area/station/science/lab) -"gxG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "gxH" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -18669,13 +18680,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"gzZ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/structure/sign/warning/engine_safety/directional/west, -/turf/open/floor/iron, -/area/station/engineering/break_room) "gAk" = ( /obj/machinery/light/small/directional/east, /obj/machinery/button/door/directional/west{ @@ -18768,6 +18772,17 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) +"gBk" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "gBr" = ( /obj/structure/chair/pew, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -18790,6 +18805,23 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/psychology, /turf/open/floor/iron/white, /area/station/medical/psychology) +"gBA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/vacuum/directional/south, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/center) +"gBB" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "gBL" = ( /obj/structure/chair/comfy/beige, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -18830,13 +18862,15 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"gCi" = ( -/obj/structure/sign/warning/vacuum/directional/north, -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/center) +"gCf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "rndlab1"; + name = "Research and Development Shutter" + }, +/turf/open/floor/plating, +/area/station/science/lab) "gCn" = ( /obj/machinery/atmospherics/components/unary/passive_vent{ name = "server vent" @@ -18871,18 +18905,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/surgery/fore) -"gDl" = ( -/obj/machinery/power/smes/engineering, -/obj/machinery/light/directional/west, -/obj/structure/sign/warning/electric_shock/directional/west, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - SMES"; - dir = 10; - network = list("ss13","engineering") - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/engine_smes) "gDp" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, @@ -19042,6 +19064,14 @@ dir = 5 }, /area/station/command/heads_quarters/rd) +"gGN" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/science/research) "gGU" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -19104,17 +19134,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/science/cytology) -"gIu" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/item/airlock_painter/decal, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "gIA" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -19171,15 +19190,6 @@ /obj/effect/turf_decal/trimline/neutral/corner, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) -"gJv" = ( -/obj/structure/cable/multilayer/multiz, -/obj/structure/sign/warning/electric_shock/directional/west, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/tram/right) "gJI" = ( /obj/structure/chair/comfy/black, /turf/open/floor/carpet, @@ -19243,15 +19253,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"gKp" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "gKA" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -19289,6 +19290,13 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/medical) +"gLu" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 1; + name = "plasma mixer" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "gLO" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 5 @@ -19348,6 +19356,17 @@ }, /turf/open/floor/iron/dark, /area/station/tcommsat/computer) +"gML" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/sign/warning/deathsposal/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/virology) "gMZ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/effect/turf_decal/trimline/neutral/filled/corner{ @@ -19575,6 +19594,12 @@ }, /turf/open/floor/iron/dark, /area/station/security/interrogation) +"gQb" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "gQB" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 @@ -19631,12 +19656,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/cargo/storage) -"gRl" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) "gRo" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -20058,19 +20077,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"gXG" = ( -/obj/machinery/power/smes, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/electric_shock/directional/north, -/obj/structure/cable, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/solars/port/aft) "gXT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable/layer3, /turf/open/floor/iron, /area/station/engineering/main) +"gXY" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron, +/area/station/engineering/atmos) "gYg" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -20091,6 +20110,19 @@ /obj/effect/landmark/start/prisoner, /turf/open/floor/iron, /area/station/security/prison) +"gYy" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "gYz" = ( /obj/machinery/door/airlock/external{ name = "Port Docking Bay 4" @@ -20176,12 +20208,6 @@ }, /turf/open/floor/iron, /area/station/commons/fitness) -"haK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/supply/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) "haO" = ( /obj/machinery/conveyor_switch/oneway{ dir = 8; @@ -20409,6 +20435,19 @@ /obj/effect/landmark/start/depsec/science, /turf/open/floor/iron, /area/station/security/checkpoint/science) +"heo" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail/flip{ + name = "sorting disposal pipe (Quartermaster's Office)"; + sortType = 3 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "het" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -20434,6 +20473,11 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) +"hft" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) "hfw" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -20511,6 +20555,15 @@ }, /turf/open/floor/engine, /area/station/science/explab) +"hgQ" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/east, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/left) "hgS" = ( /obj/machinery/computer/rdconsole, /obj/machinery/computer/security/telescreen/rd{ @@ -20556,6 +20609,10 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/department/medical) +"hhA" = ( +/obj/machinery/vending/wardrobe/atmos_wardrobe, +/turf/open/floor/iron, +/area/station/engineering/atmos) "hhI" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -20699,6 +20756,14 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/plating, /area/station/maintenance/solars/starboard) +"hjO" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/sign/warning/biohazard/directional/west, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/catwalk_floor, +/area/station/command/gateway) "hjW" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -20718,6 +20783,29 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) +"hkR" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 10 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/sign/warning/deathsposal/directional/south, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/medical/virology) +"hla" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "CO2 Outlet Pump" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "hlc" = ( /turf/closed/wall/r_wall, /area/station/science/xenobiology) @@ -20743,13 +20831,6 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/central/lesser) -"hmo" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/machinery/keycard_auth/directional/east, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "hmt" = ( /obj/item/chair, /obj/item/restraints/handcuffs/cable/red, @@ -20812,6 +20893,15 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) +"hnq" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + name = "sorting disposal pipe (Disposals)"; + sortType = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/sorting) "hnw" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/camera/directional/south{ @@ -20868,11 +20958,18 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"hoI" = ( +"hpe" = ( +/obj/machinery/light/directional/north, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Distribution Loop"; + dir = 9; + network = list("ss13","engineering") + }, +/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 4 +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to Distro" }, /turf/open/floor/iron, /area/station/engineering/atmos/pumproom) @@ -21108,6 +21205,16 @@ /obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"hue" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "cmoshutter"; + name = "CMO Office Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/cmo) "hun" = ( /obj/effect/turf_decal/trimline/neutral/line{ dir = 1 @@ -21174,19 +21281,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"hvx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/yellow/corner, -/obj/structure/frame/computer{ - anchored = 1; - dir = 1 - }, -/obj/item/stack/cable_coil{ - amount = 15 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/iron, -/area/station/maintenance/port/central) "hvC" = ( /obj/structure/table/wood, /obj/item/candle, @@ -21260,6 +21354,16 @@ dir = 1 }, /area/station/hallway/secondary/service) +"hxf" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "External Waste Ports to Filter"; + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "hxl" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall, @@ -21382,17 +21486,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/tcommsat/computer) -"hAG" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/sign/warning/deathsposal/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/virology) "hAN" = ( /obj/machinery/light/warm/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -21432,16 +21525,6 @@ "hBf" = ( /turf/open/floor/iron/grimy, /area/station/security/detectives_office) -"hBH" = ( -/obj/machinery/computer/atmos_control/oxygen_tank{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "hBQ" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 @@ -21509,16 +21592,6 @@ /obj/machinery/space_heater, /turf/open/floor/iron/smooth, /area/station/maintenance/department/crew_quarters/dorms) -"hCo" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "hCp" = ( /obj/structure/chair/stool/bar/directional/north, /obj/effect/turf_decal/siding/thinplating/dark{ @@ -21880,6 +21953,13 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/security/lockers) +"hHr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) "hHu" = ( /obj/machinery/light/directional/west, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -21915,6 +21995,13 @@ "hHP" = ( /turf/open/floor/iron/dark, /area/station/maintenance/radshelter/civil) +"hHZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/sign/departments/chemistry/pharmacy/directional/east, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/center) "hIg" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -21942,23 +22029,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/tram/right) -"hIO" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"hIW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) "hJd" = ( /turf/open/floor/iron, /area/station/engineering/main) @@ -22001,17 +22071,6 @@ /obj/machinery/vending/snack, /turf/open/floor/iron, /area/station/cargo/miningdock/cafeteria) -"hLc" = ( -/obj/structure/window/reinforced/spawner/east, -/obj/structure/sign/departments/medbay/alt/directional/south, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/security/medical) "hLp" = ( /obj/structure/table, /obj/item/book/manual/wiki/cooking_to_serve_man, @@ -22095,10 +22154,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"hMR" = ( -/obj/machinery/light/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "hMT" = ( /obj/structure/chair/pew/right, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -22187,16 +22242,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) -"hOE" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - name = "External Waste Ports to Filter"; - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "hON" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/red/filled/corner{ @@ -22260,6 +22305,13 @@ /obj/effect/landmark/start/lawyer, /turf/open/floor/wood, /area/station/service/lawoffice) +"hPU" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/effect/turf_decal/stripes/end, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "hQf" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -22273,6 +22325,13 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) +"hQw" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "hQU" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 @@ -22421,6 +22480,21 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"hTc" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) +"hTh" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/obj/structure/sign/departments/science/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "hTo" = ( /obj/structure/cable, /obj/machinery/firealarm/directional/east, @@ -22451,14 +22525,6 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) -"hTU" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/warning, -/obj/structure/sign/departments/science/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) "hTX" = ( /obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ dir = 8 @@ -22474,6 +22540,12 @@ /obj/structure/disposalpipe/junction/flip, /turf/open/floor/catwalk_floor, /area/station/maintenance/tram/mid) +"hUi" = ( +/obj/structure/sign/warning/radiation/rad_area/directional/north, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/engineering/gravity_generator) "hUj" = ( /obj/effect/turf_decal/stripes/line, /mob/living/simple_animal/bot/secbot/beepsky/armsky, @@ -22731,26 +22803,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/tram/left) -"hXS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/smartfridge/organ, -/obj/structure/sign/warning/cold_temp/directional/west, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/freezer, -/area/station/medical/coldroom) -"hYd" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible, -/turf/open/space/basic, -/area/space/nearstation) "hYk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/event_spawn, @@ -22805,11 +22857,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"hYK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) "hYM" = ( /obj/structure/railing{ dir = 1 @@ -22925,13 +22972,14 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) -"iaJ" = ( -/obj/machinery/power/smes/engineering, +"iaO" = ( +/obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, -/obj/structure/sign/warning/electric_shock/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/central/greater) +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "iaT" = ( /obj/structure/cable, /turf/open/floor/iron/dark, @@ -23053,22 +23101,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"idq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "O2 Outlet Pump" - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "idF" = ( /turf/open/floor/iron/showroomfloor, /area/station/security/lockers) @@ -23078,6 +23110,13 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) +"idH" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "iee" = ( /obj/machinery/door/airlock/hatch{ name = "MiniSat Teleporter" @@ -23086,6 +23125,13 @@ /obj/effect/mapping_helpers/airlock/access/all/command/minisat, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/foyer) +"iei" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Gas to Chamber" + }, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "iet" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -23690,6 +23736,17 @@ }, /turf/open/floor/iron/dark, /area/station/science/genetics) +"iot" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "ioE" = ( /obj/structure/table/wood/fancy/royalblue, /obj/structure/sign/painting/library_secure{ @@ -23720,15 +23777,6 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/starboard/central) -"ipe" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "ipk" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/decal/cleanable/dirt, @@ -23772,15 +23820,6 @@ /obj/effect/turf_decal/sand, /turf/open/floor/iron, /area/station/security/prison/workout) -"iqL" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "iqN" = ( /obj/structure/cable, /turf/open/floor/iron/grimy, @@ -23799,14 +23838,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"iqZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/secure_area/directional/south{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM" - }, -/turf/open/floor/plating, -/area/station/science/server) "ird" = ( /obj/structure/railing/corner, /obj/effect/turf_decal/siding/thinplating{ @@ -23917,12 +23948,6 @@ }, /turf/open/floor/iron/stairs/medium, /area/station/commons/dorms) -"itr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "itH" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/girder, @@ -23979,6 +24004,16 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/security/interrogation) +"iuo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/structure/sign/departments/cargo/directional/west, +/turf/open/floor/iron/white, +/area/station/science/research) "iuz" = ( /obj/machinery/door/airlock/external{ name = "Port Docking Bay 1"; @@ -24094,6 +24129,28 @@ /obj/effect/turf_decal/trimline/purple/filled/corner, /turf/open/floor/iron/white, /area/station/science/research) +"ivU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"ivY" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "ivZ" = ( /obj/machinery/door/airlock/hatch{ name = "Ladder Access Hatch" @@ -24235,6 +24292,19 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/station/science/xenobiology) +"ixI" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "O2 to Pure" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "ixO" = ( /obj/structure/chair/comfy/brown{ buildstackamount = 0; @@ -24267,6 +24337,12 @@ "iyc" = ( /turf/closed/wall, /area/station/commons/vacant_room/office) +"iyf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "iyj" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 @@ -24335,6 +24411,13 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/checkpoint/supply) +"iyB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) "iyC" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -24346,6 +24429,11 @@ /obj/machinery/telecomms/bus/preset_two, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"iyL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) "izi" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -24442,6 +24530,16 @@ }, /turf/open/floor/iron, /area/station/maintenance/tram/right) +"iAG" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "iAN" = ( /obj/machinery/door/airlock/engineering/glass{ name = "Power Storage" @@ -24535,23 +24633,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"iCK" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "pharmacy_shutters_2"; - name = "Pharmacy Shutters" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/left/directional/south{ - name = "Chemistry Desk"; - req_access = list("pharmacy") - }, -/obj/structure/desk_bell{ - pixel_x = -7 - }, -/turf/open/floor/iron, -/area/station/medical/pharmacy) "iCT" = ( /obj/structure/railing/corner{ dir = 4 @@ -24617,13 +24698,6 @@ /obj/item/pen/blue, /turf/open/floor/iron, /area/station/tcommsat/computer) -"iDZ" = ( -/obj/item/paper/crumpled{ - desc = "To the absolute moron who has to access this disposals... FUCK YOU IDIOT!!!! Got your ass. Ha ha."; - name = "FUCK YOU!" - }, -/turf/open/misc/asteroid/airless, -/area/mine/explored) "iEb" = ( /obj/structure/industrial_lift/tram{ icon_state = "titanium_blue" @@ -24649,6 +24723,12 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/construction/engineering) +"iEw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/lesser) "iEz" = ( /obj/structure/lattice, /obj/machinery/camera/motion{ @@ -24743,14 +24823,6 @@ "iGG" = ( /turf/open/floor/iron/dark, /area/station/security/execution/transfer) -"iGT" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/structure/sign/departments/telecomms/directional/south, -/turf/open/floor/iron, -/area/station/engineering/main) "iGV" = ( /obj/structure/table, /obj/item/hand_labeler, @@ -25008,6 +25080,12 @@ }, /turf/open/floor/iron/dark, /area/station/service/hydroponics) +"iLU" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "iLV" = ( /obj/machinery/computer/upload/ai{ dir = 8 @@ -25017,6 +25095,13 @@ }, /turf/open/floor/circuit/green, /area/station/ai_monitored/turret_protected/ai_upload) +"iLY" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) "iMg" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -25116,6 +25201,18 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) +"iOD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/sign/warning/secure_area/directional/south, +/turf/open/floor/iron, +/area/station/tcommsat/computer) +"iOL" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) "iPi" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -25125,18 +25222,6 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"iPo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/structure/cable, -/obj/structure/sign/warning/secure_area/directional/east, -/turf/open/floor/iron/white, -/area/station/science/lower) "iPu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -25194,13 +25279,6 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron/white, /area/station/science/lobby) -"iQF" = ( -/obj/machinery/atmospherics/components/trinary/mixer{ - dir = 1; - name = "plasma mixer" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "iQH" = ( /obj/structure/table, /obj/item/multitool, @@ -25210,14 +25288,6 @@ }, /turf/open/floor/iron/smooth, /area/station/maintenance/tram/left) -"iQU" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/engineering/atmos) "iQY" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 @@ -25228,17 +25298,16 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"iRs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/obj/structure/sign/departments/holy/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 +"iRe" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Unfiltered to Mix" }, /turf/open/floor/iron, -/area/station/commons/fitness/recreation) +/area/station/engineering/atmos/pumproom) "iRv" = ( /obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, @@ -25339,6 +25408,21 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/starboard/greater) +"iSI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/sign/poster/official/safety_internals{ + pixel_y = 32 + }, +/obj/structure/reagent_dispensers/watertank/high, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"iSJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) "iSX" = ( /obj/structure/table, /obj/item/computer_hardware/hard_drive/portable{ @@ -25350,17 +25434,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/ordnance/testlab) -"iTc" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "iTg" = ( /obj/structure/sign/barsign{ pixel_y = -32 @@ -25606,6 +25679,12 @@ /obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"iWi" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) "iWl" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 6 @@ -25746,15 +25825,6 @@ /obj/effect/turf_decal/caution, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"iYb" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) "iYk" = ( /obj/structure/industrial_lift/tram{ icon_state = "plating" @@ -25780,21 +25850,9 @@ /obj/structure/cable, /turf/open/floor/wood/parquet, /area/station/medical/psychology) -"iYC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos) "iYW" = ( /turf/closed/wall, /area/station/science/xenobiology) -"iZa" = ( -/obj/structure/sign/warning/vacuum/directional/north, -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/right) "iZb" = ( /turf/closed/wall, /area/station/security/office) @@ -25875,14 +25933,6 @@ }, /turf/open/floor/iron/white, /area/station/science/ordnance) -"jaD" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "jaH" = ( /obj/structure/cable, /turf/open/floor/iron/showroomfloor, @@ -25931,12 +25981,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/cargo/office) -"jco" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/lesser) "jcu" = ( /obj/structure/chair{ dir = 1 @@ -26075,11 +26119,36 @@ }, /turf/open/floor/carpet, /area/station/commons/vacant_room/office) +"jfg" = ( +/obj/structure/cable, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "jfp" = ( /obj/effect/turf_decal/bot, /obj/effect/landmark/navigate_destination/hop, /turf/open/floor/iron, /area/station/command/heads_quarters/hop) +"jfq" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "pharmacy_shutters_2"; + name = "Pharmacy Shutters" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/left/directional/south{ + name = "Chemistry Desk"; + req_access = list("pharmacy") + }, +/obj/structure/desk_bell{ + pixel_x = -7 + }, +/turf/open/floor/iron, +/area/station/medical/pharmacy) "jfs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -26129,6 +26198,17 @@ /obj/structure/sink/directional/west, /turf/open/floor/iron/white, /area/station/medical/virology) +"jfO" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/sign/departments/chemistry/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "jfR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -26166,6 +26246,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/secondary/exit) +"jhc" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/qm) "jhd" = ( /turf/open/space/openspace, /area/space) @@ -26295,6 +26378,28 @@ /obj/machinery/computer/security/telescreen/entertainment/directional/east, /turf/open/floor/iron/checker, /area/station/commons/lounge) +"jjF" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics South-West"; + dir = 10; + network = list("ss13","engineering") + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos) "jjG" = ( /obj/structure/lattice, /obj/machinery/camera/motion{ @@ -26459,10 +26564,6 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/security/courtroom) -"jmq" = ( -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/starboard/lesser) "jmA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -26510,6 +26611,14 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/cargo/lobby) +"jnF" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 9 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "jnG" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb, @@ -26702,6 +26811,16 @@ }, /turf/open/floor/carpet, /area/station/service/library) +"jrf" = ( +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/turf/open/floor/iron/dark, +/area/station/engineering/storage/tech) "jrg" = ( /obj/machinery/door/airlock{ name = "Kitchen Access" @@ -26886,6 +27005,15 @@ }, /turf/open/floor/plating, /area/station/science/research) +"jum" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/hallway/primary/tram/right) "jus" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -26896,6 +27024,18 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"juA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/sign/warning/secure_area/directional/east, +/turf/open/floor/iron/white, +/area/station/science/lower) "juJ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -27075,12 +27215,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/open/floor/iron/smooth, /area/station/maintenance/department/science) -"jxp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/station/engineering/break_room) "jxr" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -27162,6 +27296,19 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/solars/port/aft) +"jyp" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"jys" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "jyF" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 @@ -27378,6 +27525,27 @@ /obj/effect/spawner/random/maintenance/two, /turf/open/floor/iron/smooth, /area/station/maintenance/starboard/greater) +"jBP" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/door/airlock/command/glass{ + name = "AI Core" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "AI Core shutters"; + name = "AI Core Shutters" + }, +/obj/machinery/flasher/directional/west{ + id = "AI" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload, +/obj/structure/cable/layer1, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/ai) "jCf" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/machinery/airalarm/directional/west, @@ -27395,28 +27563,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating/airless, /area/mine/explored) -"jCT" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics South-West"; - dir = 10; - network = list("ss13","engineering") - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 8 - }, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos) "jDc" = ( /obj/machinery/door/airlock/research{ id_tag = "ResearchExt"; @@ -27447,16 +27593,6 @@ /obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"jDi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/camera/directional/south{ - c_tag = "Command - Bridge South" - }, -/obj/structure/cable, -/obj/structure/sign/departments/vault/directional/south, -/turf/open/floor/carpet, -/area/station/command/bridge) "jDm" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -27492,15 +27628,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/command/gateway) -"jEd" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "jEm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, @@ -27518,6 +27645,14 @@ "jEu" = ( /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"jEH" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmos) "jEI" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -27532,15 +27667,6 @@ }, /turf/closed/wall, /area/station/hallway/primary/tram/center) -"jEP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "cytologylockdown"; - name = "Cytology Lockdown" - }, -/turf/open/floor/plating, -/area/station/science/cytology) "jEQ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -27627,14 +27753,6 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/starboard/greater) -"jGZ" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/engineering/atmos) "jHc" = ( /obj/structure/rack, /turf/open/floor/plating, @@ -27723,15 +27841,6 @@ "jIG" = ( /turf/closed/wall/r_wall, /area/station/maintenance/central/lesser) -"jIJ" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/structure/sign/warning/electric_shock/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/right) "jIV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment{ @@ -27854,39 +27963,16 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/morgue, /turf/open/floor/iron/dark, /area/station/medical/morgue) -"jKL" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "jKN" = ( /obj/machinery/light/small/blacklight/directional/south, /turf/open/floor/cult, /area/station/service/chapel/office) -"jKY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/warning, +"jKW" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/warning/docking/directional/north{ - desc = "A warning sign which reads 'KEEP CLEAR OF TRAM DOCKING AREA'."; - name = "KEEP CLEAR: TRAM DOCKING AREA sign" - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, /turf/open/floor/iron, -/area/station/maintenance/tram/left) +/area/station/maintenance/disposal/incinerator) "jLf" = ( /turf/open/floor/iron/chapel, /area/station/service/chapel) @@ -27926,11 +28012,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/medical/break_room) -"jLU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos) "jMo" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ dir = 8 @@ -28066,6 +28147,14 @@ }, /turf/open/floor/iron, /area/station/security/prison) +"jOI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/sign/warning/secure_area/directional/east, +/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, +/turf/open/floor/iron, +/area/station/engineering/atmos) "jOM" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -28085,6 +28174,11 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) +"jOU" = ( +/obj/machinery/ntnet_relay, +/obj/structure/sign/warning/no_smoking/directional/south, +/turf/open/floor/circuit/telecomms/mainframe, +/area/station/tcommsat/server) "jPe" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/door/firedoor, @@ -28096,6 +28190,11 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"jPf" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "jPm" = ( /obj/machinery/camera{ c_tag = "Security - Upper Power Hatch"; @@ -28171,6 +28270,13 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"jQE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/engineering/break_room) "jQJ" = ( /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, @@ -28198,14 +28304,6 @@ /obj/structure/cable, /turf/open/floor/wood/parquet, /area/station/medical/psychology) -"jRl" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "teledoor"; - name = "MiniSat Teleport Access" - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat/foyer) "jRr" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -28258,13 +28356,6 @@ }, /turf/open/floor/wood, /area/station/commons/vacant_room/office) -"jSe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 - }, -/obj/structure/sign/warning/rad_shelter/directional/north, -/turf/open/floor/iron, -/area/station/hallway/secondary/exit) "jSi" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -28305,25 +28396,10 @@ /obj/structure/lattice, /turf/open/space/basic, /area/mine/explored) -"jTw" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/turf/open/floor/plating, -/area/station/science/lab) "jTx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/break_room) -"jTy" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "jTF" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 @@ -28420,16 +28496,6 @@ }, /turf/open/floor/iron, /area/station/security/brig) -"jUO" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Air to External Air Ports" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "jUS" = ( /obj/machinery/door/airlock/external{ name = "External Access" @@ -28440,10 +28506,6 @@ /obj/effect/mapping_helpers/airlock/access/any/command/minisat, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/foyer) -"jUW" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) "jVg" = ( /obj/machinery/status_display/evac/directional/east, /turf/open/floor/circuit/red, @@ -28479,6 +28541,14 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/iron, /area/station/maintenance/tram/left) +"jWl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, +/turf/open/floor/iron, +/area/station/engineering/atmos) "jWs" = ( /turf/closed/wall/r_wall, /area/station/security/execution/transfer) @@ -28570,6 +28640,12 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/research) +"jXB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/lesser) "jXH" = ( /obj/structure/chair{ dir = 1 @@ -28712,20 +28788,21 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/station/security/prison/workout) +"jZT" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "jZW" = ( /obj/structure/lattice/catwalk, /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/tram/mid) -"kaa" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "kaA" = ( /obj/effect/turf_decal/trimline/white/filled/line, /obj/effect/turf_decal/trimline/white/filled/corner{ @@ -28790,6 +28867,19 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"kbi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Air Outlet Pump" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "kbl" = ( /obj/machinery/door/airlock/grunge{ name = "Morgue" @@ -28910,13 +29000,6 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"ket" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos) "kew" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -29002,14 +29085,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor, /area/station/maintenance/tram/mid) -"kfJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "kfO" = ( /turf/open/floor/plating, /area/station/cargo/drone_bay) @@ -29089,6 +29164,26 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/catwalk_floor, /area/station/maintenance/department/security) +"kgI" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Entry Airlock"; + dir = 9; + network = list("ss13","engineering") + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 + }, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "kgQ" = ( /obj/structure/railing{ dir = 8 @@ -29194,6 +29289,14 @@ }, /turf/open/floor/iron, /area/station/security/brig) +"kim" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "kin" = ( /obj/structure/chair{ dir = 8 @@ -29287,12 +29390,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/cargo/miningdock) -"kkc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "kkd" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -29363,10 +29460,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) -"kkA" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "kkI" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -29399,14 +29492,6 @@ /obj/effect/landmark/lift_id, /turf/open/floor/vault, /area/station/hallway/primary/tram/center) -"kli" = ( -/obj/effect/turf_decal/tile/red/opposingcorners, -/obj/effect/turf_decal/tile/blue/opposingcorners{ - dir = 1 - }, -/obj/effect/landmark/start/clown, -/turf/open/floor/iron, -/area/station/service/theater) "kll" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/neutral/filled/warning, @@ -29714,19 +29799,6 @@ /obj/effect/turf_decal/trimline/blue/filled/corner, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"kpg" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"kpq" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "kpv" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -29772,6 +29844,18 @@ /obj/machinery/holopad, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) +"kpN" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/sign/warning/docking/directional/north{ + desc = "A warning sign which reads 'KEEP CLEAR OF TRAM DOCKING AREA'."; + name = "KEEP CLEAR: TRAM DOCKING AREA sign" + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) "kpQ" = ( /obj/effect/turf_decal/trimline/green/filled/line, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -29792,6 +29876,23 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) +"kpX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/docking/directional/north{ + desc = "A warning sign which reads 'KEEP CLEAR OF TRAM DOCKING AREA'."; + name = "KEEP CLEAR: TRAM DOCKING AREA sign" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/maintenance/tram/left) "kqf" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -29824,15 +29925,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/open/floor/plating, /area/station/maintenance/department/crew_quarters/dorms) -"kqD" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Air to Mix" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "kqP" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -29868,19 +29960,6 @@ /obj/effect/turf_decal/weather/snow, /turf/open/floor/iron/kitchen_coldroom, /area/station/service/kitchen/coldroom) -"ksa" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "ksh" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/chair{ @@ -29933,24 +30012,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"ktt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/camera/emp_proof/directional/south{ - c_tag = "Engineering - Atmospherics South-East"; - network = list("ss13","engineering") - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "ktG" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 5 @@ -29980,15 +30041,6 @@ /obj/effect/mapping_helpers/airlock/access/all/security/entrance, /turf/open/floor/iron, /area/station/security/brig) -"kuQ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/structure/sign/warning/secure_area/directional/west, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/security/office) "kuX" = ( /obj/structure/closet/radiation, /obj/effect/turf_decal/bot, @@ -30066,6 +30118,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/medical/morgue) +"kvK" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/turf/open/space/basic, +/area/space/nearstation) +"kvV" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "kvW" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -30213,6 +30277,16 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) +"kyz" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "kyF" = ( /obj/structure/table, /obj/item/storage/backpack/duffelbag/sec{ @@ -30344,6 +30418,16 @@ }, /turf/open/floor/cult, /area/station/service/chapel/office) +"kAQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "kAW" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 @@ -30511,26 +30595,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/hallway/secondary/exit) -"kDK" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"kDS" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 - }, -/obj/machinery/light/directional/south, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/item/radio/intercom/directional/south, -/obj/machinery/pipedispenser/disposal, -/turf/open/floor/iron, -/area/station/engineering/break_room) "kEc" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, @@ -30637,6 +30701,14 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"kFB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "kFK" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning, @@ -30742,12 +30814,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/dorms) -"kHt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/machinery/air_sensor/incinerator_tank, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) "kHy" = ( /obj/structure/chair/office/light{ dir = 4 @@ -30831,6 +30897,13 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) +"kJo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "kJy" = ( /obj/effect/turf_decal/siding/thinplating, /obj/effect/turf_decal/siding/thinplating{ @@ -30856,6 +30929,14 @@ /obj/structure/chair/comfy/beige, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) +"kKb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, +/turf/open/floor/iron, +/area/station/engineering/atmos) "kKe" = ( /obj/machinery/conveyor_switch/oneway{ dir = 8; @@ -31002,12 +31083,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"kMW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) "kNb" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/structure/table, @@ -31077,6 +31152,12 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"kOt" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "kOy" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -31129,6 +31210,21 @@ /obj/effect/landmark/start/virologist, /turf/open/floor/iron/dark, /area/station/medical/virology) +"kOY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + name = "sorting disposal pipe (Engineering)"; + sortType = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/break_room) "kPj" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -31164,16 +31260,6 @@ "kPC" = ( /turf/closed/wall/rust, /area/station/security/prison/workout) -"kPM" = ( -/obj/structure/rack, -/obj/item/pickaxe, -/obj/item/storage/bag/ore, -/obj/item/shovel, -/obj/item/clothing/glasses/meson, -/obj/item/stack/marker_beacon/ten, -/obj/item/clothing/gloves/color/yellow/heavy, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) "kQd" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -31241,20 +31327,6 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, /area/station/cargo/miningdock/oresilo) -"kRG" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/reagent_containers/food/drinks/bottle/whiskey, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) "kRL" = ( /turf/closed/wall, /area/station/medical/coldroom) @@ -31284,13 +31356,6 @@ /obj/machinery/power/port_gen/pacman, /turf/open/floor/plating, /area/station/engineering/engine_smes) -"kSA" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Pure to Port"; - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "kSD" = ( /turf/open/floor/plating, /area/station/maintenance/solars/starboard) @@ -31299,13 +31364,6 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/plating, /area/station/service/chapel/monastery) -"kSH" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "kSV" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/light/directional/south, @@ -31370,6 +31428,13 @@ }, /turf/open/floor/glass/reinforced, /area/station/security/brig) +"kTX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "kUa" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, @@ -31394,18 +31459,6 @@ "kUo" = ( /turf/open/floor/iron/dark, /area/station/service/chapel) -"kUv" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/sign/warning/electric_shock/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) "kUD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -31465,6 +31518,18 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"kVt" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Waste to Filter" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "kVw" = ( /obj/structure/table/wood, /obj/item/storage/crayons, @@ -31606,13 +31671,6 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"kWV" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "kWY" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 @@ -31722,14 +31780,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"kYI" = ( -/obj/machinery/power/smes{ - capacity = 9e+006; - charge = 10000 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "kYP" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -31824,6 +31874,19 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"laq" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics North"; + dir = 9; + network = list("ss13","engineering") + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/simple/supply/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "lat" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron, @@ -31865,15 +31928,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"lbg" = ( -/obj/structure/cable/multilayer/multiz, -/obj/structure/sign/warning/electric_shock/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/station/cargo/storage) "lbq" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -31914,13 +31968,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) -"lbH" = ( -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 5 - }, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos) "lbP" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -31946,12 +31993,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"lct" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/starboard/lesser) "lcG" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 6 @@ -31961,16 +32002,6 @@ }, /turf/open/floor/iron, /area/station/security/prison/safe) -"ldb" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/door/poddoor/shutters{ - dir = 1; - id = "winkyface"; - name = "External Dock Access" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) "ldd" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -32041,9 +32072,6 @@ /obj/effect/mapping_helpers/airlock/access/all/science/general, /turf/open/floor/iron/freezer, /area/station/science/lower) -"ldJ" = ( -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "ldK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -32227,6 +32255,20 @@ }, /turf/open/floor/iron, /area/station/security/execution/transfer) +"lht" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "lhw" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/effect/turf_decal/trimline/neutral/filled/corner{ @@ -32301,6 +32343,15 @@ /obj/structure/filingcabinet/employment, /turf/open/floor/wood, /area/station/service/lawoffice) +"liP" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/tram/right) "ljh" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ @@ -32420,15 +32471,6 @@ "llq" = ( /turf/open/floor/engine/hull, /area/space/nearstation) -"llx" = ( -/obj/structure/cable/multilayer/multiz, -/obj/structure/sign/warning/electric_shock/directional/west, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/central/greater) "llz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/item/storage/belt/utility/atmostech, @@ -32470,13 +32512,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"lml" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) "lms" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 @@ -32616,13 +32651,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"lov" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/starboard/lesser) "low" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -32720,6 +32748,13 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) +"lqB" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "lqD" = ( /obj/modular_map_root/tramstation{ key = "maintenance_engine_east" @@ -32792,6 +32827,16 @@ }, /turf/open/floor/iron, /area/station/engineering/break_room) +"lrF" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/obj/structure/sign/warning/vacuum/external/directional/north, +/turf/open/floor/plating, +/area/station/hallway/secondary/exit/departure_lounge) "lrG" = ( /obj/effect/turf_decal/sand/plating, /obj/item/flashlight/flare, @@ -32910,6 +32955,15 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) +"lsZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/structure/sign/warning/secure_area/directional/west, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/security/office) "lta" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /turf/open/floor/engine, @@ -33191,6 +33245,16 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/catwalk_floor, /area/station/maintenance/solars/port/aft) +"lxG" = ( +/obj/structure/sign/warning/no_smoking{ + pixel_x = -28 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/computer/atmos_control/nocontrol/incinerator{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "lxM" = ( /obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ dir = 4 @@ -33288,13 +33352,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/tram/left) -"lyK" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "lyR" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 10 @@ -33361,16 +33418,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/commons/fitness) -"lAc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/structure/sign/departments/cargo/directional/west, -/turf/open/floor/iron/white, -/area/station/science/research) "lAz" = ( /obj/machinery/light/dim/directional/south, /obj/machinery/camera/directional/south{ @@ -33386,14 +33433,6 @@ /obj/structure/chair/stool/bar/directional/west, /turf/open/floor/iron, /area/station/security/prison) -"lAO" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "lAQ" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible, /obj/structure/disposalpipe/segment, @@ -33533,6 +33572,16 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"lDr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "cmoshutter"; + name = "CMO Office Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/cmo) "lDt" = ( /obj/structure/sign/departments/medbay/alt, /turf/closed/wall, @@ -33561,10 +33610,6 @@ /obj/machinery/ticket_machine/directional/north, /turf/open/floor/iron, /area/station/command/heads_quarters/hop) -"lEp" = ( -/obj/machinery/vending/wardrobe/atmos_wardrobe, -/turf/open/floor/iron, -/area/station/engineering/atmos) "lEE" = ( /obj/machinery/power/solar_control{ dir = 8; @@ -33629,12 +33674,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"lFM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "lFW" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -33666,6 +33705,15 @@ /obj/structure/cable/multilayer/connected, /turf/open/floor/engine, /area/station/engineering/supermatter) +"lGh" = ( +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, +/turf/open/floor/iron, +/area/station/engineering/atmos) "lGl" = ( /obj/structure/cable, /obj/structure/sink/directional/south, @@ -33722,6 +33770,20 @@ }, /turf/open/floor/iron/grimy, /area/station/ai_monitored/turret_protected/aisat/foyer) +"lHi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"lHl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/secure_area/directional/south{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM" + }, +/turf/open/floor/plating, +/area/station/science/server) "lHz" = ( /obj/structure/chair/pew, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -33729,12 +33791,6 @@ dir = 4 }, /area/station/service/chapel) -"lHD" = ( -/obj/machinery/power/smes, -/obj/structure/sign/warning/electric_shock/directional/west, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/solars/starboard) "lHH" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning{ @@ -33750,6 +33806,12 @@ /obj/item/wheelchair/gold, /turf/open/misc/asteroid/airless, /area/mine/explored) +"lIh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "lIs" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/white, @@ -33760,6 +33822,9 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) +"lJh" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/qm) "lJn" = ( /obj/structure/chair/stool/directional/west, /obj/effect/landmark/start/scientist, @@ -33775,17 +33840,6 @@ /obj/effect/spawner/random/trash/garbage, /turf/open/floor/catwalk_floor, /area/station/maintenance/starboard/lesser) -"lJu" = ( -/obj/structure/sign/warning/vacuum/external/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 - }, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/processing) "lJv" = ( /obj/structure/table, /obj/machinery/light/small/directional/east, @@ -33884,6 +33938,19 @@ }, /turf/open/floor/iron, /area/station/maintenance/tram/mid) +"lKn" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "N2 to Pure" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "lKo" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/effect/turf_decal/siding/white/corner, @@ -34037,6 +34104,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) +"lNs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "lNJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, @@ -34095,14 +34169,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/medical/virology) -"lOK" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/sign/warning/biohazard/directional/west, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/catwalk_floor, -/area/station/command/gateway) "lOM" = ( /obj/structure/table, /obj/item/storage/box/tail_pin, @@ -34237,6 +34303,22 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"lQH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/sorting/mail{ + name = "sorting disposal pipe (Experimentor Lab)"; + sortType = 24 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) "lQM" = ( /turf/closed/wall/r_wall, /area/station/maintenance/port/central) @@ -34315,6 +34397,15 @@ dir = 4 }, /area/station/service/theater) +"lSE" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/electrolyzer, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "lSG" = ( /obj/machinery/status_display/ai/directional/east, /obj/structure/chair/office{ @@ -34330,6 +34421,15 @@ /obj/effect/landmark/start/lawyer, /turf/open/floor/wood, /area/station/service/lawoffice) +"lST" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) "lSV" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 8 @@ -34365,6 +34465,18 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/starboard/central) +"lTL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/smartfridge/organ, +/obj/structure/sign/warning/cold_temp/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/freezer, +/area/station/medical/coldroom) "lTP" = ( /obj/structure/stairs/south, /turf/open/floor/iron/stairs/medium{ @@ -34554,10 +34666,6 @@ /obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2, /turf/open/floor/iron/dark, /area/station/medical/treatment_center) -"lXH" = ( -/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) "lXR" = ( /obj/machinery/door/airlock/command/glass{ name = "Control Room" @@ -34567,6 +34675,13 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, /turf/open/floor/iron, /area/station/tcommsat/computer) +"lXU" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos) "lYb" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -34577,6 +34692,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) +"lYf" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters/window{ + dir = 4; + id = "gatewayshutters"; + name = "Gateway Chamber Shutters" + }, +/obj/machinery/button/door/directional/south{ + id = "gatewayshutters"; + name = "Gateway Shutters"; + req_access = list("command") + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/command/gateway) "lYo" = ( /obj/structure/fluff/tram_rail/floor, /turf/open/floor/glass/reinforced, @@ -34596,19 +34729,6 @@ }, /turf/open/floor/iron, /area/station/cargo/office) -"lYB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/research{ - name = "Circuit Laboratory" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/science/research, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/iron, -/area/station/maintenance/starboard/lesser) "lYK" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 9 @@ -34887,16 +35007,6 @@ /obj/effect/landmark/carpspawn, /turf/open/space/openspace, /area/space) -"mei" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "mes" = ( /obj/effect/turf_decal/stripes/corner, /obj/effect/turf_decal/stripes/corner{ @@ -34914,10 +35024,6 @@ /obj/item/radio/intercom/prison/directional/east, /turf/open/floor/iron/cafeteria, /area/station/security/prison) -"meC" = ( -/obj/item/stack/sheet/glass/fifty, -/turf/closed/mineral/random/stationside/asteroid/porus, -/area/mine/explored) "meD" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -35157,6 +35263,19 @@ }, /turf/open/floor/iron/dark, /area/station/medical/virology) +"mip" = ( +/obj/machinery/computer/atmos_control/carbon_tank{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "miE" = ( /obj/effect/turf_decal/siding/thinplating/dark, /obj/structure/chair{ @@ -35209,21 +35328,6 @@ }, /turf/open/floor/iron/white, /area/station/service/kitchen) -"mjm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "mjt" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance" @@ -35248,6 +35352,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/processing) +"mki" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "mkl" = ( /obj/structure/table, /obj/item/stack/package_wrap, @@ -35425,6 +35541,13 @@ }, /turf/open/floor/iron, /area/station/ai_monitored/security/armory) +"mlX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos) "mlY" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/disposalpipe/segment{ @@ -35492,14 +35615,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood/tile, /area/station/service/chapel/office) -"mmR" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "mechbay"; - name = "Mech Bay" - }, -/turf/open/floor/plating, -/area/station/science/robotics/mechbay) "mnv" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/components/unary/passive_vent{ @@ -35649,6 +35764,17 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/hallway/secondary/construction/engineering) +"mpr" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "mpw" = ( /obj/machinery/hydroponics/soil, /turf/open/floor/grass, @@ -35842,18 +35968,6 @@ /obj/machinery/status_display/evac/directional/south, /turf/open/floor/carpet, /area/station/medical/psychology) -"msV" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 10 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/sign/warning/deathsposal/directional/south, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark, -/area/station/medical/virology) "mtw" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -35951,15 +36065,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"mva" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/vacuum/directional/south, -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/center) "mve" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -36006,6 +36111,16 @@ }, /turf/open/floor/iron, /area/station/science/robotics/lab) +"mvx" = ( +/obj/machinery/computer/atmos_control/oxygen_tank{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "mvy" = ( /obj/machinery/rnd/production/circuit_imprinter, /obj/effect/turf_decal/trimline/yellow/filled/end{ @@ -36207,6 +36322,24 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/station/commons/storage/primary) +"myW" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, +/turf/open/floor/iron, +/area/station/engineering/atmos) "mzg" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 @@ -36245,6 +36378,16 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/commons/fitness) +"mzw" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "mzH" = ( /obj/machinery/suit_storage_unit/security, /obj/machinery/light/directional/south, @@ -36266,6 +36409,13 @@ dir = 5 }, /area/station/command/heads_quarters/rd) +"mzY" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/machinery/space_heater, +/turf/open/floor/iron, +/area/station/engineering/atmos) "mAb" = ( /obj/effect/spawner/random/entertainment/arcade{ dir = 4 @@ -36335,12 +36485,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/tram/left) -"mAx" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/iron, -/area/station/engineering/atmos) "mAA" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -36458,6 +36602,19 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/exit) +"mBP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, +/turf/open/floor/iron, +/area/station/engineering/atmos) "mBV" = ( /obj/structure/rack, /obj/item/reagent_containers/glass/bottle/mercury{ @@ -36490,6 +36647,26 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron/smooth, /area/station/maintenance/department/security) +"mCk" = ( +/obj/structure/table/wood, +/obj/item/pai_card, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/wood/large, +/area/station/service/library) +"mCK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "mCQ" = ( /obj/structure/urinal/directional/north, /obj/effect/landmark/start/assistant, @@ -36518,6 +36695,17 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) +"mDr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Pure to Mix" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "mDt" = ( /obj/structure/railing{ dir = 8 @@ -36759,6 +36947,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/prison) +"mGH" = ( +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/engineering/atmos) "mGN" = ( /obj/effect/turf_decal/siding/thinplating/end, /obj/machinery/button/door{ @@ -36809,6 +37005,15 @@ }, /turf/open/floor/wood/tile, /area/station/service/chapel) +"mGZ" = ( +/obj/structure/sign/warning/vacuum/directional/south, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/right) "mHc" = ( /turf/open/floor/iron/checker, /area/station/commons/lounge) @@ -36827,13 +37032,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/tram/right) -"mHw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "mHA" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -36964,14 +37162,6 @@ /obj/effect/mapping_helpers/airlock/access/all/science/xenobio, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"mKx" = ( -/obj/structure/cable/multilayer/multiz, -/obj/structure/sign/warning/electric_shock/directional/west, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/department/security) "mKL" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -37101,6 +37291,10 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/medical) +"mMq" = ( +/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) "mMr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -37119,6 +37313,14 @@ /obj/effect/landmark/start/chaplain, /turf/open/floor/iron/dark, /area/station/service/chapel) +"mMD" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/sign/warning/biohazard/directional/east, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/catwalk_floor, +/area/station/command/gateway) "mMG" = ( /obj/structure/table/reinforced, /obj/machinery/light/dim/directional/east, @@ -37131,6 +37333,17 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/central) +"mMU" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/structure/sign/departments/medbay/alt/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/security/medical) "mMY" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -37212,14 +37425,6 @@ /obj/machinery/photocopier, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) -"mNZ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, -/turf/open/floor/iron, -/area/station/engineering/atmos) "mOi" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -37244,6 +37449,12 @@ }, /turf/open/floor/iron, /area/station/commons/storage/primary) +"mOK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/break_room) "mOP" = ( /obj/machinery/door/airlock/security/glass{ id_tag = "prisondorm"; @@ -37377,6 +37588,12 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, /area/station/commons/dorms) +"mQW" = ( +/obj/structure/table, +/obj/item/storage/box/matches, +/obj/item/storage/fancy/cigarettes, +/turf/open/floor/iron, +/area/station/maintenance/starboard/lesser) "mRf" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/decal/cleanable/dirt, @@ -37385,11 +37602,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/tram/right) -"mRs" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/iron, -/area/station/engineering/atmos) "mRy" = ( /obj/machinery/keycard_auth{ pixel_y = -24 @@ -37411,6 +37623,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/service/chapel/office) +"mRI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "mRV" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -37588,6 +37806,16 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/xenobiology) +"mVe" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/item/computer_hardware/hard_drive/portable/quartermaster, +/obj/item/computer_hardware/hard_drive/portable/quartermaster, +/obj/item/clipboard, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "mVg" = ( /obj/structure/closet/secure_closet/engineering_welding, /obj/effect/turf_decal/bot{ @@ -37663,6 +37891,16 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/iron, /area/station/engineering/supermatter/room) +"mWJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "mWK" = ( /obj/structure/chair/stool/directional/south, /obj/effect/landmark/start/hangover, @@ -37715,15 +37953,6 @@ /obj/effect/turf_decal/weather/snow, /turf/open/floor/iron/kitchen_coldroom, /area/station/service/kitchen/coldroom) -"mXu" = ( -/obj/structure/sign/warning/vacuum/directional/south, -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/center) "mXD" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/siding/thinplating/dark, @@ -37821,13 +38050,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"mZc" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "mZl" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 @@ -37917,13 +38139,6 @@ "naB" = ( /turf/open/openspace, /area/station/service/kitchen) -"naD" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix to Distro" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "naG" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/stripes/asteroid/corner, @@ -37937,6 +38152,11 @@ /obj/structure/cable, /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) +"nba" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos) "nbf" = ( /obj/machinery/light/small/directional/east, /turf/open/misc/asteroid, @@ -37975,15 +38195,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/lower) -"nbz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/mime, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/station/service/theater) "nbS" = ( /obj/structure/industrial_lift/tram{ icon_state = "plating" @@ -38187,6 +38398,23 @@ }, /turf/open/floor/iron, /area/station/ai_monitored/command/storage/eva) +"neY" = ( +/obj/structure/rack, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/bottle/fluorine{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/bottle/iodine{ + pixel_x = 1 + }, +/obj/structure/sign/warning/chem_diamond/directional/south, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark/textured_edge, +/area/station/medical/medbay/central) "nfc" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -38244,16 +38472,16 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/maintenance/disposal/incinerator) -"ngl" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 10 - }, -/turf/open/space/basic, -/area/space/nearstation) "ngp" = ( /turf/closed/wall, /area/station/tcommsat/computer) +"ngB" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 5 + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos) "ngQ" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -38298,19 +38526,12 @@ "nhm" = ( /turf/closed/wall, /area/station/security/prison/shower) -"nhr" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Incinerator"; - dir = 9; - network = list("ss13","engineering") - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +"nhn" = ( +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 4 }, -/obj/item/radio/intercom/directional/north, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) +/area/station/engineering/atmos) "nhQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -38327,6 +38548,10 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron, /area/station/tcommsat/computer) +"nid" = ( +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "nis" = ( /obj/effect/turf_decal/arrows/white{ dir = 8 @@ -38484,14 +38709,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/prison/work) -"nkt" = ( -/obj/structure/closet/secure_closet/quartermaster, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "nkG" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -38646,15 +38863,20 @@ "nmA" = ( /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai_upload) -"nmP" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "nmY" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/hallway/secondary/entry) +"nnq" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "nns" = ( /obj/machinery/computer/operating{ dir = 1; @@ -38844,10 +39066,27 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/service/kitchen) +"nqZ" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix Outlet Pump" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "nra" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/engine/vacuum, /area/station/engineering/atmos) +"nrj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos) "nrn" = ( /obj/structure/closet/emcloset, /obj/effect/landmark/start/hangover/closet, @@ -38859,14 +39098,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"nrF" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "nrQ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -38936,12 +39167,15 @@ /obj/structure/cable, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/aisat_interior) -"nti" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"ntk" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "evashutter"; + name = "E.V.A. Storage Shutter" }, -/turf/open/floor/iron, -/area/station/engineering/atmos) +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/station/ai_monitored/command/storage/eva) "nto" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -39073,13 +39307,6 @@ }, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"nvA" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "nwd" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 @@ -39410,6 +39637,10 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"nCb" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "nCe" = ( /turf/open/floor/iron, /area/station/security/courtroom) @@ -39542,6 +39773,14 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics/garden) +"nEJ" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/structure/sign/departments/medbay/alt/directional/north, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/security/medical) "nEU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -39552,27 +39791,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor, /area/station/maintenance/department/crew_quarters/dorms) -"nFA" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/warning/secure_area/directional/north{ - name = "HIGH SECURITY STORAGE" - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) -"nFD" = ( -/obj/structure/closet/emcloset{ - anchored = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small/directional/west, -/obj/structure/sign/warning/vacuum/external/directional/north, -/turf/open/floor/plating, -/area/station/ai_monitored/turret_protected/aisat/foyer) "nFL" = ( /obj/machinery/suit_storage_unit/atmos, /obj/effect/turf_decal/stripes/line{ @@ -39592,6 +39810,13 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) +"nFQ" = ( +/obj/structure/sign/warning/pods/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/cut, +/obj/item/wirecutters, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) "nGh" = ( /obj/structure/chair{ dir = 1 @@ -39668,16 +39893,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"nHX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, -/turf/open/floor/iron, -/area/station/engineering/atmos) "nHY" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -39873,16 +40088,6 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"nNa" = ( -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, -/turf/open/floor/iron/dark, -/area/station/engineering/storage/tech) "nNc" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -39947,13 +40152,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) -"nNQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) "nNV" = ( /obj/machinery/door/airlock/maintenance_hatch, /obj/effect/decal/cleanable/dirt, @@ -39961,15 +40159,6 @@ /obj/effect/mapping_helpers/airlock/unres, /turf/open/floor/catwalk_floor, /area/station/maintenance/port/central) -"nNY" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "nOq" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron, @@ -39992,13 +40181,6 @@ }, /turf/open/floor/iron, /area/station/security/processing) -"nOX" = ( -/obj/structure/sign/warning/vacuum/directional/north, -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/left) "nPe" = ( /turf/open/floor/carpet, /area/station/medical/psychology) @@ -40022,18 +40204,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) -"nPM" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "nPN" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/turf_decal/bot{ @@ -40050,12 +40220,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/tram/left) -"nQe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "nQr" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 @@ -40405,6 +40569,29 @@ "nWZ" = ( /turf/open/floor/plating, /area/space) +"nXm" = ( +/obj/machinery/door/airlock/research{ + name = "Research and Development Lab" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rndlab1"; + name = "Research and Development Shutter" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/iron/white, +/area/station/science/lab) "nXp" = ( /obj/structure/floodlight_frame, /turf/open/misc/asteroid, @@ -40458,12 +40645,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/gravity_generator) -"nYX" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/station/engineering/break_room) "nYY" = ( /obj/structure/table/glass, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -40524,22 +40705,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"oaj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/sorting/mail{ - name = "sorting disposal pipe (Experimentor Lab)"; - sortType = 24 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/science/lower) "oam" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -40569,13 +40734,25 @@ }, /turf/open/floor/iron/checker, /area/station/commons/lounge) -"oaX" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 +"oaZ" = ( +/obj/structure/table, +/obj/item/computer_hardware/hard_drive/portable{ + pixel_x = -4; + pixel_y = -3 }, -/turf/open/space/basic, -/area/space/nearstation) +/obj/item/computer_hardware/hard_drive/portable{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/item/computer_hardware/hard_drive/portable/ordnance{ + pixel_x = 4; + pixel_y = -2 + }, +/turf/open/floor/iron/white, +/area/station/science/ordnance/office) "oby" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -40698,11 +40875,25 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"ocK" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/sign/warning/secure_area/directional/south, +"ocL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/corner{ + dir = 1 + }, +/obj/structure/sign/departments/cargo/directional/north, /turf/open/floor/iron, -/area/station/tcommsat/computer) +/area/station/hallway/primary/tram/right) +"ocN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rndlab1"; + name = "Research and Development Shutter" + }, +/turf/open/floor/plating, +/area/station/science/lab) "ocS" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning, @@ -41033,15 +41224,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/service) -"oiQ" = ( -/obj/structure/cable/multilayer/multiz, -/obj/structure/sign/warning/electric_shock/directional/east, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/tram/left) "ojf" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/firecloset, @@ -41231,10 +41413,6 @@ "omm" = ( /turf/closed/wall, /area/station/maintenance/department/security) -"omu" = ( -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "omx" = ( /obj/structure/rack, /obj/item/latexballon, @@ -41255,6 +41433,14 @@ /obj/machinery/portable_atmospherics/canister, /turf/open/floor/iron/dark, /area/station/science/xenobiology) +"omR" = ( +/obj/structure/sign/warning/vacuum/external/directional/south, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "omS" = ( /obj/machinery/disposal/bin, /obj/machinery/airalarm/directional/east, @@ -41271,6 +41457,21 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/station/commons/dorms) +"onD" = ( +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) +"onK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "onW" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 4 @@ -41360,17 +41561,23 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/pharmacy) +"opS" = ( +/obj/machinery/computer/cargo{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/status_display/supply{ + pixel_x = -32 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "oqc" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/security/medical) -"oqh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "oqi" = ( /obj/machinery/airalarm/directional/west, /turf/open/floor/circuit, @@ -41513,24 +41720,6 @@ }, /turf/open/floor/iron, /area/station/command/gateway) -"osZ" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters/window{ - dir = 4; - id = "gatewayshutters"; - name = "Gateway Chamber Shutters" - }, -/obj/machinery/button/door/directional/south{ - id = "gatewayshutters"; - name = "Gateway Shutters"; - req_access = list("command") - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/command/gateway) "otf" = ( /obj/structure/chair, /obj/effect/turf_decal/trimline/neutral/filled/line, @@ -41622,6 +41811,22 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/plating/airless, /area/mine/explored) +"ovg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "O2 Outlet Pump" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "ovj" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -41666,12 +41871,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/station/security/processing) -"owZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) "oxg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -41719,6 +41918,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor, /area/station/maintenance/department/crew_quarters/dorms) +"oyf" = ( +/obj/effect/landmark/start/atmospheric_technician, +/obj/effect/landmark/navigate_destination/incinerator, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "oyg" = ( /obj/machinery/atmospherics/components/unary/thermomachine/freezer{ piping_layer = 2 @@ -41957,6 +42165,29 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) +"oCD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"oCH" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "N2O Outlet Pump" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "oCO" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -42086,11 +42317,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) -"oFH" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/turf/open/space/basic, -/area/space/nearstation) "oFJ" = ( /obj/machinery/door/airlock/hatch{ name = "MiniSat Telecomms Relay Access" @@ -42173,11 +42399,6 @@ "oGJ" = ( /turf/closed/mineral/random/stationside/asteroid/porus, /area/station/medical/chemistry) -"oGK" = ( -/obj/machinery/meter/monitored/distro_loop, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "oGQ" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 @@ -42201,6 +42422,19 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron/freezer, /area/station/commons/toilet) +"oHm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/machinery/light/directional/south, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/pipedispenser/disposal, +/turf/open/floor/iron, +/area/station/engineering/break_room) "oHn" = ( /obj/effect/turf_decal/stripes{ dir = 4 @@ -42325,6 +42559,12 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/construction/engineering) +"oJk" = ( +/obj/structure/sign/warning/vacuum/external/directional/west, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "oJu" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/table/glass, @@ -42411,18 +42651,6 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/virology, /turf/open/floor/iron/white, /area/station/medical/virology) -"oLo" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/structure/sign/warning/docking/directional/north{ - desc = "A warning sign which reads 'KEEP CLEAR OF TRAM DOCKING AREA'."; - name = "KEEP CLEAR: TRAM DOCKING AREA sign" - }, -/turf/open/floor/iron, -/area/station/maintenance/tram/left) "oLs" = ( /obj/effect/turf_decal/trimline/purple/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -42440,13 +42668,6 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/vault, /turf/open/floor/plating, /area/station/command/bridge) -"oLv" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/space_heater, -/turf/open/floor/iron, -/area/station/engineering/atmos) "oLX" = ( /obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 @@ -42607,21 +42828,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /turf/open/floor/engine, /area/station/science/xenobiology) -"oOE" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/supply/qm, -/obj/machinery/door/airlock/command/glass{ - name = "Quartermaster's Office" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "oOF" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/corner{ @@ -42660,6 +42866,13 @@ "oOK" = ( /turf/closed/mineral/random/stationside/asteroid/porus, /area/station/maintenance/starboard/greater) +"oOP" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "oOR" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -42838,6 +43051,21 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"oSO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Incinerator ACcess"; + dir = 9; + network = list("ss13","engineering") + }, +/obj/machinery/atmospherics/components/unary/bluespace_sender{ + dir = 4; + initialize_directions = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "oSR" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/light/directional/south, @@ -42908,15 +43136,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/lower) -"oTq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "kanyewest"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/station/security/detectives_office) "oTt" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -42951,6 +43170,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark/smooth_large, /area/station/service/chapel/monastery) +"oTH" = ( +/obj/structure/closet/emcloset{ + anchored = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/west, +/obj/structure/sign/warning/vacuum/external/directional/north, +/turf/open/floor/plating, +/area/station/ai_monitored/turret_protected/aisat/foyer) "oTJ" = ( /obj/structure/railing{ dir = 4 @@ -42969,15 +43197,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"oTO" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "oTT" = ( /obj/structure/stairs/west, /turf/open/floor/iron/stairs/left{ @@ -43023,16 +43242,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, /turf/open/floor/engine, /area/station/science/ordnance/burnchamber) -"oUP" = ( -/obj/effect/turf_decal/siding/wideplating/dark{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/iron/dark, -/area/station/command/bridge) "oUY" = ( /obj/machinery/door/airlock/maintenance_hatch, /obj/structure/disposalpipe/segment{ @@ -43160,12 +43369,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/commons/vacant_room/office) -"oXh" = ( -/obj/item/kirbyplants/random, -/obj/structure/sign/warning/fire/directional/north, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/station/science/ordnance/storage) "oXi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/trimline/purple/filled/corner{ @@ -43241,19 +43444,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/dark, /area/station/command/bridge) -"oZh" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_atmos{ - pixel_x = 40; - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/open/floor/engine, -/area/station/maintenance/disposal/incinerator) "oZm" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -43306,13 +43496,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/tram/right) -"oZW" = ( -/obj/structure/cable/multilayer/multiz, -/obj/structure/sign/warning/electric_shock/directional/north, -/obj/effect/turf_decal/stripes/end, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "oZZ" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 @@ -43396,6 +43579,13 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/checker, /area/station/commons/lounge) +"paW" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/structure/sign/departments/aisat/directional/south, +/turf/open/floor/iron, +/area/station/engineering/transit_tube) "pbe" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -43546,6 +43736,13 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) +"pdl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 5 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) "pdn" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 6 @@ -43603,6 +43800,12 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/hallway/primary/tram/right) +"peM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/supply/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) "peP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/cafeteria, @@ -43676,19 +43879,10 @@ /obj/structure/table, /turf/open/floor/iron/dark, /area/station/service/chapel/monastery) -"pgK" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "pgL" = ( -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 4 +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to Engine" }, /obj/structure/cable, /turf/open/floor/iron, @@ -43764,20 +43958,6 @@ /obj/structure/cable, /turf/open/floor/iron/smooth, /area/station/maintenance/department/medical) -"pis" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "piG" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/grille, @@ -43927,18 +44107,6 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"pkJ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/sign/warning/electric_shock/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/station/science/xenobiology) "pkL" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 @@ -43955,12 +44123,6 @@ /obj/effect/landmark/navigate_destination/med, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"plE" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "plI" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -43989,17 +44151,6 @@ /obj/machinery/duct, /turf/open/floor/catwalk_floor, /area/station/maintenance/department/medical) -"pmc" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "pmn" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -44271,19 +44422,6 @@ /obj/structure/grille, /turf/open/floor/plating, /area/station/science/breakroom) -"ppX" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "pqb" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -44630,6 +44768,13 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/pharmacy) +"pvG" = ( +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "pvL" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -44637,6 +44782,29 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) +"pvO" = ( +/obj/machinery/door/airlock/research{ + name = "Cytology Access" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "cytologylockdown"; + name = "Cytology Lockdown" + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/turf/open/floor/iron/white, +/area/station/science/cytology) "pvX" = ( /obj/machinery/door/airlock/external{ name = "External Access" @@ -44815,6 +44983,16 @@ /obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) +"pyg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, +/turf/open/floor/iron, +/area/station/engineering/atmos) "pym" = ( /obj/structure/chair{ dir = 4 @@ -44982,16 +45160,6 @@ /obj/effect/turf_decal/siding/thinplating/end, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"pAD" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Mix to Filter" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "pAH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/neutral/filled/line, @@ -45101,6 +45269,11 @@ }, /turf/open/floor/iron, /area/station/commons/storage/primary) +"pCO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos) "pCU" = ( /obj/structure/table, /obj/machinery/recharger, @@ -45110,6 +45283,10 @@ /obj/machinery/airalarm/directional/east, /turf/open/floor/iron, /area/station/security/office) +"pCV" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) "pCY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -45132,6 +45309,20 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/iron/white, /area/station/science/ordnance/office) +"pDy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"pDB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) "pDT" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 9 @@ -45139,6 +45330,29 @@ /obj/structure/lattice, /turf/open/space/basic, /area/mine/explored) +"pDV" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) +"pDW" = ( +/obj/structure/sign/warning/radiation/rad_area/directional/north{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) "pEe" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -45225,6 +45439,13 @@ /obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"pFR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, +/turf/open/floor/iron, +/area/station/engineering/atmos) "pFV" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -45282,6 +45503,16 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/dark, /area/station/science/genetics) +"pHp" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id = "winkyface"; + name = "External Dock Access" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) "pHq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment, @@ -45375,29 +45606,6 @@ }, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) -"pJF" = ( -/obj/machinery/door/airlock/research{ - name = "Research and Development Lab" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/turf/open/floor/iron/white, -/area/station/science/lab) "pJG" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -45584,13 +45792,6 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron, /area/station/commons/fitness) -"pNk" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) "pNv" = ( /obj/machinery/light/small/directional/east, /obj/effect/decal/cleanable/dirt, @@ -45628,11 +45829,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) -"pNF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos) "pNI" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -45705,6 +45901,15 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor, /area/station/hallway/primary/tram/right) +"pOM" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) "pOU" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/event_spawn, @@ -45875,6 +46080,17 @@ /obj/item/clothing/gloves/color/yellow/heavy, /turf/open/floor/iron/white, /area/station/medical/chemistry) +"pSw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/obj/structure/sign/departments/holy/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "pSL" = ( /obj/machinery/duct, /obj/structure/disposalpipe/segment, @@ -46067,6 +46283,16 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron, /area/station/service/hydroponics/garden) +"pWe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "pWm" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -46143,6 +46369,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"pXc" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/structure/sign/departments/psychology/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay/central) "pXh" = ( /obj/machinery/computer/secure_data{ dir = 4 @@ -46251,6 +46484,19 @@ }, /turf/open/floor/wood, /area/station/service/lawoffice) +"pYy" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_atmos{ + pixel_x = 40; + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) "pYC" = ( /obj/machinery/duct, /obj/machinery/door/airlock/maintenance_hatch{ @@ -46287,15 +46533,6 @@ /obj/machinery/status_display/ai/directional/east, /turf/open/floor/circuit, /area/station/ai_monitored/turret_protected/ai_upload) -"pZp" = ( -/obj/structure/cable/multilayer/multiz, -/obj/structure/sign/warning/electric_shock/directional/east, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/hallway/primary/tram/left) "pZr" = ( /mob/living/simple_animal/mouse/brown/tom, /turf/open/misc/asteroid, @@ -46432,6 +46669,20 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) +"qbZ" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/reagent_containers/food/drinks/bottle/whiskey, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) "qca" = ( /obj/effect/spawner/random/trash/food_packaging, /obj/effect/decal/cleanable/dirt, @@ -46494,6 +46745,16 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/tcommsat/computer) +"qdb" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/obj/item/storage/bag/ore, +/obj/item/shovel, +/obj/item/clothing/glasses/meson, +/obj/item/stack/marker_beacon/ten, +/obj/item/clothing/gloves/color/yellow/heavy, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "qdj" = ( /turf/closed/wall/r_wall, /area/station/science/breakroom) @@ -46520,6 +46781,13 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/white, /area/station/security/medical) +"qdt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) "qdK" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -46552,6 +46820,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"qdX" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "qdY" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 10 @@ -46782,17 +47056,13 @@ /obj/effect/mapping_helpers/airlock/access/all/command/general, /turf/open/floor/iron/dark, /area/station/command/bridge) -"qho" = ( -/obj/effect/turf_decal/stripes, -/obj/effect/turf_decal/stripes{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/sign/warning/test_chamber/directional/south, -/turf/open/floor/iron, -/area/station/science/ordnance/testlab) +"qhp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/vacuum/directional/north, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/center) "qhC" = ( /obj/machinery/duct, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -46909,6 +47179,14 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/captain) +"qiS" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "teledoor"; + name = "MiniSat Teleport Access" + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat/foyer) "qje" = ( /obj/machinery/door/airlock/research/glass/incinerator/ordmix_exterior{ name = "Burn Chamber Exterior Airlock" @@ -46963,13 +47241,6 @@ /obj/item/plant_analyzer, /turf/open/floor/iron/dark, /area/station/security/prison/garden) -"qjJ" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/obj/structure/closet/secure_closet/atmospherics, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "qjU" = ( /turf/closed/wall, /area/station/maintenance/tram/mid) @@ -47108,17 +47379,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) -"qnq" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/sign/departments/chemistry/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 +"qmK" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/sign/warning/no_smoking/directional/north, +/obj/item/experi_scanner{ + pixel_x = 5 + }, +/obj/item/experi_scanner, +/obj/item/experi_scanner{ + pixel_x = -5 }, /turf/open/floor/iron/white, -/area/station/medical/medbay/central) +/area/station/science/research) "qnt" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/machinery/disposal/bin, @@ -47174,14 +47449,6 @@ }, /turf/open/floor/wood/large, /area/station/service/library) -"qpb" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/sign/warning/biohazard/directional/east, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/catwalk_floor, -/area/station/command/gateway) "qpc" = ( /obj/machinery/button/door/directional/west{ id = "private_m"; @@ -47217,15 +47484,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"qpu" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "qpx" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -47317,6 +47575,11 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/smooth, /area/station/hallway/primary/tram/center) +"qqv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/sign/departments/xenobio/directional/south, +/turf/open/floor/iron/white, +/area/station/science/research) "qqx" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -47393,12 +47656,6 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"qsa" = ( -/obj/structure/sign/warning/vacuum/external/directional/west, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "qsh" = ( /obj/machinery/air_sensor/mix_tank, /turf/open/floor/engine/vacuum, @@ -47427,14 +47684,6 @@ /obj/structure/fireaxecabinet/directional/north, /turf/open/floor/iron/dark, /area/station/command/bridge) -"qsM" = ( -/obj/machinery/light/directional/west, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Port Mix to West Ports" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "qsR" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/duct, @@ -47465,6 +47714,13 @@ }, /turf/open/floor/iron/dark, /area/station/science/xenobiology) +"qtz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "qtF" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -47814,14 +48070,6 @@ /obj/machinery/vending/wardrobe/curator_wardrobe, /turf/open/floor/engine/cult, /area/station/service/library) -"qzo" = ( -/obj/structure/sign/warning/vacuum/external/directional/south, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "qzD" = ( /obj/structure/table/reinforced, /obj/item/clothing/suit/utility/radiation, @@ -47923,15 +48171,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) -"qBH" = ( -/obj/structure/sign/warning/vacuum/directional/south, -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/left) "qBQ" = ( /obj/structure/table, /obj/item/flashlight{ @@ -47976,26 +48215,6 @@ /obj/structure/cable, /turf/open/floor/plating/airless, /area/station/solars/starboard) -"qDk" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id = "cargowarehouse" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/cargo/warehouse) -"qDp" = ( -/obj/structure/filingcabinet, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 - }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "qDz" = ( /obj/structure/table, /obj/item/folder/red, @@ -48239,15 +48458,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/maintenance/port/central) -"qGE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "qGX" = ( /obj/machinery/mass_driver/ordnance{ dir = 4 @@ -48278,29 +48488,6 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"qHl" = ( -/obj/machinery/door/airlock/research{ - name = "Cytology Access" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "cytologylockdown"; - name = "Cytology Lockdown" - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, -/turf/open/floor/iron/white, -/area/station/science/cytology) "qHq" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/newscaster/directional/south, @@ -48313,6 +48500,13 @@ "qHs" = ( /turf/closed/wall/r_wall, /area/station/engineering/supermatter/room) +"qHv" = ( +/obj/structure/sign/warning/vacuum/directional/north, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/right) "qHD" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/disposalpipe/segment, @@ -48409,21 +48603,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"qIO" = ( -/obj/machinery/door/airlock/atmos{ - name = "Turbine Access" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/turf/open/floor/iron, -/area/station/engineering/atmos) "qIT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -48547,6 +48726,13 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/iron/grimy, /area/station/hallway/secondary/entry) +"qLm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/sign/warning/engine_safety/directional/west, +/turf/open/floor/iron, +/area/station/engineering/break_room) "qLp" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot{ @@ -48574,10 +48760,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"qLE" = ( -/obj/machinery/atmospherics/pipe/smart/simple/supply/visible, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) "qLG" = ( /obj/structure/table/wood, /obj/machinery/light/warm/directional/east, @@ -48590,6 +48772,16 @@ /obj/effect/turf_decal/siding/thinplating/corner, /turf/open/floor/iron/dark, /area/station/service/hydroponics) +"qLL" = ( +/obj/machinery/computer/atmos_control/plasma_tank{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "qMx" = ( /obj/machinery/door/airlock/external{ name = "Port Docking Bay 3" @@ -48597,6 +48789,16 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating, /area/station/hallway/secondary/entry) +"qMC" = ( +/obj/machinery/computer/atmos_control/air_tank{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "qMR" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/corner{ @@ -48777,14 +48979,6 @@ }, /turf/open/floor/iron, /area/station/commons/fitness) -"qQD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "qQX" = ( /obj/structure/fluff/tram_rail/end{ dir = 1 @@ -48839,6 +49033,15 @@ }, /turf/open/floor/iron, /area/station/maintenance/tram/right) +"qSa" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "commissarydoor"; + name = "Vacant Commissary Shutters" + }, +/turf/open/floor/plating, +/area/station/commons/vacant_room/commissary) "qSc" = ( /obj/structure/disposalpipe/segment, /turf/closed/wall/r_wall, @@ -49151,11 +49354,11 @@ }, /turf/open/floor/wood, /area/station/service/bar/backroom) -"qXA" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) +"qXm" = ( +/obj/structure/sign/warning/vacuum/external/directional/north, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/hallway/secondary/entry) "qXD" = ( /obj/structure/cable, /obj/machinery/firealarm/directional/west, @@ -49167,6 +49370,18 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/station/security/prison/safe) +"qXI" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) +"qXU" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "qXX" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/disposalpipe/segment{ @@ -49225,16 +49440,6 @@ /obj/machinery/status_display/evac/directional/east, /turf/open/floor/iron/dark, /area/station/tcommsat/computer) -"qYU" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock" - }, -/obj/structure/sign/warning/vacuum/external/directional/north, -/turf/open/floor/plating, -/area/station/hallway/secondary/exit/departure_lounge) "qYW" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -49300,11 +49505,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/commons/dorms) -"ram" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/turf/open/space/basic, -/area/space/nearstation) "raw" = ( /obj/machinery/door/airlock/command{ name = "Captain's Quarters" @@ -49332,13 +49532,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/smooth, /area/station/command/gateway) -"raX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/structure/sign/departments/restroom/directional/west, -/turf/open/floor/iron, -/area/station/commons/dorms) "rbj" = ( /obj/structure/chair/office, /obj/effect/turf_decal/trimline/brown/filled/corner, @@ -49528,13 +49721,6 @@ /obj/effect/mapping_helpers/airlock/access/all/security/armory, /turf/open/floor/iron/white, /area/station/security/execution/education) -"rfj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ - dir = 8 - }, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos) "rfk" = ( /obj/machinery/computer/operating, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -49568,16 +49754,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"rfQ" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Unfiltered to Mix" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "rge" = ( /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating/airless, @@ -49663,6 +49839,31 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron, /area/station/security/brig) +"rhn" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/structure/sign/departments/security/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"rhE" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "rhP" = ( /obj/machinery/plate_press, /turf/open/floor/iron, @@ -49710,6 +49911,16 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/white, /area/station/science/cytology) +"rip" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "riu" = ( /obj/effect/turf_decal/trimline/green/filled/line, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -49845,6 +50056,15 @@ /obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, /turf/open/floor/iron, /area/station/maintenance/starboard/central) +"rll" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "rls" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /obj/effect/turf_decal/trimline/neutral/filled/warning, @@ -49880,36 +50100,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"rlD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/sign/warning/vacuum/external/directional/west, -/obj/structure/cable, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) -"rlJ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - name = "Waste to Filter" - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) -"rlU" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "rlX" = ( /obj/machinery/door/airlock{ id_tag = "Toilet4"; @@ -50031,11 +50221,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/cargo/sorting) -"rnY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) "roi" = ( /obj/structure/chair/stool/directional/north, /obj/effect/turf_decal/trimline/dark_green/line{ @@ -50077,6 +50262,15 @@ /obj/item/holosign_creator/robot_seat/bar, /turf/open/floor/wood, /area/station/service/bar/backroom) +"rpx" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/structure/sign/warning/no_smoking/directional/south, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/main) "rpy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, @@ -50117,6 +50311,19 @@ /obj/effect/turf_decal/bot_white, /turf/open/floor/iron/white, /area/station/service/kitchen) +"rqc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/research{ + name = "Circuit Laboratory" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/iron, +/area/station/maintenance/starboard/lesser) "rqi" = ( /obj/structure/table/wood, /obj/structure/window/reinforced{ @@ -50136,6 +50343,12 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"rqu" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + name = "Waste Release" + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) "rqx" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -50215,14 +50428,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/cargo/lobby) -"rrv" = ( -/obj/machinery/atmospherics/pipe/bridge_pipe/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) "rrE" = ( /obj/effect/turf_decal/siding/white{ dir = 1 @@ -50353,17 +50558,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"ruk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/structure/sign/warning/secure_area/directional/east, -/turf/open/floor/iron/white, -/area/station/science/lower) "run" = ( /turf/closed/wall/r_wall, /area/station/security/medical) @@ -50496,6 +50690,14 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/cargo/office) +"rwC" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "rwH" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 @@ -50508,6 +50710,22 @@ }, /turf/open/floor/iron, /area/station/security/prison) +"rwM" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/structure/sign/departments/security/directional/east, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) "rxo" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -50569,6 +50787,17 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) +"rxK" = ( +/obj/effect/turf_decal/stripes, +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/sign/warning/test_chamber/directional/south, +/turf/open/floor/iron, +/area/station/science/ordnance/testlab) "rxO" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, @@ -50631,16 +50860,6 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron/smooth, /area/station/maintenance/department/security) -"ryP" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "ryZ" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/structure/disposalpipe/segment{ @@ -50648,6 +50867,13 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) +"rzI" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix to Distro" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "rzL" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/plating, @@ -50696,7 +50922,9 @@ /turf/open/floor/engine/n2, /area/station/engineering/atmos) "rAg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/violet/visible, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Mix to Port" + }, /turf/open/floor/iron, /area/station/engineering/atmos) "rAl" = ( @@ -50774,18 +51002,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/prison) -"rBe" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/atmospherics, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "rBu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -50857,6 +51073,13 @@ /obj/structure/cable, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) +"rCu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "rCv" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -50864,6 +51087,13 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"rCw" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/structure/closet/secure_closet/atmospherics, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "rCM" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -50925,19 +51155,12 @@ /obj/effect/landmark/start/cargo_technician, /turf/open/floor/iron, /area/station/cargo/storage) -"rDj" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics North"; - dir = 9; - network = list("ss13","engineering") - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/simple/supply/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) +"rDl" = ( +/obj/machinery/power/smes, +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/solars/starboard) "rDn" = ( /obj/machinery/door/airlock/research{ id_tag = "ResearchExt"; @@ -51031,6 +51254,12 @@ "rEG" = ( /turf/open/misc/asteroid, /area/station/maintenance/port/fore) +"rEK" = ( +/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "rEM" = ( /obj/machinery/button/door/directional/west{ id = "private_r"; @@ -51072,11 +51301,6 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"rEZ" = ( -/obj/structure/table, -/obj/item/pai_card, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) "rFv" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -51108,6 +51332,11 @@ }, /turf/open/floor/iron, /area/station/engineering/main) +"rFI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/engineering/atmos) "rFM" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/decal/cleanable/dirt, @@ -51121,15 +51350,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/tram/right) -"rGd" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/electric_shock/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/solars/port/aft) "rGi" = ( /turf/open/floor/iron/dark, /area/station/service/chapel/office) @@ -51165,21 +51385,6 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"rHj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/turf/open/floor/plating, -/area/station/science/lab) -"rHk" = ( -/obj/machinery/atmospherics/pipe/smart/simple/supply/visible{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) "rHq" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 @@ -51221,15 +51426,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/engineering/atmospherics_engine) -"rHW" = ( -/obj/effect/landmark/start/cargo_technician, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - name = "sorting disposal pipe (Disposals)"; - sortType = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/sorting) "rIi" = ( /obj/machinery/door/airlock{ name = "Permabrig Showers" @@ -51418,6 +51614,13 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, /area/station/hallway/secondary/construction/engineering) +"rKK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos/pumproom) "rKT" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -51621,11 +51824,6 @@ /obj/structure/cable, /turf/open/floor/plating/airless, /area/station/solars/port/aft) -"rNi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/engineering/atmos) "rNl" = ( /obj/machinery/stasis{ dir = 4 @@ -51696,21 +51894,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"rNQ" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/item/stack/sheet/iron/fifty, -/obj/item/clothing/glasses/welding, -/obj/item/wrench, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/item/radio/intercom/directional/south, -/obj/item/stack/sheet/glass/fifty, -/turf/open/floor/iron, -/area/station/science/lab) "rOb" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 @@ -51916,15 +52099,6 @@ /obj/effect/mapping_helpers/airlock/access/all/command/captain, /turf/open/floor/iron/white, /area/station/command/heads_quarters/captain/private) -"rRc" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "rRi" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/camera/emp_proof{ @@ -52058,14 +52232,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"rTm" = ( -/obj/structure/sign/warning/vacuum/external/directional/east, -/obj/machinery/computer/security/labor, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/security/processing) "rTI" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/emcloset, @@ -52205,6 +52371,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/cargo/miningdock) +"rVW" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "rWo" = ( /obj/machinery/door/airlock/command/glass{ name = "EVA Storage" @@ -52237,6 +52409,14 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"rWT" = ( +/obj/structure/sign/warning/vacuum/external/directional/east, +/obj/machinery/computer/security/labor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/security/processing) "rWU" = ( /obj/effect/turf_decal/trimline/green/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -52328,6 +52508,17 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/brig) +"rZn" = ( +/obj/structure/sign/warning/vacuum/external/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/processing) "rZx" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -52445,11 +52636,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/station/cargo/miningdock) -"sbb" = ( -/obj/structure/table/wood, -/obj/item/pai_card, -/turf/open/floor/carpet, -/area/station/hallway/secondary/entry) "sbh" = ( /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/engine/air, @@ -52761,14 +52947,13 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white, /area/station/science/lobby) -"sgN" = ( -/obj/machinery/computer/atmos_control/plasma_tank{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +"sgP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, /turf/open/floor/iron, /area/station/engineering/atmos) "sgT" = ( @@ -52870,13 +53055,6 @@ }, /turf/open/floor/carpet, /area/station/commons/dorms) -"sjE" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "ski" = ( /turf/open/floor/carpet, /area/station/hallway/secondary/entry) @@ -52887,6 +53065,14 @@ /obj/structure/cable, /turf/open/floor/catwalk_floor, /area/station/maintenance/starboard/lesser) +"skI" = ( +/obj/structure/fireaxecabinet/directional/west, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "slo" = ( /obj/machinery/computer/security/hos, /obj/machinery/light/directional/north, @@ -52970,16 +53156,6 @@ }, /turf/open/floor/catwalk_floor, /area/station/maintenance/tram/right) -"snC" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "snD" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -53047,6 +53223,14 @@ /obj/structure/window/reinforced/shuttle/tram, /turf/open/openspace, /area/station/hallway/primary/tram/center) +"spl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/secure_area/directional/north{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM" + }, +/turf/open/floor/plating, +/area/station/science/server) "spn" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/iron/dark, @@ -53192,13 +53376,6 @@ /obj/structure/cable/layer3, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"srr" = ( -/obj/structure/sign/warning/radiation/rad_area/directional/north, -/obj/effect/turf_decal/siding/wideplating{ - dir = 10 - }, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/nuke_storage) "srt" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/trash/garbage{ @@ -53236,13 +53413,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/freezer, /area/station/medical/coldroom) -"ssi" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "ssp" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -53257,38 +53427,21 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/station/maintenance/tram/right) -"ssw" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 9 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"std" = ( -/obj/structure/sign/warning/vacuum/external/directional/west, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) "ste" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"sto" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/iron, -/area/station/engineering/atmos) "stt" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, /area/station/hallway/primary/tram/right) +"stz" = ( +/obj/machinery/pdapainter/supply, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) "stB" = ( /obj/machinery/shower/directional/south, /obj/structure/curtain, @@ -53381,6 +53534,10 @@ }, /turf/open/misc/asteroid/airless, /area/mine/explored) +"suM" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/starboard/lesser) "suO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -53500,19 +53657,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"sxj" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 - }, -/obj/machinery/light_switch/directional/north, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "sxk" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron, @@ -53553,11 +53697,6 @@ /obj/machinery/door/airlock/hatch, /turf/open/floor/plating, /area/station/maintenance/tram/mid) -"sxA" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) "sxG" = ( /obj/structure/chair/pew, /turf/open/floor/iron/chapel{ @@ -53653,16 +53792,6 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"szs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "szA" = ( /obj/machinery/light/small/directional/north, /turf/open/floor/engine, @@ -53722,11 +53851,6 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/surgery, /turf/open/floor/iron/white, /area/station/medical/surgery/aft) -"sAE" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/space/basic, -/area/space/nearstation) "sAI" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -53740,15 +53864,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/service/bar) -"sBu" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "robotics2"; - name = "Robotics Lab Shutters" - }, -/turf/open/floor/plating, -/area/station/science/robotics/lab) "sBz" = ( /obj/structure/table/reinforced, /obj/machinery/light/dim/directional/west, @@ -53838,16 +53953,6 @@ "sDo" = ( /turf/closed/wall, /area/station/service/bar) -"sDr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/firealarm/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/starboard/lesser) "sDv" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/rack, @@ -53889,13 +53994,13 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"sEr" = ( -/obj/structure/sign/warning/pods/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/cable_coil/cut, -/obj/item/wirecutters, -/turf/open/floor/iron/smooth, -/area/station/maintenance/starboard/central) +"sEq" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "sEv" = ( /obj/effect/turf_decal/tile{ dir = 1 @@ -53982,29 +54087,10 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"sGK" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail/flip{ - name = "sorting disposal pipe (Quartermaster's Office)"; - sortType = 3 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "sGY" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron/checker, /area/station/commons/lounge) -"sHj" = ( -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/station/engineering/supermatter/room) "sHk" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/ai_upload) @@ -54148,15 +54234,6 @@ /obj/item/dest_tagger, /turf/open/floor/iron, /area/station/cargo/sorting) -"sJY" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 - }, -/obj/structure/sign/warning/no_smoking/directional/south, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/main) "sKb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -54177,15 +54254,6 @@ /obj/effect/turf_decal/tile/blue/fourcorners, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"sKp" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id = "commissarydoor"; - name = "Vacant Commissary Shutters" - }, -/turf/open/floor/plating, -/area/station/commons/vacant_room/commissary) "sKt" = ( /obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, @@ -54209,6 +54277,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/central/greater) +"sKL" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/iron, +/area/station/engineering/atmos) "sKN" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -54297,10 +54373,6 @@ }, /turf/open/floor/iron/white, /area/station/science/research) -"sLO" = ( -/obj/structure/chair/office/light, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "sLR" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -54420,16 +54492,6 @@ /obj/item/pen, /turf/open/floor/iron, /area/station/security/checkpoint) -"sOG" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/meter/monitored/waste_loop, -/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "sOH" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/light/directional/south, @@ -54500,16 +54562,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"sPw" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{ - dir = 8; - initialize_directions = 8 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "sPy" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -54528,13 +54580,6 @@ /obj/effect/mapping_helpers/airlock/access/all/science/general, /turf/open/floor/iron/white, /area/station/science/breakroom) -"sPH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/vacuum/directional/north, -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/center) "sPK" = ( /obj/machinery/computer/exodrone_control_console{ dir = 4 @@ -54601,9 +54646,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"sRp" = ( -/turf/closed/wall/r_wall, -/area/station/engineering/atmos/pumproom) "sRA" = ( /obj/structure/chair/sofa/corp/left, /turf/open/floor/wood/large, @@ -54620,15 +54662,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) -"sRN" = ( -/obj/effect/turf_decal/caution/stand_clear, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id = "cargowarehouse" - }, -/turf/open/floor/plating, -/area/station/cargo/warehouse) "sRR" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 @@ -54749,6 +54782,15 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/brig) +"sTQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "rndlab1"; + name = "Research and Development Shutter" + }, +/turf/open/floor/plating, +/area/station/science/lab) "sTZ" = ( /obj/effect/turf_decal/bot, /obj/structure/janitorialcart, @@ -54762,25 +54804,6 @@ }, /turf/open/floor/iron, /area/station/service/janitor) -"sUb" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/item/pai_card, -/turf/open/floor/iron/white, -/area/station/science/lobby) -"sUd" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - name = "sorting disposal pipe (Atmospherics)"; - sortType = 6 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, -/turf/open/floor/iron, -/area/station/engineering/atmos) "sUm" = ( /obj/machinery/atmospherics/components/binary/valve/digital, /obj/effect/turf_decal/stripes/corner{ @@ -54853,6 +54876,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/tram/right) +"sVt" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "sVy" = ( /obj/structure/window/reinforced, /obj/structure/cable, @@ -55109,6 +55141,31 @@ }, /turf/open/floor/carpet, /area/station/service/chapel) +"sZx" = ( +/obj/machinery/door/airlock/research{ + name = "Research and Development Lab" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "rndlab1"; + name = "Research and Development Shutter" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/science/general, +/turf/open/floor/iron/white, +/area/station/science/lab) "sZD" = ( /obj/structure/table/glass, /obj/machinery/computer/med_data/laptop, @@ -55165,10 +55222,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/medbay/central) -"taw" = ( -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "taB" = ( /obj/structure/railing{ dir = 4 @@ -55352,6 +55405,14 @@ }, /turf/open/floor/iron, /area/station/maintenance/port/central) +"tfc" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "tfk" = ( /obj/machinery/firealarm/directional/north, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -55447,6 +55508,12 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/plating, /area/station/command/bridge) +"thv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "thD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -55465,16 +55532,11 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"tih" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/sign/departments/rndserver/directional/east, -/turf/open/floor/iron/white, -/area/station/science/research) +"tii" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/open/space/basic, +/area/space/nearstation) "tix" = ( /obj/structure/bed{ dir = 4 @@ -55487,17 +55549,6 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/captain/private) -"tiE" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Research Maintnenace" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/turf/open/floor/catwalk_floor, -/area/station/maintenance/starboard/lesser) "tiL" = ( /obj/structure/rack, /obj/item/clothing/shoes/magboots{ @@ -55552,11 +55603,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor, /area/station/maintenance/tram/mid) -"tjJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/qm) "tjS" = ( /obj/machinery/conveyor{ dir = 4; @@ -55769,12 +55815,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"tnj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "tnq" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/carbon_input{ dir = 8 @@ -55887,29 +55927,10 @@ /obj/item/restraints/legcuffs/beartrap, /turf/open/floor/iron, /area/station/service/janitor) -"toq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "tov" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor, /area/station/maintenance/department/medical) -"toC" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/modular_computer/console/preset/id{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "toG" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -55981,6 +56002,12 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/engineering/break_room) +"tpn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/starboard/lesser) "tpr" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -56158,10 +56185,6 @@ /obj/item/exodrone, /turf/open/floor/plating, /area/station/cargo/drone_bay) -"trs" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "trz" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -56305,11 +56328,6 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"tts" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos) "ttw" = ( /obj/structure/table/glass, /obj/item/folder/red{ @@ -56435,6 +56453,21 @@ /obj/effect/spawner/random/maintenance/three, /turf/open/floor/iron/smooth, /area/station/maintenance/department/security) +"tvF" = ( +/obj/machinery/door/airlock/atmos{ + name = "Turbine Access" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/open/floor/iron, +/area/station/engineering/atmos) "tvT" = ( /obj/structure/table/glass, /obj/structure/microscope, @@ -56594,34 +56627,6 @@ /obj/machinery/portable_atmospherics/canister/plasma, /turf/open/floor/engine/plasma, /area/station/engineering/atmos) -"tzR" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/left/directional/south{ - name = "Research Lab Desk"; - req_access = list("science") - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/folder{ - pixel_x = 5 - }, -/obj/structure/desk_bell{ - pixel_x = -7 - }, -/turf/open/floor/iron/white, -/area/station/science/lab) "tzS" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -56649,6 +56654,17 @@ /obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, /area/station/commons/fitness) +"tAz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/structure/sign/warning/secure_area/directional/east, +/turf/open/floor/iron/white, +/area/station/science/lower) "tAC" = ( /obj/structure/railing{ dir = 8 @@ -56661,23 +56677,6 @@ }, /turf/open/floor/glass/reinforced, /area/station/ai_monitored/turret_protected/aisat/hallway) -"tAH" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "tAJ" = ( /obj/machinery/conveyor{ dir = 1; @@ -56907,13 +56906,6 @@ "tDT" = ( /turf/open/openspace, /area/station/commons/fitness/recreation) -"tDW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos) "tEa" = ( /obj/structure/table/wood, /obj/structure/mirror/directional/south, @@ -56923,31 +56915,6 @@ }, /turf/open/floor/iron, /area/station/service/theater) -"tEC" = ( -/obj/machinery/door/airlock/research{ - name = "Research and Development Lab" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/access/all/science/general, -/turf/open/floor/iron/white, -/area/station/science/lab) "tEJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, @@ -57015,16 +56982,6 @@ /obj/effect/turf_decal/stripes, /turf/open/floor/vault, /area/station/hallway/primary/tram/center) -"tGb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "ordnancestorage"; - name = "Ordnance Storage Shutters" - }, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/plating, -/area/station/science/ordnance/office) "tGf" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/trimline/yellow/filled/corner{ @@ -57166,6 +57123,11 @@ /obj/machinery/status_display/evac/directional/south, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"tII" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) "tIJ" = ( /obj/structure/closet/crate, /obj/item/clothing/mask/balaclava, @@ -57212,14 +57174,6 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/station/hallway/secondary/construction/engineering) -"tJD" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "tJE" = ( /obj/structure/closet/secure_closet/bar, /obj/item/stack/spacecash/c10, @@ -57266,6 +57220,28 @@ }, /turf/open/floor/iron, /area/station/security/office) +"tKg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "Privacy Shutter" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/airlock/command{ + name = "Chief Engineer" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, +/turf/open/floor/iron, +/area/station/command/heads_quarters/ce) "tKo" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -57334,6 +57310,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/tram/left) +"tLD" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos) "tLH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment, @@ -57343,6 +57326,13 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/engine/co2, /area/station/engineering/atmos) +"tLO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos) "tLS" = ( /obj/structure/chair/office{ dir = 1 @@ -57363,16 +57353,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/tram/mid) -"tMg" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/sign/warning/chem_diamond/directional/east, -/obj/structure/chair/office/light, -/obj/effect/landmark/start/chemist, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) "tMy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -57396,16 +57376,6 @@ "tMY" = ( /turf/open/floor/iron/stairs/medium, /area/station/cargo/miningdock) -"tNc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/mixer/airmix{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "tNf" = ( /obj/structure/closet/secure_closet/engineering_electrical, /obj/effect/turf_decal/bot{ @@ -57427,15 +57397,6 @@ /obj/machinery/telecomms/message_server/preset, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"tNp" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/electric_shock/directional/west, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/maintenance/starboard/lesser) "tNr" = ( /obj/machinery/door/window/left/directional/north{ dir = 2; @@ -57454,6 +57415,13 @@ /obj/structure/window/reinforced/spawner, /turf/open/floor/grass, /area/station/service/hydroponics) +"tNz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/reagent_dispensers/fueltank/large, +/turf/open/floor/iron, +/area/station/engineering/atmos) "tNQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment, @@ -57481,14 +57449,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmospherics_engine) -"tPf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, -/turf/open/floor/iron, -/area/station/engineering/atmos) "tPw" = ( /obj/effect/turf_decal/siding/thinplating/dark/corner{ dir = 1 @@ -57498,6 +57458,11 @@ }, /turf/open/floor/iron/checker, /area/station/commons/lounge) +"tPz" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos) "tPE" = ( /turf/closed/wall, /area/station/hallway/secondary/entry) @@ -57694,11 +57659,36 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"tSA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"tTe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos) "tTp" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/grille, /turf/open/floor/plating, /area/station/maintenance/starboard/central) +"tTu" = ( +/obj/structure/cable/multilayer/multiz, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/small/directional/south, +/obj/structure/sign/warning/electric_shock/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) "tTw" = ( /obj/machinery/door/airlock{ name = "Unisex Showers" @@ -57708,10 +57698,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"tTC" = ( -/obj/effect/landmark/start/clown, -/turf/open/floor/carpet, -/area/station/service/theater) "tTJ" = ( /obj/structure/railing{ dir = 8 @@ -57730,12 +57716,6 @@ /obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) -"tTW" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "tTZ" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -57876,13 +57856,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/service/chapel/monastery) -"tXs" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Distro to Waste" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "tXz" = ( /turf/closed/wall, /area/station/commons/vacant_room/commissary) @@ -57902,15 +57875,6 @@ /obj/structure/lattice, /turf/open/openspace, /area/station/ai_monitored/turret_protected/aisat/hallway) -"tXV" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/electrolyzer, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "tYe" = ( /obj/structure/table/reinforced, /obj/machinery/keycard_auth/directional/south, @@ -57967,11 +57931,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/engineering/main) -"tZe" = ( -/obj/structure/sign/warning/vacuum/external/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "tZo" = ( /obj/structure/holosign/barrier/atmos, /turf/open/floor/plating, @@ -58140,11 +58099,31 @@ /obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, /area/station/security/prison) +"ubG" = ( +/obj/machinery/computer/atmos_control/mix_tank{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "ubH" = ( /turf/open/floor/iron/chapel{ dir = 6 }, /area/station/service/chapel) +"ubJ" = ( +/obj/machinery/light/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Port Mix to West Ports" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "ubO" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -58275,16 +58254,6 @@ }, /turf/open/misc/asteroid/airless, /area/mine/explored) -"udH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "ordnancestorage"; - name = "Ordnance Storage Shutters" - }, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/plating, -/area/station/science/ordnance/office) "udP" = ( /obj/structure/filingcabinet/chestdrawer, /obj/effect/turf_decal/trimline/red/filled/line, @@ -58293,13 +58262,6 @@ "udQ" = ( /turf/closed/wall, /area/station/cargo/warehouse) -"udT" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) "udZ" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 @@ -58364,16 +58326,17 @@ dir = 4 }, /area/station/service/theater) +"ufE" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) "ufG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/medical/treatment_center) -"ufH" = ( -/obj/structure/table, -/obj/item/storage/box/matches, -/obj/item/storage/fancy/cigarettes, -/turf/open/floor/iron, -/area/station/maintenance/starboard/lesser) "ufK" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -58656,14 +58619,6 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/station/security/checkpoint/escape) -"ukN" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "ukU" = ( /obj/machinery/vending/hydronutrients, /obj/effect/turf_decal/tile/green/fourcorners, @@ -58707,14 +58662,6 @@ /obj/effect/landmark/start/janitor, /turf/open/floor/iron, /area/station/service/janitor) -"ulS" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "ulV" = ( /turf/closed/wall/r_wall, /area/station/engineering/break_room) @@ -58732,13 +58679,6 @@ /obj/structure/sign/warning/docking, /turf/closed/wall, /area/station/hallway/secondary/exit) -"umg" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "umi" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/structure/table, @@ -58748,14 +58688,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/cargo) -"umj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/departments/evac/directional/east{ - pixel_y = -32 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) "uml" = ( /obj/machinery/door/airlock/hatch, /obj/structure/disposalpipe/segment, @@ -58773,6 +58705,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/freezer, /area/station/science/lower) +"umz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/atmos) "umA" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -58837,6 +58778,11 @@ "uno" = ( /turf/closed/wall/r_wall, /area/station/maintenance/radshelter/civil) +"unt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/plating, +/area/station/engineering/atmos) "unE" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 @@ -58872,11 +58818,6 @@ /obj/item/extinguisher, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"uoy" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/turf/open/floor/plating, -/area/station/engineering/atmos/pumproom) "uoD" = ( /obj/machinery/door/poddoor/shutters/radiation/preopen{ id = "engsm"; @@ -58907,6 +58848,16 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/station/engineering/atmos) +"upl" = ( +/obj/machinery/computer/atmos_control/nitrogen_tank{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "upn" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 4 @@ -58943,6 +58894,24 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) +"upN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/sign/warning/chem_diamond/directional/east, +/obj/structure/chair/office/light, +/obj/effect/landmark/start/chemist, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) +"upT" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "upY" = ( /obj/structure/closet/secure_closet/engineering_chief, /obj/structure/window/reinforced{ @@ -59097,6 +59066,14 @@ /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/station/security/prison) +"uso" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/departments/evac/directional/east{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/tram/right) "uss" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -59140,22 +59117,6 @@ }, /turf/open/floor/iron, /area/station/engineering/engine_smes) -"utt" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/structure/sign/departments/security/directional/west, -/turf/open/floor/iron, -/area/station/hallway/secondary/command) "utx" = ( /obj/effect/turf_decal/trimline/brown/filled/corner, /obj/effect/turf_decal/trimline/brown/filled/corner{ @@ -59175,14 +59136,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/tram/right) -"utG" = ( -/obj/structure/fireaxecabinet/directional/west, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "utK" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 @@ -59396,6 +59349,15 @@ /mob/living/simple_animal/bot/secbot/beepsky, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) +"uxd" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/structure/sign/warning/electric_shock/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) "uxk" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -59537,6 +59499,14 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) +"uzi" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/sign/departments/telecomms/directional/south, +/turf/open/floor/iron, +/area/station/engineering/main) "uzk" = ( /obj/machinery/button/door/directional/west{ id = "private_d"; @@ -59590,6 +59560,14 @@ }, /turf/open/floor/iron/freezer, /area/station/security/prison/shower) +"uAr" = ( +/obj/structure/sign/warning/vacuum/external/directional/west, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) "uAu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -59810,6 +59788,16 @@ }, /turf/open/floor/iron/white, /area/station/medical/surgery/aft) +"uEX" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Mix to Filter" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "uFc" = ( /obj/structure/lattice/catwalk, /obj/effect/decal/cleanable/dirt, @@ -59863,11 +59851,6 @@ /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/station/security/prison/garden) -"uFX" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) "uGb" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -59921,6 +59904,13 @@ }, /turf/open/floor/iron/dark, /area/station/medical/storage) +"uHo" = ( +/obj/machinery/meter{ + name = "Mixed Air Tank Out" + }, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) "uHu" = ( /obj/effect/landmark/start/depsec/engineering, /obj/structure/chair/office, @@ -59997,6 +59987,17 @@ /obj/item/canvas/twentythree_twentythree, /turf/open/floor/iron/grimy, /area/station/service/library/lounge) +"uJq" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Plasma Outlet Pump" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "uJx" = ( /obj/structure/table/wood, /obj/structure/window/reinforced{ @@ -60050,19 +60051,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/engineering/storage/tech) -"uKj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/departments/evac/directional/east{ - pixel_y = 32 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/right) "uKt" = ( /obj/structure/bed, /obj/effect/turf_decal/trimline/red/filled/line, @@ -60221,6 +60209,15 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/supply) +"uNd" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/east, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/tram/left) "uNl" = ( /obj/structure/rack, /obj/item/circuitboard/machine/exoscanner{ @@ -60244,19 +60241,6 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"uNI" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 6 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "uNN" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 @@ -60268,19 +60252,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) -"uOg" = ( -/obj/machinery/computer/atmos_control/carbon_tank{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/dark/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "uOj" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -60308,17 +60279,6 @@ /obj/structure/marker_beacon/burgundy, /turf/open/misc/asteroid/airless, /area/mine/explored) -"uOZ" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "CO2 Outlet Pump" - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "uPa" = ( /obj/structure/sign/directions/evac{ dir = 4; @@ -60606,6 +60566,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"uUo" = ( +/obj/structure/table, +/turf/open/floor/iron, +/area/station/maintenance/starboard/lesser) "uUs" = ( /obj/machinery/vending/wardrobe/sec_wardrobe, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -60680,24 +60644,6 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/airless, /area/station/engineering/supermatter/room) -"uVc" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, -/turf/open/floor/iron, -/area/station/engineering/atmos) "uVj" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -60759,6 +60705,13 @@ /obj/effect/spawner/random/structure/grille, /turf/open/floor/iron/smooth, /area/station/maintenance/department/science) +"uWh" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space/basic, +/area/space/nearstation) "uWi" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 @@ -60777,6 +60730,10 @@ /obj/structure/railing, /turf/open/floor/plating, /area/station/maintenance/tram/left) +"uWM" = ( +/obj/structure/sign/departments/engineering/directional/east, +/turf/open/openspace, +/area/station/hallway/primary/tram/center) "uWO" = ( /mob/living/carbon/human/species/monkey, /turf/open/floor/grass, @@ -60863,6 +60820,15 @@ /obj/item/book/manual/wiki/security_space_law, /turf/open/floor/iron, /area/station/security/office) +"uYE" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "uYK" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -60980,6 +60946,14 @@ }, /turf/open/floor/iron/checker, /area/station/commons/lounge) +"val" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/sign/warning/vacuum/external/directional/west, +/obj/structure/cable, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "vaq" = ( /obj/structure/ladder, /turf/open/floor/iron/white, @@ -61318,16 +61292,6 @@ /obj/effect/mapping_helpers/airlock/access/all/medical/virology, /turf/open/floor/iron/dark, /area/station/medical/virology) -"vgq" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/atmos) "vgv" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -61420,6 +61384,15 @@ }, /turf/open/floor/engine, /area/station/science/xenobiology) +"vhU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "cytologylockdown"; + name = "Cytology Lockdown" + }, +/turf/open/floor/plating, +/area/station/science/cytology) "vin" = ( /obj/structure/table/wood, /obj/machinery/libraryscanner, @@ -61430,6 +61403,18 @@ }, /turf/open/floor/wood, /area/station/service/library) +"viH" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/sign/warning/electric_shock/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/science/xenobiology) "viW" = ( /obj/effect/decal/remains/human, /obj/effect/decal/cleanable/crayon{ @@ -61621,21 +61606,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/station/command/bridge) -"vnW" = ( -/obj/machinery/light/directional/north, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Distribution Loop"; - dir = 9; - network = list("ss13","engineering") - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Air to Distro" - }, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "voa" = ( /obj/structure/bed, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, @@ -61648,6 +61618,23 @@ /obj/structure/bookcase/random/religion, /turf/open/floor/iron/dark, /area/station/service/chapel) +"voc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + name = "sorting disposal pipe (Xenobiology)"; + sortType = 28 + }, +/turf/open/floor/iron/white, +/area/station/science/xenobiology) "vod" = ( /obj/effect/landmark/navigate_destination/teleporter, /obj/structure/cable, @@ -61758,6 +61745,9 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation/entertainment) +"vqB" = ( +/turf/closed/wall/r_wall, +/area/station/engineering/atmos/pumproom) "vqI" = ( /obj/effect/landmark/start/depsec/science, /obj/effect/turf_decal/trimline/red/arrow_cw, @@ -62061,6 +62051,12 @@ /obj/structure/disposalpipe/junction/yjunction, /turf/open/floor/iron/white, /area/station/science/cytology) +"vuq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/hallway/primary/tram/left) "vuB" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -62190,6 +62186,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/security/medical) +"vwu" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"vwJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "vwL" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -62343,6 +62354,13 @@ /obj/item/flashlight/flare, /turf/open/misc/asteroid, /area/station/medical/chemistry) +"vzD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/maintenance/starboard/lesser) "vzO" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -62456,20 +62474,6 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) -"vCa" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/obj/machinery/light/directional/east, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "vCc" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 9 @@ -62566,17 +62570,6 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/hop) -"vDH" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "vEe" = ( /obj/structure/window/reinforced/spawner, /obj/machinery/chem_heater/withbuffer, @@ -62586,6 +62579,13 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron/white, /area/station/medical/pharmacy) +"vEf" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Distro to Waste" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "vEj" = ( /obj/structure/window/reinforced{ dir = 1 @@ -62946,15 +62946,6 @@ /obj/machinery/power/apc/auto_name/directional/west, /turf/open/floor/iron/showroomfloor, /area/station/security/lockers) -"vMB" = ( -/obj/structure/sign/warning/vacuum/directional/south, -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/station/hallway/primary/tram/right) "vMC" = ( /obj/machinery/door/airlock/external{ name = "Port Docking Bay 3" @@ -63245,13 +63236,6 @@ "vRO" = ( /turf/closed/wall/r_wall, /area/station/security/prison/shower) -"vRQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos) "vRS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -63581,6 +63565,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"vXv" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "vXG" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/grille, @@ -63593,23 +63587,6 @@ "vXM" = ( /turf/open/space/basic, /area/space) -"vXS" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "N2 Outlet Pump" - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "vXX" = ( /obj/structure/window/reinforced/spawner, /obj/effect/turf_decal/trimline/brown/filled/corner{ @@ -63691,21 +63668,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/tram/mid) -"vYX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Gas to Chamber" - }, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) -"vZt" = ( -/obj/structure/cable/multilayer/multiz, -/obj/structure/sign/warning/electric_shock/directional/west, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/science/research) "vZx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -63922,6 +63884,15 @@ /obj/machinery/door/poddoor/incinerator_ordmix, /turf/open/floor/engine/vacuum, /area/station/science/ordnance/burnchamber) +"wdT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "robotics2"; + name = "Robotics Lab Shutters" + }, +/turf/open/floor/plating, +/area/station/science/robotics/lab) "wdU" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line, @@ -64006,6 +63977,11 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/station/cargo/lobby) +"wfH" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) "wgf" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning{ @@ -64031,6 +64007,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/cargo/office) +"wgW" = ( +/obj/machinery/meter{ + name = "Mixed Air Tank In" + }, +/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) "wha" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 6 @@ -64102,6 +64085,11 @@ "whL" = ( /turf/closed/wall/r_wall, /area/station/security/checkpoint/supply) +"whP" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/iron, +/area/station/engineering/atmos) "whU" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -64114,6 +64102,16 @@ /obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/iron, /area/station/cargo/miningdock/cafeteria) +"wia" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/meter/monitored/waste_loop, +/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "wij" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 @@ -64153,18 +64151,6 @@ "wiN" = ( /turf/open/floor/iron/dark, /area/station/command/bridge) -"wja" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 1 - }, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - departmentType = 3; - name = "Atmospherics Requests Console" - }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/engineering/atmos) "wjb" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -64192,23 +64178,6 @@ }, /turf/open/floor/carpet, /area/station/service/library) -"wjm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - name = "sorting disposal pipe (Xenobiology)"; - sortType = 28 - }, -/turf/open/floor/iron/white, -/area/station/science/xenobiology) "wjo" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/red/filled/corner{ @@ -64241,14 +64210,6 @@ }, /turf/open/floor/plating, /area/station/cargo/storage) -"wjw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ - dir = 10 - }, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "wjI" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -64363,12 +64324,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) -"wlM" = ( -/obj/effect/spawner/random/engineering/tracking_beacon, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "wlQ" = ( /obj/structure/rack, /obj/machinery/status_display/ai/directional/north, @@ -64488,15 +64443,6 @@ /obj/structure/closet/wardrobe/white, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) -"woR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "woU" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -64544,6 +64490,21 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/engineering) +"wpo" = ( +/obj/structure/sign/warning/radiation/rad_area/directional/north{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/construction/engineering) "wpt" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -64593,6 +64554,10 @@ /obj/structure/cable, /turf/open/floor/iron/freezer, /area/station/security/prison/shower) +"wrw" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) "wrT" = ( /obj/structure/table/glass, /obj/effect/turf_decal/tile/yellow/fourcorners, @@ -64665,6 +64630,16 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/cargo/office) +"wsK" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "wsM" = ( /obj/machinery/door/airlock/mining/glass{ name = "Mining Dock" @@ -64734,13 +64709,27 @@ }, /turf/open/floor/iron, /area/station/security/processing) -"wuc" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 +"wuh" = ( +/obj/machinery/computer/security/qm{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/requests_console/directional/west{ + announcementConsole = 1; + department = "Quartermaster's Desk"; + departmentType = 2; + name = "Quartermaster's Requests Console" + }, +/obj/machinery/camera{ + c_tag = "Cargo - Quartermaster's Office"; + dir = 10; + network = list("ss13","cargo") }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/command/heads_quarters/qm) "wui" = ( /obj/machinery/light/directional/south, /obj/structure/disposalpipe/segment{ @@ -64779,6 +64768,13 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"wuC" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/explab) "wuE" = ( /obj/structure/railing/corner{ dir = 4 @@ -64825,6 +64821,15 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron, /area/station/commons/dorms) +"wvt" = ( +/obj/structure/sign/warning/vacuum/directional/south, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/hallway/primary/tram/left) "wvu" = ( /obj/structure/chair/office{ dir = 4 @@ -64853,6 +64858,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/station/science/lobby) +"wvL" = ( +/obj/structure/sign/warning/vacuum/external/directional/west, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) "wvN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -64874,42 +64885,6 @@ }, /turf/open/floor/carpet, /area/station/command/heads_quarters/hos) -"wwn" = ( -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/item/pai_card, -/obj/item/taperecorder{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/aicard, -/obj/item/circuitboard/aicore, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/rd) -"wwq" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"wws" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "armory"; - name = "Armoury Shutter" - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "wwz" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -64932,16 +64907,17 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/maintenance/tram/mid) -"wxf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "wxj" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"wxk" = ( +/obj/machinery/atmospherics/components/binary/pump/off{ + name = "Port to Incinerator" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "wxl" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning{ @@ -64960,6 +64936,22 @@ }, /turf/open/floor/iron, /area/station/maintenance/tram/left) +"wxq" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/iron, +/area/station/engineering/atmos) +"wxs" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 10 + }, +/turf/open/space/basic, +/area/space/nearstation) "wxJ" = ( /obj/machinery/suit_storage_unit/engine, /obj/effect/turf_decal/bot{ @@ -64968,17 +64960,18 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/dark, /area/station/engineering/engine_smes) +"wxN" = ( +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "wyd" = ( /turf/closed/wall, /area/station/medical/medbay/lobby) -"wyj" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "wyl" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -65036,18 +65029,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"wzq" = ( -/obj/structure/sign/warning/radiation/rad_area/directional/north{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/secondary/construction/engineering) "wzD" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 9 @@ -65088,13 +65069,6 @@ }, /turf/open/floor/circuit/telecomms, /area/station/science/xenobiology) -"wAb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "wAe" = ( /obj/structure/table/reinforced, /obj/machinery/door/window/left/directional/north{ @@ -65112,21 +65086,6 @@ /obj/machinery/pdapainter/security, /turf/open/floor/carpet, /area/station/command/heads_quarters/hos) -"wAt" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/sign/warning/no_smoking/directional/north, -/obj/item/experi_scanner{ - pixel_x = 5 - }, -/obj/item/experi_scanner, -/obj/item/experi_scanner{ - pixel_x = -5 - }, -/turf/open/floor/iron/white, -/area/station/science/research) "wAA" = ( /obj/machinery/door/window/left/directional/east{ name = "Coffin Storage"; @@ -65235,6 +65194,16 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/station/ai_monitored/command/storage/eva) +"wCu" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{ + dir = 8; + initialize_directions = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "wCG" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/bot, @@ -65259,6 +65228,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/science/ordnance/testlab) +"wDg" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/computer/security/telescreen/vault{ + pixel_y = 30 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/qm) "wDh" = ( /obj/machinery/door/airlock/external, /obj/effect/mapping_helpers/airlock/cyclelink_helper, @@ -65419,15 +65398,6 @@ /obj/effect/landmark/tram/right_part, /turf/open/floor/vault, /area/station/hallway/primary/tram/right) -"wGf" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "pharmacy_shutters_2"; - name = "Pharmacy Shutters" - }, -/turf/open/floor/iron, -/area/station/medical/pharmacy) "wGh" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -65504,12 +65474,20 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor, /area/station/hallway/primary/tram/right) -"wHM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"wHp" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ dir = 8 }, -/turf/open/floor/iron, -/area/station/maintenance/starboard/lesser) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/iron/dark, +/area/station/command/bridge) +"wHK" = ( +/obj/machinery/atmospherics/pipe/smart/simple/supply/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/atmos) "wHT" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/hop) @@ -65562,13 +65540,6 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/general, /turf/open/floor/iron, /area/station/cargo/storage) -"wIf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{ - dir = 8 - }, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "wIg" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -65591,13 +65562,6 @@ }, /turf/open/floor/iron/smooth, /area/station/command/gateway) -"wIy" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 - }, -/obj/structure/sign/departments/aisat/directional/south, -/turf/open/floor/iron, -/area/station/engineering/transit_tube) "wIz" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/trash/food_packaging, @@ -65627,13 +65591,6 @@ /obj/structure/lattice/catwalk, /turf/open/space/openspace, /area/station/solars/port/aft) -"wIY" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "wJh" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -65663,6 +65620,15 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plating, /area/station/engineering/engine_smes) +"wJH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/mime, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/station/service/theater) "wJM" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -65715,6 +65681,10 @@ }, /turf/open/floor/iron, /area/station/cargo/drone_bay) +"wKq" = ( +/obj/effect/landmark/start/mime, +/turf/open/floor/carpet, +/area/station/service/theater) "wKF" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -65730,6 +65700,16 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/dark, /area/station/medical/morgue) +"wKG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) +"wKI" = ( +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/station/engineering/break_room) "wLd" = ( /obj/structure/chair/sofa/corp/left{ dir = 1 @@ -65770,14 +65750,6 @@ /obj/structure/table, /turf/open/floor/iron/dark, /area/station/cargo/miningdock/oresilo) -"wMn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/secure_area/directional/north{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM" - }, -/turf/open/floor/plating, -/area/station/science/server) "wMu" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/tile/brown{ @@ -65841,13 +65813,6 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"wNx" = ( -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ - dir = 9 - }, -/obj/machinery/meter, -/turf/open/floor/iron, -/area/station/engineering/atmos) "wNA" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -65859,9 +65824,7 @@ /turf/open/floor/iron, /area/station/security/brig) "wNK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ - dir = 8 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/violet/visible, /turf/open/floor/iron, /area/station/engineering/atmos) "wNY" = ( @@ -65886,6 +65849,16 @@ }, /turf/open/floor/iron, /area/station/security/brig) +"wOf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/warning/secure_area/directional/north{ + name = "HIGH SECURITY STORAGE" + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) "wOk" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/directional/west, @@ -66034,6 +66007,24 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/commons/fitness) +"wRj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "kanyewest"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/security/detectives_office) +"wRl" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "wRw" = ( /obj/structure/cable/multilayer/multiz, /obj/effect/turf_decal/stripes/box, @@ -66049,6 +66040,23 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"wRD" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/pai_card, +/obj/item/taperecorder{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/aicard, +/obj/item/circuitboard/aicore, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/rd) "wRO" = ( /obj/effect/turf_decal/trimline/green/corner{ dir = 8 @@ -66162,6 +66170,23 @@ dir = 8 }, /area/station/service/chapel) +"wUz" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "N2 Outlet Pump" + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "wUF" = ( /obj/structure/closet/secure_closet/brig, /obj/machinery/light/small/directional/east, @@ -66224,6 +66249,17 @@ }, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"wVt" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/item/airlock_painter/decal, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "wVE" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/decal/cleanable/dirt, @@ -66364,28 +66400,13 @@ /obj/structure/cable, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"wXy" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "Privacy Shutter" +"wXf" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/airlock/command{ - name = "Chief Engineer" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/engineering/ce, +/obj/machinery/keycard_auth/directional/east, /turf/open/floor/iron, -/area/station/command/heads_quarters/ce) +/area/station/command/heads_quarters/qm) "wXB" = ( /obj/machinery/vending/assist, /obj/machinery/requests_console/directional/east{ @@ -66425,32 +66446,6 @@ "wXM" = ( /turf/open/floor/carpet, /area/station/commons/vacant_room/office) -"wXO" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "N2 to Pure" - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"wXQ" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "O2 to Pure" - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "wYd" = ( /obj/structure/railing/corner{ dir = 1 @@ -66567,15 +66562,6 @@ /obj/structure/cable, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) -"wZv" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/structure/sign/warning/electric_shock/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/department/medical) "wZE" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -66688,18 +66674,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/commons/dorms) -"xaX" = ( -/obj/machinery/door/airlock/atmos/glass{ - name = "Distribution Loop" - }, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos/pumproom) "xbf" = ( /obj/effect/turf_decal/tile{ dir = 1 @@ -66761,6 +66735,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/medical/morgue) +"xbN" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Port Mix to East Ports" + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "xbQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/cafeteria, @@ -66813,6 +66793,13 @@ /obj/structure/table/reinforced, /turf/open/floor/iron/dark, /area/station/service/hydroponics) +"xcy" = ( +/obj/structure/sign/warning/radiation/rad_area/directional/north, +/obj/effect/turf_decal/siding/wideplating{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) "xcC" = ( /obj/effect/decal/cleanable/dirt, /obj/item/wrench, @@ -67025,6 +67012,12 @@ "xfH" = ( /turf/open/floor/glass, /area/station/commons/lounge) +"xfI" = ( +/obj/item/kirbyplants/random, +/obj/structure/sign/warning/fire/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/station/science/ordnance/storage) "xfW" = ( /obj/structure/table, /obj/item/mod/module/plasma_stabilizer, @@ -67072,6 +67065,24 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/station/hallway/secondary/construction/engineering) +"xgt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/camera/emp_proof/directional/south{ + c_tag = "Engineering - Atmospherics South-East"; + network = list("ss13","engineering") + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 9 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "xgC" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -67087,6 +67098,13 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron/dark, /area/station/medical/morgue) +"xgI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/structure/sign/warning/rad_shelter/directional/north, +/turf/open/floor/iron, +/area/station/hallway/secondary/exit) "xgJ" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 10 @@ -67146,6 +67164,11 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"xhJ" = ( +/obj/structure/sign/warning/vacuum/external/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "xhL" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, @@ -67156,6 +67179,10 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) +"xhS" = ( +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "xhY" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner, /obj/effect/turf_decal/trimline/yellow/filled/corner{ @@ -67167,32 +67194,21 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/secondary/construction/engineering) -"xia" = ( -/obj/machinery/computer/security/qm{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/machinery/requests_console/directional/west{ - announcementConsole = 1; - department = "Quartermaster's Desk"; - departmentType = 2; - name = "Quartermaster's Requests Console" - }, -/obj/machinery/camera{ - c_tag = "Cargo - Quartermaster's Office"; - dir = 10; - network = list("ss13","cargo") - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "xiJ" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/structure/cable, /turf/open/floor/iron, /area/station/security/checkpoint/escape) +"xiM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/trinary/mixer/airmix{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "xiZ" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -67290,6 +67306,15 @@ /obj/item/pen, /turf/open/floor/iron, /area/station/security/checkpoint/escape) +"xkW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/sign/departments/restroom/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/science/lower) "xla" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -67365,9 +67390,6 @@ "xmc" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance/testlab) -"xmq" = ( -/turf/closed/wall/r_wall, -/area/station/command/heads_quarters/qm) "xmv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -67438,6 +67460,11 @@ "xnj" = ( /turf/open/floor/iron, /area/station/security/execution/transfer) +"xnx" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos) "xnB" = ( /obj/modular_map_root/tramstation{ key = "maintenance_enginelong" @@ -67596,17 +67623,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/station/maintenance/department/medical) -"xqY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/obj/structure/sign/departments/holy/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) "xrn" = ( /obj/structure/displaycase/trophy, /turf/open/floor/wood/large, @@ -67643,13 +67659,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/commons/vacant_room/commissary) -"xsc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden, -/turf/open/floor/iron, -/area/station/engineering/atmos) "xsd" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, @@ -67709,6 +67718,18 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron/dark, /area/station/medical/break_room) +"xtt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/warning/secure_area/directional/north{ + name = "HIGH SECURITY STORAGE" + }, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/nuke_storage) "xtu" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -67717,6 +67738,14 @@ /obj/effect/turf_decal/stripes/white/full, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"xtv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "xtP" = ( /obj/effect/decal/cleanable/cobweb, /obj/structure/closet, @@ -67846,19 +67875,6 @@ /obj/machinery/portable_atmospherics/canister, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"xuS" = ( -/obj/machinery/computer/atmos_control/nitrous_tank{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "xvd" = ( /turf/closed/wall, /area/station/commons/storage/art) @@ -67943,6 +67959,13 @@ }, /turf/open/floor/iron, /area/station/science/ordnance/storage) +"xwM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/engineering/atmos) "xwU" = ( /obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{ dir = 4 @@ -67967,31 +67990,10 @@ /obj/structure/chair/office, /turf/open/floor/iron, /area/station/cargo/office) -"xxf" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/station/engineering/atmos) "xxj" = ( /obj/machinery/recharge_station, /turf/closed/mineral/random/stationside/asteroid/porus, /area/mine/explored) -"xxn" = ( -/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) -"xxs" = ( -/obj/structure/sign/warning/vacuum/external/directional/west, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/starboard/greater) "xxz" = ( /obj/machinery/rnd/bepis, /obj/effect/turf_decal/tile/brown/fourcorners, @@ -68047,21 +68049,6 @@ "xxZ" = ( /turf/closed/wall, /area/station/cargo/drone_bay) -"xya" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - name = "sorting disposal pipe (Engineering)"; - sortType = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/engineering/break_room) "xyj" = ( /obj/effect/turf_decal/delivery, /obj/structure/holosign/barrier/atmos/sturdy, @@ -68116,15 +68103,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/center) -"xzA" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "evashutter"; - name = "E.V.A. Storage Shutter" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating, -/area/station/ai_monitored/command/storage/eva) "xzC" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -68151,16 +68129,6 @@ }, /turf/open/floor/plating/airless, /area/mine/explored) -"xAx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/sign/poster/official/safety_internals{ - pixel_y = 32 - }, -/obj/structure/reagent_dispensers/watertank/high, -/turf/open/floor/iron, -/area/station/engineering/atmos) "xAJ" = ( /obj/machinery/conveyor{ dir = 4; @@ -68226,6 +68194,20 @@ /obj/machinery/pdapainter/engineering, /turf/open/floor/iron, /area/station/command/heads_quarters/ce) +"xBH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "xBU" = ( /obj/machinery/ore_silo, /obj/machinery/door/window/left/directional/south{ @@ -68348,13 +68330,18 @@ /obj/effect/mapping_helpers/airlock/access/all/command/general, /turf/open/floor/iron/dark, /area/station/command/bridge) -"xEG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +"xEI" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "cargowarehouse" }, -/obj/structure/sign/departments/chemistry/pharmacy/directional/east, -/turf/open/floor/iron, -/area/station/hallway/primary/tram/center) +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/cargo/warehouse) "xFh" = ( /obj/structure/chair/pew/left, /turf/open/floor/iron/chapel{ @@ -68370,13 +68357,6 @@ "xFx" = ( /turf/open/floor/iron, /area/station/commons/fitness) -"xFY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light_switch/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/maintenance/starboard/lesser) "xGv" = ( /obj/structure/rack, /obj/item/tank/jetpack/carbondioxide{ @@ -68520,6 +68500,17 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/medical) +"xJt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + name = "sorting disposal pipe (Atmospherics)"; + sortType = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, +/turf/open/floor/iron, +/area/station/engineering/atmos) "xJy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -68535,6 +68526,18 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"xJP" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Distribution Loop" + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "xJV" = ( /obj/structure/cable, /obj/effect/turf_decal/trimline/red/filled/line, @@ -68598,6 +68601,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/catwalk_floor, /area/station/maintenance/department/crew_quarters/dorms) +"xKD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold/violet/visible{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "xKH" = ( /obj/structure/table/wood, /obj/effect/turf_decal/siding/wood{ @@ -68759,12 +68768,11 @@ }, /turf/open/floor/wood/parquet, /area/station/medical/psychology) -"xNJ" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Mix to Port" - }, +"xNI" = ( +/obj/structure/table, +/obj/item/pai_card, /turf/open/floor/iron, -/area/station/engineering/atmos) +/area/station/commons/fitness/recreation) "xNP" = ( /obj/structure/chair/stool/bar/directional/south, /turf/open/floor/eighties, @@ -68961,14 +68969,6 @@ "xRx" = ( /turf/closed/wall, /area/station/medical/surgery/fore) -"xRy" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "xRz" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -69030,6 +69030,12 @@ }, /turf/open/floor/iron, /area/station/maintenance/tram/mid) +"xSP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2, +/obj/machinery/air_sensor/incinerator_tank, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible, +/turf/open/floor/engine, +/area/station/maintenance/disposal/incinerator) "xSS" = ( /obj/machinery/power/tracker, /obj/structure/cable, @@ -69156,20 +69162,6 @@ dir = 5 }, /area/station/command/heads_quarters/rd) -"xVE" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "N2O Outlet Pump" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/neutral/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, -/turf/open/floor/iron, -/area/station/engineering/atmos) "xVJ" = ( /obj/machinery/door/airlock/external{ name = "Mining Dock Airlock" @@ -69226,15 +69218,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/tram/left) -"xWc" = ( -/obj/effect/landmark/start/atmospheric_technician, -/obj/effect/landmark/navigate_destination/incinerator, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/maintenance/disposal/incinerator) "xWe" = ( /obj/structure/railing{ dir = 4 @@ -69244,6 +69227,18 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/hallway) +"xWg" = ( +/obj/machinery/power/smes/engineering, +/obj/machinery/light/directional/west, +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - SMES"; + dir = 10; + network = list("ss13","engineering") + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/engineering/engine_smes) "xWi" = ( /obj/structure/table, /obj/item/book/manual/wiki/security_space_law{ @@ -69590,13 +69585,6 @@ }, /turf/open/floor/plating, /area/station/security/checkpoint/escape) -"ybt" = ( -/obj/machinery/meter{ - name = "Mixed Air Tank In" - }, -/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, -/turf/closed/wall/r_wall, -/area/station/engineering/atmos) "ybD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -69675,6 +69663,25 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/freezer, /area/station/commons/toilet) +"ydy" = ( +/obj/machinery/door/airlock/atmos{ + name = "Turbine Access" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/disposal/incinerator) "ydD" = ( /obj/effect/turf_decal/tile{ dir = 8 @@ -69703,6 +69710,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/hallway/secondary/service) +"yey" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos/pumproom) "yeC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -70002,11 +70016,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/exit) -"yiW" = ( -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/sign/departments/xenobio/directional/south, -/turf/open/floor/iron/white, -/area/station/science/research) "yiX" = ( /obj/effect/turf_decal/bot, /obj/effect/spawner/random/structure/crate_empty, @@ -70082,21 +70091,6 @@ /obj/effect/turf_decal/delivery/red, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"ykm" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Incinerator ACcess"; - dir = 9; - network = list("ss13","engineering") - }, -/obj/machinery/atmospherics/components/unary/bluespace_sender{ - dir = 4; - initialize_directions = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "ykv" = ( /obj/effect/turf_decal/stripes{ dir = 4 @@ -70204,6 +70198,12 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) +"ylK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/qm) "ylL" = ( /obj/machinery/door/window/left/directional/north{ name = "Containment Pen #8"; @@ -85004,7 +85004,7 @@ dhe dhe dhe gGi -tZe +xhJ mUk cIO xjF @@ -87579,7 +87579,7 @@ gcp xgi mhZ nUZ -oiQ +uNd gNy iRQ xgi @@ -87860,7 +87860,7 @@ lRR ili hTL sMZ -raX +cBQ mub ili sbD @@ -88348,7 +88348,7 @@ doo jAk pZW ncF -jKY +kpX kKS kKS kKS @@ -88854,7 +88854,7 @@ dhe pZW pTU pZW -hvx +bZn oUs uDI nUt @@ -89614,12 +89614,12 @@ fCK dSe rUR rUR -cUf +bwx oqi uZn rUR rUR -nFA +xtt uaC lQM lQM @@ -90642,12 +90642,12 @@ mUM dhL rUR rUR -srr +xcy hEZ mdq rUR rUR -aUe +wOf tVe lQM lQM @@ -92203,7 +92203,7 @@ pZW pZW pZW ncF -oLo +kpN aKC qQq qQq @@ -93696,7 +93696,7 @@ dDG hFr hFr xwf -iaJ +iLY jjX pAl vzY @@ -94750,7 +94750,7 @@ duB xwf eWG sKG -llx +pOM xwf dhe dhe @@ -95580,7 +95580,7 @@ iMU tvd bso jkU -exv +uxd bso dhe dhe @@ -97129,7 +97129,7 @@ ney osd qrr uou -etf +jOU vNH dhe aRN @@ -97377,7 +97377,7 @@ jIG tVt hAE eqi -ocK +iOD ngp dwR dwR @@ -98654,14 +98654,14 @@ pkp nJQ bgg uQW -gDl +xWg uQW qgs nPN pkp ykU aiu -iGT +uzi aYF bXb veh @@ -99186,7 +99186,7 @@ qHs cgA uUT oby -rlD +val uUT uUT csM @@ -99359,7 +99359,7 @@ dDG dDG dDG aRN -ldb +pHp agA piH eQN @@ -99616,7 +99616,7 @@ dDG aRN aRN aRN -ldb +pHp agA eMs mlD @@ -99873,7 +99873,7 @@ dDG dDG aRN aRN -ldb +pHp agA inN gmu @@ -100184,7 +100184,7 @@ aOn aOn aOn aOn -nNa +jrf jnq oQE jnq @@ -101237,7 +101237,7 @@ tNf mVg dSN dSN -sJY +rpx qHs ggv fuj @@ -101478,7 +101478,7 @@ bbj rww lBb lJH -gzZ +qLm equ bbj roB @@ -101748,7 +101748,7 @@ mqw aiQ xBD tYe -gqL +aVx sHH sHH cjy @@ -101985,7 +101985,7 @@ cjq cSp tFV fal -gma +wpo jbs stZ cgR @@ -102234,7 +102234,7 @@ qyr mgX rCM pcu -dmX +hUi bVW gys wio @@ -102246,7 +102246,7 @@ jRX xhY esz ueE -evk +cto mEJ rgx tpl @@ -102499,7 +102499,7 @@ cjq aKm uLW fal -wzq +pDW jbs stZ cgR @@ -102526,7 +102526,7 @@ bXp qHs qHs qHs -sHj +fHs qHs qHs qHs @@ -102781,9 +102781,9 @@ sHH sHH hZr hZr -sto -mRs -lAO +wxq +whP +gBB laA hZr dhe @@ -103019,9 +103019,9 @@ ulV bbj jQM irB -xya +kOY jxb -kDS +oHm bbj roB lbz @@ -103030,7 +103030,7 @@ roB roB sHH xzC -wXy +tKg xzC sHH sHH @@ -103038,10 +103038,10 @@ rvh jUz ivk hZr -bpl -mRs -lAO -mAx +sKL +whP +gBB +gjy hZr hZr hZr @@ -103272,10 +103272,10 @@ hRD iEu nyI cMs -nYX -jxp -foT -bYr +aOW +mOK +wKI +jQE jUh stZ bbj @@ -103287,20 +103287,20 @@ roB pIu vSL nUR -mjm -tAH -utG -wyj -wuc -omu -kWV -pmc -rlU -wAb -qGE -uNI -jCT -dLQ +flU +esD +skI +cwU +jyp +byc +lqB +iot +gda +lNs +ivU +dxQ +jjF +rqu tug fjQ fjQ @@ -103532,19 +103532,19 @@ oIV nlE bzz hZr -gKp -cMd -qQD -jTy -jGZ +aTi +eKb +kFB +dWz +mGH roB qaL qaL roB hmF -iQU -rNi -woR +eZY +rFI +sgP urq urq urq @@ -103555,11 +103555,11 @@ urq wQm wQm wQm -qpu -hIO -jLU -ram -uFX +rhE +akE +pCO +gmF +wfH eIM awE awE @@ -103789,31 +103789,31 @@ oFd oFd poy hZr -gIu -sUd -tPf -mNZ -axs -uVc -aJg -kfJ -eDR +wVt +xJt +kKb +jWl +mBP +myW +mCK +vwJ +pWe jYA -dvD -udT -rrv -bWv -atT -atT -atT -wja -atT -mHw -lFM -atT -atT -agy -exl +umz +bBn +rwC +jEH +gQb +gQb +gQb +dDV +gQb +onK +aqO +gQb +gQb +iLU +upl oNq pHM ahD @@ -104046,34 +104046,34 @@ wjI kXf bzj hZr -rBe -nHX -xsc -frV -eYa -lXH -rDj -eSk -arx +dzN +pyg +pFR +jOI +lGh +mMq +laq +rEK +jys wQm -nti -tTW -pgL +eNC +mRI +pvG cPM dsH nFL dsH cPM -lEp +hhA urq -tTW +mRI wQm -plE -nmP -wXO -doa -oFH -sxA +bvu +xnx +lKn +dUl +kvK +hft xTM awE rAf @@ -104300,35 +104300,35 @@ saJ oNq xCj oNq -rHk -haK -qLE -fvn +fGK +peM +wHK +kgI tpw byG mwK mwK mwK -dGK -jUO -hOE -oLv +mzY +aLj +hxf +eeD pDc -rRc -ukN +ggI +iaO cPM cPM asQ cPM cPM -xAx -oqh -tTW +iSI +thv +mRI wQm -xxn -hCo -vXS -gRl +cpr +iAG +wUz +iWi pHM fjQ fjQ @@ -104530,8 +104530,8 @@ pUP pUP iRL tXz -sKp -sKp +qSa +qSa tXz tXz dJJ @@ -104566,28 +104566,28 @@ cCr aoI jXf mwK -jUW -nNQ -hIW -jUW -jUW -toq -eVv +pCV +iyB +qdt +pCV +pCV +oCD +pgL cPM lrX hAW lrX cPM -aTl +tNz wQm -bJN +dhK wQm -xxn -nNY -iqL -jLU -ram -uFX +cpr +sVt +aaZ +pCO +gmF +wfH mwt nBA nBA @@ -104823,25 +104823,25 @@ upj mwK jXf bHv -sOG -rlJ -kaa -eIt -xaX -vgq -afP -qsM -nQe -aPI -nQe +wia +kVt +gfU +jfg +xJP +nnq +bDy +ubJ +gvM +tTe +gvM vRm -lFM -wwq -wNx +aqO +nCb +lXU wQm -xxn -fmo -hBH +cpr +bke +mvx oNq pHM ahD @@ -105080,13 +105080,13 @@ uaX mwK jXf mwK -tXs -kpq -pAD -kDK -jUW +vEf +eiN +uEX +bnT +pCV wQm -biz +aEa wQm vkO wAG @@ -105096,12 +105096,12 @@ sjc wQm xUC wQm -itr -xRy -wXQ -doa -oFH -sxA +lIh +tfc +ixI +dUl +kvK +hft ljZ nBA lrw @@ -105337,26 +105337,26 @@ cGp mwK jXf beG -oGK -naD -wxf -tJD -hYK -xNJ +fjk +rzI +bSl +xtv +iyL rAg -cdb -wNK -rfj -wNK wNK +xbN +xKD +nrj +xKD +xKD lKI -gjC -lbH +wxk +ngB wQm -xxn -tNc -idq -gRl +cpr +xiM +ovg +iWi pHM fjQ fjQ @@ -105594,13 +105594,13 @@ mwK mwK jXf mwK -vnW -sjE -kSH -hoI -jUW +hpe +kTX +rCu +onD +pCV wQm -kSA +eKc wQm ora ora @@ -105608,14 +105608,14 @@ ora qkS vEq wQm -fZi +nhn wQm -xxn -coN -szs -pNF -sAE -ybt +cpr +rll +mWJ +unt +buo +wgW eEK jqS jqS @@ -105851,25 +105851,25 @@ nWZ xnB pKl mwK -ulS -kqD -wIf -aZg -frp -kkc -tDW -eiP -eiP -iQF -eiP -eiP -eiP -fTi -lyK -eiP -ssw +upT +dAs +kJo +mDr +iSJ +lHi +tLO +xhS +xhS +gLu +xhS +xhS +xhS +mlX +hQw +xhS +qdX wQm -cPD +qMC oNq pHM ahD @@ -106108,28 +106108,28 @@ nWZ nWZ skn mwK -ssi -jKL -ipe -nrF -rnY -ksa -taw -coO -vDH -snC -taw -dKI -jaD -dbc -mZc -qXA -nvA -cYT -dys -iYC -oFH -aNd +yey +mki +wxN +kim +pDB +ivY +nid +rVW +mpr +kAQ +nid +jPf +dmV +kyz +idH +aWD +vwu +tSA +kbi +tPz +kvK +uHo mUd jqS fHz @@ -106365,25 +106365,25 @@ wQP umP skn mwK -sPw -cRA -gkQ -rfQ -uoy -xVE -xuS -nPM -vCa -fkL -sgN -oTO -pgK -uOZ -uOg -jEd -wIY -gxG -ktt +wCu +nqZ +ubG +iRe +ffb +oCH +dhI +axC +lht +uJq +qLL +jZT +mzw +hla +mip +wRl +kvV +pDy +xgt hZr pHM fjQ @@ -106622,25 +106622,25 @@ wQP umP skn mwK -sRp -eXB -aDN -aDk -sRp -vRQ +vqB +hHr +rKK +pdl +vqB +bIQ oNq -xxf +xwM hZr -vRQ +bIQ oNq -xxf +xwM hZr -vRQ -ket -xxf +bIQ +tLD +xwM hZr hZr -qIO +tvF hZr pHM hZr @@ -106880,24 +106880,24 @@ umP skn wQP pHM -oaX +uWh pHM -fLw +hTc pHM -oaX +uWh pHM -fLw +hTc pHM -oaX +uWh pHM -fLw +hTc pHM -oaX -ngl -hYd -dqA -tts -ryP +uWh +wxs +cTG +tii +nba +wsK oNq pHM hZr @@ -107137,24 +107137,24 @@ umP skn wQP mwK -lml +ufE ahD -pNk +iOL fjQ -lml +ufE ahD -pNk +iOL fjQ -lml +ufE ahD -pNk +iOL fjQ -lml +ufE ahD -pNk +iOL hZr cPM -iTc +gBk hZr hZr hZr @@ -107410,8 +107410,8 @@ qTR mDC tnq hZr -ykm -mei +oSO +rip hZr dhe dhe @@ -107667,8 +107667,8 @@ fjb ueZ fjb hZr -diq -umg +fBK +oOP hZr vXM dDG @@ -107925,7 +107925,7 @@ tLM fjb hZr bQQ -qzo +omR hZr hZr hZr @@ -108181,8 +108181,8 @@ bNz bNz bNz bNz -kpg -ppX +gXY +gYy wDh yjT sDz @@ -108439,7 +108439,7 @@ vsU ceI rCd sDZ -cVp +ydy dkm dkm dww @@ -108695,11 +108695,11 @@ eqY jxr ejp rCd -tXV -pis -eAD -gwy -qjJ +lSE +xBH +aTO +lxG +rCw cjG ngg qWU @@ -108936,7 +108936,7 @@ pLP lJo mwK umP -tNp +uYE fYD lxM mwK @@ -108952,15 +108952,15 @@ eqY bnK tUq rCd -nhr -wjw -aSq -vYX -tnj -oZh +cps +asI +iyf +iei +wKG +pYy jMo -fLW -kHt +pDV +xSP ePj qha vXM @@ -109210,8 +109210,8 @@ rHS uqy jhz qiw -wlM -xWc +jKW +oyf gqV sPv qWU @@ -109377,7 +109377,7 @@ dDG dhe dhe naa -lHD +rDl kgc vSJ oHw @@ -109444,7 +109444,7 @@ dDG dDG dDG ekG -qsa +oJk jRB umP skn @@ -109724,8 +109724,8 @@ xKJ kDl rCd wcc -dpt -eNt +dST +qtz gqV mLv mLv @@ -109917,13 +109917,13 @@ dCA dCA dCA vtk -xxs +uAr cLl gDp foL pUP kvj -std +wvL aIL dDG dDG @@ -109980,7 +109980,7 @@ eqY tOU nHa rCd -kYI +bgL jcC wMQ rnA @@ -110984,7 +110984,7 @@ mwK mwK mwK vRz -bfF +wuC oId fke mwK @@ -111463,7 +111463,7 @@ uGW uGW arE qiL -cTp +tTu arE ovz arE @@ -111761,7 +111761,7 @@ tIK lPe mwK mwK -oZW +hPU lvi jaP mwK @@ -112289,7 +112289,7 @@ rkE qdl qdl sYT -kUv +bck wzL npf qdl @@ -113299,7 +113299,7 @@ aEU sVC aeb aeb -oaj +lQH iIm tWt iIm @@ -115094,7 +115094,7 @@ qdj qdj qdj qdj -cSV +xkW cAt ggR ggR @@ -115352,13 +115352,13 @@ pvn jjw gnp bwJ -iPo +juA iaC iaC cAy knk knk -ruk +tAz mfC mwK hvT @@ -115872,7 +115872,7 @@ wlt aPW tQC qOM -udH +gwk xyW xyW xyW @@ -116129,7 +116129,7 @@ rfE pUf pcn mgK -udH +gwk lvZ svB svB @@ -116385,8 +116385,8 @@ puw xnc bbi pDe -dUK -udH +oaZ +gwk bbe vfZ xdI @@ -116401,7 +116401,7 @@ rkE qdl qdl pCa -pkJ +viH jAZ mGa qdl @@ -116639,11 +116639,11 @@ clp dim jqE sQh -tGb +cCS qkx -tGb -tGb -tGb +cCS +cCS +cCS bbe vfZ fFg @@ -116696,7 +116696,7 @@ xvl xvl xvl iee -jRl +qiS xvl xvl xhB @@ -116877,7 +116877,7 @@ wnn hKj myD sVs -gJv +liP stO jwx hKj @@ -116915,7 +116915,7 @@ mSl rAK cmr drR -wIy +paW mSl jqB cvF @@ -116949,7 +116949,7 @@ vXM vXM mbe xvl -nFD +oTH xly xvl odF @@ -117152,7 +117152,7 @@ oyF bzE uay jqE -oXh +xfI xwG mZn hzO @@ -117685,7 +117685,7 @@ wQP mwK mwK mwK -lYB +rqc mwK mwK uKI @@ -117938,12 +117938,12 @@ jwQ jwQ xcZ jwQ -tiE -lov -sDr -xFY -lct -gia +fII +dBU +dmn +vzD +tpn +aVy mwK usA nVl @@ -118164,7 +118164,7 @@ qxm qNo bPK rLP -sEr +nFQ cxi qxm qxm @@ -118196,11 +118196,11 @@ wQP wQP wQP wQP -jmq -aff -ldJ -wHM -fep +suM +fHe +akA +iEw +fMH mwK mSl mSl @@ -118453,10 +118453,10 @@ kdo wQP dhe wQP -ldJ -jco -sLO -doZ +akA +jXB +eHl +gfg wQP wQP dhe @@ -118710,10 +118710,10 @@ pju wQP dhe wQP -hMR -ann -ufH -drT +wrw +auX +mQW +uUo wQP dhe dhe @@ -118967,10 +118967,10 @@ rTI wQP dhe wQP -kkA +qXU wQP wQP -kkA +qXU wQP dhe dhe @@ -119228,7 +119228,7 @@ vXM dhe dhe dDG -meC +cJN dhe dhe dhe @@ -119469,7 +119469,7 @@ pjE vqm rFx osM -qho +rxK xmc xmc dhe @@ -145137,7 +145137,7 @@ tPE loo lRu nmY -fXf +qXm nmY jhd jhd @@ -147450,7 +147450,7 @@ iyc hvt vcI nmY -fXf +qXm nmY jhd jhd @@ -149775,7 +149775,7 @@ jEu xmB xQS wml -sbb +ckK mWK xQS hun @@ -151081,7 +151081,7 @@ olc iOi aGA bNV -ckt +mCk xrn xrn xrn @@ -151807,7 +151807,7 @@ dxC kHZ kHZ kHZ -lOK +hjO hSH mxJ hfN @@ -152043,7 +152043,7 @@ dDG xSX xSX xSX -lJu +rZn tuZ qwy jxG @@ -152568,9 +152568,9 @@ nEc gki mjM mjM -aDl +nEJ sfJ -hLc +mMU run run dhe @@ -152835,7 +152835,7 @@ dxC ndP ndP ndP -qpb +mMD hAv cPg lnj @@ -152857,7 +152857,7 @@ fMN ojT tkv ook -cHk +vuq khH khH dzU @@ -153093,14 +153093,14 @@ dsF cTr dsF dxC -osZ +lYf dxC bnU dxC hzN hzN -xzA -xzA +ntk +ntk hzN tvm pwS @@ -153115,7 +153115,7 @@ ojT ofA ook dpA -pZp +hgQ tkv bhk ojT @@ -154099,7 +154099,7 @@ dDG dDG dDG uov -rTm +rWT cxV iiN jWO @@ -154119,7 +154119,7 @@ kVA sNl sTN ktX -bdQ +rwM kdV acr pxi @@ -154938,7 +154938,7 @@ mAt brQ mAt bAf -iRs +eQP pUw pUw tfW @@ -155155,7 +155155,7 @@ gIG aAr cgN bgn -oUP +wHp pxi pxi pxi @@ -155412,7 +155412,7 @@ hyE aAr njq kVV -jDi +cid pxi qNz pdE @@ -156480,7 +156480,7 @@ lmb fTC pqY sUo -xqY +pSw pUw pUw fvS @@ -156733,7 +156733,7 @@ qOF qOF fwF ufO -rEZ +xNI dhF eMY ufO @@ -156925,7 +156925,7 @@ wwc rmB dEv dEv -wws +fbn pyF dEv tJY @@ -157184,7 +157184,7 @@ gTU qxT hbK syV -kuQ +lsZ tLg iuO iuO @@ -157203,7 +157203,7 @@ sHw kil sLC rUd -utt +rhn joB lTV pxi @@ -157732,8 +157732,8 @@ tRs oAh bwd kOE -oTq -oTq +wRj +wRj pXw kOE yiM @@ -159280,7 +159280,7 @@ urP kOE yiM kQx -qBH +wvt yiM cFs lNP @@ -159288,7 +159288,7 @@ gnj vVY cFs yiM -nOX +ftW bSG yiM dhe @@ -159572,7 +159572,7 @@ whz mFF xqS dCh -gXG +erj lxv jxS aMU @@ -160286,7 +160286,7 @@ wSR tFJ atI ryO -mKx +dKn tFJ dhe dhe @@ -161116,7 +161116,7 @@ xqS xqS dCh xJj -rGd +aYK dCh dhe dhe @@ -163163,7 +163163,7 @@ dhe kRL fsy hEj -hXS +lTL spv ykW whz @@ -164163,7 +164163,7 @@ dhe dhe izU rOZ -mXu +chW izU eSz tCl @@ -164171,7 +164171,7 @@ tFZ wvE eSz izU -gCi +dqr qVu izU dhe @@ -165738,8 +165738,8 @@ gNk xuE aTb wdj -fIs -aYX +lDr +hue wdj dKN eFr @@ -165973,7 +165973,7 @@ poG oWe dTr xzq -bqg +dKo lwK new oam @@ -166230,7 +166230,7 @@ gCX xAW llI rOu -iCK +jfq woW chH ctF @@ -166486,8 +166486,8 @@ oVt gCX eOi agt -xEG -wGf +hHZ +eGE pvc vEe qOw @@ -166770,7 +166770,7 @@ keD jHN ncS sHm -fSf +neY jYS fOv ygi @@ -167281,7 +167281,7 @@ lXy dkW xSZ dyI -qnq +jfO jYS jYS jYS @@ -167289,7 +167289,7 @@ jYS cTc dVQ cZp -kPM +qdb jQJ qaO qaO @@ -168829,7 +168829,7 @@ jqP jLK jYS qrR -tMg +upN fkR jYS qgt @@ -169572,7 +169572,7 @@ xXq vMl gXj csZ -fWX +uWM eSz eSz qNI @@ -169841,7 +169841,7 @@ qdK iug scA pWZ -caR +pXc bhA ojj xav @@ -170056,7 +170056,7 @@ dhe dhe dhe dME -kli +dsZ twp tEa dME @@ -170833,7 +170833,7 @@ ufr vqO deE bRs -tTC +cZB lse atp lse @@ -171086,14 +171086,14 @@ dhe dME atr bOF -nbz +wJH dME hrm hrm bGJ lse lse -dno +wKq bGJ hrm hrm @@ -171359,7 +171359,7 @@ dhe dhe abE khY -mva +gBA izU eSz tCl @@ -171367,7 +171367,7 @@ tFZ wvE eSz izU -sPH +qhp vuS whz pio @@ -171654,7 +171654,7 @@ ihB eNH buW lxT -hAG +gML ugt fPu dDG @@ -171904,7 +171904,7 @@ mBq kOL bcZ jfw -msV +hkR ugt ugt ugt @@ -174472,7 +174472,7 @@ dhe dhe dhe mBq -wZv +cKj puo mMl mBq @@ -176242,7 +176242,7 @@ wUY lZW lZW cLq -vMB +mGZ bMb brm iOd @@ -176250,7 +176250,7 @@ jgH vPi brm bMb -iZa +qHv vlf pTh wJO @@ -176999,7 +176999,7 @@ fcg oDp aFR pKs -lbg +aGP usY mPw lZW @@ -177031,7 +177031,7 @@ moz nql moz niI -ant +wdT cjd iKY lPf @@ -177297,7 +177297,7 @@ doK doK szB ebW -vZt +gGN weI tml soq @@ -177513,7 +177513,7 @@ lZW usY gdt otq -xmq +lJh usY lZW lZW @@ -177545,7 +177545,7 @@ rJV nUg nUg fla -ant +wdT dAU tFT ucl @@ -177770,13 +177770,13 @@ eQQ ajH oDs vIu -aFo -qDp -toC -xia -fgV -dpM -nkt +jhc +jnF +eMh +wuh +opS +mVe +qXI whL eKt tnh @@ -177797,7 +177797,7 @@ czl pTh jxi soq -mmR +air dKM dKM dKM @@ -177805,9 +177805,9 @@ dKM wFx wFx wFx -sBu +aiU hLV -sBu +aiU wFx wFx ebW @@ -177835,7 +177835,7 @@ hlc dDG dDG dDG -iDZ +aAS dOi dhe dhe @@ -178027,13 +178027,13 @@ dJV dJV dJV nkJ -aFo -acx -owZ -aXZ -kMW -aME -trs +jhc +wDg +cgy +bws +ylK +stz +fgO whL een gCc @@ -178073,7 +178073,7 @@ vEX hzq vEX cVz -lAc +iuo huu eyc hTG @@ -178284,13 +178284,13 @@ rDg uax nza rOe -oOE -sGK -tjJ -aYG -kRG -iYb -trs +cEi +heo +tII +clB +qbZ +lST +fgO whL mpA fTH @@ -178541,13 +178541,13 @@ ydS ydS gKj qHM -aFo -sxj -hmo -aWh -fza -aWh -abH +jhc +fpm +wXf +kOt +vXv +kOt +sEq whL nqh eKj @@ -178798,7 +178798,7 @@ lPl uax enQ beO -aFo +jhc oAV oAV vYl @@ -178821,7 +178821,7 @@ vPi brm dfz iey -hTU +fjR wpK lfQ lfQ @@ -178830,9 +178830,9 @@ sRZ sRZ oxL oxL -gxz -pJF -gxz +ocN +nXm +ocN tPZ tPZ crq @@ -179068,7 +179068,7 @@ jzn oNJ cbc fgi -ebM +aEL hhL bMb brm @@ -179082,7 +179082,7 @@ bxh lfQ iBx rlu -sUb +efA puT wpK oxL @@ -179092,7 +179092,7 @@ nyF svv icL tPZ -wAt +qmK tby hTG oPT @@ -179599,12 +179599,12 @@ wBb aSw nBM nUy -jTw +sTQ uuQ lIs dxk iZz -rNQ +dbo tPZ ezw jIC @@ -179618,7 +179618,7 @@ hJW bSE hFt aob -aJM +gjo iYW qKC cZf @@ -179856,7 +179856,7 @@ nMU kiA rVA deg -tzR +fCE gVu fXq ese @@ -180113,7 +180113,7 @@ tSr vFF pKJ nUy -jTw +sTQ uuQ lIs iAp @@ -180128,11 +180128,11 @@ cjE rIz fZz xYj -wwn +wRD bSE joR jfs -yiW +qqv iYW xVK jeJ @@ -180661,7 +180661,7 @@ fyd hlc jkO cwW -wjm +voc noM hlc fyd @@ -180849,10 +180849,10 @@ bYR haS udQ udQ -sRN -sRN -sRN -qDk +dsA +dsA +dsA +xEI udQ pRM pRM @@ -180867,7 +180867,7 @@ fgi fgi fgi fgi -giR +ocL hBQ xYV brm @@ -180877,7 +180877,7 @@ vPi brm bOr qtF -dVi +hTh wpK lfQ lfQ @@ -180886,9 +180886,9 @@ sRZ sRZ oxL oxL -rHj -tEC -rHj +gCf +sZx +gCf tPZ tPZ rYk @@ -180916,9 +180916,9 @@ fyd fyd pqH qSS -jEP -jEP -qHl +vhU +vhU +pvO qSS hlc hlc @@ -181629,7 +181629,7 @@ nwM npM csX whm -rHW +hnq iNr sJS fur @@ -181638,7 +181638,7 @@ yiV xoN pwp wZE -uKj +eZW hFH hZc seW @@ -181648,7 +181648,7 @@ seW seW iXW sBC -umj +uso vte hBW cmb @@ -181661,7 +181661,7 @@ cEy jPy ugl nHd -tih +edg wVj kEA hwM @@ -182413,7 +182413,7 @@ rxO lCE vUE rxO -jIJ +jum cEC eAG kKn @@ -182946,9 +182946,9 @@ hen rfq pPD hvJ -wMn +spl bKU -iqZ +lHl hvJ oii nzE @@ -182959,7 +182959,7 @@ ioo rGj xNT etm -dTT +eZa rkI sYF ezw @@ -183007,7 +183007,7 @@ wOq wOq ksR sVz -bNr +jBP seQ fyX ffe @@ -183947,7 +183947,7 @@ azX vHa hHP lCy -jSe +xgI doD qbu riS @@ -187294,7 +187294,7 @@ uCy uCy vhu uCy -qYU +lrF uCy uCy uCy diff --git a/_maps/shuttles/emergency_cere.dmm b/_maps/shuttles/emergency_cere.dmm index c118c6a65f1..858446afef9 100644 --- a/_maps/shuttles/emergency_cere.dmm +++ b/_maps/shuttles/emergency_cere.dmm @@ -618,6 +618,17 @@ }, /turf/open/floor/iron/white, /area/shuttle/escape) +"cj" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/anesthetic_mix, +/turf/open/floor/iron/white, +/area/shuttle/escape) "ck" = ( /obj/machinery/atmospherics/components/unary/cryo_cell, /obj/effect/turf_decal/tile/blue{ @@ -929,6 +940,11 @@ }, /turf/open/floor/iron, /area/shuttle/escape) +"cX" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror/directional/west, +/turf/open/floor/iron/freezer, +/area/shuttle/escape) "cY" = ( /obj/machinery/light/directional/east, /turf/open/floor/iron/freezer, @@ -1152,17 +1168,6 @@ /obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron/dark, /area/shuttle/escape) -"lR" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/anesthetic_mix, -/turf/open/floor/iron/white, -/area/shuttle/escape) "ok" = ( /obj/structure/table, /obj/item/storage/medkit/regular{ @@ -1205,11 +1210,6 @@ /obj/effect/turf_decal/tile/red/fourcorners, /turf/open/floor/iron/dark, /area/shuttle/escape) -"wc" = ( -/obj/structure/sink/directional/east, -/obj/structure/mirror/directional/west, -/turf/open/floor/iron/freezer, -/area/shuttle/escape) "zj" = ( /obj/structure/table, /obj/item/storage/medkit/regular{ @@ -1838,8 +1838,8 @@ cE cH ab cR -wc -wc +cX +cX ab dr dv @@ -1918,7 +1918,7 @@ bW bW bR ac -lR +cj cq cw cC diff --git a/_maps/shuttles/labour_box.dmm b/_maps/shuttles/labour_box.dmm index 747c8dbf2ee..42f439753c7 100644 --- a/_maps/shuttles/labour_box.dmm +++ b/_maps/shuttles/labour_box.dmm @@ -40,7 +40,6 @@ /area/shuttle/labor) "h" = ( /obj/machinery/mineral/stacking_unit_console{ - machinedir = 2; pixel_x = 30; pixel_y = 30 }, @@ -76,7 +75,6 @@ /area/shuttle/labor) "n" = ( /obj/machinery/mineral/labor_claim_console{ - machinedir = 1; pixel_x = 30 }, /turf/open/floor/mineral/titanium, diff --git a/_maps/shuttles/labour_delta.dmm b/_maps/shuttles/labour_delta.dmm index 94a4750f3d1..210fab5eed6 100644 --- a/_maps/shuttles/labour_delta.dmm +++ b/_maps/shuttles/labour_delta.dmm @@ -45,7 +45,6 @@ /area/shuttle/labor) "i" = ( /obj/machinery/mineral/stacking_unit_console{ - machinedir = 2; pixel_x = 30; pixel_y = 30 }, @@ -99,7 +98,6 @@ /area/shuttle/labor) "p" = ( /obj/machinery/mineral/labor_claim_console{ - machinedir = 1; pixel_x = 30 }, /obj/effect/decal/cleanable/dirt, diff --git a/_maps/shuttles/labour_generic.dmm b/_maps/shuttles/labour_generic.dmm index a053d9d5fde..bccc8ad5b53 100644 --- a/_maps/shuttles/labour_generic.dmm +++ b/_maps/shuttles/labour_generic.dmm @@ -40,7 +40,6 @@ /area/shuttle/labor) "h" = ( /obj/machinery/mineral/stacking_unit_console{ - machinedir = 2; pixel_x = 30; pixel_y = 30 }, @@ -69,7 +68,6 @@ /area/shuttle/labor) "n" = ( /obj/machinery/mineral/labor_claim_console{ - machinedir = 1; pixel_x = 30 }, /turf/open/floor/mineral/titanium, diff --git a/_maps/shuttles/labour_kilo.dmm b/_maps/shuttles/labour_kilo.dmm index c1da0b198e6..cddc3599a73 100644 --- a/_maps/shuttles/labour_kilo.dmm +++ b/_maps/shuttles/labour_kilo.dmm @@ -57,7 +57,6 @@ /area/shuttle/labor) "h" = ( /obj/machinery/mineral/stacking_unit_console{ - machinedir = 2; pixel_x = 30; pixel_y = 30 }, @@ -134,7 +133,6 @@ /area/shuttle/labor) "n" = ( /obj/machinery/mineral/labor_claim_console{ - machinedir = 1; pixel_x = 30 }, /obj/effect/turf_decal/tile/neutral, diff --git a/_maps/shuttles/skyrat/labour_skyrat.dmm b/_maps/shuttles/skyrat/labour_skyrat.dmm index 663f9e15795..2fc03956d62 100644 --- a/_maps/shuttles/skyrat/labour_skyrat.dmm +++ b/_maps/shuttles/skyrat/labour_skyrat.dmm @@ -25,7 +25,6 @@ /area/shuttle/labor/advanced) "f" = ( /obj/machinery/mineral/labor_claim_console{ - machinedir = 1; pixel_x = 30 }, /turf/open/floor/iron/shuttle/exploration/side{ @@ -127,7 +126,6 @@ dir = 4 }, /obj/machinery/mineral/stacking_unit_console{ - machinedir = 2; pixel_x = 27; pixel_y = 22 }, diff --git a/code/modules/mining/laborcamp/laborstacker.dm b/code/modules/mining/laborcamp/laborstacker.dm index 31c1e4869f4..ca218ffe297 100644 --- a/code/modules/mining/laborcamp/laborstacker.dm +++ b/code/modules/mining/laborcamp/laborstacker.dm @@ -9,16 +9,14 @@ GLOBAL_LIST(labor_sheet_values) icon_state = "console" density = FALSE /// Connected stacking machine - var/obj/machinery/mineral/stacking_machine/laborstacker/stacking_machine = null - /// Direction of the stacking machine - var/machinedir = SOUTH + var/obj/machinery/mineral/stacking_machine/laborstacker/stacking_machine /// Needed to send messages to sec radio - var/obj/item/radio/Radio + var/obj/item/radio/security_radio /obj/machinery/mineral/labor_claim_console/Initialize(mapload) . = ..() - Radio = new /obj/item/radio(src) - Radio.set_listening(FALSE) + security_radio = new /obj/item/radio(src) + security_radio.set_listening(FALSE) locate_stacking_machine() //If we can't find a stacking machine end it all ok? if(!stacking_machine) @@ -26,15 +24,14 @@ GLOBAL_LIST(labor_sheet_values) if(!GLOB.labor_sheet_values) var/sheet_list = list() - for(var/sheet_type in subtypesof(/obj/item/stack/sheet)) - var/obj/item/stack/sheet/sheet = sheet_type - if(!initial(sheet.point_value) || (initial(sheet.merge_type) && initial(sheet.merge_type) != sheet_type)) //ignore no-value sheets and x/fifty subtypes + for(var/obj/item/stack/sheet/sheet as anything in subtypesof(/obj/item/stack/sheet)) + if(!initial(sheet.point_value) || (initial(sheet.merge_type) && initial(sheet.merge_type) != sheet)) //ignore no-value sheets and x/fifty subtypes continue sheet_list += list(list("ore" = initial(sheet.name), "value" = initial(sheet.point_value))) GLOB.labor_sheet_values = sort_list(sheet_list, /proc/cmp_sheet_list) /obj/machinery/mineral/labor_claim_console/Destroy() - QDEL_NULL(Radio) + QDEL_NULL(security_radio) if(stacking_machine) stacking_machine.labor_console = null stacking_machine = null @@ -58,22 +55,22 @@ GLOBAL_LIST(labor_sheet_values) var/list/data = list() var/can_go_home = FALSE - data["emagged"] = FALSE if(obj_flags & EMAGGED) - data["emagged"] = TRUE can_go_home = TRUE - var/obj/item/card/id/I - if(isliving(usr)) - var/mob/living/L = usr - I = L.get_idcard(TRUE) - if(istype(I, /obj/item/card/id/advanced/prisoner)) - var/obj/item/card/id/advanced/prisoner/P = I - data["id_points"] = P.points - if(P.points >= P.goal) + var/obj/item/card/id/worn_id + if(isliving(user)) + var/mob/living/living_user = user + worn_id = living_user.get_idcard(TRUE) + if(istype(worn_id, /obj/item/card/id/advanced/prisoner)) + var/obj/item/card/id/advanced/prisoner/worn_prisoner_id = worn_id + data["id_points"] = worn_prisoner_id.points + if(!worn_prisoner_id.goal) + data["status_info"] = "No goal set!" + else if(worn_prisoner_id.points >= worn_prisoner_id.goal) can_go_home = TRUE data["status_info"] = "Goal met!" else - data["status_info"] = "You are [(P.goal - P.points)] points away." + data["status_info"] = "You are [(worn_prisoner_id.goal - worn_prisoner_id.points)] points away." else data["status_info"] = "No Prisoner ID detected." data["id_points"] = 0 @@ -89,41 +86,45 @@ GLOBAL_LIST(labor_sheet_values) if(.) return - var/mob/M = usr + var/mob/user_mob = usr + switch(action) + if("claim_points") - var/obj/item/card/id/I - if(isliving(M)) - var/mob/living/L = M - I = L.get_idcard(TRUE) - if(istype(I, /obj/item/card/id/advanced/prisoner)) - var/obj/item/card/id/advanced/prisoner/P = I - P.points += stacking_machine.points + var/obj/item/card/id/worn_id + if(isliving(user_mob)) + var/mob/living/living_mob = user_mob + worn_id = living_mob.get_idcard(TRUE) + if(istype(worn_id, /obj/item/card/id/advanced/prisoner)) + var/obj/item/card/id/advanced/prisoner/worn_prisoner_id = worn_id + worn_prisoner_id.points += stacking_machine.points stacking_machine.points = 0 - to_chat(M, span_notice("Points transferred.")) + to_chat(user_mob, span_notice("Points transferred.")) return TRUE else - to_chat(M, span_alert("No valid id for point transfer detected.")) + to_chat(user_mob, span_alert("No valid id for point transfer detected.")) + if("move_shuttle") - if(!alone_in_area(get_area(src), M)) - to_chat(M, span_alert("Prisoners are only allowed to be released while alone.")) + if(!alone_in_area(get_area(src), user_mob)) + to_chat(user_mob, span_alert("Prisoners are only allowed to be released while alone.")) return + switch(SSshuttle.moveShuttle("laborcamp", "laborcamp_home", TRUE)) if(1) - to_chat(M, span_alert("Shuttle not found.")) + to_chat(user_mob, span_alert("Shuttle not found.")) if(2) - to_chat(M, span_alert("Shuttle already at station.")) + to_chat(user_mob, span_alert("Shuttle already at station.")) if(3) - to_chat(M, span_alert("No permission to dock could be granted.")) + to_chat(user_mob, span_alert("No permission to dock could be granted.")) else if(!(obj_flags & EMAGGED)) - Radio.set_frequency(FREQ_SECURITY) - Radio.talk_into(src, "A prisoner has returned to the station. Minerals and Prisoner ID card ready for retrieval.", FREQ_SECURITY) - to_chat(M, span_notice("Shuttle received message and will be sent shortly.")) + security_radio.set_frequency(FREQ_SECURITY) + security_radio.talk_into(src, "A prisoner has returned to the station. Minerals and Prisoner ID card ready for retrieval.", FREQ_SECURITY) + to_chat(user_mob, span_notice("Shuttle received message and will be sent shortly.")) return TRUE /obj/machinery/mineral/labor_claim_console/proc/locate_stacking_machine() - stacking_machine = locate(/obj/machinery/mineral/stacking_machine, get_step(src, machinedir)) + stacking_machine = locate(/obj/machinery/mineral/stacking_machine) in view(2, src) if(stacking_machine) stacking_machine.labor_console = src @@ -136,9 +137,11 @@ GLOBAL_LIST(labor_sheet_values) /obj/machinery/mineral/stacking_machine/laborstacker force_connect = TRUE - var/points = 0 //The unclaimed value of ore stacked. - damage_deflection = 21 - var/obj/machinery/mineral/labor_claim_console/labor_console //This is abhorent. I know. + damage_deflection = 21 //otherwise prisoners will destroy it + ///Idle points sitting in the machine left to be claimed. + var/points = 0 + ///Labor claim console synced to our stacking machine, set by the console. + var/obj/machinery/mineral/labor_claim_console/labor_console /obj/machinery/mineral/stacking_machine/laborstacker/Destroy() if(labor_console) @@ -148,12 +151,12 @@ GLOBAL_LIST(labor_sheet_values) /obj/machinery/mineral/stacking_machine/laborstacker/process_sheet(obj/item/stack/sheet/inp) points += inp.point_value * inp.amount - ..() + return ..() -/obj/machinery/mineral/stacking_machine/laborstacker/attackby(obj/item/I, mob/living/user) - if(istype(I, /obj/item/stack/sheet) && user.canUnEquip(I) && !user.combat_mode) - var/obj/item/stack/sheet/inp = I - points += inp.point_value * inp.amount +/obj/machinery/mineral/stacking_machine/laborstacker/attackby(obj/item/weapon, mob/user, params) + if(istype(weapon, /obj/item/stack/sheet)) + process_sheet(weapon) + return return ..() /**********************Point Lookup Console**************************/ @@ -171,15 +174,13 @@ GLOBAL_LIST(labor_sheet_values) return user.examinate(src) -/obj/machinery/mineral/labor_points_checker/attackby(obj/item/I, mob/user, params) - if(istype(I, /obj/item/card/id)) - if(istype(I, /obj/item/card/id/advanced/prisoner)) - var/obj/item/card/id/advanced/prisoner/prisoner_id = I - to_chat(user, span_notice("ID: [prisoner_id.registered_name]")) - to_chat(user, span_notice("Points Collected:[prisoner_id.points]")) - to_chat(user, span_notice("Point Quota: [prisoner_id.goal]")) - to_chat(user, span_notice("Collect points by bringing smelted minerals to the Labor Shuttle stacking machine. Reach your quota to earn your release.")) - else - to_chat(user, span_warning("Error: Invalid ID")) - else +/obj/machinery/mineral/labor_points_checker/attackby(obj/item/weapon, mob/user, params) + if(!istype(weapon, /obj/item/card/id/advanced/prisoner)) return ..() + var/obj/item/card/id/advanced/prisoner/prisoner_id = weapon + if(!prisoner_id.goal) //no goal to reach + say("No goal required for this ID.") + return + say("ID: [prisoner_id.registered_name].") + say("Points Collected: [prisoner_id.points] / [prisoner_id.goal].") + say("Collect points by bringing smelted minerals to the Labor Shuttle stacking machine. Reach your quota to earn your release.") diff --git a/code/modules/mining/machine_processing.dm b/code/modules/mining/machine_processing.dm index 1962aaa0f0a..44efcad0e1f 100644 --- a/code/modules/mining/machine_processing.dm +++ b/code/modules/mining/machine_processing.dm @@ -38,6 +38,11 @@ unregister_input_turf() register_input_turf() +/obj/machinery/mineral/shuttleRotate(rotation, params) + . = ..() + input_dir = angle2dir(rotation + dir2angle(input_dir)) + output_dir = angle2dir(rotation + dir2angle(output_dir)) + /** Base proc for all `/mineral` subtype machines to use. Place your item pickup behavior in this proc when you override it for your specific machine. @@ -54,34 +59,34 @@ return /// Generic unloading proc. Takes an atom as an argument and forceMove's it to the turf adjacent to this machine in the `output_dir` direction. -/obj/machinery/mineral/proc/unload_mineral(atom/movable/S) - S.forceMove(drop_location()) - var/turf/T = get_step(src,output_dir) - if(T) - S.forceMove(T) +/obj/machinery/mineral/proc/unload_mineral(atom/movable/unloaded_mineral) + unloaded_mineral.forceMove(drop_location()) + var/turf/unload_turf = get_step(src, output_dir) + if(unload_turf) + unloaded_mineral.forceMove(unload_turf) /obj/machinery/mineral/processing_unit_console name = "production machine console" icon = 'icons/obj/machines/mining_machines.dmi' icon_state = "console" density = TRUE - var/obj/machinery/mineral/processing_unit/machine = null - var/machinedir = EAST + /// Connected ore processing machine. + var/obj/machinery/mineral/processing_unit/processing_machine /obj/machinery/mineral/processing_unit_console/Initialize(mapload) . = ..() - machine = locate(/obj/machinery/mineral/processing_unit, get_step(src, machinedir)) - if (machine) - machine.CONSOLE = src + processing_machine = locate(/obj/machinery/mineral/processing_unit) in view(2, src) + if (processing_machine) + processing_machine.mineral_machine = src else return INITIALIZE_HINT_QDEL /obj/machinery/mineral/processing_unit_console/ui_interact(mob/user) . = ..() - if(!machine) + if(!processing_machine) return - var/dat = machine.get_machine_data() + var/dat = processing_machine.get_machine_data() var/datum/browser/popup = new(user, "processing", "Smelting Console", 300, 500) popup.set_content(dat) @@ -96,22 +101,22 @@ if(href_list["material"]) var/datum/material/new_material = locate(href_list["material"]) if(istype(new_material)) - machine.selected_material = new_material - machine.selected_alloy = null + processing_machine.selected_material = new_material + processing_machine.selected_alloy = null if(href_list["alloy"]) - machine.selected_material = null - machine.selected_alloy = href_list["alloy"] + processing_machine.selected_material = null + processing_machine.selected_alloy = href_list["alloy"] if(href_list["set_on"]) - machine.on = (href_list["set_on"] == "on") - machine.begin_processing() + processing_machine.on = (href_list["set_on"] == "on") + processing_machine.begin_processing() updateUsrDialog() return /obj/machinery/mineral/processing_unit_console/Destroy() - machine = null + processing_machine = null return ..() @@ -124,10 +129,10 @@ icon_state = "furnace" density = TRUE needs_item_input = TRUE - var/obj/machinery/mineral/CONSOLE = null var/on = FALSE - var/datum/material/selected_material = null - var/selected_alloy = null + var/selected_alloy + var/obj/machinery/mineral/mineral_machine + var/datum/material/selected_material var/datum/techweb/stored_research ///Proximity monitor associated with this atom, needed for proximity checks. var/datum/proximity_monitor/proximity_monitor @@ -135,23 +140,24 @@ /obj/machinery/mineral/processing_unit/Initialize(mapload) . = ..() proximity_monitor = new(src, 1) - var/list/allowed_materials = list(/datum/material/iron, - /datum/material/glass, - /datum/material/silver, - /datum/material/gold, - /datum/material/diamond, - /datum/material/plasma, - /datum/material/uranium, - /datum/material/bananium, - /datum/material/titanium, - /datum/material/bluespace - ) + var/list/allowed_materials = list( + /datum/material/iron, + /datum/material/glass, + /datum/material/silver, + /datum/material/gold, + /datum/material/diamond, + /datum/material/plasma, + /datum/material/uranium, + /datum/material/bananium, + /datum/material/titanium, + /datum/material/bluespace, + ) AddComponent(/datum/component/material_container, allowed_materials, INFINITY, MATCONTAINER_EXAMINE|BREAKDOWN_FLAGS_ORE_PROCESSOR, allowed_items=/obj/item/stack) stored_research = new /datum/techweb/specialized/autounlocking/smelter selected_material = GET_MATERIAL_REF(/datum/material/iron) /obj/machinery/mineral/processing_unit/Destroy() - CONSOLE = null + mineral_machine = null QDEL_NULL(stored_research) return ..() @@ -165,40 +171,40 @@ else materials.insert_item(O, breakdown_flags=BREAKDOWN_FLAGS_ORE_PROCESSOR) qdel(O) - if(CONSOLE) - CONSOLE.updateUsrDialog() + if(mineral_machine) + mineral_machine.updateUsrDialog() /obj/machinery/mineral/processing_unit/proc/get_machine_data() var/dat = "Smelter control console

" var/datum/component/material_container/materials = GetComponent(/datum/component/material_container) - for(var/datum/material/M in materials.materials) - var/amount = materials.materials[M] - dat += "[M.name]: [amount] cm³" - if (selected_material == M) + for(var/datum/material/all_materials as anything in materials.materials) + var/amount = materials.materials[all_materials] + dat += "[all_materials.name]: [amount] cm³" + if (selected_material == all_materials) dat += " Smelting" else - dat += " Not Smelting " + dat += " Not Smelting " dat += "
" dat += "

" dat += "Smelt Alloys
" - for(var/v in stored_research.researched_designs) - var/datum/design/D = SSresearch.techweb_design_by_id(v) - dat += "[D.name] " - if (selected_alloy == D.id) + for(var/research in stored_research.researched_designs) + var/datum/design/designs = SSresearch.techweb_design_by_id(research) + dat += "[designs.name] " + if (selected_alloy == designs.id) dat += " Smelting" else - dat += " Not Smelting " + dat += " Not Smelting " dat += "
" dat += "

" //On or off dat += "Machine is currently " if (on) - dat += "On " + dat += "On " else - dat += "Off " + dat += "Off " return dat @@ -209,30 +215,31 @@ process_ore(target) /obj/machinery/mineral/processing_unit/process(delta_time) - if(on) - if(selected_material) - smelt_ore(delta_time) - - else if(selected_alloy) - smelt_alloy(delta_time) - - - if(CONSOLE) - CONSOLE.updateUsrDialog() - else + if(!on) end_processing() + if(mineral_machine) + mineral_machine.updateUsrDialog() + return + + if(selected_material) + smelt_ore(delta_time) + else if(selected_alloy) + smelt_alloy(delta_time) + + if(mineral_machine) + mineral_machine.updateUsrDialog() /obj/machinery/mineral/processing_unit/proc/smelt_ore(delta_time = 2) var/datum/component/material_container/materials = GetComponent(/datum/component/material_container) var/datum/material/mat = selected_material - if(mat) - var/sheets_to_remove = (materials.materials[mat] >= (MINERAL_MATERIAL_AMOUNT * SMELT_AMOUNT * delta_time) ) ? SMELT_AMOUNT * delta_time : round(materials.materials[mat] / MINERAL_MATERIAL_AMOUNT) - if(!sheets_to_remove) - on = FALSE - else - var/out = get_step(src, output_dir) - materials.retrieve_sheets(sheets_to_remove, mat, out) - + if(!mat) + return + var/sheets_to_remove = (materials.materials[mat] >= (MINERAL_MATERIAL_AMOUNT * SMELT_AMOUNT * delta_time) ) ? SMELT_AMOUNT * delta_time : round(materials.materials[mat] / MINERAL_MATERIAL_AMOUNT) + if(!sheets_to_remove) + on = FALSE + else + var/out = get_step(src, output_dir) + materials.retrieve_sheets(sheets_to_remove, mat, out) /obj/machinery/mineral/processing_unit/proc/smelt_alloy(delta_time = 2) var/datum/design/alloy = stored_research.isDesignResearchedID(selected_alloy) //check if it's a valid design @@ -274,6 +281,6 @@ /obj/machinery/mineral/processing_unit/on_deconstruction() var/datum/component/material_container/materials = GetComponent(/datum/component/material_container) materials.retrieve_all() - ..() + return ..() #undef SMELT_AMOUNT diff --git a/code/modules/mining/machine_stacking.dm b/code/modules/mining/machine_stacking.dm index 52ee80ae993..a61b11e70b5 100644 --- a/code/modules/mining/machine_stacking.dm +++ b/code/modules/mining/machine_stacking.dm @@ -9,12 +9,10 @@ circuit = /obj/item/circuitboard/machine/stacking_unit_console /// Connected stacking machine var/obj/machinery/mineral/stacking_machine/machine - /// Direction for which console looks for stacking machine to connect to - var/machinedir = SOUTHEAST /obj/machinery/mineral/stacking_unit_console/Initialize(mapload) . = ..() - machine = locate(/obj/machinery/mineral/stacking_machine, get_step(src, machinedir)) + machine = locate(/obj/machinery/mineral/stacking_machine) in view(2, src) if (machine) machine.console = src @@ -87,7 +85,7 @@ var/obj/machinery/mineral/stacking_unit_console/console var/stk_types = list() var/stk_amt = list() - var/stack_list[0] //Key: Type. Value: Instance of type. + var/stack_list[0] //Key: Type. Value: Instance of type. var/stack_amt = 50 //amount to stack before releassing var/datum/component/remote_materials/materials var/force_connect = FALSE @@ -97,7 +95,7 @@ /obj/machinery/mineral/stacking_machine/Initialize(mapload) . = ..() proximity_monitor = new(src, 1) - materials = AddComponent(/datum/component/remote_materials, "stacking", mapload, FALSE, mapload && force_connect) + materials = AddComponent(/datum/component/remote_materials, "stacking", mapload, FALSE, (mapload && force_connect)) /obj/machinery/mineral/stacking_machine/Destroy() if(console)