From 08b4db1d9186fb6ffc2662ecf5a920fb7edce62a Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 18 Oct 2021 00:17:02 +0200 Subject: [PATCH] [MIRROR] Power generation (collectors, coils, grounding rods) cleanup [MDB IGNORE] (#8871) * Power generation (collectors, coils, grounding rods) cleanup (#62144) * Energy collection: Mass rework Radiation Collectors and Tesla Coils are now subtyles of a common energy_accumulator type. This type combines common code such as smoothing output over energy received, computing power output, and handling wire connections. Inline calculations using machine energy units are now performed by common math functions in maths.dm. Rather than reference 0.1, 1 SECONDS is used to make it clear this is to calculate to and from tickrate dependent units. Constants which are written in terms of tickrate dependent units are now written in terms of joules, and use these helpers to convert to and from these units. With SSmachines.wait / (1 SECONDS) being 2, this usually means doubling the values of constants which were previously defined in terms of machine energy units. * Energy collection: Map path update > git ls-files | grep dmm | xargs sed -i 's1rad_collector1energy_accumulator/&1g' > git ls-files | grep dmm | xargs sed -i 's1tesla_coil1energy_accumulator/&1g' > git ls-files | grep dmm | xargs sed -i 's1grounding_rod1energy_accumulator/&1g' * Power generation (collectors, coils, grounding rods) cleanup * object path update (#8882) * [MDB IGNORE] Missed some paths (#8886) * object path update * oops missed a couple paths Co-authored-by: esainane Co-authored-by: ORCACommander --- .../IceRuins/icemoon_surface_engioutpost.dmm | 4 +- .../lavaland_surface_syndicate_base1.dmm | 86 +- _maps/RandomRuins/SpaceRuins/oldstation.dmm | 4 +- _maps/RandomZLevels/research2.dmm | 2 +- _maps/map_files/Blueshift/BlueShift.dmm | 30 +- .../map_files/Deltastation/DeltaStation2.dmm | 540 +- .../Deltastation/DeltaStation2_skyrat.dmm | 12 +- .../map_files/IceBoxStation/IceBoxStation.dmm | 10520 ++-- .../IceBoxStation/IceBoxStation_skyrat.dmm | 8 +- _maps/map_files/KiloStation/KiloStation.dmm | 602 +- .../KiloStation/KiloStation_skyrat.dmm | 8 +- _maps/map_files/MetaStation/MetaStation.dmm | 350 +- .../MetaStation/MetaStation_skyrat.dmm | 8 +- _maps/map_files/NSSJourney/NSSJourney.dmm | 12 +- .../WaterKiloStation/WaterKiloStation.dmm | 12 +- _maps/map_files/tramstation/tramstation.dmm | 40824 ++++++++-------- .../tramstation/tramstation_skyrat.dmm | 8 +- _maps/shuttles/ferry_lighthouse.dmm | 2 +- code/__HELPERS/maths.dm | 8 +- code/datums/wires/tesla_coil.dm | 4 +- .../circuitboards/machine_circuitboards.dm | 4 +- code/modules/cargo/exports/large_objects.dm | 4 +- code/modules/cargo/packs.dm | 16 +- code/modules/power/energy_accumulator.dm | 56 + code/modules/power/singularity/collector.dm | 82 +- code/modules/power/supermatter/supermatter.dm | 8 +- code/modules/power/tesla/coil.dm | 80 +- code/modules/power/tesla/energy_ball.dm | 8 +- tgstation.dme | 1 + 29 files changed, 26668 insertions(+), 26635 deletions(-) create mode 100644 code/modules/power/energy_accumulator.dm diff --git a/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm b/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm index cf5046d9964..bbec8dcca26 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm @@ -757,12 +757,12 @@ /turf/open/floor/engine/airless, /area/icemoon/surface/outdoors) "dc" = ( -/obj/machinery/power/rad_collector, +/obj/machinery/power/energy_accumulator/rad_collector, /obj/structure/cable, /turf/open/floor/plating/icemoon, /area/icemoon/surface/outdoors) "dd" = ( -/obj/machinery/power/rad_collector, +/obj/machinery/power/energy_accumulator/rad_collector, /turf/open/floor/plating/icemoon, /area/icemoon/surface/outdoors) "de" = ( diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm index eabe3415321..bcd41b9d4bd 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm @@ -544,22 +544,6 @@ }, /turf/open/floor/iron/dark, /area/ruin/unpowered/syndicate_lava_base/cargo) -"ed" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/power/rad_collector, -/turf/open/floor/iron/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) "ee" = ( /obj/structure/rack, /obj/item/flashlight{ @@ -1163,21 +1147,6 @@ }, /turf/open/floor/iron/dark, /area/ruin/unpowered/syndicate_lava_base/cargo) -"eZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/power/rad_collector, -/turf/open/floor/iron/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) "fa" = ( /obj/effect/spawner/structure/window/reinforced/plasma/plastitanium, /obj/machinery/door/firedoor, @@ -4114,15 +4083,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer4, /turf/open/floor/wood, /area/ruin/unpowered/syndicate_lava_base/bar) -"lC" = ( -/obj/structure/table/wood, -/obj/machinery/reagentgrinder, -/obj/item/kitchen/rollingpin, -/obj/item/kitchen/knife{ - pixel_x = 6 - }, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) "lE" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, @@ -5617,6 +5577,15 @@ /obj/effect/spawner/structure/window/reinforced/plasma/plastitanium, /turf/open/floor/plating/airless, /area/ruin/unpowered/syndicate_lava_base/engineering) +"tl" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder, +/obj/item/kitchen/rollingpin, +/obj/item/kitchen/knife{ + pixel_x = 6 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/syndicate_lava_base/bar) "tW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /turf/closed/wall/mineral/plastitanium/nodiagonal, @@ -5651,6 +5620,21 @@ "xn" = ( /turf/open/floor/engine/n2, /area/ruin/unpowered/syndicate_lava_base/engineering) +"xE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/power/energy_accumulator/rad_collector, +/turf/open/floor/iron/dark, +/area/ruin/unpowered/syndicate_lava_base/cargo) "yg" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ dir = 8; @@ -5661,6 +5645,22 @@ }, /turf/open/floor/engine/o2, /area/ruin/unpowered/syndicate_lava_base/engineering) +"AB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/power/energy_accumulator/rad_collector, +/turf/open/floor/iron/dark, +/area/ruin/unpowered/syndicate_lava_base/cargo) "AH" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -7052,7 +7052,7 @@ ka kq kM lk -lC +tl lZ mx jy @@ -7631,9 +7631,9 @@ ab ab dy dy -ed +AB ey -eZ +xE dy dy gO diff --git a/_maps/RandomRuins/SpaceRuins/oldstation.dmm b/_maps/RandomRuins/SpaceRuins/oldstation.dmm index 18cc26438d5..c3c649ac887 100644 --- a/_maps/RandomRuins/SpaceRuins/oldstation.dmm +++ b/_maps/RandomRuins/SpaceRuins/oldstation.dmm @@ -2853,7 +2853,7 @@ /area/ruin/space/has_grav/ancientstation/betacorridor) "hK" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/power/tesla_coil, +/obj/machinery/power/energy_accumulator/tesla_coil, /turf/open/floor/plating, /area/ruin/space/has_grav/ancientstation/deltacorridor) "hL" = ( @@ -6302,7 +6302,7 @@ /area/ruin/space/has_grav/ancientstation/deltacorridor) "rZ" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/power/grounding_rod, +/obj/machinery/power/energy_accumulator/grounding_rod, /turf/open/floor/plating, /area/ruin/space/has_grav/ancientstation/deltacorridor) "sy" = ( diff --git a/_maps/RandomZLevels/research2.dmm b/_maps/RandomZLevels/research2.dmm index f1175961b48..b33e808d448 100644 --- a/_maps/RandomZLevels/research2.dmm +++ b/_maps/RandomZLevels/research2.dmm @@ -153,7 +153,7 @@ /area/awaymission/research/interior/engineering) "aL" = ( /obj/structure/window/reinforced/plasma/spawner/west, -/obj/machinery/power/rad_collector/anchored, +/obj/machinery/power/energy_accumulator/rad_collector/anchored, /obj/structure/cable, /turf/open/floor/engine, /area/awaymission/research/interior/engineering) diff --git a/_maps/map_files/Blueshift/BlueShift.dmm b/_maps/map_files/Blueshift/BlueShift.dmm index 743078d94cf..b68b57b1f07 100644 --- a/_maps/map_files/Blueshift/BlueShift.dmm +++ b/_maps/map_files/Blueshift/BlueShift.dmm @@ -6235,7 +6235,7 @@ /area/science/genetics) "aXk" = ( /obj/effect/turf_decal/bot, -/obj/machinery/power/tesla_coil, +/obj/machinery/power/energy_accumulator/tesla_coil, /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -10935,7 +10935,7 @@ dir = 8 }, /obj/structure/cable, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "bHg" = ( @@ -15566,7 +15566,7 @@ /area/security/courtroom) "cqm" = ( /obj/effect/turf_decal/bot, -/obj/machinery/power/grounding_rod, +/obj/machinery/power/energy_accumulator/grounding_rod, /obj/effect/turf_decal/tile/yellow{ dir = 8 }, @@ -29433,7 +29433,7 @@ /area/science/explab) "emZ" = ( /obj/effect/turf_decal/stripes/end, -/obj/machinery/power/tesla_coil, +/obj/machinery/power/energy_accumulator/tesla_coil, /obj/structure/railing, /obj/structure/cable, /turf/open/floor/plating/airless, @@ -37383,7 +37383,7 @@ dir = 8 }, /obj/structure/cable, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "fwb" = ( @@ -70463,7 +70463,7 @@ dir = 9 }, /obj/structure/cable, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "kso" = ( @@ -71393,7 +71393,7 @@ /area/maintenance/aft/upper) "kzr" = ( /obj/effect/turf_decal/bot, -/obj/machinery/power/grounding_rod, +/obj/machinery/power/energy_accumulator/grounding_rod, /turf/open/floor/iron, /area/engineering/main) "kzs" = ( @@ -94882,7 +94882,7 @@ /area/medical/chemistry) "nYH" = ( /obj/effect/turf_decal/bot, -/obj/machinery/power/grounding_rod, +/obj/machinery/power/energy_accumulator/grounding_rod, /obj/effect/turf_decal/tile/yellow{ dir = 8 }, @@ -99031,7 +99031,7 @@ dir = 5 }, /obj/structure/cable, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "oFX" = ( @@ -106828,7 +106828,7 @@ /area/maintenance/fore) "pNW" = ( /obj/effect/turf_decal/bot, -/obj/machinery/power/tesla_coil, +/obj/machinery/power/energy_accumulator/tesla_coil, /turf/open/floor/iron, /area/engineering/main) "pNY" = ( @@ -119525,7 +119525,7 @@ dir = 4 }, /obj/structure/cable, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "rMR" = ( @@ -131357,7 +131357,7 @@ /area/maintenance/port/aft) "tyr" = ( /obj/effect/turf_decal/bot, -/obj/machinery/power/grounding_rod, +/obj/machinery/power/energy_accumulator/grounding_rod, /obj/effect/turf_decal/tile/yellow{ dir = 8 }, @@ -134710,7 +134710,7 @@ /obj/structure/railing{ dir = 1 }, -/obj/machinery/power/tesla_coil, +/obj/machinery/power/energy_accumulator/tesla_coil, /obj/structure/cable, /turf/open/floor/plating/airless, /area/space/nearstation) @@ -141328,7 +141328,7 @@ dir = 4 }, /obj/structure/cable, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "uVc" = ( @@ -144915,7 +144915,7 @@ /area/command/heads_quarters/rd) "vwe" = ( /obj/effect/turf_decal/bot, -/obj/machinery/power/tesla_coil, +/obj/machinery/power/energy_accumulator/tesla_coil, /obj/effect/turf_decal/tile/yellow{ dir = 8 }, diff --git a/_maps/map_files/Deltastation/DeltaStation2.dmm b/_maps/map_files/Deltastation/DeltaStation2.dmm index d8779266f96..956c57d6028 100644 --- a/_maps/map_files/Deltastation/DeltaStation2.dmm +++ b/_maps/map_files/Deltastation/DeltaStation2.dmm @@ -9943,14 +9943,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/cargo/miningoffice) -"bFF" = ( -/obj/structure/window/reinforced/plasma/spawner/west{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/power/tesla_coil/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) "bFL" = ( /turf/closed/wall/r_wall, /area/security/warden) @@ -19268,6 +19260,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/maintenance/aft) +"cOi" = ( +/obj/structure/window/reinforced/plasma/spawner/west{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) "cOj" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -24229,29 +24229,6 @@ /mob/living/carbon/human/species/monkey, /turf/open/floor/iron/dark, /area/science/genetics) -"djC" = ( -/obj/machinery/camera{ - c_tag = "Genetics Lab North"; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/window/westleft{ - dir = 2; - name = "'Monkey Pen"; - req_access_txt = "9" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/mob/living/carbon/human/species/monkey, -/turf/open/floor/iron/dark, -/area/science/genetics) "djD" = ( /obj/machinery/dna_scannernew, /obj/effect/turf_decal/tile/neutral{ @@ -28111,19 +28088,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/engineering/break_room) -"dDF" = ( -/obj/structure/noticeboard/directional/east, -/obj/machinery/camera{ - c_tag = "Science - Robotics Lab"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/science/robotics/lab) "dDI" = ( /obj/structure/table, /obj/item/storage/toolbox/mechanical, @@ -28577,6 +28541,14 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron/white, /area/medical/chemistry) +"dET" = ( +/obj/structure/window/reinforced/plasma/spawner/west{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) "dEW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -36866,6 +36838,14 @@ /obj/effect/turf_decal/tile/purple, /turf/open/floor/iron/white, /area/command/heads_quarters/rd) +"eZx" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engineering/supermatter) "eZQ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/red{ @@ -38652,6 +38632,18 @@ }, /turf/open/floor/iron, /area/security/prison) +"fCF" = ( +/obj/structure/bed/dogbed/runtime, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/obj/structure/disposalpipe/segment, +/mob/living/simple_animal/pet/cat/runtime, +/turf/open/floor/iron, +/area/command/heads_quarters/cmo) "fDa" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -39371,6 +39363,26 @@ }, /turf/open/floor/iron, /area/maintenance/starboard) +"fQi" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/mob/living/simple_animal/sloth/citrus, +/turf/open/floor/iron, +/area/cargo/qm) "fQL" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral{ @@ -41953,20 +41965,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/grimy, /area/service/chapel/office) -"gDK" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table/wood/fancy, -/obj/structure/sign/painting/library_secure{ - pixel_y = 32 - }, -/obj/effect/spawner/random/decoration/statue{ - spawn_loot_chance = 35 - }, -/turf/open/floor/carpet, -/area/service/library) "gDO" = ( /obj/machinery/modular_computer/console/preset/id{ dir = 1 @@ -44815,34 +44813,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai) -"huf" = ( -/obj/structure/closet/crate, -/obj/item/reagent_containers/glass/bowl, -/obj/effect/spawner/random/contraband/prison, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/kitchen/fork/plastic, -/obj/item/kitchen/fork/plastic, -/obj/item/kitchen/fork/plastic, -/obj/item/storage/box/drinkingglasses, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/knife/plastic, -/obj/item/kitchen/knife/plastic, -/obj/item/kitchen/knife/plastic, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/box/drinkingglasses, -/turf/open/floor/iron/cafeteria, -/area/security/prison) "hul" = ( /obj/structure/window/reinforced{ dir = 1 @@ -47693,6 +47663,19 @@ heat_capacity = 1e+006 }, /area/maintenance/port) +"ihy" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -8 + }, +/obj/item/kitchen/knife, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/service/kitchen) "ihB" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/secure_closet/atmospherics, @@ -49708,14 +49691,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/security/checkpoint/customs) -"iOb" = ( -/obj/structure/window/reinforced/plasma/spawner/west{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/power/tesla_coil/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) "iOi" = ( /obj/machinery/cell_charger, /obj/structure/table/reinforced, @@ -50987,26 +50962,6 @@ }, /turf/open/floor/iron, /area/command/teleporter) -"jjX" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/mob/living/simple_animal/sloth/citrus, -/turf/open/floor/iron, -/area/cargo/qm) "jkE" = ( /obj/structure/table/wood, /obj/item/paper_bin, @@ -52843,14 +52798,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/hallway/primary/fore) -"jOi" = ( -/obj/structure/window/reinforced/plasma/spawner/west{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/power/grounding_rod/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) "jOj" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57842,6 +57789,11 @@ }, /turf/open/floor/iron, /area/engineering/gravity_generator) +"lks" = ( +/obj/machinery/power/energy_accumulator/tesla_coil, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/engineering/main) "lkw" = ( /obj/structure/table/glass, /obj/machinery/light_switch/directional/south, @@ -58716,14 +58668,6 @@ }, /turf/open/floor/iron, /area/service/hydroponics) -"lww" = ( -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/engineering/supermatter) "lwN" = ( /obj/structure/sign/painting/library{ pixel_y = -32 @@ -63601,16 +63545,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/maintenance/port/fore) -"mSf" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/mob/living/basic/cockroach, -/turf/open/floor/plating, -/area/maintenance/port/aft) "mSi" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -67330,6 +67264,15 @@ /obj/structure/sign/warning/radiation, /turf/closed/wall/r_wall, /area/engineering/gravity_generator) +"nTw" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/donkpockets, +/obj/item/stack/package_wrap, +/obj/effect/turf_decal/bot, +/obj/item/kitchen/knife, +/turf/open/floor/iron, +/area/maintenance/starboard/fore) "nTB" = ( /obj/machinery/modular_computer/console/preset/id, /obj/effect/turf_decal/tile/blue{ @@ -72278,18 +72221,6 @@ }, /turf/open/floor/iron/grimy, /area/service/library) -"ppW" = ( -/obj/structure/bed/dogbed/runtime, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/airalarm/directional/west, -/obj/structure/disposalpipe/segment, -/mob/living/simple_animal/pet/cat/runtime, -/turf/open/floor/iron, -/area/command/heads_quarters/cmo) "pqg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, @@ -72472,19 +72403,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/engineering/main) -"ptG" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -8 - }, -/obj/item/kitchen/knife, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/service/kitchen) "ptO" = ( /obj/effect/decal/cleanable/dirt, /obj/item/kirbyplants/random, @@ -73030,6 +72948,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible, /turf/open/floor/plating, /area/engineering/atmos) +"pEc" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood/fancy, +/obj/structure/sign/painting/library_secure{ + pixel_y = 32 + }, +/obj/effect/spawner/random/decoration/statue{ + spawn_loot_chance = 35 + }, +/turf/open/floor/carpet, +/area/service/library) "pEj" = ( /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, @@ -73155,6 +73087,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) +"pFV" = ( +/obj/machinery/door/window{ + name = "Secure Art Exhibition"; + req_access_txt = "37" + }, +/obj/structure/table/wood/fancy, +/obj/structure/sign/painting/library_secure{ + pixel_y = 32 + }, +/obj/effect/spawner/random/decoration/statue{ + spawn_loot_chance = 35 + }, +/turf/open/floor/carpet, +/area/service/library) "pFX" = ( /obj/machinery/light/directional/east, /obj/effect/turf_decal/tile/neutral, @@ -74568,12 +74514,6 @@ }, /turf/open/floor/iron, /area/cargo/sorting) -"qao" = ( -/obj/structure/sign/picture_frame/portrait/bar{ - pixel_x = -32 - }, -/turf/open/floor/iron/dark, -/area/service/bar) "qat" = ( /obj/machinery/hydroponics/constructable, /obj/structure/sign/departments/botany{ @@ -76071,6 +76011,34 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/engineering/main) +"qvd" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/glass/bowl, +/obj/effect/spawner/random/contraband/prison, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/storage/box/drinkingglasses, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/box/drinkingglasses, +/turf/open/floor/iron/cafeteria, +/area/security/prison) "qvr" = ( /obj/structure/table/reinforced, /obj/machinery/recharger, @@ -77099,6 +77067,29 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/commons/storage/tools) +"qJc" = ( +/obj/machinery/camera{ + c_tag = "Genetics Lab North"; + name = "science camera"; + network = list("ss13","rd") + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/westleft{ + dir = 2; + name = "'Monkey Pen"; + req_access_txt = "9" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/iron/dark, +/area/science/genetics) "qJk" = ( /obj/structure/chair/comfy/brown{ dir = 8 @@ -77172,11 +77163,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/maintenance/port/fore) -"qKx" = ( -/obj/machinery/power/tesla_coil, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/engineering/main) "qKy" = ( /obj/structure/chair/office/light{ dir = 8 @@ -79172,15 +79158,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/commons/toilet/restrooms) -"rpX" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/box/donkpockets, -/obj/item/stack/package_wrap, -/obj/effect/turf_decal/bot, -/obj/item/kitchen/knife, -/turf/open/floor/iron, -/area/maintenance/starboard/fore) "rqc" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -80371,20 +80348,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/glass, /area/maintenance/space_hut/observatory) -"rKC" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/table/wood/fancy, -/obj/structure/sign/painting/library_secure{ - pixel_y = 32 - }, -/obj/effect/spawner/random/decoration/statue{ - spawn_loot_chance = 35 - }, -/turf/open/floor/carpet, -/area/service/library) "rKF" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -80439,6 +80402,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/maintenance/port) +"rKZ" = ( +/obj/structure/sign/picture_frame/portrait/bar{ + pixel_x = -32 + }, +/turf/open/floor/iron/dark, +/area/service/bar) "rLD" = ( /obj/machinery/camera{ c_tag = "Medbay - Surgery B"; @@ -81120,6 +81089,19 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron, /area/hallway/primary/central/fore) +"rVH" = ( +/obj/structure/noticeboard/directional/east, +/obj/machinery/camera{ + c_tag = "Science - Robotics Lab"; + dir = 8; + name = "science camera"; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/robotics/lab) "rVJ" = ( /obj/machinery/camera{ c_tag = "Security - Gear Room" @@ -84433,37 +84415,10 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/cargo/warehouse) -"sTy" = ( -/obj/machinery/power/tesla_coil, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Engineering - Secure Storage"; - dir = 1; - name = "engineering camera" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/engineering/main) "sTA" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/engine/o2, /area/engineering/atmos) -"sTT" = ( -/obj/structure/bed/dogbed/renault, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/newscaster/directional/south, -/mob/living/simple_animal/pet/fox/renault, -/turf/open/floor/iron/dark, -/area/command/heads_quarters/captain) "sUa" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/departments/medbay/alt, @@ -85124,6 +85079,22 @@ /obj/effect/turf_decal/tile/purple, /turf/open/floor/iron/white, /area/command/heads_quarters/rd) +"tfw" = ( +/obj/structure/bed/dogbed/renault, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/newscaster/directional/south, +/mob/living/simple_animal/pet/fox/renault, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/captain) "tfD" = ( /turf/open/floor/iron{ heat_capacity = 1e+006 @@ -89935,6 +89906,14 @@ }, /turf/open/floor/iron, /area/engineering/break_room) +"uBg" = ( +/obj/structure/window/reinforced/plasma/spawner/west{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) "uBn" = ( /obj/effect/landmark/event_spawn, /obj/machinery/light_switch/directional/north{ @@ -93765,20 +93744,6 @@ }, /turf/open/floor/iron/dark, /area/science/xenobiology) -"vIf" = ( -/obj/machinery/door/window{ - name = "Secure Art Exhibition"; - req_access_txt = "37" - }, -/obj/structure/table/wood/fancy, -/obj/structure/sign/painting/library_secure{ - pixel_y = 32 - }, -/obj/effect/spawner/random/decoration/statue{ - spawn_loot_chance = 35 - }, -/turf/open/floor/carpet, -/area/service/library) "vIi" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral{ @@ -94324,6 +94289,14 @@ }, /turf/open/floor/iron, /area/maintenance/starboard/fore) +"vQC" = ( +/obj/structure/window/reinforced/plasma/spawner/west{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) "vQP" = ( /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall, @@ -94586,14 +94559,6 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"vUU" = ( -/obj/structure/window/reinforced/plasma/spawner/west{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/power/grounding_rod/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) "vVc" = ( /obj/structure/lattice/catwalk, /turf/open/space/basic, @@ -96066,6 +96031,17 @@ /obj/effect/landmark/blobstart, /turf/open/floor/plating, /area/service/library/abandoned) +"wti" = ( +/obj/machinery/power/energy_accumulator/tesla_coil, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Engineering - Secure Storage"; + dir = 1; + name = "engineering camera" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/engineering/main) "wtm" = ( /obj/structure/sign/warning/electricshock{ pixel_x = -32 @@ -100247,6 +100223,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/mech_bay_recharge_floor, /area/science/research/abandoned) +"xCK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/table/wood/fancy, +/obj/structure/sign/painting/library_secure{ + pixel_y = 32 + }, +/obj/effect/spawner/random/decoration/statue{ + spawn_loot_chance = 35 + }, +/turf/open/floor/carpet, +/area/service/library) "xDc" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, @@ -102441,6 +102431,16 @@ /obj/machinery/light_switch/directional/east, /turf/open/floor/wood, /area/commons/vacant_room/office) +"ylK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/mob/living/basic/cockroach, +/turf/open/floor/plating, +/area/maintenance/port/aft) "ylN" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -123196,9 +123196,9 @@ aTe cnP kuB qzf -iOb -vUU -iOb +vQC +cOi +vQC qzf qzf qzf @@ -123456,7 +123456,7 @@ qzf rgQ tii wrL -bFF +uBg lBd lZd hfD @@ -123713,9 +123713,9 @@ hWu rgQ uqa wrL -jOi +dET vyP -lww +eZx hfD hpb wnE @@ -123970,7 +123970,7 @@ qzf rgQ tii wrL -bFF +uBg lYR tKt nYt @@ -129622,8 +129622,8 @@ cnI skJ hMJ ryt -qKx -sTy +lks +wti tFK rWm gTa @@ -131448,7 +131448,7 @@ cNd cON eAA cMY -djC +qJc dlp dmC sUX @@ -135265,7 +135265,7 @@ eXA bWD aaI nJo -rKC +xCK mFG mfh lxk @@ -135522,7 +135522,7 @@ eXA cNT bYO nJo -vIf +pFV ttd mFG tqz @@ -135779,7 +135779,7 @@ eXA bWD bYO nJo -gDK +pEc ybZ ybZ lxk @@ -137128,7 +137128,7 @@ dfm dfm dfm dOM -mSf +ylK dSF dOM wfC @@ -139077,7 +139077,7 @@ iXT alf hFM gMU -qao +rKZ guN stu pqt @@ -140124,7 +140124,7 @@ lwm sgw qiL awl -ptG +ihy gRl gze haj @@ -140456,7 +140456,7 @@ dyd dzK dAO dCv -dDF +rVH dEN dGd dHA @@ -142969,7 +142969,7 @@ glH glH jLq qqj -sTT +tfw glH sfH bXb @@ -146510,7 +146510,7 @@ ovo ehS wAi uHF -rpX +nTw aig eHO rPL @@ -146878,7 +146878,7 @@ ivY loW nSm txo -ppW +fCF stU pxA qfr @@ -148081,7 +148081,7 @@ suJ viJ pxq kKx -jjX +fQi lhS qIO oBs @@ -158357,7 +158357,7 @@ aKV wDi plN aNM -huf +qvd aKZ aSI aUD diff --git a/_maps/map_files/Deltastation/DeltaStation2_skyrat.dmm b/_maps/map_files/Deltastation/DeltaStation2_skyrat.dmm index abb996c186d..c0de5e2fc2b 100644 --- a/_maps/map_files/Deltastation/DeltaStation2_skyrat.dmm +++ b/_maps/map_files/Deltastation/DeltaStation2_skyrat.dmm @@ -18754,7 +18754,7 @@ dir = 1 }, /obj/structure/cable, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/engine, /area/engineering/supermatter) @@ -39774,7 +39774,7 @@ dir = 4 }, /obj/structure/cable, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "fuF" = ( @@ -62250,7 +62250,7 @@ dir = 1 }, /obj/structure/cable, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/engine, /area/engineering/supermatter) @@ -74364,7 +74364,7 @@ dir = 4 }, /obj/structure/cable, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "pLD" = ( @@ -77744,7 +77744,7 @@ /turf/open/floor/iron, /area/security/prison/safe) "qKx" = ( -/obj/machinery/power/tesla_coil, +/obj/machinery/power/energy_accumulator/tesla_coil, /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/engineering/main) @@ -85369,7 +85369,7 @@ /turf/open/floor/iron, /area/cargo/warehouse) "sTy" = ( -/obj/machinery/power/tesla_coil, +/obj/machinery/power/energy_accumulator/tesla_coil, /obj/effect/decal/cleanable/dirt, /obj/machinery/camera{ c_tag = "Engineering - Secure Storage"; diff --git a/_maps/map_files/IceBoxStation/IceBoxStation.dmm b/_maps/map_files/IceBoxStation/IceBoxStation.dmm index 671dbac941e..36360ad4fc5 100644 --- a/_maps/map_files/IceBoxStation/IceBoxStation.dmm +++ b/_maps/map_files/IceBoxStation/IceBoxStation.dmm @@ -376,6 +376,15 @@ "acd" = ( /turf/closed/wall, /area/security/prison) +"ace" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit/departure_lounge) "acf" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/holohoop{ @@ -564,15 +573,6 @@ }, /turf/open/floor/iron/freezer, /area/security/prison/safe) -"adf" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) "adi" = ( /obj/machinery/flasher/portable, /obj/effect/turf_decal/tile/neutral{ @@ -857,6 +857,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison) +"aeR" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/fore) "aeY" = ( /obj/machinery/door/window/southleft{ name = "Armory"; @@ -1164,11 +1170,6 @@ }, /turf/open/floor/iron, /area/security/brig) -"ahs" = ( -/obj/structure/displaycase/trophy, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/wood/parquet, -/area/service/library) "aht" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -1866,20 +1867,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/security/brig) -"akN" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock"; - safety_mode = 1 - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/machinery/navbeacon/wayfinding/dockesc, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) "akO" = ( /obj/machinery/door/window/brigdoor/security/cell{ id = "Cell 1"; @@ -2063,15 +2050,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/brig) -"aly" = ( -/obj/structure/window/reinforced/plasma{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/grounding_rod/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) "alA" = ( /obj/structure/table/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -2869,16 +2847,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/fore) -"apj" = ( -/obj/structure/railing, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/service/chapel) +"api" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) "apk" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/tile/red{ @@ -3588,6 +3562,16 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"avG" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/science/research) "avN" = ( /obj/structure/cable, /turf/open/floor/plating, @@ -3714,6 +3698,12 @@ }, /turf/open/floor/iron, /area/construction/mining/aux_base) +"axo" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/science/storage) "axv" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -3755,16 +3745,12 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/plating, /area/maintenance/port/fore) -"axR" = ( -/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/door/firedoor, +"axQ" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/hallway/primary/starboard) +/area/science/mixing) "axT" = ( /obj/structure/table, /obj/effect/decal/cleanable/dirt, @@ -3946,6 +3932,14 @@ /obj/structure/cable, /turf/open/floor/iron/white/corner, /area/hallway/secondary/entry) +"azF" = ( +/obj/structure/table, +/obj/item/hemostat, +/obj/item/cautery{ + pixel_x = 4 + }, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) "azI" = ( /obj/machinery/camera{ c_tag = "Prison Cell Block East"; @@ -3966,6 +3960,9 @@ }, /turf/open/floor/iron, /area/security/prison) +"azT" = ( +/turf/open/floor/iron, +/area/science/lab) "azZ" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -4032,11 +4029,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/security/prison/safe) -"aAB" = ( -/obj/item/radio/intercom/directional/west, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/dark, -/area/service/chapel) "aAC" = ( /obj/structure/sign/warning/docking, /turf/closed/wall/r_wall, @@ -4151,16 +4143,6 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors) -"aBC" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white/corner, -/area/hallway/secondary/exit/departure_lounge) "aBF" = ( /obj/machinery/space_heater, /turf/open/floor/plating, @@ -4346,23 +4328,18 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"aEm" = ( +/obj/structure/chair/stool/directional/east{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) "aEv" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, /turf/open/floor/iron, /area/security/prison) -"aEy" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood, -/area/service/library) "aEE" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, @@ -4705,18 +4682,13 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/checkpoint/auxiliary) -"aHA" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/service/chapel) +"aHG" = ( +/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, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/fore) "aHM" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -4972,6 +4944,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/security/prison) +"aKM" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/bounty_board/directional/west, +/turf/open/floor/iron/white, +/area/science/lab) "aKT" = ( /obj/machinery/light/directional/south, /obj/effect/turf_decal/tile/red, @@ -4980,10 +4962,20 @@ }, /turf/open/floor/iron, /area/security/brig) +"aKV" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) "aKY" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/fore) +"aLi" = ( +/obj/machinery/computer/rdservercontrol{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/server) "aLj" = ( /obj/structure/chair/comfy/beige, /turf/open/floor/iron/grimy, @@ -5383,6 +5375,10 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) +"aOL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "aOM" = ( /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, @@ -5453,6 +5449,10 @@ /obj/structure/closet/firecloset, /turf/open/floor/iron, /area/hallway/primary/port) +"aPN" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/starboard) "aQl" = ( /obj/structure/table, /obj/item/storage/toolbox/electrical{ @@ -5550,16 +5550,15 @@ icon_state = "damaged2" }, /area/icemoon/surface/outdoors) -"aRs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 +"aRq" = ( +/obj/structure/chair/office/light{ + dir = 1 }, -/obj/structure/flora/rock/pile/icy{ - pixel_x = 6; - pixel_y = 4 - }, -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/science/research) +/obj/effect/landmark/start/geneticist, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/genetics) "aRD" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -5675,11 +5674,16 @@ }, /turf/open/floor/iron, /area/security/prison) -"aUs" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/security/checkpoint/science) +"aUh" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Cargo Escape Airlock"; + safety_mode = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) "aUw" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -5877,6 +5881,10 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"aWq" = ( +/obj/machinery/airalarm/directional/west, +/turf/open/floor/wood, +/area/service/library) "aWA" = ( /turf/open/openspace/icemoon, /area/security/execution/transfer) @@ -6291,6 +6299,12 @@ /obj/structure/tank_holder/oxygen/red, /turf/open/floor/iron/dark, /area/security/execution/transfer) +"bbL" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/science/server) "bbS" = ( /obj/structure/rack, /obj/item/tank/internals/oxygen, @@ -6384,10 +6398,6 @@ /obj/machinery/keycard_auth/directional/south, /turf/open/floor/iron, /area/command/heads_quarters/ce) -"bcO" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine, -/area/science/misc_lab) "bcQ" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -6407,12 +6417,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/medical/surgery) -"bcU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) "bcV" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = 32 @@ -6486,6 +6490,11 @@ }, /turf/open/floor/iron, /area/cargo/office) +"bdF" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/service/library) "bdR" = ( /obj/structure/cable, /turf/open/floor/plating, @@ -6610,6 +6619,10 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"beQ" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/science/research) "beX" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, @@ -6701,22 +6714,6 @@ /obj/effect/turf_decal/stripes/end, /turf/open/floor/iron, /area/hallway/primary/starboard) -"bgb" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/structure/table/reinforced, -/turf/open/floor/iron, -/area/hallway/primary/starboard) "bgc" = ( /turf/closed/wall/r_wall, /area/science/lab) @@ -6769,11 +6766,6 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/hallway/primary/central) -"bgW" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/service/library) "bgY" = ( /turf/open/floor/plating, /area/maintenance/department/medical) @@ -6882,37 +6874,6 @@ "bhA" = ( /turf/closed/wall, /area/science/research) -"bhC" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd"; - name = "research lab shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/lab) -"bhD" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/southright{ - name = "Research and Development Desk"; - req_one_access_txt = "7" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd"; - name = "research lab shutters" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/science/lab) -"bhH" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard) "bhI" = ( /obj/machinery/conveyor{ id = "garbage" @@ -6945,9 +6906,6 @@ /obj/structure/window, /turf/open/floor/plating, /area/maintenance/port) -"bia" = ( -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/science/research) "bib" = ( /obj/effect/spawner/random/vending/snackvend, /turf/open/floor/iron, @@ -7116,15 +7074,6 @@ }, /turf/open/floor/iron/white, /area/science/research) -"biU" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/science/lab) "biW" = ( /turf/open/floor/iron/white, /area/science/lab) @@ -7247,28 +7196,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/circuit, /area/science/robotics/mechbay) -"bkj" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Escape" - }, -/turf/open/floor/iron/white/corner, -/area/hallway/secondary/exit/departure_lounge) -"bkr" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/science/research) "bky" = ( /turf/closed/wall, /area/maintenance/starboard) @@ -7374,13 +7301,6 @@ "blq" = ( /turf/open/openspace/icemoon, /area/icemoon/surface/outdoors) -"blu" = ( -/obj/machinery/computer/mech_bay_power_console{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/science/robotics/mechbay) "blv" = ( /obj/machinery/holopad, /obj/structure/cable, @@ -7425,43 +7345,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/white, /area/science/robotics/lab) -"blH" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = 11 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/science/research) -"blI" = ( -/obj/machinery/rnd/destructive_analyzer, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/science/lab) -"blJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/rnd/production/protolathe/department/science, -/turf/open/floor/iron, -/area/science/lab) -"blK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/science/lab) -"blL" = ( -/obj/machinery/holopad, -/turf/open/floor/iron/white, -/area/science/lab) "blM" = ( /obj/effect/turf_decal/bot, /obj/effect/landmark/start/roboticist, @@ -7497,6 +7380,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/ai_monitored/security/armory) +"bme" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/chapel{ + dir = 1 + }, +/area/service/chapel) "bmi" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -7573,13 +7464,6 @@ }, /turf/open/floor/plating/icemoon, /area/science/test_area) -"bng" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/white, -/area/science/lab) "bni" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -7609,13 +7493,6 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai_upload) -"bno" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/turf/open/floor/iron, -/area/science/lab) -"bnp" = ( -/turf/open/floor/iron, -/area/science/lab) "bnt" = ( /obj/structure/table, /obj/item/ai_module/supplied/freeform, @@ -7668,6 +7545,10 @@ }, /turf/open/floor/iron, /area/medical/pharmacy) +"bnK" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) "bnN" = ( /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, @@ -7755,23 +7636,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/science/research) -"boA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/experi_scanner{ - pixel_x = 4 - }, -/obj/item/experi_scanner, -/obj/item/experi_scanner{ - pixel_x = -4 - }, -/obj/structure/table, -/turf/open/floor/iron/white, -/area/science/lab) -"boB" = ( -/turf/closed/wall, -/area/science/lab) "boC" = ( /obj/machinery/ai_slipper{ uses = 10 @@ -7780,14 +7644,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai) -"boE" = ( -/obj/structure/table, -/obj/item/hemostat, -/obj/item/cautery{ - pixel_x = 4 - }, -/turf/open/floor/iron/dark, -/area/science/robotics/lab) "boG" = ( /obj/structure/table, /obj/structure/window/reinforced{ @@ -7798,55 +7654,33 @@ /obj/item/mmi, /turf/open/floor/iron/dark, /area/science/robotics/lab) -"boL" = ( -/obj/structure/table, -/obj/item/retractor, -/turf/open/floor/iron/dark, -/area/science/robotics/lab) "boM" = ( /turf/open/floor/iron/white/corner, /area/science/research) "boP" = ( /turf/open/floor/plating/asteroid/snow/icemoon, /area/icemoon/surface/outdoors) -"boQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ - dir = 10 - }, -/area/science/research) "boV" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, /turf/open/floor/iron, /area/hallway/primary/central) -"bpf" = ( -/obj/machinery/modular_computer/console/preset/civilian{ - dir = 4 - }, +"bpj" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/directional/south, /turf/open/floor/iron, -/area/science/lab) +/area/hallway/secondary/exit/departure_lounge) "bpm" = ( /obj/structure/closet, /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/maintenance/port/aft) -"bpq" = ( -/obj/structure/cable, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/science/research) "bpt" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen, /turf/open/floor/plating, /area/medical/pharmacy) -"bpE" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/genetics) "bpI" = ( /turf/closed/wall, /area/medical/psychology) @@ -7860,27 +7694,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/medical/medbay) -"bpQ" = ( -/obj/structure/sign/painting/library{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/wood, -/area/service/library) "bpR" = ( /obj/structure/disposalpipe/segment{ dir = 9 }, /turf/open/floor/iron/white, /area/science/robotics/lab) -"bpS" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/turf/open/floor/iron/dark, -/area/science/robotics/lab) "bpU" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -7914,16 +7733,6 @@ }, /turf/open/floor/iron, /area/science/robotics/lab) -"bqe" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/science/genetics) "bqs" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/engineering{ @@ -8025,48 +7834,10 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/aft) -"brn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/science/research) -"bro" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/science/research) "brp" = ( /obj/machinery/smartfridge/organ, /turf/closed/wall, /area/medical/surgery/room_b) -"brs" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Robotics Desk"; - req_access_txt = "29" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/obj/item/folder/white, -/obj/item/pen, -/turf/open/floor/plating, -/area/science/robotics/lab) -"bru" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/science/genetics) "brD" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -8124,15 +7895,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/medical/medbay/aft) -"bsw" = ( -/obj/machinery/door/airlock/research{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/science/robotics/lab) "bsx" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -8180,13 +7942,6 @@ /obj/structure/bodycontainer/morgue, /turf/open/floor/iron/dark, /area/science/robotics/lab) -"bsP" = ( -/obj/structure/table/optable{ - name = "Robotics Operating Table" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/science/robotics/lab) "bsQ" = ( /turf/open/floor/iron/dark, /area/science/robotics/lab) @@ -8197,17 +7952,6 @@ }, /turf/open/floor/iron/dark, /area/science/robotics/lab) -"bsS" = ( -/obj/machinery/camera{ - c_tag = "Robotics Lab - South"; - dir = 1; - network = list("ss13","rd") - }, -/obj/machinery/computer/mechpad{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/science/robotics/lab) "bta" = ( /obj/structure/cable, /turf/open/floor/iron/white/side{ @@ -8274,14 +8018,6 @@ }, /turf/open/floor/plating/icemoon, /area/science/test_area) -"btP" = ( -/obj/machinery/computer/cargo/request, -/turf/open/floor/iron, -/area/science/research) -"btS" = ( -/obj/machinery/modular_computer/console/preset/cargochat/science, -/turf/open/floor/iron, -/area/science/research) "btW" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/white/side{ @@ -8297,9 +8033,6 @@ }, /turf/open/floor/plating/icemoon, /area/science/test_area) -"buh" = ( -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) "buj" = ( /obj/machinery/door/poddoor/shutters/preopen{ id = "robotics2"; @@ -8335,11 +8068,6 @@ }, /turf/open/floor/plating/icemoon, /area/science/test_area) -"buu" = ( -/obj/machinery/vending/wardrobe/gene_wardrobe, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/dark, -/area/science/genetics) "buD" = ( /obj/effect/turf_decal/tile/red/half{ dir = 4 @@ -8484,15 +8212,6 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/plating, /area/maintenance/department/medical) -"bvH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/science/research) "bvL" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -8616,13 +8335,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/open/floor/plating, /area/maintenance/starboard) -"bxv" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/effect/landmark/start/depsec/science, -/turf/open/floor/iron, -/area/security/checkpoint/science) "bxC" = ( /obj/machinery/recharger{ pixel_y = 4 @@ -8680,17 +8392,6 @@ "byf" = ( /turf/closed/wall/r_wall, /area/science/server) -"byh" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Server Room"; - req_access_txt = "30" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/science/server) "byi" = ( /turf/closed/wall, /area/security/checkpoint/science) @@ -8754,6 +8455,13 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) +"byR" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/sepia, +/area/service/library) "bzm" = ( /obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ dir = 10 @@ -8791,31 +8499,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/maintenance/disposal/incinerator) -"bzC" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron, -/area/security/checkpoint/science) -"bzD" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/research, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron, -/area/security/checkpoint/science) "bzE" = ( /turf/open/floor/iron/white/side{ dir = 5 @@ -8838,33 +8521,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/security/prison/safe) -"bzO" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 9 - }, -/obj/item/paper_bin{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/pen{ - pixel_x = -5; - pixel_y = 3 - }, -/turf/open/floor/iron/dark, -/area/science/genetics) "bzQ" = ( /obj/item/cigbutt, /obj/effect/decal/cleanable/dirt, /obj/structure/cable, /turf/open/floor/iron, /area/maintenance/disposal/incinerator) -"bzZ" = ( -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/science/research) "bAf" = ( /obj/machinery/holopad, /obj/structure/cable, @@ -8911,20 +8573,6 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors) -"bAG" = ( -/obj/structure/cable, -/obj/effect/landmark/start/depsec/science, -/turf/open/floor/iron, -/area/security/checkpoint/science) -"bAH" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron, -/area/security/checkpoint/science) "bAN" = ( /obj/item/weldingtool, /turf/open/floor/plating/snowed/icemoon, @@ -8936,14 +8584,6 @@ }, /turf/open/floor/iron, /area/maintenance/disposal/incinerator) -"bAR" = ( -/obj/structure/table/glass, -/obj/item/storage/box/bodybags{ - pixel_x = -1; - pixel_y = 6 - }, -/turf/open/floor/iron/dark, -/area/science/genetics) "bBg" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/start/atmospheric_technician, @@ -9029,11 +8669,6 @@ dir = 9 }, /area/science/research) -"bBJ" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/turf/open/floor/iron, -/area/science/misc_lab) "bBM" = ( /obj/structure/grille, /turf/open/floor/plating/asteroid/snow/icemoon, @@ -9072,28 +8707,6 @@ /obj/item/pen, /turf/open/floor/iron/dark, /area/science/server) -"bBX" = ( -/obj/machinery/computer/rdservercontrol{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/science/server) -"bCb" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron, -/area/security/checkpoint/science) "bCf" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ @@ -9101,6 +8714,12 @@ }, /turf/open/floor/iron, /area/maintenance/disposal/incinerator) +"bCj" = ( +/obj/machinery/mechpad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/robotics/lab) "bCq" = ( /turf/closed/wall, /area/maintenance/port/aft) @@ -9404,6 +9023,15 @@ /obj/structure/cable, /turf/open/floor/iron, /area/maintenance/disposal/incinerator) +"bER" = ( +/obj/structure/table, +/obj/item/circular_saw, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) "bEV" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/button/ignition{ @@ -9424,10 +9052,6 @@ /obj/machinery/atmospherics/pipe/color_adapter, /turf/open/floor/plating, /area/maintenance/disposal/incinerator) -"bFl" = ( -/obj/structure/chair, -/turf/open/floor/iron/cafeteria, -/area/hallway/secondary/exit/departure_lounge) "bFq" = ( /obj/effect/turf_decal/tile/yellow, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -9435,6 +9059,10 @@ }, /turf/open/floor/iron, /area/hallway/primary/aft) +"bFr" = ( +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron, +/area/hallway/primary/starboard) "bFU" = ( /turf/open/floor/iron/white, /area/science/mixing) @@ -9667,6 +9295,14 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"bIe" = ( +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "bIq" = ( /obj/machinery/camera{ c_tag = "MiniSat External NorthEast"; @@ -9782,13 +9418,6 @@ /obj/structure/closet/firecloset, /turf/open/floor/plating, /area/maintenance/port/aft) -"bJk" = ( -/obj/structure/table/glass, -/obj/item/storage/fancy/candle_box, -/turf/open/floor/iron/chapel{ - dir = 4 - }, -/area/service/chapel) "bJo" = ( /obj/machinery/camera{ c_tag = "MiniSat External SouthWest"; @@ -10065,26 +9694,34 @@ /obj/machinery/door/poddoor/incinerator_ordmix, /turf/open/floor/engine/vacuum, /area/science/mixing/chamber) -"bMA" = ( -/obj/structure/chair/office, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/service/library) "bMB" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"bMD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/science/research) "bME" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/on/layer2{ dir = 8 }, /turf/open/floor/plating/snowed/icemoon, /area/ai_monitored/turret_protected/aisat_interior) +"bMF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/service/library) "bMJ" = ( /obj/machinery/vending/medical, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -10255,12 +9892,6 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) -"bOy" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/turf/open/floor/iron, -/area/science/misc_lab) "bOz" = ( /obj/machinery/door/airlock{ id_tag = "Toilet2"; @@ -10311,6 +9942,10 @@ }, /turf/open/floor/iron, /area/hallway/primary/aft) +"bOU" = ( +/obj/machinery/light/small/directional/west, +/turf/open/openspace, +/area/service/chapel) "bPf" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, /obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{ @@ -10338,9 +9973,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/science/misc_lab) -"bPN" = ( -/turf/closed/wall, -/area/science/misc_lab) "bPP" = ( /obj/effect/decal/cleanable/oil, /turf/open/floor/plating, @@ -10401,27 +10033,6 @@ "bQg" = ( /turf/open/floor/iron, /area/hallway/primary/aft) -"bQk" = ( -/obj/item/radio/intercom/directional/west, -/obj/structure/filingcabinet, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron, -/area/security/checkpoint/science) -"bQr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/computer/scan_consolenew, -/turf/open/floor/iron/white, -/area/science/genetics) "bQF" = ( /obj/effect/turf_decal/tile/green, /turf/open/floor/iron/dark, @@ -10574,6 +10185,22 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/hallway/primary/starboard) +"bSF" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/mixing) +"bSZ" = ( +/obj/structure/noticeboard/directional/west, +/turf/open/floor/engine/cult, +/area/service/library) "bTc" = ( /obj/machinery/conveyor{ dir = 6; @@ -10649,6 +10276,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/tcommsat/computer) +"bTL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Server Room"; + req_access_txt = "30" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/science/server) "bUn" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -11388,6 +11026,11 @@ /obj/effect/mapping_helpers/airlock/abandoned, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"cbB" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/table, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) "cbN" = ( /obj/machinery/light/directional/north, /obj/machinery/power/apc/auto_name/north, @@ -11430,6 +11073,15 @@ /obj/structure/grille, /turf/closed/wall/r_wall, /area/engineering/atmos) +"cct" = ( +/obj/structure/window/reinforced/plasma{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) "ccM" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating, @@ -11535,14 +11187,6 @@ /obj/structure/closet/emcloset, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cdM" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = 25 - }, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/science/research) "cdO" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -11636,6 +11280,15 @@ "cfw" = ( /turf/closed/wall/r_wall, /area/maintenance/solars/port/aft) +"cfP" = ( +/obj/effect/landmark/blobstart, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/fore) "cfV" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -11697,15 +11350,6 @@ /obj/item/storage/fancy/donut_box, /turf/open/floor/carpet, /area/command/heads_quarters/captain) -"chC" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_y = 5 - }, -/turf/open/floor/iron/white/side{ - dir = 1 - }, -/area/science/misc_lab) "chH" = ( /obj/structure/closet/firecloset, /turf/open/floor/plating, @@ -11731,6 +11375,28 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/solars/port/aft) +"chR" = ( +/obj/machinery/light_switch/directional/north{ + pixel_x = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/science, +/obj/machinery/button/door/directional/north{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = -6; + req_access_txt = "47" + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) "chS" = ( /obj/machinery/door/airlock/engineering{ name = "Port Quarter Solar Access"; @@ -11865,6 +11531,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/white, /area/science/mixing) +"clq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/service/library) "clu" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -11980,12 +11654,6 @@ }, /turf/open/floor/engine/cult, /area/service/library) -"cnK" = ( -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/science/research) "cob" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, @@ -12040,6 +11708,12 @@ }, /turf/open/floor/iron, /area/ai_monitored/security/armory) +"cpe" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/hallway/primary/starboard) "cpg" = ( /obj/item/grenade/barrier{ pixel_x = 4 @@ -12106,6 +11780,28 @@ /obj/effect/mapping_helpers/airlock/abandoned, /turf/open/floor/plating, /area/maintenance/port/aft) +"cpW" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"cqh" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock"; + safety_mode = 1 + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/machinery/navbeacon/wayfinding/dockesc, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) "cqk" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/aisat/maint) @@ -12183,6 +11879,14 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating, /area/maintenance/port/aft) +"cqN" = ( +/obj/effect/landmark/start/assistant, +/obj/structure/chair/pew{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/glass/reinforced, +/area/hallway/primary/starboard) "cqR" = ( /obj/structure/chair/stool/directional/south, /turf/open/floor/plating, @@ -12372,6 +12076,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/medical/morgue) +"ctq" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/bot, +/obj/structure/frame/machine{ + anchored = 1 + }, +/turf/open/floor/iron/dark, +/area/science/research) "ctt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -12571,6 +12283,16 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/atmos) +"cuP" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Chapel Maintenance"; + req_one_access_txt = "12;22" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) "cuS" = ( /obj/machinery/ai_slipper{ uses = 10 @@ -12849,13 +12571,6 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/security/armory) -"cwQ" = ( -/obj/machinery/portable_atmospherics/canister/plasma, -/obj/effect/turf_decal/bot, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/science/storage) "cwY" = ( /obj/structure/chair/stool/directional/south, /obj/effect/decal/cleanable/dirt, @@ -13096,13 +12811,6 @@ }, /turf/open/floor/iron, /area/science/mixing) -"czR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/white, -/area/science/research) "cAa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -13133,6 +12841,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/security/prison) +"cAt" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/open/floor/wood, +/area/service/library) "cAy" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -13142,12 +12855,6 @@ /obj/machinery/microwave, /turf/open/floor/plating, /area/maintenance/port/aft) -"cAD" = ( -/obj/structure/table, -/obj/item/kitchen/knife, -/obj/item/storage/box/donkpockets, -/turf/open/floor/plating, -/area/maintenance/port/aft) "cAE" = ( /obj/machinery/power/apc/auto_name/west, /obj/structure/cable, @@ -13232,6 +12939,19 @@ }, /turf/open/floor/wood, /area/command/heads_quarters/captain) +"cBz" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = 11 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/research) "cBG" = ( /obj/machinery/suit_storage_unit/standard_unit, /obj/effect/turf_decal/stripes/line{ @@ -13326,6 +13046,22 @@ "cDA" = ( /turf/open/floor/carpet, /area/command/heads_quarters/hop) +"cDV" = ( +/obj/machinery/door/airlock/research{ + name = "Genetics Lab"; + req_access_txt = "9" + }, +/obj/structure/cable, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/genetics) +"cEl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "cEt" = ( /obj/machinery/computer/upload/ai{ dir = 1 @@ -13362,6 +13098,13 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/cargo/miningdock) +"cFY" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice, +/turf/open/floor/iron, +/area/science/misc_lab) "cGb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -13385,6 +13128,12 @@ /obj/machinery/light/directional/east, /turf/open/floor/wood, /area/command/meeting_room) +"cGN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/science/research) "cHd" = ( /obj/machinery/firealarm/directional/east, /obj/effect/turf_decal/tile/green, @@ -13547,13 +13296,6 @@ }, /turf/open/floor/iron/dark, /area/science/robotics/lab) -"cIf" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/science/robotics/lab) "cIh" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -13779,13 +13521,6 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"cNj" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Chapel" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/sepia, -/area/service/library) "cNr" = ( /obj/effect/turf_decal/trimline/blue/corner, /obj/effect/turf_decal/trimline/blue/corner, @@ -13878,6 +13613,15 @@ }, /turf/open/floor/iron, /area/security/prison) +"cPk" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/hallway/primary/starboard) "cPl" = ( /obj/structure/disposalpipe/junction{ dir = 8 @@ -13937,12 +13681,6 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/maintenance/port) -"cQw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/science/lab) "cQy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, @@ -13992,18 +13730,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/commons/dorms) -"cSc" = ( -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/radio/off, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/security/checkpoint/science) "cSo" = ( /obj/structure/ladder, /obj/effect/turf_decal/stripes/box, @@ -14038,6 +13764,13 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/commons/storage/mining) +"cTp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/white, +/area/science/lab) "cTE" = ( /obj/machinery/computer/shuttle/mining{ dir = 8 @@ -14126,14 +13859,6 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/aft) -"cVp" = ( -/obj/structure/closet/firecloset, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/science/research) "cVx" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -14164,16 +13889,6 @@ }, /turf/open/floor/iron, /area/security/office) -"cVV" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/camera{ - c_tag = "Testing Lab"; - dir = 1; - network = list("ss13","rd") - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/science/misc_lab) "cWK" = ( /obj/structure/table/wood, /obj/item/stack/package_wrap, @@ -14195,6 +13910,19 @@ }, /turf/open/floor/wood, /area/command/meeting_room) +"cXj" = ( +/obj/machinery/light/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) "cXm" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -14235,13 +13963,6 @@ }, /turf/open/floor/iron, /area/command/heads_quarters/hop) -"cYH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/hangover, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/hallway/primary/starboard) "cYK" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -14255,22 +13976,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/medical/surgery) -"cYY" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/science/genetics) "cZv" = ( /obj/machinery/computer/security/telescreen/entertainment/directional/north, /obj/structure/cable, @@ -14293,6 +13998,12 @@ }, /turf/open/floor/iron/freezer, /area/service/kitchen/coldroom) +"cZI" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron/cafeteria, +/area/hallway/secondary/exit/departure_lounge) "cZK" = ( /obj/structure/sign/warning/pods{ pixel_x = 32 @@ -14329,21 +14040,6 @@ /obj/effect/spawner/random/trash/mess, /turf/open/floor/plating, /area/maintenance/port/fore) -"dah" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/machinery/requests_console/directional/south{ - department = "Security"; - departmentType = 5; - name = "Security Requests Console" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron, -/area/security/checkpoint/science) "daj" = ( /obj/structure/table/wood, /obj/machinery/camera{ @@ -14468,16 +14164,6 @@ }, /turf/open/floor/wood/parquet, /area/service/bar/atrium) -"ddy" = ( -/obj/machinery/door/window/westleft{ - dir = 1; - name = "Monkey Pen"; - pixel_y = 2; - req_access_txt = "9" - }, -/mob/living/carbon/human/species/monkey, -/turf/open/floor/engine, -/area/science/genetics) "ddH" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -14575,6 +14261,16 @@ /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"dfU" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/camera{ + c_tag = "Testing Lab"; + dir = 1; + network = list("ss13","rd") + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/science/misc_lab) "dgj" = ( /obj/effect/turf_decal/tile/red/full, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -14583,11 +14279,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/large, /area/service/kitchen/diner) -"dgM" = ( -/obj/structure/cable, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "dgN" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ dir = 4 @@ -14608,6 +14299,10 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/xenobiology) +"dgU" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/side, +/area/science/research) "dgW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/power/apc/auto_name/east, @@ -14676,16 +14371,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/command/heads_quarters/cmo) -"dhN" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock"; - safety_mode = 1 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) "dhU" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -14738,6 +14423,15 @@ }, /turf/open/floor/iron, /area/command/gateway) +"diN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/science/research) "diO" = ( /obj/machinery/firealarm/directional/north, /obj/structure/table, @@ -14794,12 +14488,15 @@ /obj/item/reagent_containers/food/drinks/flask/gold, /turf/open/floor/carpet, /area/command/heads_quarters/captain) -"dky" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"dkQ" = ( +/obj/machinery/requests_console/directional/west{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + receive_ore_updates = 1 }, -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/science/research) +/turf/open/floor/iron/white, +/area/science/lab) "dkZ" = ( /obj/machinery/light/small/directional/west, /mob/living/simple_animal/mouse/brown/tom, @@ -14810,15 +14507,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/engineering/main) -"dmb" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 +"dlS" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white/side{ + dir = 8 }, -/obj/machinery/navbeacon/wayfinding/library, -/turf/open/floor/wood, -/area/service/library) +/area/science/research) "dmn" = ( /obj/machinery/power/apc/auto_name/north, /obj/structure/cable, @@ -14833,16 +14527,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/hallway/primary/starboard) -"dny" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/science/genetics) "dnC" = ( /obj/effect/decal/cleanable/blood/gibs/old, /turf/open/floor/plating{ @@ -14860,6 +14544,11 @@ /obj/item/storage/box, /turf/open/floor/iron, /area/engineering/atmos) +"dnZ" = ( +/obj/structure/table, +/obj/item/implant/radio, +/turf/open/floor/iron/cafeteria, +/area/hallway/secondary/exit/departure_lounge) "doe" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating, @@ -14924,10 +14613,6 @@ }, /turf/open/floor/iron, /area/command/teleporter) -"dql" = ( -/obj/structure/noticeboard/directional/west, -/turf/open/floor/engine/cult, -/area/service/library) "dqv" = ( /obj/machinery/door/airlock{ id_tag = "Dorm4"; @@ -14976,26 +14661,6 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron, /area/hallway/secondary/entry) -"dsa" = ( -/obj/machinery/camera{ - c_tag = "Ordnance Launch Room Access"; - dir = 1; - network = list("ss13","rd") - }, -/obj/machinery/vending/coffee, -/turf/open/floor/iron, -/area/science/mixing) -"dsw" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/iron/white/side{ - dir = 10 - }, -/area/science/research) "dsx" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -15037,6 +14702,11 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/security/prison) +"dtp" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood, +/area/service/library) "dtA" = ( /obj/machinery/door/airlock/maintenance{ name = "Security Maintenance"; @@ -15103,10 +14773,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"dwz" = ( -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/white, -/area/science/research) "dwF" = ( /obj/item/trash/sosjerky, /turf/open/floor/plating, @@ -15141,17 +14807,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/ai_monitored/command/storage/eva) -"dxv" = ( -/obj/machinery/camera{ - c_tag = "Server Room"; - network = list("ss13","rd"); - pixel_x = 22 - }, -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/science/server) "dxz" = ( /obj/machinery/smartfridge/chemistry/preloaded, /obj/machinery/door/firedoor, @@ -15168,13 +14823,6 @@ "dyq" = ( /turf/closed/wall, /area/cargo/office) -"dyt" = ( -/obj/structure/table/wood, -/obj/machinery/libraryscanner, -/obj/effect/turf_decal/siding/wood/corner, -/obj/machinery/light/small/directional/east, -/turf/open/floor/wood, -/area/service/library) "dyC" = ( /obj/machinery/light/directional/east, /turf/open/floor/iron, @@ -15190,6 +14838,21 @@ /obj/structure/cable, /turf/open/floor/iron, /area/engineering/atmos) +"dzn" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/restraints/handcuffs, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "dzt" = ( /obj/structure/chair/stool/directional/south, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -15244,6 +14907,12 @@ }, /turf/open/floor/iron, /area/cargo/storage) +"dAV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/science/research) "dAX" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -15326,6 +14995,13 @@ "dCr" = ( /turf/open/floor/iron, /area/cargo/storage) +"dCx" = ( +/obj/machinery/modular_computer/console/preset/curator{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood, +/area/service/library) "dCY" = ( /obj/effect/landmark/start/security_officer, /obj/effect/turf_decal/tile/red{ @@ -15390,23 +15066,6 @@ }, /turf/open/floor/iron, /area/science/mixing) -"dEr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/firealarm/directional/west, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "dEv" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -15474,6 +15133,13 @@ /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible, /turf/open/floor/iron/cafeteria, /area/engineering/atmos) +"dFY" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/robotics/mechbay) "dFZ" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -15496,16 +15162,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/grimy, /area/security/detectives_office) -"dHz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) -"dIu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/engine, -/area/science/misc_lab) +"dId" = ( +/obj/structure/table, +/obj/item/food/grown/carrot, +/turf/open/floor/iron/dark, +/area/science/research) "dJq" = ( /obj/machinery/suit_storage_unit/cmo, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -15596,6 +15257,31 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, /turf/open/floor/plating, /area/engineering/atmos) +"dLm" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + department = "Security"; + departmentType = 5; + name = "Security Requests Console" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"dLt" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/science/storage) "dLM" = ( /obj/machinery/door/airlock/maintenance{ name = "Chemistry Access Maintenance"; @@ -15644,31 +15330,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/medical/medbay) -"dMO" = ( -/obj/machinery/light/directional/north, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/dark, -/area/service/chapel) -"dNk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/white, -/area/science/research) "dNq" = ( /obj/machinery/airalarm/directional/south, /obj/machinery/light/directional/south, /obj/structure/filingcabinet/chestdrawer, /turf/open/floor/iron, /area/tcommsat/computer) -"dNI" = ( -/obj/machinery/skill_station, -/obj/machinery/bounty_board/directional/north, -/turf/open/floor/wood, -/area/service/library) "dNK" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 8; @@ -15808,6 +15475,16 @@ }, /turf/open/floor/wood, /area/service/library) +"dSr" = ( +/obj/structure/chair/office, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/service/library) "dSx" = ( /obj/effect/turf_decal/plaque{ icon_state = "L4" @@ -15842,6 +15519,11 @@ /obj/item/pen, /turf/open/floor/wood, /area/service/library) +"dTz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "dTC" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 @@ -15860,6 +15542,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/engineering/main) +"dTN" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/machinery/door/airlock/command/glass{ + name = "Emergency EVA Storage"; + red_alert_access = 1; + req_access_txt = "18"; + safety_mode = 1 + }, +/turf/open/floor/iron/textured, +/area/hallway/secondary/exit/departure_lounge) "dTW" = ( /obj/structure/flora/rock, /obj/structure/window/reinforced/spawner, @@ -15868,6 +15561,15 @@ "dUj" = ( /turf/open/floor/iron/grimy, /area/maintenance/aft) +"dUn" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/service/chapel) "dVc" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -15914,6 +15616,15 @@ /mob/living/carbon/human/species/monkey, /turf/open/floor/engine, /area/science/genetics) +"dWI" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) "dWK" = ( /obj/machinery/computer/station_alert, /obj/effect/turf_decal/tile/yellow, @@ -15929,6 +15640,13 @@ }, /turf/open/floor/iron, /area/hallway/primary/aft) +"dXd" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/cafeteria, +/area/hallway/secondary/exit/departure_lounge) "dXf" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/directional/west, @@ -16024,10 +15742,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/maintenance/disposal/incinerator) -"dYH" = ( -/obj/machinery/newscaster/directional/west, -/turf/open/floor/iron/dark, -/area/service/chapel) +"dYE" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/research) "dYI" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -16079,9 +15801,6 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/maint) -"dZI" = ( -/turf/open/floor/carpet/green, -/area/service/library) "dZN" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -16097,6 +15816,9 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/hallway/primary/central) +"eam" = ( +/turf/closed/mineral/random/snow, +/area/icemoon/surface/outdoors) "eaB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -16166,15 +15888,6 @@ /obj/structure/cable/multilayer/multiz, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors) -"eco" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/service/chapel) "ecr" = ( /obj/effect/turf_decal/tile/brown{ dir = 8 @@ -16216,6 +15929,13 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/tcommsat/computer) +"edH" = ( +/obj/structure/table/glass, +/obj/item/storage/fancy/candle_box, +/turf/open/floor/iron/chapel{ + dir = 4 + }, +/area/service/chapel) "edP" = ( /obj/machinery/power/apc/auto_name/west, /obj/structure/cable, @@ -16264,14 +15984,6 @@ "eeM" = ( /turf/open/floor/iron, /area/commons/storage/mining) -"eeO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/service/library) "eeY" = ( /obj/structure/closet/crate, /obj/item/target/alien, @@ -16288,6 +16000,16 @@ /obj/item/shovel, /turf/open/floor/grass, /area/maintenance/starboard/aft) +"efH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/flora/rock/pile/icy{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/science/research) "efN" = ( /obj/structure/cable, /obj/machinery/status_display/evac/directional/north, @@ -16390,13 +16112,6 @@ /obj/structure/chair/stool/directional/north, /turf/open/floor/plating, /area/maintenance/department/medical) -"eiI" = ( -/obj/machinery/light/small/directional/east, -/obj/structure/sign/poster/random{ - pixel_x = 32 - }, -/turf/open/floor/wood, -/area/service/library) "ejr" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -16411,10 +16126,6 @@ /obj/machinery/seed_extractor, /turf/open/floor/iron, /area/service/hydroponics/garden) -"ejP" = ( -/obj/effect/spawner/random/structure/tank_holder, -/turf/open/floor/plating, -/area/maintenance/starboard) "ejY" = ( /obj/effect/decal/cleanable/insectguts, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -16595,17 +16306,6 @@ /obj/effect/spawner/random/trash/mess, /turf/open/floor/plating, /area/maintenance/aft) -"eoY" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "Test Chamber Monitor"; - network = list("test") - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/science/misc_lab) "epb" = ( /obj/structure/rack, /obj/item/clothing/gloves/boxing/green, @@ -16664,6 +16364,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/medical/virology) +"eqw" = ( +/obj/machinery/light/directional/north, +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "eqz" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -16695,6 +16404,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/white, /area/science/mixing) +"erS" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock"; + safety_mode = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) "ese" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -16705,10 +16424,6 @@ /obj/machinery/light_switch/directional/east, /turf/open/floor/iron, /area/security/processing) -"esv" = ( -/obj/machinery/module_duplicator, -/turf/open/floor/iron, -/area/science/misc_lab) "esy" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -16732,12 +16447,6 @@ }, /turf/open/floor/iron/white, /area/science/robotics/lab) -"etl" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/floor/glass/reinforced, -/area/hallway/primary/starboard) "etw" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -16747,6 +16456,21 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/aft) +"euu" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/item/stack/sheet/iron/twenty, +/obj/structure/table, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "euQ" = ( /obj/structure/disposalpipe/segment, /obj/item/trash/raisins, @@ -16785,16 +16509,6 @@ }, /turf/open/floor/iron, /area/commons/storage/primary) -"evu" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/science/research) "evz" = ( /obj/machinery/light/directional/south, /obj/effect/turf_decal/tile/blue, @@ -16853,17 +16567,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron/freezer, /area/commons/toilet/locker) -"exr" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Ordnance Lab South"; - dir = 1; - network = list("ss13","rd") - }, -/turf/open/floor/iron, -/area/science/mixing) "exy" = ( /obj/machinery/power/terminal{ dir = 4 @@ -16872,6 +16575,16 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/solars/port/aft) +"exJ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Cargo Escape Airlock"; + safety_mode = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) "eyt" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -16879,33 +16592,18 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"eyx" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock"; - safety_mode = 1 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) "eyC" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/engineering/main) -"ezb" = ( -/obj/structure/table/glass, -/obj/item/food/grown/harebell{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/food/grown/harebell{ - pixel_y = 3 - }, -/obj/item/food/grown/harebell, -/turf/open/floor/iron/chapel, -/area/service/chapel) +"ezH" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/science/storage) "ezI" = ( /obj/machinery/airalarm/directional/east, /obj/structure/cable, @@ -16920,12 +16618,6 @@ }, /turf/open/floor/iron/white, /area/science/research) -"eAd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/science/research) "eAh" = ( /obj/machinery/airalarm/directional/east, /obj/machinery/light/directional/east, @@ -16981,6 +16673,11 @@ }, /turf/open/floor/iron, /area/hallway/secondary/service) +"eBt" = ( +/obj/structure/table, +/obj/item/folder/white, +/turf/open/floor/iron/cafeteria, +/area/command/heads_quarters/rd) "eCe" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/directional/south, @@ -17057,6 +16754,20 @@ /obj/structure/chair/stool/directional/south, /turf/open/floor/carpet, /area/cargo/qm) +"eEr" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) "eEs" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -17097,31 +16808,6 @@ }, /turf/open/floor/carpet, /area/cargo/qm) -"eFx" = ( -/obj/machinery/computer/pod/old/mass_driver_controller/chapelgun{ - pixel_x = 24 - }, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 1 - }, -/area/service/chapel) -"eFR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) -"eFW" = ( -/obj/machinery/door/airlock/research{ - name = "Genetics Lab"; - req_access_txt = "9" - }, -/obj/structure/cable, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/science/genetics) "eGd" = ( /obj/structure/table/optable{ name = "Robotics Operating Table" @@ -17134,21 +16820,11 @@ /obj/effect/spawner/random/maintenance/four, /turf/open/floor/wood, /area/maintenance/port/aft) -"eGA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/science/research) -"eGE" = ( +"eGW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) +/turf/open/floor/carpet, +/area/service/library) "eHe" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/medical_all, @@ -17201,6 +16877,9 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/white, /area/maintenance/port/fore) +"eHY" = ( +/turf/closed/wall, +/area/hallway/secondary/exit/departure_lounge) "eIl" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -17279,27 +16958,12 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"eJJ" = ( -/obj/structure/table, -/obj/machinery/airalarm/kitchen_cold_room{ - dir = 4; - pixel_x = -24 +"eJV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/open/floor/iron/freezer, -/area/service/kitchen/coldroom) -"eKm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Genetics Lab"; - network = list("ss13","rd") - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/science/genetics) +/turf/open/floor/iron/dark, +/area/science/research) "eLz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -17311,22 +16975,19 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/hallway/secondary/service) +"eLI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/computer/scan_consolenew, +/turf/open/floor/iron/white, +/area/science/genetics) "eLP" = ( /obj/machinery/light_switch/directional/north, /turf/open/floor/circuit, /area/ai_monitored/command/nuke_storage) -"eLQ" = ( -/obj/structure/railing, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/service/chapel) "eLS" = ( /obj/machinery/door/firedoor, /obj/effect/landmark/start/hangover, @@ -17339,6 +17000,9 @@ }, /turf/open/floor/iron, /area/engineering/main) +"eMj" = ( +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "eMm" = ( /obj/machinery/camera{ c_tag = "Arrivals Escape Pod 1"; @@ -17380,6 +17044,17 @@ }, /turf/open/floor/iron, /area/command/heads_quarters/hop) +"eMV" = ( +/obj/machinery/camera{ + c_tag = "Server Room"; + network = list("ss13","rd"); + pixel_x = 22 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/science/server) "eNs" = ( /turf/open/floor/iron, /area/maintenance/port/fore) @@ -17441,25 +17116,6 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/iron, /area/science/storage) -"eQT" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 5 - }, -/area/service/chapel) -"eRa" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/item/kirbyplants/random, -/obj/machinery/light/small/directional/west, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/hallway/primary/starboard) "eRC" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -17473,6 +17129,28 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/security/brig) +"eRK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"eSc" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/machinery/requests_console/directional/north{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + receive_ore_updates = 1 + }, +/turf/open/floor/iron, +/area/science/misc_lab) "eSD" = ( /obj/machinery/computer/med_data, /obj/effect/turf_decal/tile/green, @@ -17522,6 +17200,22 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/aft) +"eTk" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/wood, +/area/service/library) +"eTr" = ( +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/science/misc_lab) "eTD" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -17530,10 +17224,6 @@ }, /turf/open/floor/iron, /area/command/bridge) -"eTR" = ( -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/iron, -/area/hallway/primary/starboard) "eTV" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 @@ -17588,13 +17278,12 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/cargo/miningdock) -"eUR" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, +"eVj" = ( +/obj/structure/filingcabinet, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, /obj/machinery/light/small/directional/west, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/carpet, +/turf/open/floor/wood, /area/service/library) "eVu" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -17620,6 +17309,11 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/maintenance/department/medical/morgue) +"eWn" = ( +/obj/machinery/light/directional/east, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/iron/white, +/area/science/robotics/lab) "eWw" = ( /obj/structure/table/reinforced, /obj/item/storage/secure/briefcase, @@ -17659,13 +17353,6 @@ /obj/machinery/light/small/directional/east, /turf/open/openspace/icemoon, /area/security/execution/transfer) -"eXz" = ( -/obj/effect/turf_decal/bot, -/obj/structure/frame/machine{ - anchored = 1 - }, -/turf/open/floor/iron/dark, -/area/science/research) "eYi" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security/glass{ @@ -17760,13 +17447,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/service/lawoffice) -"eZD" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/turf/open/floor/iron/sepia, -/area/service/library) "eZJ" = ( /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall, @@ -17826,10 +17506,6 @@ "fbm" = ( /turf/open/floor/iron, /area/command/heads_quarters/rd) -"fbx" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/dark, -/area/science/research) "fbD" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 @@ -17865,12 +17541,6 @@ }, /turf/open/floor/plating, /area/engineering/storage/tech) -"fcy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/science/research) "fcL" = ( /obj/structure/railing{ dir = 4 @@ -18020,9 +17690,10 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"fgn" = ( -/turf/closed/wall, -/area/hallway/secondary/exit/departure_lounge) +"fgc" = ( +/obj/structure/flora/tree/dead, +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/science/research) "fgz" = ( /obj/machinery/light/directional/west, /obj/effect/turf_decal/stripes/corner{ @@ -18030,6 +17701,11 @@ }, /turf/open/floor/iron, /area/security/processing) +"fgA" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/service/library) "fgB" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -18123,6 +17799,21 @@ }, /turf/open/floor/iron, /area/engineering/engine_smes) +"fiZ" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/dropper, +/obj/machinery/airalarm/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/science/lab) "fjm" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=Dorm"; @@ -18161,15 +17852,6 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"fkm" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/glass/reinforced, -/area/hallway/primary/starboard) "fkq" = ( /obj/machinery/door/window/eastright{ base_state = "left"; @@ -18229,23 +17911,10 @@ }, /turf/open/floor/iron/white, /area/medical/break_room) -"flh" = ( -/obj/structure/table/glass, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/micro_laser, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/machinery/firealarm/directional/east, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/science/lab) +"flc" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/engine, +/area/science/misc_lab) "flW" = ( /obj/structure/closet/toolcloset, /obj/effect/turf_decal/tile/yellow, @@ -18307,15 +17976,6 @@ /obj/item/clothing/under/rank/prisoner/skirt, /turf/open/floor/iron/cafeteria, /area/security/prison) -"fnG" = ( -/obj/structure/window/reinforced/plasma{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/tesla_coil/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) "fnW" = ( /obj/structure/closet/secure_closet/freezer/kitchen/maintenance, /obj/effect/decal/cleanable/cobweb, @@ -18353,15 +18013,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/hallway/primary/fore) -"fpN" = ( -/obj/structure/window/reinforced/plasma{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/tesla_coil/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) "fql" = ( /obj/structure/cable, /turf/open/floor/carpet, @@ -18386,12 +18037,6 @@ /obj/machinery/air_sensor/atmos/nitrous_tank, /turf/open/floor/engine/n2o, /area/engineering/atmos) -"fqL" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/science/storage) "fqX" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/engineering/glass{ @@ -18412,12 +18057,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/security/prison) -"frl" = ( -/obj/machinery/disposal/bin, -/obj/item/radio/intercom/directional/east, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/iron/white, -/area/science/lab) "frx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, @@ -18434,11 +18073,6 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/maint) -"frL" = ( -/obj/item/radio/intercom/directional/west, -/obj/machinery/light/small/directional/west, -/turf/open/floor/wood, -/area/service/library) "frP" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -18447,17 +18081,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/plating, /area/maintenance/port/aft) -"frS" = ( -/obj/structure/table, -/obj/machinery/requests_console/directional/east{ - department = "Circuits Lab"; - departmentType = 2; - name = "Circuits Lab Requests Console"; - receive_ore_updates = 1 - }, -/obj/item/clothing/shoes/wheelys/skishoes, -/turf/open/floor/iron/dark, -/area/science/research) "frW" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -18515,20 +18138,6 @@ }, /turf/open/floor/iron/dark, /area/commons/storage/mining) -"ftB" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/folder/white, -/obj/item/pen, -/obj/item/taperecorder, -/obj/item/paper_bin{ - pixel_y = 6 - }, -/obj/machinery/power/apc/auto_name/east, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/iron, -/area/science/misc_lab) "ftR" = ( /obj/machinery/door/airlock/maintenance{ name = "Law Office Maintenance"; @@ -18551,14 +18160,6 @@ }, /turf/open/floor/iron, /area/security/brig) -"fuB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/service/library) "fuL" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 @@ -18571,12 +18172,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/medical/virology) -"fuR" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "fuV" = ( /obj/structure/railing{ dir = 8 @@ -18606,13 +18201,6 @@ }, /turf/open/floor/iron, /area/commons/vacant_room/commissary) -"fvO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/science/lab) "fwq" = ( /obj/effect/turf_decal/tile/brown{ dir = 4 @@ -18633,15 +18221,10 @@ }, /turf/open/floor/plating, /area/cargo/sorting) -"fwC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/sepia, -/area/service/library) +"fwM" = ( +/obj/structure/chair, +/turf/open/floor/iron/cafeteria, +/area/hallway/secondary/exit/departure_lounge) "fwV" = ( /obj/structure/table/glass, /obj/item/cultivator, @@ -18725,12 +18308,6 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"fyn" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/science/server) "fyQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -18818,16 +18395,23 @@ /obj/structure/cable, /turf/open/floor/iron, /area/commons/locker) +"fAL" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"fAP" = ( +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) "fAQ" = ( /obj/machinery/air_sensor/atmos/carbon_tank, /turf/open/floor/engine/co2, /area/engineering/atmos) -"fAX" = ( -/obj/machinery/light/directional/west, -/turf/open/floor/iron/white/side{ - dir = 5 - }, -/area/science/research) "fBh" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 9 @@ -18851,6 +18435,15 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) +"fBA" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) "fBG" = ( /obj/machinery/light/directional/south, /obj/structure/kitchenspike, @@ -18860,6 +18453,15 @@ /obj/machinery/duct, /turf/open/floor/iron/freezer, /area/service/kitchen/coldroom) +"fBL" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/wood, +/area/service/library) "fBN" = ( /obj/machinery/light/small/built/directional/west, /turf/open/floor/iron, @@ -18873,6 +18475,9 @@ }, /turf/open/floor/iron, /area/hallway/secondary/service) +"fCa" = ( +/turf/closed/wall, +/area/science/genetics) "fCc" = ( /obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ color = "#ff0000"; @@ -19010,47 +18615,17 @@ }, /turf/open/floor/engine, /area/engineering/supermatter/room) -"fGQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 +"fGT" = ( +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 1; + icon_state = "right"; + name = "Monkey Pen"; + pixel_y = 2; + req_access_txt = "9" }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/science/research) -"fHl" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/science/storage) -"fHq" = ( -/obj/structure/table, -/obj/effect/spawner/random/entertainment/cigarette_pack, -/obj/item/lighter/greyscale{ - pixel_x = 4; - pixel_y = 2 - }, -/turf/open/floor/iron/cafeteria, -/area/hallway/secondary/exit/departure_lounge) -"fHu" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/service/chapel) +/turf/open/floor/engine, +/area/science/genetics) "fHz" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -19064,14 +18639,6 @@ /obj/structure/lattice/catwalk, /turf/open/openspace/icemoon, /area/science/server) -"fIq" = ( -/obj/effect/landmark/start/hangover, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "fIw" = ( /obj/structure/cable, /obj/structure/sign/poster/random{ @@ -19079,6 +18646,9 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"fIC" = ( +/turf/open/floor/iron/dark/smooth_half, +/area/service/chapel) "fIE" = ( /obj/structure/chair/office{ dir = 4 @@ -19091,15 +18661,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/medical/medbay) -"fIM" = ( -/obj/effect/landmark/start/hangover, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "fIO" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, /obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ @@ -19168,15 +18729,6 @@ /obj/machinery/status_display/ai/directional/north, /turf/open/floor/iron/cafeteria, /area/command/heads_quarters/rd) -"fJP" = ( -/obj/machinery/light/directional/north, -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "fJX" = ( /obj/effect/spawner/random/vending/snackvend, /obj/effect/turf_decal/stripes/line{ @@ -19237,22 +18789,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/commons/storage/primary) -"fLK" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/starboard) -"fMb" = ( -/obj/machinery/requests_console/directional/west{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - receive_ore_updates = 1 - }, -/turf/open/floor/iron/white, -/area/science/lab) -"fMe" = ( -/turf/open/floor/engine/cult, -/area/service/library) "fMy" = ( /obj/structure/table/reinforced, /obj/item/storage/firstaid/regular, @@ -19277,6 +18813,12 @@ /obj/item/stock_parts/cell/high/plus, /turf/open/floor/plating, /area/engineering/storage/tech) +"fNi" = ( +/obj/structure/table, +/obj/item/kitchen/knife, +/obj/item/storage/box/donkpockets, +/turf/open/floor/plating, +/area/maintenance/port/aft) "fNv" = ( /obj/effect/turf_decal/bot_white/right, /obj/effect/turf_decal/tile/neutral{ @@ -19333,14 +18875,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/commons/storage/primary) -"fQJ" = ( -/obj/structure/chair{ - 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/hallway/primary/starboard) "fQX" = ( /obj/structure/cable, /turf/open/floor/plating, @@ -19418,6 +18952,15 @@ /obj/machinery/vending/tool, /turf/open/floor/iron, /area/commons/storage/primary) +"fSK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/science/research) "fSL" = ( /obj/structure/cable, /obj/machinery/button/door/directional/west{ @@ -19437,10 +18980,6 @@ /obj/item/flashlight/lamp, /turf/open/floor/wood, /area/maintenance/port/fore) -"fTa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/engine, -/area/science/misc_lab) "fTd" = ( /obj/machinery/firealarm/directional/west, /obj/structure/closet/wardrobe/engineering_yellow, @@ -19509,6 +19048,11 @@ /obj/structure/cable, /turf/open/floor/iron, /area/engineering/main) +"fUD" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/science/misc_lab) "fUJ" = ( /obj/machinery/light/directional/north, /obj/structure/sign/warning/electricshock{ @@ -19544,6 +19088,17 @@ }, /turf/open/floor/iron, /area/command/bridge) +"fVd" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + req_access_txt = "2"; + safety_mode = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) "fVk" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -19554,6 +19109,27 @@ }, /turf/open/floor/iron/white, /area/medical/medbay) +"fVt" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/hallway/primary/starboard) +"fVx" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/research/glass{ + name = "Test Chamber"; + req_access_txt = "47" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/turf/open/floor/iron, +/area/science/misc_lab) "fVB" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -19579,6 +19155,14 @@ /obj/item/pipe_dispenser, /turf/open/floor/engine, /area/engineering/supermatter/room) +"fWj" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/sepia, +/area/service/library) "fWs" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/sign/poster/contraband/random{ @@ -19763,17 +19347,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall, /area/ai_monitored/turret_protected/aisat_interior) +"fZF" = ( +/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, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "fZW" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/commons/locker) -"gad" = ( -/obj/structure/railing/corner, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/iron/dark/corner{ - dir = 4 - }, -/area/service/chapel) "gai" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -19828,12 +19414,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, /area/hallway/secondary/service) -"gba" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/iron/white/side{ - dir = 6 - }, -/area/science/research) "gbe" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -19857,6 +19437,16 @@ }, /turf/open/floor/iron/freezer, /area/commons/toilet/locker) +"gbm" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Escape" + }, +/turf/open/floor/iron/white/corner, +/area/hallway/secondary/exit/departure_lounge) "gbO" = ( /turf/closed/wall, /area/medical/surgery) @@ -19873,6 +19463,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/science/storage) +"gct" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/checkpoint/science) "gcx" = ( /obj/structure/railing/corner{ dir = 8 @@ -19951,6 +19546,15 @@ /obj/structure/cable, /turf/open/floor/plating, /area/engineering/supermatter/room) +"geG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "gft" = ( /obj/machinery/light/small/directional/west, /obj/item/radio/intercom/directional/west, @@ -20013,15 +19617,10 @@ }, /turf/open/floor/iron, /area/cargo/office) -"ghf" = ( -/obj/machinery/camera{ - c_tag = "Library South"; - dir = 8 - }, -/obj/structure/displaycase/trophy, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/wood/parquet, -/area/service/library) +"ghw" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/hallway/secondary/exit/departure_lounge) "ghz" = ( /turf/closed/wall, /area/engineering/break_room) @@ -20031,18 +19630,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/grimy, /area/ai_monitored/turret_protected/aisat_interior) -"gin" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/research/glass{ - name = "Test Chamber"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/turf/open/floor/iron, -/area/science/misc_lab) "gip" = ( /obj/structure/sink/kitchen{ dir = 8; @@ -20097,17 +19684,11 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai_upload) -"gjA" = ( -/obj/machinery/firealarm/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/directional/north, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/science/genetics) +"gjH" = ( +/obj/structure/sign/warning/docking, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) "gjM" = ( /obj/structure/ladder, /obj/effect/turf_decal/stripes/box, @@ -20119,6 +19700,16 @@ dir = 5 }, /area/maintenance/port/aft) +"gkc" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/effect/turf_decal/bot, +/obj/structure/noticeboard/directional/north, +/turf/open/floor/iron, +/area/science/research) "gki" = ( /obj/machinery/hydroponics/soil, /obj/machinery/light/directional/west, @@ -20209,29 +19800,11 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/plating/snowed/icemoon, /area/cargo/miningdock) -"glH" = ( -/obj/structure/chair/office, -/obj/machinery/camera{ - c_tag = "Library North" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/turf/open/floor/wood, -/area/service/library) "glY" = ( /obj/machinery/power/tracker, /obj/structure/cable, /turf/open/floor/plating/asteroid/snow/icemoon, /area/icemoon/surface/outdoors) -"gmb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "gmc" = ( /obj/structure/sink{ dir = 8; @@ -20285,16 +19858,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/commons/fitness) -"gmY" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen/invisible, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/engine/cult, -/area/service/library) "gna" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, @@ -20406,6 +19969,9 @@ }, /turf/open/floor/iron, /area/commons/vacant_room/commissary) +"gqq" = ( +/turf/closed/wall/ice, +/area/icemoon/surface/outdoors) "gqr" = ( /obj/structure/extinguisher_cabinet/directional/west, /obj/structure/table, @@ -20443,6 +20009,12 @@ /obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, /turf/open/floor/carpet, /area/command/heads_quarters/hos) +"grs" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/science/mixing) "grt" = ( /obj/structure/barricade/wooden, /obj/machinery/door/airlock/maintenance{ @@ -20454,17 +20026,23 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron, /area/engineering/atmos) -"grM" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Art Gallery" +"grS" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = -32 }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/sepia, -/area/service/library) -"grR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) +/turf/open/floor/plating/snowed/icemoon, +/area/icemoon/surface/outdoors) +"grX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/science/research) "gsx" = ( /obj/structure/disposalpipe/trunk{ dir = 8 @@ -20547,10 +20125,6 @@ /obj/item/ai_module/core, /turf/open/floor/iron, /area/command/heads_quarters/rd) -"guD" = ( -/obj/machinery/light/small/directional/east, -/turf/open/openspace, -/area/service/chapel) "guJ" = ( /turf/open/floor/plating{ icon_state = "panelscorched" @@ -20566,12 +20140,6 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, /area/maintenance/aft) -"gvd" = ( -/obj/structure/sign/painting/library{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/service/library) "gvi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/closed/wall/r_wall, @@ -20594,6 +20162,14 @@ }, /turf/open/floor/plating, /area/security/processing) +"gvN" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd"; + name = "research lab shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/lab) "gvP" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -20674,17 +20250,6 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/command/nuke_storage) -"gzl" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/engineering{ - name = "Utilities Room"; - req_one_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) "gzD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -20695,6 +20260,12 @@ }, /turf/open/floor/iron, /area/science/storage) +"gzI" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/science/storage) "gzQ" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -20710,18 +20281,25 @@ /obj/item/clothing/suit/ianshirt, /turf/open/floor/iron, /area/maintenance/starboard/fore) +"gAb" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/science/storage) +"gAl" = ( +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/science/misc_lab) "gAK" = ( /turf/open/floor/iron, /area/engineering/atmos/project) -"gAM" = ( -/obj/structure/disposalpipe/sorting/mail{ - sortType = 12 - }, -/obj/structure/rack, -/obj/effect/spawner/random/clothing/gloves, -/obj/item/clothing/suit/toggle/labcoat, -/turf/open/floor/plating, -/area/maintenance/starboard) "gAQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -20764,6 +20342,11 @@ icon_state = "panelscorched" }, /area/maintenance/starboard/fore) +"gCh" = ( +/obj/item/kirbyplants/random, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "gCi" = ( /obj/effect/turf_decal/tile/brown{ dir = 8 @@ -20774,6 +20357,9 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/dark, /area/cargo/miningdock) +"gCj" = ( +/turf/open/floor/carpet/green, +/area/service/library) "gCn" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment{ @@ -20812,6 +20398,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine, /area/science/mixing/chamber) +"gDj" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/research) "gDl" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -20858,25 +20454,24 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, /area/hallway/secondary/service) -"gEG" = ( -/obj/structure/plasticflaps/opaque, -/obj/structure/disposalpipe/segment{ - dir = 4 +"gEA" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 }, -/turf/open/floor/plating, -/area/maintenance/starboard) +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/genetics) "gEM" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/engineering/atmos) -"gEY" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/iron/white/side{ - dir = 5 - }, -/area/science/research) "gFg" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -20969,31 +20564,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/commons/fitness) -"gHf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/statue/snow/snowman{ - pixel_x = 6 - }, -/obj/item/toy/snowball{ - pixel_x = 16; - pixel_y = 4 - }, -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/science/research) -"gHj" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/science/genetics) "gHl" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 8 @@ -21049,6 +20619,13 @@ /obj/effect/landmark/start/virologist, /turf/open/floor/iron/white, /area/medical/virology) +"gIJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/rnd/production/protolathe/department/science, +/turf/open/floor/iron, +/area/science/lab) "gJa" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -21169,6 +20746,23 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/maintenance/aft) +"gLw" = ( +/obj/machinery/camera{ + c_tag = "Security Post - Science"; + dir = 4; + network = list("ss13","rd") + }, +/obj/machinery/newscaster/directional/west, +/obj/machinery/light/directional/west, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) "gLx" = ( /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible, /turf/open/floor/iron/white, @@ -21204,9 +20798,16 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron/white, /area/maintenance/department/medical/morgue) -"gMv" = ( -/turf/closed/mineral/random/snow, -/area/icemoon/surface/outdoors) +"gLS" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) "gMG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -21216,6 +20817,12 @@ }, /turf/open/floor/iron, /area/hallway/primary/aft) +"gMT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/science/research) "gNd" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, @@ -21336,12 +20943,6 @@ /obj/item/storage/firstaid/toxin, /turf/open/floor/iron, /area/science/mixing) -"gPO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "gQb" = ( /turf/open/genturf, /area/icemoon/surface/outdoors/unexplored/rivers/no_monsters) @@ -21352,15 +20953,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/engineering/main) -"gQq" = ( -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/engine, -/area/science/misc_lab) "gQt" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -21400,6 +20992,13 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/commons/locker) +"gQM" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "gQQ" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -21425,16 +21024,20 @@ }, /turf/open/floor/plating, /area/security/office) -"gSi" = ( -/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) "gSs" = ( /obj/effect/landmark/start/shaft_miner, /turf/open/floor/iron, /area/cargo/miningdock) +"gSw" = ( +/obj/machinery/camera{ + c_tag = "Departure Lounge East"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "gSA" = ( /obj/effect/spawner/structure/window, /obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, @@ -21467,17 +21070,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/robotics/lab) -"gTG" = ( -/obj/structure/statue/snow/snowman, -/obj/item/toy/snowball{ - pixel_x = -10; - pixel_y = 4 - }, -/obj/item/food/snowcones/pwrgame{ - pixel_x = 12 - }, -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/science/research) "gTH" = ( /obj/structure/rack, /obj/item/clothing/shoes/magboots, @@ -21498,6 +21090,10 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/medical/medbay/aft) +"gUb" = ( +/obj/machinery/light/small/directional/east, +/turf/open/openspace, +/area/service/chapel) "gUc" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -21509,6 +21105,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/hallway/primary/aft) +"gUk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/research) "gUs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, @@ -21564,6 +21166,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/medical/morgue) +"gVn" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Research Division Delivery"; + req_access_txt = "47" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor/heavy, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/lab) "gVp" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -21571,6 +21188,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/science/misc_lab) +"gVQ" = ( +/obj/machinery/disposal/bin, +/obj/item/radio/intercom/directional/east, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/white, +/area/science/lab) "gVZ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -21619,6 +21242,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/medical/medbay) +"gXt" = ( +/obj/machinery/portable_atmospherics/scrubber/huge, +/obj/effect/turf_decal/delivery, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron, +/area/science/storage) "gXv" = ( /obj/effect/turf_decal/tile/red/full, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -21722,6 +21351,12 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/engineering/main) +"gZC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "gZG" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -21767,6 +21402,21 @@ icon_state = "panelscorched" }, /area/maintenance/port/aft) +"hbd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) "hbr" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -21889,13 +21539,6 @@ /obj/structure/closet/bombcloset/security, /turf/open/floor/iron/showroomfloor, /area/security/office) -"heW" = ( -/obj/effect/landmark/start/hangover, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/service/library) "hfm" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -22016,6 +21659,13 @@ /obj/structure/grille, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"hiC" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/robotics/lab) "hiV" = ( /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, @@ -22050,26 +21700,21 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"hjn" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "hjA" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron, /area/commons/locker) -"hjI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) -"hjU" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/science/research) "hjZ" = ( /turf/open/floor/iron/white, /area/medical/medbay) @@ -22118,6 +21763,12 @@ }, /turf/open/floor/plating, /area/engineering/atmos) +"hmT" = ( +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/lab) "hna" = ( /obj/machinery/camera{ c_tag = "Research Division South"; @@ -22140,6 +21791,17 @@ }, /turf/open/floor/iron/freezer, /area/command/heads_quarters/captain) +"hof" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/wood, +/area/service/library) "hoJ" = ( /obj/machinery/shower{ dir = 4 @@ -22149,13 +21811,6 @@ }, /turf/open/floor/iron, /area/engineering/main) -"hoK" = ( -/obj/structure/sign/painting/library{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/service/library) "hoM" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -22218,19 +21873,10 @@ }, /turf/open/floor/iron, /area/cargo/office) -"hqg" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/hallway/primary/starboard) "hqx" = ( /obj/effect/spawner/random/trash/mess, /turf/open/floor/iron, /area/maintenance/starboard/fore) -"hqA" = ( -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "hqV" = ( /obj/structure/table/wood, /obj/item/folder/red, @@ -22264,11 +21910,6 @@ }, /turf/open/floor/iron/freezer, /area/maintenance/starboard/fore) -"hrr" = ( -/obj/structure/table, -/obj/item/food/grown/carrot, -/turf/open/floor/iron/dark, -/area/science/research) "hrF" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -22339,6 +21980,15 @@ }, /turf/open/floor/iron, /area/engineering/atmos/project) +"hsn" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/service/chapel) "hsv" = ( /obj/structure/sign/poster/random{ pixel_y = -32 @@ -22381,6 +22031,19 @@ /obj/machinery/duct, /turf/open/floor/iron/cafeteria, /area/service/kitchen) +"hto" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"htv" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/science/misc_lab) "htD" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating/snowed/icemoon, @@ -22497,11 +22160,6 @@ }, /turf/open/floor/iron, /area/science/mixing) -"hxO" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/science/misc_lab) "hxW" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 4 @@ -22535,6 +22193,13 @@ }, /turf/open/floor/iron, /area/command/gateway) +"hyw" = ( +/obj/machinery/light/directional/west, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/science/mixing) "hyP" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -22592,6 +22257,15 @@ /obj/structure/grille, /turf/open/floor/plating, /area/maintenance/aft) +"hBf" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Holding Area"; + req_access_txt = "2" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "hBn" = ( /obj/structure/cable, /obj/machinery/light/small/directional/south, @@ -22643,6 +22317,13 @@ /obj/structure/cable, /turf/open/floor/iron, /area/command/bridge) +"hCR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/starboard) "hDe" = ( /obj/effect/spawner/random/maintenance, /obj/structure/disposalpipe/segment{ @@ -22679,6 +22360,15 @@ }, /turf/open/openspace, /area/commons/storage/mining) +"hDL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "hDO" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 @@ -22693,6 +22383,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/showroomfloor, /area/security/office) +"hEG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) "hFg" = ( /obj/machinery/door/airlock/external{ name = "Port Docking Bay 1"; @@ -22718,27 +22420,6 @@ }, /turf/open/floor/plating, /area/engineering/storage/tech) -"hFE" = ( -/obj/structure/table, -/obj/item/multitool/circuit{ - pixel_x = -8 - }, -/obj/item/multitool/circuit{ - pixel_x = -4 - }, -/obj/item/multitool/circuit, -/obj/item/stock_parts/cell/high{ - pixel_x = 8; - pixel_y = 9 - }, -/obj/item/stock_parts/cell/high{ - pixel_x = 8; - pixel_y = -2 - }, -/turf/open/floor/iron/white/side{ - dir = 4 - }, -/area/science/misc_lab) "hFZ" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; @@ -22908,9 +22589,6 @@ }, /turf/open/floor/iron/dark, /area/security/interrogation) -"hKS" = ( -/turf/open/floor/iron/dark/smooth_edge, -/area/service/chapel) "hLm" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 @@ -22923,16 +22601,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, /area/command/heads_quarters/captain) -"hMs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/science/genetics) "hMu" = ( /obj/machinery/door/airlock/command{ name = "Command Tool Storage"; @@ -23022,6 +22690,15 @@ dir = 1 }, /area/hallway/secondary/entry) +"hQi" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/navbeacon/wayfinding/library, +/turf/open/floor/wood, +/area/service/library) "hQl" = ( /obj/structure/table, /obj/item/plant_analyzer, @@ -23091,12 +22768,6 @@ /obj/structure/bedsheetbin, /turf/open/floor/iron, /area/maintenance/port/fore) -"hSp" = ( -/obj/structure/chair/pew/left{ - dir = 1 - }, -/turf/open/floor/glass/reinforced, -/area/hallway/primary/starboard) "hSA" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -23157,19 +22828,6 @@ "hTM" = ( /turf/closed/wall, /area/commons/dorms) -"hTU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/engineering/supermatter) "hUl" = ( /obj/machinery/camera{ c_tag = "EVA East"; @@ -23191,10 +22849,23 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/department/medical/morgue) -"hVE" = ( -/obj/machinery/light/small/directional/west, -/turf/open/floor/engine, -/area/science/misc_lab) +"hUX" = ( +/obj/structure/table/glass, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/machinery/firealarm/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/science/lab) "hVW" = ( /obj/machinery/camera{ c_tag = "Xenobiology Pens Observation - Port Fore"; @@ -23233,15 +22904,6 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/lobby) -"hWO" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood, -/area/service/library) "hXf" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -23269,13 +22931,6 @@ icon_state = "panelscorched" }, /area/maintenance/port/aft) -"hXv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "hXy" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/maintenance{ @@ -23295,6 +22950,12 @@ }, /turf/open/floor/iron/white, /area/science/mixing) +"hYe" = ( +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/science/research) "hYi" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ dir = 4 @@ -23302,6 +22963,15 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, /turf/open/floor/iron, /area/engineering/atmos) +"hYB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Art Gallery" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/sepia, +/area/service/library) "hYK" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -23325,17 +22995,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold/supply/visible, /turf/closed/wall/r_wall, /area/maintenance/department/medical) -"hZA" = ( -/obj/machinery/status_display/evac/directional/south, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/chair/office{ - dir = 8 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "hZC" = ( /obj/machinery/door/airlock/security/glass{ name = "Isolation Cell"; @@ -23368,13 +23027,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/engineering/supermatter) -"iaw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +"hZV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/brown{ + dir = 4 }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/service/chapel) +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) "iaE" = ( /obj/machinery/light/directional/west, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -23551,14 +23218,12 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/command/bridge) -"idZ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Chapel" +"ieb" = ( +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/white/side{ + dir = 9 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron/sepia, -/area/service/library) +/area/science/research) "ieu" = ( /obj/machinery/light/directional/east, /turf/open/floor/iron, @@ -23599,11 +23264,6 @@ }, /turf/open/floor/engine/vacuum, /area/engineering/atmos) -"ifg" = ( -/obj/structure/sign/warning/docking, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) "ifh" = ( /obj/machinery/power/emitter/welded{ dir = 8 @@ -23624,10 +23284,6 @@ dir = 1 }, /area/service/hydroponics) -"ifv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/white, -/area/science/genetics) "ifx" = ( /obj/machinery/door/window/southleft{ name = "Engineering Delivery"; @@ -23641,17 +23297,6 @@ /obj/effect/spawner/structure/window/reinforced/plasma, /turf/open/floor/plating, /area/engineering/supermatter/room) -"ifD" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/wood, -/area/service/library) "ifU" = ( /obj/structure/table, /obj/effect/spawner/random/maintenance, @@ -23717,6 +23362,12 @@ /obj/machinery/vending/tool, /turf/open/floor/iron, /area/engineering/break_room) +"ihB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/science/research) "ihH" = ( /obj/item/wrench, /obj/item/screwdriver, @@ -23743,11 +23394,6 @@ }, /turf/open/floor/iron, /area/hallway/primary/fore) -"ihU" = ( -/obj/machinery/light/directional/east, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/wood, -/area/service/library) "iic" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/line{ @@ -23768,13 +23414,9 @@ }, /turf/open/floor/iron, /area/cargo/office) -"iiJ" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/science/storage) +"iim" = ( +/turf/open/openspace, +/area/service/chapel) "ijj" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -23805,6 +23447,13 @@ }, /turf/open/floor/iron/checker, /area/engineering/break_room) +"ikk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/white, +/area/science/lab) "ikl" = ( /obj/machinery/atmospherics/pipe/smart/simple/dark/visible{ dir = 5 @@ -23886,18 +23535,17 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/iron/dark, /area/hallway/primary/aft) -"ini" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/dark, -/area/science/research) -"ink" = ( -/obj/effect/turf_decal/tile/purple{ +"imY" = ( +/obj/effect/turf_decal/tile/brown{ dir = 8 }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/iron/white, -/area/science/genetics) +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/science/research) "inq" = ( /obj/machinery/portable_atmospherics/canister/air, /obj/effect/decal/cleanable/dirt, @@ -23985,11 +23633,6 @@ }, /turf/open/floor/iron, /area/hallway/secondary/entry) -"iqk" = ( -/obj/effect/spawner/random/maintenance, -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) "iqr" = ( /turf/closed/wall/r_wall, /area/commons/storage/mining) @@ -24002,24 +23645,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/mixing) -"iqz" = ( -/obj/item/stack/sheet/glass, -/obj/structure/table/glass, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/matter_bin, -/obj/machinery/light/directional/east, -/obj/item/stock_parts/scanning_module{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/stock_parts/scanning_module, -/obj/machinery/power/apc/auto_name/east, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/science/lab) "irb" = ( /obj/structure/safe, /obj/item/clothing/head/bearpelt, @@ -24049,20 +23674,14 @@ /obj/effect/turf_decal/trimline/blue/filled/warning, /turf/open/floor/iron/white, /area/medical/medbay) -"irh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"irN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) -"iry" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria, -/area/hallway/secondary/exit/departure_lounge) "irX" = ( /obj/machinery/power/apc/auto_name/east, /obj/structure/chair, @@ -24140,6 +23759,15 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, /area/maintenance/department/electrical) +"itS" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/hallway/primary/starboard) "itV" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -24178,21 +23806,6 @@ }, /turf/open/floor/grass, /area/maintenance/starboard/aft) -"iuQ" = ( -/obj/effect/spawner/random/entertainment/arcade{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/sign/poster/random{ - pixel_x = -32 - }, -/turf/open/floor/iron/cafeteria, -/area/hallway/secondary/exit/departure_lounge) "iuV" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, @@ -24201,21 +23814,6 @@ }, /turf/open/floor/plating, /area/engineering/atmos) -"iuW" = ( -/obj/structure/reagent_dispensers/peppertank/directional/west, -/obj/machinery/airalarm/directional/north, -/obj/structure/closet/secure_closet/security/science, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron, -/area/security/checkpoint/science) "iuY" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -24249,6 +23847,14 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"ivR" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit/departure_lounge) "ivV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, @@ -24274,10 +23880,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/primary/starboard) -"iwz" = ( -/obj/structure/flora/tree/dead, -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/science/research) "iwH" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -24313,6 +23915,16 @@ /obj/structure/sign/warning/securearea, /turf/closed/wall, /area/maintenance/department/medical/morgue) +"ixN" = ( +/obj/structure/railing, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/service/chapel) "ixO" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -24461,6 +24073,17 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"iAX" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light/small/directional/west, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/hallway/primary/starboard) "iBj" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/light/directional/south, @@ -24470,12 +24093,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/medical/medbay) -"iBs" = ( -/obj/machinery/mechpad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/science/robotics/lab) "iBy" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating{ @@ -24486,6 +24103,10 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/service/hydroponics) +"iBN" = ( +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/white, +/area/science/research) "iBZ" = ( /obj/machinery/power/smes, /obj/structure/cable, @@ -24562,22 +24183,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/white, /area/maintenance/port/fore) -"iDH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/service/library) -"iDS" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/landmark/start/hangover/closet, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "iEb" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/white/side{ @@ -24589,14 +24194,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/ai_monitored/security/armory) -"iEw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit/departure_lounge) "iEz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -24611,13 +24208,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) -"iEK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light_switch/directional/west, -/turf/open/floor/iron/white, -/area/science/lab) "iFe" = ( /obj/machinery/air_sensor/atmos/mix_tank, /turf/open/floor/engine/vacuum, @@ -24656,6 +24246,13 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/hallway/primary/central) +"iGa" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/science/research) "iGv" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 @@ -24768,6 +24365,12 @@ }, /turf/open/floor/iron, /area/security/brig) +"iIv" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/science/research) "iIz" = ( /obj/effect/turf_decal/trimline/blue/corner{ dir = 8 @@ -24826,15 +24429,18 @@ "iJq" = ( /turf/open/floor/iron/cafeteria, /area/maintenance/port/aft) -"iJL" = ( -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) -"iJR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/science/genetics) +"iKb" = ( +/obj/structure/railing, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/service/chapel) "iKj" = ( /obj/machinery/door/poddoor/shutters/preopen{ id = "hopqueue"; @@ -24899,28 +24505,33 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/cafeteria, /area/service/kitchen) -"iLI" = ( -/obj/machinery/portable_atmospherics/canister/plasma, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/science/storage) "iLK" = ( /obj/structure/sink{ pixel_y = 20 }, /turf/open/floor/iron, /area/science/xenobiology) -"iLS" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 +"iMI" = ( +/obj/structure/table, +/obj/item/multitool/circuit{ + pixel_x = -8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/hallway/primary/starboard) +/obj/item/multitool/circuit{ + pixel_x = -4 + }, +/obj/item/multitool/circuit, +/obj/item/stock_parts/cell/high{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/floor/iron/white/side{ + dir = 4 + }, +/area/science/misc_lab) "iMK" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, @@ -25026,6 +24637,12 @@ }, /turf/open/floor/plating, /area/engineering/engine_smes) +"iNY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/misc_lab) "iNZ" = ( /obj/effect/turf_decal/tile/red/full, /obj/structure/chair/stool/bar/directional/west, @@ -25042,33 +24659,24 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/plating, /area/maintenance/department/medical) -"iPF" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"iPL" = ( -/obj/structure/closet/firecloset, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/turf_decal/stripes/corner, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "iPU" = ( /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/maintenance/department/medical) -"iPW" = ( -/obj/machinery/status_display/evac/directional/north, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 1 +"iPX" = ( +/obj/machinery/camera{ + c_tag = "Research Division East"; + dir = 4; + network = list("ss13","rd") }, -/area/hallway/secondary/exit/departure_lounge) +/obj/effect/turf_decal/bot, +/obj/structure/frame/machine{ + anchored = 1 + }, +/turf/open/floor/iron/dark, +/area/science/research) "iQf" = ( /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron, @@ -25119,19 +24727,6 @@ /obj/structure/closet/radiation, /turf/open/floor/iron, /area/engineering/main) -"iRw" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/floor/glass/reinforced, -/area/hallway/primary/starboard) -"iSj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/service/library) "iSn" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -25139,22 +24734,6 @@ }, /turf/open/floor/iron, /area/commons/storage/primary) -"iSq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/reagent_dispensers/peppertank/directional/north, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "iSw" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -25169,15 +24748,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/mixing) -"iSA" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/science/research) "iSQ" = ( /obj/structure/closet/secure_closet/personal{ anchored = 1 @@ -25249,24 +24819,37 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/medical/medbay/lobby) -"iUn" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +"iUl" = ( +/obj/structure/statue/snow/snowman, +/obj/item/toy/snowball{ + pixel_x = -10; + pixel_y = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 +/obj/item/food/snowcones/pwrgame{ + pixel_x = 12 }, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/fore) +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/science/research) "iUo" = ( /obj/structure/table/wood, /obj/item/camera_film, /obj/item/camera_film, /turf/open/floor/wood, /area/service/library) +"iUL" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Departure Lounge Holding Area"; + dir = 6 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "iUS" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -25299,16 +24882,12 @@ /obj/machinery/atmospherics/components/unary/cryo_cell, /turf/open/floor/iron/dark/textured, /area/medical/cryo) -"iVG" = ( +"iVO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/open/floor/iron, -/area/hallway/primary/starboard) +/turf/open/floor/plating, +/area/maintenance/starboard/fore) "iWe" = ( /obj/machinery/door/airlock/maintenance{ name = "Garden Maintenance"; @@ -25326,6 +24905,13 @@ }, /turf/open/floor/engine, /area/engineering/supermatter/room) +"iWm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/science/lab) "iWr" = ( /obj/machinery/door_buttons/airlock_controller{ idExterior = "virology_airlock_exterior"; @@ -25402,6 +24988,18 @@ /obj/structure/chair/stool/directional/north, /turf/open/floor/plating, /area/maintenance/port/aft) +"iYp" = ( +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/checkpoint/science) "iYA" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -25435,22 +25033,34 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors) +"iZy" = ( +/obj/structure/table/glass, +/obj/item/storage/box/disks{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/science/genetics) +"iZH" = ( +/obj/machinery/status_display/evac/directional/west, +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/science/research) "iZI" = ( /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/commons/locker) +"jaf" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) "jah" = ( /obj/machinery/air_sensor/atmos/plasma_tank, /turf/open/floor/engine/plasma, /area/engineering/atmos) -"jaw" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/wood, -/area/service/library) "jay" = ( /obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ dir = 8 @@ -25476,6 +25086,18 @@ }, /turf/open/floor/iron, /area/command/bridge) +"jaF" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/checkpoint/science) "jaJ" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -25510,16 +25132,6 @@ }, /turf/open/floor/iron, /area/science/xenobiology) -"jcB" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Cargo Escape Airlock"; - safety_mode = 1 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) "jcE" = ( /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, /turf/closed/wall, @@ -25657,6 +25269,17 @@ }, /turf/open/floor/plating, /area/engineering/main) +"jfo" = ( +/obj/structure/chair/stool/directional/south, +/obj/effect/landmark/start/scientist, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/lab) "jfy" = ( /obj/machinery/seed_extractor, /obj/effect/decal/cleanable/dirt, @@ -25688,6 +25311,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/maintenance/department/medical) +"jfV" = ( +/obj/structure/window/reinforced/plasma{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) "jgg" = ( /turf/open/floor/plating{ icon_state = "platingdmg2" @@ -25752,6 +25384,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/medical/medbay) +"jgY" = ( +/turf/closed/wall, +/area/science/misc_lab) "jgZ" = ( /obj/effect/decal/cleanable/oil, /obj/machinery/power/apc/auto_name/east, @@ -25836,15 +25471,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/aft) -"jji" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail{ - sortType = 24 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) "jjv" = ( /turf/open/floor/iron/freezer, /area/commons/toilet/locker) @@ -25919,6 +25545,12 @@ }, /turf/open/floor/carpet, /area/command/heads_quarters/captain) +"jmy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) "jmS" = ( /obj/item/storage/bag/plants/portaseeder, /obj/structure/table/glass, @@ -25967,21 +25599,6 @@ /obj/machinery/air_sensor/atmos/air_tank, /turf/open/floor/engine/air, /area/engineering/atmos) -"jon" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/item/restraints/handcuffs, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "joy" = ( /obj/machinery/door/firedoor, /obj/structure/cable, @@ -26005,15 +25622,6 @@ "joZ" = ( /turf/open/floor/engine/n2, /area/engineering/atmos) -"jpx" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/science/misc_lab) "jpE" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -26052,6 +25660,21 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, /area/maintenance/aft) +"jri" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 9 + }, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/floor/iron/dark, +/area/science/genetics) "jrN" = ( /obj/machinery/camera{ c_tag = "Locker Room West"; @@ -26115,11 +25738,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/command/bridge) -"jtd" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/science/research) "jtf" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -26142,18 +25760,6 @@ /obj/machinery/light_switch/directional/west, /turf/open/floor/iron/white, /area/medical/pharmacy) -"jti" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/service/chapel) "jtr" = ( /obj/machinery/door/window/westright{ dir = 1; @@ -26166,6 +25772,11 @@ }, /turf/open/floor/grass, /area/service/hydroponics) +"jts" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/dark, +/area/service/chapel) "jtG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -26289,22 +25900,6 @@ }, /turf/open/floor/iron, /area/science/robotics/mechbay) -"jxy" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/sink{ - dir = 4; - pixel_x = -12; - pixel_y = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/science/genetics) "jxN" = ( /obj/machinery/light/directional/south, /turf/open/floor/iron, @@ -26370,17 +25965,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/security/prison/safe) -"jzH" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/science/research) "jAb" = ( /obj/structure/railing{ dir = 1 @@ -26414,6 +25998,10 @@ }, /turf/open/floor/iron/white, /area/medical/cryo) +"jBt" = ( +/obj/machinery/newscaster/directional/west, +/turf/open/floor/wood, +/area/service/library) "jBV" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -26500,6 +26088,10 @@ }, /turf/open/floor/plating, /area/service/chapel) +"jEs" = ( +/obj/structure/flora/grass/brown, +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/science/research) "jEw" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -26602,6 +26194,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/commons/fitness) +"jFO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/science/research) "jFY" = ( /obj/effect/landmark/start/cyborg, /obj/structure/cable, @@ -26647,6 +26244,13 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/medical/morgue) +"jIv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit/departure_lounge) "jIw" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -26691,23 +26295,22 @@ /obj/machinery/duct, /turf/open/floor/wood, /area/hallway/secondary/service) +"jIV" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/genetics) "jJj" = ( /obj/machinery/atmospherics/pipe/smart/simple/green/visible{ dir = 9 }, /turf/open/floor/iron, /area/engineering/atmos) -"jJx" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable, -/obj/machinery/door/airlock/command/glass{ - name = "Emergency EVA Storage"; - red_alert_access = 1; - req_access_txt = "18"; - safety_mode = 1 - }, -/turf/open/floor/iron/textured, -/area/hallway/secondary/exit/departure_lounge) "jJD" = ( /turf/open/floor/carpet, /area/cargo/qm) @@ -26740,6 +26343,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/science/mixing) +"jKR" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) "jKX" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ @@ -26784,25 +26394,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/port) -"jLY" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/science/storage) -"jMi" = ( -/obj/machinery/camera{ - c_tag = "Research Division East"; - dir = 4; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/bot, -/obj/structure/frame/machine{ - anchored = 1 - }, -/turf/open/floor/iron/dark, -/area/science/research) "jNd" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp, @@ -26855,18 +26446,15 @@ /obj/item/assembly/timer, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) -"jOk" = ( -/obj/machinery/light/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/iron, -/area/science/misc_lab) "jOy" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/service/bar/atrium) +"jOF" = ( +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/hallway/primary/starboard) "jOT" = ( /obj/machinery/light/small/directional/north, /obj/structure/dresser, @@ -26981,6 +26569,18 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/hallway/primary/central) +"jSJ" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/glass/reinforced, +/area/hallway/primary/starboard) "jTe" = ( /obj/machinery/door/airlock{ name = "Unisex Restrooms" @@ -27003,6 +26603,13 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/medical/virology) +"jTx" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/lab) "jTR" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{ @@ -27010,6 +26617,18 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"jTS" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) "jTY" = ( /obj/structure/rack, /obj/effect/spawner/random/maintenance/two, @@ -27022,6 +26641,10 @@ }, /turf/open/floor/iron, /area/commons/vacant_room/commissary) +"jUm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white, +/area/science/genetics) "jUs" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -27035,19 +26658,28 @@ "jUZ" = ( /turf/closed/wall/r_wall, /area/medical/medbay/central) -"jVf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/obj/item/beacon, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "jVr" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/engine/n2, /area/engineering/atmos) +"jWb" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + req_access_txt = "2"; + safety_mode = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"jWk" = ( +/obj/structure/destructible/cult/tome, +/obj/item/book/codex_gigas, +/obj/machinery/light/small/directional/south, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/open/floor/engine/cult, +/area/service/library) "jWo" = ( /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, /turf/closed/wall, @@ -27110,6 +26742,10 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"jYy" = ( +/obj/machinery/module_duplicator, +/turf/open/floor/iron, +/area/science/misc_lab) "jYz" = ( /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating, @@ -27119,6 +26755,11 @@ /obj/structure/disposalpipe/trunk, /turf/open/floor/iron/grimy, /area/security/detectives_office) +"jYT" = ( +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole, +/turf/open/floor/wood, +/area/service/library) "jZf" = ( /obj/structure/closet/secure_closet/chemical, /obj/effect/turf_decal/trimline/blue/line, @@ -27188,6 +26829,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/science/robotics/mechbay) +"kbz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/dna_scannernew, +/turf/open/floor/iron/white, +/area/science/genetics) "kbJ" = ( /obj/structure/window/reinforced{ dir = 1 @@ -27195,6 +26844,10 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/dark, /area/commons/fitness) +"kbL" = ( +/mob/living/carbon/human/species/monkey, +/turf/open/floor/engine, +/area/science/genetics) "kcl" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 @@ -27220,15 +26873,6 @@ /obj/structure/noticeboard/directional/east, /turf/open/floor/wood, /area/command/meeting_room) -"kdd" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "kdp" = ( /obj/machinery/light/directional/north, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ @@ -27310,10 +26954,13 @@ /obj/effect/decal/cleanable/dirt, /turf/closed/wall, /area/maintenance/starboard/aft) -"kfd" = ( -/obj/machinery/newscaster/directional/west, -/turf/open/floor/wood, -/area/service/library) +"kfa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white, +/area/science/research) "kfg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -27323,12 +26970,15 @@ }, /turf/open/floor/iron/white, /area/science/mixing) -"kfx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 +"kfj" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 }, -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/science/research) +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/lab) "kfT" = ( /turf/open/floor/iron/white, /area/medical/cryo) @@ -27360,6 +27010,11 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) +"kgs" = ( +/obj/effect/spawner/random/structure/crate_abandoned, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/fore) "kgv" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -27384,6 +27039,11 @@ }, /turf/open/floor/engine, /area/engineering/supermatter/room) +"kgP" = ( +/obj/structure/table/glass, +/obj/item/storage/book/bible, +/turf/open/floor/iron/chapel, +/area/service/chapel) "khp" = ( /obj/machinery/door/airlock/maintenance{ name = "Mining Maintenance"; @@ -27470,11 +27130,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/engine, /area/engineering/supermatter/room) -"kjx" = ( -/obj/effect/landmark/start/hangover, -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/wood, -/area/service/library) "kjD" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/tile/brown{ @@ -27515,17 +27170,18 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/service/hydroponics) -"kko" = ( -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) "kkp" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/maintenance/port/aft) +"kky" = ( +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/science/research) "kkC" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -27539,20 +27195,13 @@ /obj/item/trash/waffles, /turf/open/floor/plating, /area/maintenance/port/aft) -"kld" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, +"klq" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot, +/obj/machinery/firealarm/directional/west, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/hallway/primary/starboard) +/area/science/storage) "klC" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -27637,6 +27286,18 @@ }, /turf/open/floor/iron, /area/service/hydroponics/garden) +"kmA" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/hallway/primary/starboard) "kmD" = ( /obj/machinery/light/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -27683,24 +27344,6 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai) -"knH" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/scientist, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/science/misc_lab) -"knX" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "koB" = ( /turf/open/floor/iron, /area/hallway/secondary/service) @@ -27725,6 +27368,11 @@ }, /turf/open/floor/iron, /area/hallway/primary/aft) +"kqa" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/research) "kqc" = ( /obj/structure/sign/departments/chemistry{ pixel_y = -32 @@ -27924,6 +27572,9 @@ "kwf" = ( /turf/open/floor/iron, /area/command/gateway) +"kwn" = ( +/turf/open/floor/iron/dark/smooth_edge, +/area/service/chapel) "kwr" = ( /obj/structure/table, /obj/item/weldingtool, @@ -27971,6 +27622,10 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) +"kxn" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/genetics) "kxw" = ( /obj/structure/bed, /obj/machinery/airalarm/directional/north, @@ -27983,13 +27638,6 @@ }, /turf/open/floor/carpet, /area/commons/dorms) -"kxC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/science/genetics) "kxT" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -27997,6 +27645,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/engine, /area/engineering/supermatter/room) +"kxV" = ( +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/misc_lab) +"kyg" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/hallway/primary/starboard) "kyo" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -28040,6 +27706,34 @@ /obj/item/stack/pipe_cleaner_coil/random, /turf/open/floor/iron, /area/commons/storage/art) +"kzp" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Robotics Desk"; + req_access_txt = "29" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/item/folder/white, +/obj/item/pen, +/turf/open/floor/plating, +/area/science/robotics/lab) +"kzI" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Ordnance Lab South"; + dir = 1; + network = list("ss13","rd") + }, +/turf/open/floor/iron, +/area/science/mixing) "kzL" = ( /obj/machinery/power/apc/auto_name/north, /obj/structure/cable, @@ -28146,6 +27840,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/engineering/main) +"kCi" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/obj/item/pickaxe, +/obj/item/shovel, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/machinery/camera{ + c_tag = "Departure Lounge Emergency EVA"; + dir = 6 + }, +/obj/item/radio/off, +/turf/open/floor/iron/white, +/area/hallway/secondary/exit/departure_lounge) "kCr" = ( /obj/structure/chair/comfy/brown{ dir = 8 @@ -28202,6 +27910,14 @@ }, /turf/open/floor/iron, /area/science/xenobiology) +"kCz" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/chapel{ + dir = 8 + }, +/area/service/chapel) "kCM" = ( /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -28212,6 +27928,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/cafeteria, /area/service/kitchen) +"kDY" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/bot, +/obj/structure/frame/computer{ + anchored = 1; + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/science/research) "kEd" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -28223,15 +27948,17 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"kEi" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 +"kEz" = ( +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = 7 }, -/turf/open/floor/iron/white, -/area/science/research) +/obj/item/storage/box/monkeycubes{ + pixel_x = -5 + }, +/turf/open/floor/iron/dark, +/area/science/genetics) "kEF" = ( /obj/structure/table, /obj/item/radio/off, @@ -28246,6 +27973,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/medical/morgue) +"kFm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/engineering{ + name = "Utilities Room"; + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) "kFD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, @@ -28326,21 +28064,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/primary/port) -"kGS" = ( -/obj/structure/table/glass, -/obj/item/radio/headset/headset_sci{ - pixel_x = -7; - pixel_y = 6 - }, -/obj/item/folder/white{ - pixel_x = 2 - }, -/obj/item/storage/pill_bottle/mutadone{ - pixel_x = 11; - pixel_y = 7 - }, -/turf/open/floor/iron/dark, -/area/science/genetics) "kHt" = ( /obj/machinery/light/directional/west, /obj/machinery/duct, @@ -28510,11 +28233,6 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) -"kKG" = ( -/obj/machinery/status_display/evac/directional/south, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/hallway/primary/starboard) "kLd" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -28544,17 +28262,6 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron, /area/tcommsat/computer) -"kLz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white/side{ - dir = 5 - }, -/area/science/research) "kLD" = ( /turf/closed/wall/r_wall, /area/command/heads_quarters/rd) @@ -28575,12 +28282,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/security/prison) -"kLM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) "kLR" = ( /obj/structure/closet/bombcloset, /obj/structure/sign/poster/official/random{ @@ -28609,16 +28310,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/hallway/secondary/entry) -"kMx" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Cargo Escape Airlock"; - safety_mode = 1 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) "kNm" = ( /obj/structure/table/wood, /obj/machinery/computer/security/wooden_tv, @@ -28681,17 +28372,6 @@ }, /turf/open/floor/iron, /area/service/hydroponics) -"kPq" = ( -/obj/structure/railing/corner, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/iron/dark/side{ - dir = 9 - }, -/area/service/chapel) -"kPz" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/science/research) "kPH" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -28735,22 +28415,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port) -"kQl" = ( -/obj/structure/table, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/obj/machinery/requests_console/directional/north{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - receive_ore_updates = 1 - }, -/turf/open/floor/iron, -/area/science/misc_lab) "kQo" = ( /obj/structure/table, /obj/item/storage/box/shipping, @@ -28817,12 +28481,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/cargo/miningdock) -"kSD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "kTm" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ dir = 8 @@ -28912,12 +28570,22 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/medical/medbay) -"kXt" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white/side{ +"kXy" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ dir = 8 }, -/area/science/research) +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/structure/table/reinforced, +/turf/open/floor/iron, +/area/hallway/primary/starboard) "kXF" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -29002,15 +28670,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/medical/break_room) -"kYW" = ( -/obj/structure/table, -/obj/item/clothing/shoes/wheelys/skishoes, -/turf/open/floor/iron/dark, -/area/science/research) "kZi" = ( /obj/machinery/air_sensor/atmos/nitrogen_tank, /turf/open/floor/engine/n2, /area/engineering/atmos) +"kZj" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/science/research) "kZr" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 @@ -29047,6 +28719,15 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron, /area/engineering/atmos) +"lbH" = ( +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "lcl" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -29125,6 +28806,15 @@ }, /turf/open/floor/carpet, /area/commons/dorms) +"leK" = ( +/obj/machinery/camera{ + c_tag = "Ordnance Launch Room Access"; + dir = 1; + network = list("ss13","rd") + }, +/obj/machinery/vending/coffee, +/turf/open/floor/iron, +/area/science/mixing) "leM" = ( /obj/effect/turf_decal/siding/wood, /obj/effect/turf_decal/siding/wood/corner{ @@ -29159,12 +28849,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/primary/central) -"lfj" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/science/mixing) "lfk" = ( /obj/machinery/conveyor_switch/oneway{ id = "packageSort2" @@ -29196,6 +28880,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/department/medical) +"lfS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/science/server) "lgr" = ( /turf/open/openspace, /area/service/kitchen) @@ -29204,6 +28894,15 @@ /obj/effect/spawner/random/techstorage/tcomms_all, /turf/open/floor/plating, /area/engineering/storage/tech) +"lhb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/research) "lho" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -29228,6 +28927,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/service) +"lhY" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/engine, +/area/science/misc_lab) "lii" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -29236,6 +28939,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/port) +"lio" = ( +/obj/structure/chair, +/obj/structure/chair, +/turf/open/floor/iron/cafeteria, +/area/hallway/secondary/exit/departure_lounge) "liN" = ( /obj/machinery/light/small/broken/directional/south, /obj/item/trash/energybar, @@ -29291,11 +28999,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/medical/storage) -"ljJ" = ( -/obj/machinery/status_display/evac/directional/west, -/obj/machinery/light/small/directional/west, -/turf/open/floor/wood, -/area/service/library) "lkq" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -29337,12 +29040,30 @@ /obj/effect/landmark/blobstart, /turf/open/floor/plating, /area/engineering/engine_smes) +"llL" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) "llU" = ( /obj/structure/table, /obj/item/camera_film, /obj/item/camera, /turf/open/floor/iron, /area/commons/storage/art) +"lmg" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/science/research) "lmh" = ( /obj/structure/sign/poster/contraband/random{ pixel_y = 32 @@ -29362,6 +29083,11 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron/white, /area/medical/break_room) +"lmp" = ( +/obj/machinery/light/directional/east, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/wood, +/area/service/library) "lmz" = ( /obj/effect/turf_decal/trimline/blue/filled/warning, /obj/effect/turf_decal/trimline/blue/filled/corner{ @@ -29421,17 +29147,23 @@ "loi" = ( /turf/closed/wall, /area/science/storage) +"lox" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/south, +/turf/open/floor/iron, +/area/security/checkpoint/science) "loD" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/sign/barsign, /turf/open/floor/plating, /area/service/bar/atrium) -"loH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) "loK" = ( /obj/machinery/computer/cargo/request, /obj/effect/turf_decal/tile/brown, @@ -29440,10 +29172,6 @@ }, /turf/open/floor/iron, /area/command/bridge) -"loZ" = ( -/obj/machinery/status_display/evac/directional/east, -/turf/open/openspace, -/area/service/chapel) "lpc" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty, @@ -29509,20 +29237,6 @@ }, /turf/open/floor/iron/freezer, /area/commons/toilet/locker) -"lqm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/requests_console/directional/north{ - department = "Genetics"; - name = "Genetics Requests Console" - }, -/turf/open/floor/iron/white, -/area/science/genetics) "lqw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -29590,6 +29304,12 @@ }, /turf/open/floor/iron, /area/command/bridge) +"lsq" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/open/floor/engine/cult, +/area/service/library) "lsV" = ( /obj/item/mop, /obj/item/reagent_containers/glass/bucket, @@ -29641,11 +29361,6 @@ }, /turf/open/floor/iron/freezer, /area/commons/toilet) -"ltv" = ( -/obj/structure/table/wood, -/obj/machinery/computer/libraryconsole, -/turf/open/floor/wood, -/area/service/library) "ltP" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -29710,37 +29425,18 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/science/research) +"lwD" = ( +/obj/machinery/computer/pod/old/mass_driver_controller/chapelgun{ + pixel_x = 24 + }, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/service/chapel) "lxf" = ( /obj/machinery/airalarm/directional/west, /turf/open/floor/iron, /area/hallway/secondary/service) -"lxr" = ( -/obj/structure/table, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/obj/item/crowbar, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/item/radio/headset/headset_sci{ - pixel_x = -3 - }, -/turf/open/floor/iron, -/area/science/robotics/lab) "lxJ" = ( /obj/effect/turf_decal/stripes/corner, /obj/machinery/light/small/directional/east, @@ -29758,6 +29454,21 @@ }, /turf/open/floor/iron, /area/security/checkpoint/supply) +"lxV" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Departure Lounge West"; + dir = 5 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit/departure_lounge) "lxY" = ( /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, @@ -29898,6 +29609,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/plating, /area/engineering/supermatter/room) +"lBU" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/dark, +/area/science/research) +"lBY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/genetics) "lCe" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/directional/south, @@ -29941,12 +29664,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/cargo/office) -"lCZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "lDf" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/siding/wideplating/dark{ @@ -29956,16 +29673,6 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/service/hydroponics) -"lDq" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/white/side{ - dir = 6 - }, -/area/science/research) "lDz" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -30077,12 +29784,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/engineering/main) -"lFP" = ( -/obj/machinery/computer/scan_consolenew{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/science/genetics) "lFU" = ( /obj/structure/window/reinforced{ dir = 1; @@ -30170,6 +29871,15 @@ }, /turf/open/floor/iron/large, /area/service/kitchen/diner) +"lIT" = ( +/obj/machinery/camera{ + c_tag = "Library South"; + dir = 8 + }, +/obj/structure/displaycase/trophy, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/wood/parquet, +/area/service/library) "lJc" = ( /obj/machinery/light/directional/west, /turf/open/floor/wood, @@ -30181,26 +29891,10 @@ }, /turf/open/floor/carpet, /area/security/detectives_office) -"lJE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/white, -/area/science/lab) -"lJS" = ( -/obj/machinery/light/directional/south, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/science/research) +"lJR" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall/r_wall, +/area/command/heads_quarters/rd) "lKc" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/structure/cable, @@ -30229,16 +29923,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/engineering/supermatter/room) -"lKy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit/departure_lounge) "lLe" = ( /turf/closed/wall/r_wall, /area/security/office) @@ -30249,6 +29933,15 @@ }, /turf/open/floor/plating, /area/engineering/atmos) +"lLn" = ( +/obj/structure/sign/painting/library{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/wood, +/area/service/library) "lLx" = ( /obj/item/radio/intercom/directional/north, /obj/structure/closet/crate, @@ -30314,6 +30007,14 @@ "lMk" = ( /turf/open/floor/plating, /area/cargo/miningdock) +"lMw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) "lMO" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -30427,12 +30128,6 @@ }, /turf/open/floor/iron, /area/security/office) -"lPm" = ( -/obj/machinery/light/directional/east, -/obj/item/radio/intercom/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "lPE" = ( /obj/structure/chair/stool/directional/east, /turf/open/floor/iron, @@ -30458,6 +30153,11 @@ /obj/item/seeds/tower, /turf/open/floor/iron, /area/service/hydroponics/garden) +"lPX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/genetics) "lQe" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -30496,15 +30196,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) -"lRP" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/glass/reinforced, -/area/hallway/primary/starboard) "lRV" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -30521,18 +30212,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/command/bridge) -"lSD" = ( -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/hallway/primary/starboard) -"lST" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/item/gun/energy/laser/practice, -/obj/item/gun/energy/laser/practice, -/turf/open/floor/iron, -/area/science/misc_lab) "lTh" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -30552,10 +30231,18 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron/white, /area/medical/pharmacy) +"lTv" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/turf/open/floor/iron, +/area/science/lab) "lTy" = ( /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) +"lTB" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) "lTQ" = ( /obj/vehicle/ridden/wheelchair{ dir = 4 @@ -30608,6 +30295,23 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"lUo" = ( +/obj/structure/cable, +/obj/effect/landmark/start/depsec/science, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"lUp" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/fore) "lUq" = ( /obj/machinery/firealarm/directional/south, /obj/effect/turf_decal/tile/red{ @@ -30672,6 +30376,23 @@ }, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) +"lUG" = ( +/obj/effect/turf_decal/bot, +/obj/structure/frame/machine{ + anchored = 1 + }, +/turf/open/floor/iron/dark, +/area/science/research) +"lUI" = ( +/obj/machinery/door/window/westleft{ + dir = 1; + name = "Monkey Pen"; + pixel_y = 2; + req_access_txt = "9" + }, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/engine, +/area/science/genetics) "lUZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -30690,6 +30411,11 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/maintenance/aft) +"lWq" = ( +/obj/structure/chair, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/cafeteria, +/area/hallway/secondary/exit/departure_lounge) "lWr" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/tile/red{ @@ -30726,6 +30452,12 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/courtroom) +"lWT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "lXa" = ( /obj/structure/closet/athletic_mixed, /obj/effect/turf_decal/tile/neutral{ @@ -30784,11 +30516,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/hallway/primary/port) -"lZl" = ( -/obj/item/kirbyplants/random, -/obj/machinery/status_display/evac/directional/south, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "lZm" = ( /obj/machinery/washing_machine, /obj/machinery/light/directional/south, @@ -30844,6 +30571,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/medical/storage) +"mas" = ( +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access_txt = "37" + }, +/turf/open/floor/engine/cult, +/area/service/library) "maG" = ( /obj/structure/table, /obj/item/stack/sheet/plasteel{ @@ -30859,11 +30593,6 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/science/robotics/lab) -"maS" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/service/library) "mbg" = ( /obj/machinery/disposal/bin{ desc = "A pneumatic waste disposal unit. This one leads to the frozen exterior of the moon."; @@ -30971,6 +30700,17 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/security/office) +"meE" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen{ + dir = 8; + name = "Test Chamber Monitor"; + network = list("test") + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/science/misc_lab) "meG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -30992,6 +30732,13 @@ }, /turf/open/floor/iron, /area/command/heads_quarters/ce) +"mfC" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera{ + c_tag = "Chapel Mass Driver" + }, +/turf/open/floor/iron/dark, +/area/service/chapel) "mfO" = ( /obj/structure/disposalpipe/segment, /obj/machinery/power/apc/auto_name/west, @@ -31057,9 +30804,28 @@ /obj/effect/landmark/start/station_engineer, /turf/open/floor/iron, /area/engineering/main) +"mhY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/science/research) "mib" = ( /turf/open/floor/iron/cafeteria, /area/command/heads_quarters/rd) +"mip" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/science/genetics) "miE" = ( /obj/machinery/door/airlock/research{ name = "Gas Storage"; @@ -31230,15 +30996,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/cargo/storage) -"mmz" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/maintenance/starboard) "mmB" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ @@ -31311,12 +31068,6 @@ }, /turf/open/floor/plating, /area/security/office) -"mob" = ( -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/science/robotics/lab) "mot" = ( /obj/structure/bed, /obj/item/bedsheet/captain, @@ -31489,12 +31240,6 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/cargo/office) -"msO" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/service/library) "mtb" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light_switch/directional/east, @@ -31553,12 +31298,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/engineering/atmos) -"muJ" = ( -/obj/machinery/portable_atmospherics/canister/tier_1, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/science/storage) "muM" = ( /obj/structure/cable, /obj/machinery/door/firedoor, @@ -31574,12 +31313,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /turf/open/floor/iron, /area/engineering/atmos) -"mwr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/science/research) "mwH" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -31620,21 +31353,6 @@ dir = 4 }, /area/science/xenobiology) -"mxp" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/reagent_containers/dropper, -/obj/machinery/airalarm/directional/east, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/science/lab) "mxR" = ( /obj/structure/ladder{ name = "upper dispenser access" @@ -31666,15 +31384,6 @@ }, /turf/open/floor/iron, /area/hallway/primary/aft) -"myz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "myD" = ( /obj/machinery/firealarm/directional/east, /obj/structure/filingcabinet/employment, @@ -31708,6 +31417,19 @@ }, /turf/open/floor/iron, /area/science/mixing) +"mzo" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "Research Division" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/lab) "mzr" = ( /obj/machinery/sparker/directional/west{ id = "testigniter" @@ -31763,13 +31485,6 @@ dir = 1 }, /area/service/hydroponics) -"mAD" = ( -/obj/machinery/light/directional/west, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/science/mixing) "mAJ" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -31843,25 +31558,6 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"mCb" = ( -/obj/machinery/portable_atmospherics/scrubber/huge, -/obj/effect/turf_decal/delivery, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron, -/area/science/storage) -"mCi" = ( -/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/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Escape" - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "mCl" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -31946,6 +31642,17 @@ }, /turf/open/floor/iron/white, /area/medical/virology) +"mDg" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/obj/machinery/door/firedoor/heavy, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/research) "mDi" = ( /obj/effect/turf_decal/loading_area{ dir = 4 @@ -32004,6 +31711,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/engine, /area/engineering/supermatter/room) +"mDX" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/airalarm/directional/south, +/obj/structure/closet/crate/bin, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/cafeteria, +/area/hallway/secondary/exit/departure_lounge) "mEr" = ( /obj/machinery/light/small/directional/west, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -32011,32 +31727,10 @@ }, /turf/open/floor/iron, /area/security/prison/safe) -"mEQ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Departure Lounge Holding Area"; - dir = 6 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "mET" = ( /obj/effect/spawner/random/trash/grille_or_waste, /turf/open/floor/plating, /area/maintenance/department/medical) -"mFt" = ( -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/bot, -/obj/structure/frame/machine{ - anchored = 1 - }, -/turf/open/floor/iron/dark, -/area/science/research) "mFE" = ( /obj/structure/table, /obj/effect/decal/cleanable/cobweb, @@ -32053,17 +31747,17 @@ dir = 1 }, /area/service/hydroponics) +"mFW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "mFX" = ( /obj/effect/spawner/structure/window/reinforced/plasma, /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /turf/open/floor/plating, /area/engineering/supermatter/room) -"mFZ" = ( -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/hallway/primary/starboard) "mGc" = ( /obj/structure/railing{ dir = 1 @@ -32101,17 +31795,6 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/command/nuke_storage) -"mGK" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/service/chapel) "mGX" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -32174,6 +31857,20 @@ }, /turf/open/floor/iron, /area/service/hydroponics/garden) +"mHF" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/research, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"mHG" = ( +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/science/research) "mIi" = ( /obj/machinery/cryopod{ dir = 4 @@ -32220,6 +31917,20 @@ }, /turf/open/floor/iron, /area/cargo/miningdock) +"mIN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/experi_scanner{ + pixel_x = 4 + }, +/obj/item/experi_scanner, +/obj/item/experi_scanner{ + pixel_x = -4 + }, +/obj/structure/table, +/turf/open/floor/iron/white, +/area/science/lab) "mIQ" = ( /turf/open/floor/engine/plasma, /area/engineering/atmos) @@ -32228,6 +31939,12 @@ /obj/structure/lattice/catwalk, /turf/open/openspace/icemoon, /area/science/server) +"mIW" = ( +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "mIX" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ dir = 5 @@ -32304,6 +32021,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/engine, /area/engineering/supermatter/room) +"mLJ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/service/chapel) "mLS" = ( /obj/structure/cable, /obj/machinery/light/directional/east, @@ -32366,6 +32097,12 @@ /obj/structure/bookcase/random/reference, /turf/open/floor/carpet/blue, /area/medical/psychology) +"mNf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/science/research) "mNo" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -32375,6 +32112,16 @@ dir = 1 }, /area/service/kitchen/diner) +"mNK" = ( +/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/door/firedoor, +/turf/open/floor/iron, +/area/hallway/primary/starboard) "mNQ" = ( /obj/effect/turf_decal/tile/yellow, /obj/structure/cable, @@ -32497,6 +32244,16 @@ }, /turf/open/floor/iron, /area/engineering/engine_smes) +"mQW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/genetics) "mRk" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -32556,21 +32313,6 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"mSu" = ( -/obj/structure/extinguisher_cabinet/directional/east, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable, -/obj/item/stack/sheet/iron/twenty, -/obj/structure/table, -/obj/item/stack/sheet/glass{ - amount = 20; - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "mSI" = ( /obj/structure/sink{ dir = 8; @@ -32633,13 +32375,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/command/teleporter) -"mUD" = ( -/turf/closed/wall, -/area/science/genetics) -"mUL" = ( -/obj/machinery/status_display/evac/directional/west, -/turf/open/openspace, -/area/service/chapel) "mVK" = ( /obj/machinery/airalarm/directional/north, /obj/effect/turf_decal/tile/green{ @@ -32665,6 +32400,10 @@ /obj/effect/spawner/random/maintenance/three, /turf/open/floor/plating, /area/maintenance/department/medical) +"mVU" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/starboard) "mVV" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -32689,6 +32428,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/department/medical/morgue) +"mWm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Escape" + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit/departure_lounge) "mWn" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/plasma_output{ dir = 8 @@ -32744,6 +32495,15 @@ }, /turf/open/floor/iron, /area/maintenance/starboard/aft) +"mXQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/sepia, +/area/service/library) "mXS" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -32808,6 +32568,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/medical/surgery) +"mYZ" = ( +/obj/structure/chair/pew/right{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/glass/reinforced, +/area/hallway/primary/starboard) "mZc" = ( /obj/structure/cable, /turf/open/floor/engine, @@ -32840,15 +32607,6 @@ }, /turf/open/floor/iron, /area/command/bridge) -"nbk" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Holding Area"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "nbs" = ( /obj/machinery/power/apc/auto_name/west, /obj/structure/cable, @@ -32889,13 +32647,6 @@ /obj/item/melee/chainofcommand, /turf/open/floor/wood, /area/command/heads_quarters/captain) -"ncI" = ( -/obj/machinery/camera{ - c_tag = "Research Division West"; - network = list("ss13","rd") - }, -/turf/open/floor/iron/white, -/area/science/research) "ncO" = ( /obj/machinery/door/airlock/security/glass{ name = "Brig Control"; @@ -32940,13 +32691,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/science/mixing) -"ndZ" = ( -/obj/structure/chair/pew/right{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/glass/reinforced, -/area/hallway/primary/starboard) "neb" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -32984,21 +32728,6 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/wood, /area/service/library) -"nfz" = ( -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Research Division Delivery"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor/heavy, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/science/lab) "nfA" = ( /obj/structure/table/reinforced, /obj/item/clothing/suit/radiation, @@ -33182,12 +32911,6 @@ /obj/item/wirecutters, /turf/open/floor/plating, /area/construction) -"njh" = ( -/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/dark, -/area/service/chapel) "njj" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/effect/turf_decal/bot, @@ -33253,6 +32976,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/maintenance/port) +"nkV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/lab) "nlb" = ( /obj/structure/table, /obj/item/stock_parts/subspace/ansible, @@ -33267,17 +32996,6 @@ /obj/structure/cable, /turf/open/floor/iron/freezer, /area/commons/toilet) -"nll" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Security Escape Airlock"; - req_access_txt = "2"; - safety_mode = 1 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) "nlQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -33386,6 +33104,12 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron, /area/hallway/primary/central) +"noy" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/science/research) "npa" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -33397,23 +33121,6 @@ }, /turf/open/floor/iron, /area/commons/locker) -"npF" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/landmark/start/geneticist, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/science/genetics) "npJ" = ( /obj/machinery/button/door/directional/north{ id = "permainner"; @@ -33474,6 +33181,23 @@ }, /turf/open/floor/engine, /area/science/mixing/chamber) +"nrg" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/firealarm/directional/west, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "nrE" = ( /obj/structure/sign/poster/official/random{ pixel_y = -32 @@ -33485,11 +33209,6 @@ /obj/structure/light_construct/directional, /turf/open/floor/iron/white, /area/maintenance/port/fore) -"nrL" = ( -/obj/structure/table, -/obj/item/implant/radio, -/turf/open/floor/iron/cafeteria, -/area/hallway/secondary/exit/departure_lounge) "nrW" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -33673,14 +33392,6 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) -"nwJ" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/vending/modularpc, -/turf/open/floor/iron, -/area/hallway/primary/starboard) "nwN" = ( /obj/machinery/power/apc/auto_name/north, /obj/structure/cable, @@ -33748,6 +33459,16 @@ }, /turf/open/floor/iron, /area/command/bridge) +"nyi" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/starboard) "nyD" = ( /obj/effect/turf_decal/tile/brown{ dir = 8 @@ -33757,6 +33478,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/cargo/miningdock) +"nyX" = ( +/obj/item/beacon, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/science/misc_lab) "nyY" = ( /obj/machinery/computer/crew, /obj/effect/turf_decal/tile/green, @@ -33766,6 +33492,15 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron, /area/command/bridge) +"nzi" = ( +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/service/library) "nzu" = ( /obj/structure/rack, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -33863,6 +33598,23 @@ /obj/machinery/light/directional/east, /turf/open/openspace, /area/science/xenobiology) +"nBC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/hallway/primary/starboard) +"nBY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/starboard) "nBZ" = ( /obj/structure/reagent_dispensers/fueltank/large, /turf/open/floor/iron, @@ -33887,6 +33639,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, /area/commons/dorms) +"nCO" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/science/research) "nCS" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/mining/glass{ @@ -33895,14 +33657,33 @@ }, /turf/open/floor/iron, /area/cargo/sorting) -"nCZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/poster/random{ - pixel_y = 32 +"nDu" = ( +/obj/structure/table, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/item/crowbar, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/item/radio/headset/headset_sci{ + pixel_x = -3 }, /turf/open/floor/iron, -/area/hallway/primary/starboard) +/area/science/robotics/lab) "nDM" = ( /obj/item/kirbyplants/potty, /turf/open/floor/plating, @@ -33912,6 +33693,15 @@ /obj/structure/table, /turf/open/floor/wood, /area/command/meeting_room) +"nEg" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 5" + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/hallway/primary/starboard) "nEs" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -34029,6 +33819,27 @@ }, /turf/open/floor/plating, /area/command/meeting_room) +"nGG" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/science/genetics) +"nGZ" = ( +/obj/machinery/vending/wardrobe/gene_wardrobe, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/science/genetics) "nHv" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -34042,12 +33853,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/engine, /area/engineering/supermatter/room) -"nHY" = ( -/obj/machinery/navbeacon/wayfinding/chapel, -/turf/open/floor/iron/dark/side{ - dir = 1 - }, -/area/hallway/primary/starboard) "nIo" = ( /obj/structure/cable, /obj/structure/disposalpipe/junction{ @@ -34088,15 +33893,6 @@ /obj/machinery/processor/slime, /turf/open/floor/iron, /area/science/xenobiology) -"nIS" = ( -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/lapvend, -/turf/open/floor/iron, -/area/hallway/primary/starboard) "nJf" = ( /obj/machinery/power/apc/auto_name/north, /obj/structure/cable, @@ -34150,22 +33946,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/closed/wall/r_wall, /area/engineering/atmos) -"nKE" = ( -/obj/machinery/door/morgue{ - name = "Private Study"; - req_access_txt = "37" +"nLX" = ( +/obj/structure/chair/pew/left{ + dir = 1 }, -/turf/open/floor/engine/cult, -/area/service/library) -"nKI" = ( -/obj/effect/landmark/blobstart, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/fore) +/turf/open/floor/glass/reinforced, +/area/hallway/primary/starboard) "nLZ" = ( /obj/structure/closet/secure_closet/medical1, /obj/effect/turf_decal/trimline/blue/line, @@ -34174,6 +33960,12 @@ }, /turf/open/floor/iron/white, /area/maintenance/fore) +"nMh" = ( +/obj/machinery/portable_atmospherics/canister/tier_1, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/science/storage) "nMk" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -34247,6 +34039,12 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"nNY" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/hallway/primary/starboard) "nOb" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -34321,19 +34119,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/command/gateway) -"nPp" = ( -/obj/machinery/light_switch/directional/north, -/obj/structure/cable, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/science/genetics) "nPr" = ( /obj/structure/table, /obj/effect/turf_decal/tile/red/full, @@ -34485,6 +34270,12 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/solars/port/aft) +"nRC" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/science/research) "nRY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -34525,10 +34316,6 @@ /obj/machinery/power/apc/auto_name/north, /turf/open/floor/iron/dark, /area/engineering/engine_smes) -"nTm" = ( -/obj/machinery/light/directional/south, -/turf/open/floor/engine, -/area/science/genetics) "nTx" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/vending/autodrobe, @@ -34562,19 +34349,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/hallway/secondary/entry) -"nUb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "nUi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/command/meeting_room) +"nUm" = ( +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron/dark, +/area/service/chapel) "nUo" = ( /turf/open/floor/iron/cafeteria, /area/service/kitchen) @@ -34586,6 +34368,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/pink/hidden, /turf/open/floor/plating, /area/maintenance/port/fore) +"nUI" = ( +/obj/structure/table/glass, +/obj/item/food/grown/harebell{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/food/grown/harebell{ + pixel_y = 3 + }, +/obj/item/food/grown/harebell, +/turf/open/floor/iron/chapel, +/area/service/chapel) "nUN" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/freezer{ @@ -34597,6 +34391,13 @@ /obj/machinery/duct, /turf/open/floor/iron/cafeteria, /area/service/kitchen/coldroom) +"nVb" = ( +/obj/structure/sign/painting/library{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/service/library) "nVd" = ( /obj/structure/table, /obj/item/ai_module/core/full/asimov, @@ -34741,20 +34542,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/plating, /area/hallway/secondary/entry) -"nXP" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/geneticist, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/science/genetics) "nXU" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -34786,14 +34573,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"nYM" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/iron/chapel{ - dir = 8 - }, -/area/service/chapel) "oai" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/bot, @@ -34842,6 +34621,12 @@ /obj/item/screwdriver, /turf/open/floor/plating, /area/maintenance/aft) +"oaD" = ( +/obj/machinery/portable_atmospherics/scrubber/huge, +/obj/effect/turf_decal/delivery, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron, +/area/science/storage) "obf" = ( /obj/machinery/door/airlock/mining/glass{ name = "Cargo Bay"; @@ -34958,11 +34743,12 @@ /obj/structure/industrial_lift, /turf/open/openspace, /area/commons/storage/mining) -"odL" = ( -/obj/structure/table, -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/floor/iron/cafeteria, -/area/hallway/secondary/exit/departure_lounge) +"odR" = ( +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/dark, +/area/science/genetics) "oep" = ( /obj/effect/turf_decal/tile/red/full, /obj/effect/turf_decal/siding/white{ @@ -34975,9 +34761,6 @@ /obj/machinery/status_display/evac/directional/south, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) -"oeH" = ( -/turf/closed/wall/r_wall, -/area/hallway/secondary/exit/departure_lounge) "oeK" = ( /obj/structure/chair/stool/directional/north, /obj/machinery/computer/pod/old/mass_driver_controller/trash{ @@ -35040,6 +34823,27 @@ }, /turf/open/floor/iron, /area/security/office) +"ogk" = ( +/obj/machinery/light/directional/west, +/obj/structure/table/glass, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/reagent_containers/dropper{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stack/cable_coil, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/science/research) "ogr" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -35082,15 +34886,12 @@ /obj/structure/sign/warning/biohazard, /turf/closed/wall/r_wall, /area/maintenance/aft) -"ohg" = ( +"ohj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/science/research) +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "ohp" = ( /obj/machinery/meter{ name = "Mixed Air Tank In" @@ -35104,25 +34905,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) -"ohW" = ( -/obj/structure/table, -/obj/machinery/button/ignition{ - id = "testigniter"; - pixel_x = -6; - pixel_y = 2 - }, -/obj/machinery/button/door{ - id = "testlab"; - name = "Test Chamber Blast Doors"; - pixel_x = 4; - pixel_y = 2; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/science/misc_lab) "oik" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -35136,6 +34918,19 @@ }, /turf/open/floor/iron, /area/science/mixing) +"oip" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/statue/snow/snowman{ + pixel_x = 6 + }, +/obj/item/toy/snowball{ + pixel_x = 16; + pixel_y = 4 + }, +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/science/research) "oiA" = ( /obj/machinery/light/directional/east, /obj/structure/extinguisher_cabinet/directional/east, @@ -35321,6 +35116,14 @@ }, /turf/open/floor/iron, /area/science/mixing) +"ony" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/iron/white/corner, +/area/hallway/secondary/exit/departure_lounge) "onB" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -35347,14 +35150,13 @@ }, /turf/open/floor/iron, /area/hallway/secondary/entry) -"oom" = ( -/obj/structure/chair, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/cafeteria, +"ooH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) -"ooO" = ( -/turf/open/floor/glass/reinforced, -/area/hallway/primary/starboard) "opo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -35443,11 +35245,6 @@ /obj/structure/chair/stool/directional/west, /turf/open/floor/iron, /area/maintenance/starboard/fore) -"ori" = ( -/obj/structure/disposalpipe/trunk/multiz/down, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) "ork" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -35489,9 +35286,6 @@ /obj/item/stack/sheet/mineral/plasma, /turf/open/floor/iron/white, /area/medical/pharmacy) -"orq" = ( -/turf/closed/wall/ice, -/area/icemoon/surface/outdoors) "orw" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -35523,15 +35317,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/ai_monitored/command/nuke_storage) -"osC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Art Gallery" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/sepia, -/area/service/library) "osN" = ( /obj/effect/landmark/event_spawn, /obj/effect/decal/cleanable/dirt, @@ -35602,18 +35387,17 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat/hallway) +"ovw" = ( +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) "ovH" = ( /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/engineering/atmos) -"ovK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/white, -/area/science/research) "ovS" = ( /obj/structure/disposalpipe/segment, /turf/closed/wall, @@ -35672,6 +35456,24 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/security/office) +"owO" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"oxq" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/science/research) "oxz" = ( /obj/effect/turf_decal/tile/neutral, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -35692,12 +35494,28 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"ozg" = ( -/obj/structure/sign/poster/random{ - pixel_x = -32 - }, +"oyw" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, /turf/open/floor/iron/dark, /area/service/chapel) +"oyM" = ( +/obj/machinery/camera{ + c_tag = "Research Division Access"; + network = list("ss13","rd") + }, +/obj/structure/sink{ + dir = 8; + pixel_x = 11 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/research) "ozO" = ( /obj/structure/cable, /obj/structure/sign/warning/securearea{ @@ -35719,6 +35537,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/engineering/break_room) +"oAQ" = ( +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/robotics/lab) "oAV" = ( /obj/structure/chair/stool/bar/directional/west, /obj/effect/turf_decal/siding/white{ @@ -35755,10 +35579,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/port/aft) -"oBS" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/starboard) "oBY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, @@ -35830,20 +35650,6 @@ }, /turf/open/floor/plating, /area/engineering/atmos) -"oDR" = ( -/obj/machinery/computer/scan_consolenew{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/iron/dark, -/area/science/genetics) -"oDW" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/tier_1, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/science/storage) "oEU" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -35916,6 +35722,10 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/aft) +"oGD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/science/misc_lab) "oGQ" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{ dir = 4 @@ -35923,11 +35733,6 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, /turf/open/floor/iron, /area/engineering/atmos) -"oHp" = ( -/obj/structure/cable/multilayer/multiz, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) "oHR" = ( /obj/effect/turf_decal/tile/brown{ dir = 8 @@ -35963,6 +35768,16 @@ }, /turf/open/floor/iron/dark, /area/security/prison/safe) +"oIm" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/corner, +/area/hallway/secondary/exit/departure_lounge) "oIy" = ( /obj/structure/table/reinforced, /obj/item/clothing/suit/radiation, @@ -36066,13 +35881,20 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron, /area/commons/storage/mining) -"oKC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white/corner{ +"oKv" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ dir = 1 }, -/area/hallway/secondary/exit/departure_lounge) +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/white, +/area/science/genetics) "oKF" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 @@ -36095,6 +35917,19 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) +"oKR" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/spawner/random/entertainment/arcade{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/cafeteria, +/area/hallway/secondary/exit/departure_lounge) "oLd" = ( /obj/structure/table, /obj/structure/table, @@ -36160,13 +35995,6 @@ /obj/item/storage/fancy/donut_box, /turf/open/floor/iron, /area/command/bridge) -"oMq" = ( -/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, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/fore) "oMy" = ( /obj/machinery/light/small/directional/west, /obj/machinery/camera{ @@ -36208,14 +36036,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"oMY" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/service/library) "oMZ" = ( /obj/item/radio/intercom/directional/south, /obj/effect/landmark/event_spawn, @@ -36321,6 +36141,16 @@ "oOH" = ( /turf/closed/wall, /area/cargo/miningdock) +"oPd" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/invisible, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/engine/cult, +/area/service/library) "oPk" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -36342,6 +36172,11 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/commons/locker) +"oPR" = ( +/obj/structure/cable, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "oPS" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -36431,15 +36266,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, /area/command/heads_quarters/captain) -"oSN" = ( -/obj/structure/table/glass, -/obj/item/storage/box/disks{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron/dark, -/area/science/genetics) "oSO" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -36522,13 +36348,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/security/prison) -"oUQ" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "oUZ" = ( /obj/structure/closet/emcloset, /obj/machinery/light/small/directional/north, @@ -36543,6 +36362,9 @@ }, /turf/open/floor/iron, /area/security/brig) +"oVp" = ( +/turf/open/floor/engine/cult, +/area/service/library) "oVs" = ( /obj/machinery/door/firedoor, /obj/machinery/door/window/westleft{ @@ -36553,13 +36375,6 @@ /obj/structure/table/reinforced, /turf/open/floor/iron, /area/cargo/sorting) -"oVu" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/camera{ - c_tag = "Chapel Mass Driver" - }, -/turf/open/floor/iron/dark, -/area/service/chapel) "oVS" = ( /obj/machinery/atmospherics/components/binary/thermomachine/heater/on, /turf/open/floor/iron, @@ -36653,6 +36468,13 @@ /obj/structure/cable, /turf/open/floor/iron/freezer, /area/commons/toilet/locker) +"oZb" = ( +/obj/structure/plasticflaps/opaque, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) "oZl" = ( /obj/structure/chair/stool/directional/north, /turf/open/floor/wood, @@ -36717,6 +36539,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/medical/medbay/lobby) +"paC" = ( +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/service/library) "paN" = ( /obj/machinery/camera{ c_tag = "Engineering Access" @@ -36757,24 +36585,17 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/grimy, /area/maintenance/aft) +"pcr" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/service/library) "pcu" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible{ dir = 9 }, /turf/open/floor/iron, /area/engineering/atmos) -"pcA" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Escape" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit/departure_lounge) "pcK" = ( /obj/machinery/light_switch/directional/north, /obj/machinery/light/directional/north, @@ -36813,12 +36634,6 @@ }, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) -"pdG" = ( -/obj/machinery/status_display/evac/directional/west, -/turf/open/floor/iron/white/side{ - dir = 5 - }, -/area/science/research) "pdM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -36836,24 +36651,6 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/command/teleporter) -"peS" = ( -/obj/effect/turf_decal/bot, -/obj/structure/frame/computer{ - anchored = 1; - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/science/research) -"peZ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Chapel Maintenance"; - req_one_access_txt = "12;22" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) "pfo" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -36905,10 +36702,14 @@ }, /turf/open/floor/iron/grimy, /area/security/detectives_office) -"pgU" = ( -/obj/effect/landmark/start/hangover, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet, +"pgW" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood, /area/service/library) "pgZ" = ( /obj/effect/turf_decal/tile/red{ @@ -36939,6 +36740,15 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) +"phu" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/lapvend, +/turf/open/floor/iron, +/area/hallway/primary/starboard) "phH" = ( /obj/structure/closet/wardrobe/white, /turf/open/floor/iron, @@ -36970,15 +36780,6 @@ /obj/structure/table/wood, /turf/open/floor/carpet, /area/command/meeting_room) -"phR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood, -/area/service/library) "pij" = ( /obj/structure/frame/computer, /obj/structure/sign/poster/official/help_others{ @@ -37012,6 +36813,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /turf/open/floor/iron, /area/engineering/atmos) +"pjE" = ( +/obj/machinery/firealarm/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/genetics) "pjN" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -37061,19 +36873,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/science/mixing) -"ple" = ( -/mob/living/carbon/human/species/monkey, -/turf/open/floor/engine, -/area/science/genetics) -"pli" = ( -/obj/structure/window/reinforced/plasma{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/grounding_rod/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) "plV" = ( /obj/structure/chair{ dir = 8; @@ -37215,20 +37014,6 @@ /obj/item/clipboard, /turf/open/floor/iron, /area/cargo/qm) -"pnR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit/departure_lounge) -"poa" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/dark, -/area/science/research) "pog" = ( /obj/machinery/camera{ c_tag = "Med-Sci Access"; @@ -37271,24 +37056,30 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/hallway/primary/central) +"ppy" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/scientist, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/science/misc_lab) +"ppQ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/west, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit/departure_lounge) "ppT" = ( /obj/structure/urinal/directional/north, /obj/effect/landmark/start/hangover, /turf/open/floor/iron/freezer, /area/commons/toilet) -"ppY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/spawner/random/entertainment/arcade{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/cafeteria, -/area/hallway/secondary/exit/departure_lounge) "ppZ" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/west, @@ -37420,6 +37211,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/maintenance/aft) +"psX" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/southright{ + name = "Research and Development Desk"; + req_one_access_txt = "7" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd"; + name = "research lab shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/science/lab) "ptw" = ( /obj/machinery/status_display/supply{ pixel_x = -32 @@ -37440,14 +37244,6 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron/white, /area/medical/cryo) -"ptX" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/iron/chapel{ - dir = 1 - }, -/area/service/chapel) "ptZ" = ( /obj/structure/table/wood, /turf/open/floor/wood, @@ -37490,13 +37286,6 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) -"pvd" = ( -/obj/machinery/portable_atmospherics/canister/plasma, -/obj/effect/turf_decal/bot, -/obj/machinery/light/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/science/storage) "pvf" = ( /obj/structure/table, /obj/item/folder/red, @@ -37518,6 +37307,13 @@ }, /turf/open/floor/iron, /area/service/hydroponics/garden) +"pvF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white, +/area/science/research) "pvH" = ( /obj/structure/table, /obj/item/stack/sheet/iron/fifty, @@ -37528,10 +37324,27 @@ }, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) +"pvM" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) "pvT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/engineering/main) +"pvZ" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood, +/area/service/library) "pwg" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -37543,11 +37356,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/xenobiology) -"pwr" = ( -/obj/structure/closet/radiation, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron/dark, -/area/science/genetics) "pwx" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{ dir = 4 @@ -37577,6 +37385,14 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/textured_half, /area/service/hydroponics) +"pwV" = ( +/obj/structure/chair{ + 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/hallway/primary/starboard) "pxA" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -37605,6 +37421,19 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"pyn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/obj/item/beacon, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"pyA" = ( +/obj/effect/spawner/random/structure/tank_holder, +/turf/open/floor/plating, +/area/maintenance/starboard) "pzF" = ( /obj/structure/cable, /turf/open/floor/carpet, @@ -37693,6 +37522,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/closed/wall/r_wall, /area/engineering/atmos) +"pCD" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/filingcabinet, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) "pCT" = ( /obj/structure/table, /obj/item/storage/belt/utility, @@ -37793,6 +37634,18 @@ /obj/item/clothing/mask/breath, /turf/open/floor/plating, /area/commons/storage/emergency/port) +"pED" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/crowbar/large, +/obj/machinery/camera{ + c_tag = "Mech Bay"; + dir = 1; + network = list("ss13","rd") + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/science/robotics/mechbay) "pEK" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -37830,10 +37683,6 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"pFJ" = ( -/obj/structure/flora/grass/brown, -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/science/research) "pFL" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -37854,6 +37703,10 @@ "pFQ" = ( /turf/open/floor/iron, /area/engineering/main) +"pGi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/science/misc_lab) "pGo" = ( /obj/machinery/firealarm/directional/south, /turf/open/floor/wood/parquet, @@ -37868,6 +37721,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/construction) +"pGB" = ( +/obj/structure/disposalpipe/trunk/multiz/down, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) "pHb" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/stripes/corner{ @@ -37875,6 +37733,18 @@ }, /turf/open/floor/iron, /area/hallway/primary/port) +"pHg" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/machinery/navbeacon/wayfinding, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/science/research) "pHp" = ( /obj/machinery/light_switch/directional/south, /obj/machinery/disposal/bin, @@ -37901,15 +37771,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/security/prison/safe) -"pHF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/airalarm/directional/south, -/obj/structure/closet/crate/bin, -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/floor/iron/cafeteria, -/area/hallway/secondary/exit/departure_lounge) "pHQ" = ( /obj/structure/chair/office{ dir = 1 @@ -37935,54 +37796,33 @@ }, /turf/open/floor/iron/dark, /area/command/heads_quarters/ce) +"pHX" = ( +/obj/structure/table, +/obj/effect/spawner/random/entertainment/cigarette_pack, +/obj/item/lighter/greyscale{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/floor/iron/cafeteria, +/area/hallway/secondary/exit/departure_lounge) "pIf" = ( /obj/item/radio/intercom/directional/east, /obj/machinery/vending/wardrobe/sec_wardrobe, /turf/open/floor/iron/showroomfloor, /area/security/office) -"pIh" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/prox_sensor{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 5; - pixel_y = 7 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 9; - pixel_y = -4 - }, -/obj/item/raw_anomaly_core/random{ - pixel_y = 11 - }, -/obj/item/raw_anomaly_core/random{ - pixel_y = -2 - }, -/obj/machinery/light/directional/south, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -25 - }, -/obj/structure/noticeboard/directional/south, -/turf/open/floor/iron, -/area/science/mixing) -"pJf" = ( -/obj/machinery/power/apc/auto_name/east, -/obj/structure/cable, -/obj/structure/closet/emcloset, -/turf/open/floor/iron/dark, -/area/science/genetics) "pJo" = ( /obj/effect/landmark/blobstart, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/port) +"pJy" = ( +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/portable_atmospherics/canister/tier_1, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/science/storage) "pJI" = ( /obj/effect/turf_decal/tile/brown{ dir = 4 @@ -38013,6 +37853,25 @@ }, /turf/open/floor/iron, /area/engineering/main) +"pKe" = ( +/obj/machinery/light_switch/directional/north, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/white, +/area/science/genetics) +"pKA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/science/research) "pKB" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -38042,6 +37901,23 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/closed/wall/r_wall, /area/engineering/supermatter/room) +"pLk" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_y = 3 + }, +/obj/item/tank/internals/emergency_oxygen, +/obj/structure/sign/warning/coldtemp{ + pixel_x = -32 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/turf/open/floor/iron/white, +/area/hallway/secondary/exit/departure_lounge) "pLo" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/ai_all, @@ -38090,28 +37966,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/dark, /area/command/gateway) -"pNq" = ( -/obj/machinery/light_switch/directional/north{ - pixel_x = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/landmark/start/depsec/science, -/obj/machinery/button/door/directional/north{ - id = "Biohazard"; - name = "Biohazard Shutter Control"; - pixel_x = -6; - req_access_txt = "47" - }, -/turf/open/floor/iron, -/area/security/checkpoint/science) "pNC" = ( /obj/structure/closet/secure_closet/personal/cabinet, /obj/effect/landmark/start/hangover, @@ -38130,6 +37984,13 @@ }, /turf/open/floor/carpet, /area/command/meeting_room) +"pOy" = ( +/obj/machinery/photocopier, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/open/floor/wood, +/area/service/library) "pOC" = ( /obj/item/storage/secure/safe/directional/north, /obj/machinery/camera{ @@ -38178,6 +38039,13 @@ }, /turf/open/floor/iron, /area/hallway/primary/starboard) +"pPL" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/genetics) "pQf" = ( /obj/structure/cable, /turf/open/floor/iron, @@ -38274,26 +38142,14 @@ /obj/structure/cable, /turf/open/floor/iron, /area/command/bridge) -"pSN" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ +"pSO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood{ dir = 8 }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/white, -/area/science/genetics) -"pTh" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron/white/side{ - dir = 10 - }, -/area/science/research) +/turf/open/floor/carpet, +/area/service/library) "pTi" = ( /obj/machinery/airalarm/mixingchamber{ dir = 1; @@ -38427,13 +38283,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/command/teleporter) -"pWg" = ( -/obj/machinery/photocopier, -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, -/turf/open/floor/wood, -/area/service/library) "pWt" = ( /obj/effect/spawner/structure/window/reinforced/plasma, /turf/open/floor/plating, @@ -38474,20 +38323,21 @@ /turf/open/floor/iron, /area/commons/locker) "pYo" = ( -/obj/structure/sign/painting/library_secure{ - pixel_x = 32 +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 }, -/obj/structure/window/reinforced{ +/obj/effect/turf_decal/tile/purple{ dir = 1 }, -/obj/machinery/door/window{ - dir = 8; - name = "Secure Art Exhibition"; - req_access_txt = "37" +/obj/effect/turf_decal/tile/purple{ + dir = 4 }, -/obj/effect/spawner/random/structure/table_fancy, -/turf/open/floor/wood, -/area/service/library) +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/science/genetics) "pYw" = ( /obj/effect/spawner/random/trash/grille_or_waste, /turf/open/floor/plating, @@ -38544,16 +38394,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/commons/storage/mining) -"qaX" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd2"; - name = "research lab shutters" - }, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/iron/white/side{ - dir = 10 - }, -/area/science/research) "qbd" = ( /obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, /obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{ @@ -38625,10 +38465,13 @@ /mob/living/simple_animal/hostile/retaliate/goose/vomit, /turf/open/floor/wood, /area/maintenance/port/aft) -"qdL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, +"qdN" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, /area/service/library) "qdS" = ( /obj/machinery/door/airlock/security{ @@ -38648,16 +38491,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/security/prison/safe) -"qdT" = ( -/obj/machinery/camera{ - c_tag = "Science - Server Room"; - dir = 8; - name = "science camera"; - network = list("ss13","rd") - }, -/obj/structure/lattice/catwalk, -/turf/open/openspace/icemoon, -/area/science/server) "qdX" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/command/glass{ @@ -38670,12 +38503,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) -"qec" = ( -/obj/structure/sign/nanotrasen{ - pixel_x = -32 - }, -/turf/open/floor/plating/snowed/icemoon, -/area/icemoon/surface/outdoors) "qej" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -38796,6 +38623,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/cafeteria, /area/command/heads_quarters/rd) +"qfN" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/open/floor/iron/white/corner, +/area/hallway/secondary/exit/departure_lounge) "qfP" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -38832,12 +38667,6 @@ /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/iron, /area/maintenance/starboard/fore) -"qhd" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/iron/white/side{ - dir = 6 - }, -/area/science/research) "qhz" = ( /obj/structure/cable, /turf/open/floor/iron, @@ -38855,6 +38684,16 @@ /obj/structure/cable, /turf/open/floor/iron, /area/commons/dorms) +"qhZ" = ( +/obj/machinery/camera{ + c_tag = "Science - Server Room"; + dir = 8; + name = "science camera"; + network = list("ss13","rd") + }, +/obj/structure/lattice/catwalk, +/turf/open/openspace/icemoon, +/area/science/server) "qia" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -38879,12 +38718,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/hallway/primary/central) -"qjN" = ( -/obj/machinery/light/directional/east, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/science/research) "qjO" = ( /obj/machinery/light/small/directional/east, /obj/structure/rack, @@ -38957,6 +38790,9 @@ }, /turf/open/floor/wood/parquet, /area/service/bar/atrium) +"qkY" = ( +/turf/open/floor/glass/reinforced, +/area/hallway/primary/starboard) "qlc" = ( /obj/structure/railing/corner{ dir = 4 @@ -39018,6 +38854,13 @@ }, /turf/open/floor/iron/dark, /area/security/prison/safe) +"qmq" = ( +/obj/structure/table/optable{ + name = "Robotics Operating Table" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) "qnj" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ dir = 4 @@ -39077,6 +38920,11 @@ }, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors) +"qoF" = ( +/obj/structure/table, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/cafeteria, +/area/hallway/secondary/exit/departure_lounge) "qoJ" = ( /turf/closed/wall, /area/cargo/qm) @@ -39086,17 +38934,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/engineering/atmos) -"qoZ" = ( -/obj/machinery/portable_atmospherics/canister/plasma, -/obj/effect/turf_decal/bot, -/obj/machinery/camera/autoname{ - c_tag = "Gas Storage"; - dir = 1; - network = list("ss13","rd") - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/science/storage) "qpk" = ( /obj/structure/table, /obj/item/clothing/mask/breath{ @@ -39155,6 +38992,24 @@ /obj/machinery/holopad/secure, /turf/open/floor/carpet, /area/command/heads_quarters/hos) +"qqe" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit/departure_lounge) +"qqn" = ( +/obj/structure/table/wood, +/obj/item/camera, +/obj/item/taperecorder, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/engine/cult, +/area/service/library) "qqA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -39164,10 +39019,6 @@ }, /turf/open/floor/wood, /area/service/library) -"qqB" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/hallway/secondary/exit/departure_lounge) "qqC" = ( /obj/structure/closet, /turf/open/floor/plating, @@ -39233,13 +39084,6 @@ /obj/item/storage/firstaid/regular, /turf/open/floor/iron, /area/commons/dorms) -"qrU" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/science/genetics) "qsi" = ( /obj/machinery/atmospherics/components/trinary/mixer{ dir = 1; @@ -39268,6 +39112,13 @@ icon_state = "panelscorched" }, /area/maintenance/department/medical) +"quJ" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/bot, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/science/storage) "quR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, @@ -39285,6 +39136,11 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"qvj" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/service/library) "qvD" = ( /obj/machinery/light/small/directional/south, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -39352,14 +39208,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/maintenance/disposal/incinerator) -"qxO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/science/research) "qyl" = ( /obj/machinery/light/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -39400,6 +39248,12 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark, /area/hallway/primary/central) +"qyU" = ( +/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/dark, +/area/service/chapel) "qyX" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -39409,13 +39263,6 @@ }, /turf/open/floor/plating, /area/science/xenobiology) -"qzj" = ( -/obj/machinery/firealarm/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/science/research) "qzA" = ( /obj/effect/turf_decal/stripes/corner, /obj/structure/cable, @@ -39436,16 +39283,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/engineering/break_room) -"qAy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/west, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit/departure_lounge) "qAE" = ( /obj/structure/sign/poster/contraband/random{ pixel_y = 32 @@ -39509,17 +39346,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /turf/open/floor/engine, /area/engineering/supermatter/room) -"qCq" = ( -/obj/machinery/door/window/westleft{ - base_state = "right"; - dir = 1; - icon_state = "right"; - name = "Monkey Pen"; - pixel_y = 2; - req_access_txt = "9" +"qCr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 }, -/turf/open/floor/engine, -/area/science/genetics) +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/science/research) "qCx" = ( /obj/structure/chair{ dir = 1; @@ -39527,15 +39361,6 @@ }, /turf/open/floor/iron, /area/command/bridge) -"qCC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/iron, -/area/hallway/primary/starboard) "qCE" = ( /obj/machinery/door/airlock/maintenance{ name = "Dormitories Maintenance"; @@ -39543,20 +39368,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"qCU" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/dark, -/area/science/server) -"qCW" = ( -/obj/machinery/light/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/turf/open/floor/wood, -/area/service/library) "qDf" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -39575,6 +39386,10 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/secondary/entry) +"qDm" = ( +/obj/machinery/modular_computer/console/preset/cargochat/science, +/turf/open/floor/iron, +/area/science/research) "qDn" = ( /obj/machinery/vending/wardrobe/jani_wardrobe, /turf/open/floor/iron, @@ -39630,6 +39445,10 @@ "qEX" = ( /turf/closed/wall, /area/commons/vacant_room/commissary) +"qFn" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/engine, +/area/science/genetics) "qFN" = ( /obj/item/radio/intercom/directional/west, /obj/structure/rack, @@ -39693,12 +39512,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/hallway/secondary/entry) -"qHs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "qHv" = ( /obj/structure/sink{ dir = 8; @@ -39732,13 +39545,6 @@ }, /turf/open/floor/iron, /area/security/brig) -"qIP" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/wood, -/area/service/library) "qIY" = ( /obj/structure/cable, /turf/open/floor/plating, @@ -39909,6 +39715,20 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron, /area/maintenance/department/electrical) +"qNC" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/iron/fifty, +/obj/item/clothing/glasses/welding, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/iron/white, +/area/science/lab) "qNL" = ( /obj/machinery/light/small/directional/south, /obj/structure/cable, @@ -39965,10 +39785,6 @@ /obj/structure/chair/stool/directional/west, /turf/open/floor/iron, /area/commons/locker) -"qQg" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/white/corner, -/area/hallway/primary/starboard) "qQv" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -39991,18 +39807,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/checkpoint/medical) -"qQB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/security/checkpoint/science) "qQV" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -40023,6 +39827,17 @@ /obj/structure/closet/secure_closet/personal, /turf/open/floor/iron, /area/commons/locker) +"qRq" = ( +/obj/machinery/camera{ + c_tag = "Robotics Lab - South"; + dir = 1; + network = list("ss13","rd") + }, +/obj/machinery/computer/mechpad{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/robotics/lab) "qRz" = ( /obj/structure/tank_holder/extinguisher, /obj/effect/turf_decal/stripes/line{ @@ -40031,6 +39846,20 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"qRR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/requests_console/directional/north{ + department = "Genetics"; + name = "Genetics Requests Console" + }, +/turf/open/floor/iron/white, +/area/science/genetics) "qSf" = ( /obj/structure/chair/office, /turf/open/floor/iron/cafeteria, @@ -40061,23 +39890,6 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/white, /area/medical/virology) -"qSS" = ( -/obj/machinery/camera{ - c_tag = "Research Division Access"; - network = list("ss13","rd") - }, -/obj/structure/sink{ - dir = 8; - pixel_x = 11 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/science/research) "qSW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, @@ -40102,6 +39914,14 @@ /obj/machinery/teleport/station, /turf/open/floor/plating, /area/command/teleporter) +"qTP" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/iron/white, +/area/science/genetics) "qUh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/circuit, @@ -40129,18 +39949,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"qUA" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/science/research) "qUI" = ( /obj/machinery/requests_console/directional/north{ department = "Security"; @@ -40167,14 +39975,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/primary/central) -"qWz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/kirbyplants/random, -/obj/machinery/computer/security/telescreen/entertainment/directional/south, -/turf/open/floor/iron/white/corner, -/area/hallway/secondary/exit/departure_lounge) "qWC" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -40209,17 +40009,6 @@ }, /turf/open/floor/iron, /area/science/robotics/lab) -"qXP" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/item/kirbyplants/random, -/obj/machinery/light/small/directional/east, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/hallway/primary/starboard) "qXX" = ( /obj/structure/rack, /obj/effect/decal/cleanable/dirt, @@ -40229,14 +40018,6 @@ /obj/effect/spawner/random/maintenance/three, /turf/open/floor/iron/white, /area/maintenance/port/fore) -"qYm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "qYz" = ( /obj/machinery/smartfridge/chemistry/virology/preloaded, /obj/effect/turf_decal/trimline/green/filled/line, @@ -40260,6 +40041,11 @@ /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall, /area/ai_monitored/command/nuke_storage) +"qYW" = ( +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/hallway/primary/starboard) "qYY" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=Security"; @@ -40275,17 +40061,6 @@ /obj/machinery/vending/coffee, /turf/open/floor/iron, /area/commons/locker) -"qZe" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/airlock/research{ - name = "Ordnance Lab"; - req_access_txt = "8" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/white, -/area/science/mixing) "qZx" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -40328,16 +40103,23 @@ /obj/effect/mapping_helpers/trapdoor_placer, /turf/open/floor/iron, /area/hallway/primary/central) -"rbw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/turf/open/floor/iron, -/area/science/misc_lab) "rbz" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 }, /turf/open/floor/iron, /area/maintenance/starboard) +"rbC" = ( +/obj/machinery/status_display/evac/directional/south, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "rbD" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 @@ -40354,6 +40136,14 @@ /obj/effect/turf_decal/tile/green, /turf/open/floor/iron, /area/hallway/primary/central) +"rcl" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 5 + }, +/area/service/chapel) "rcF" = ( /obj/machinery/light/directional/east, /obj/structure/reagent_dispensers/peppertank/directional/east, @@ -40372,15 +40162,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/medical/virology) -"rcN" = ( -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/bot, -/obj/structure/frame/computer{ - anchored = 1; - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/science/research) "rdv" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -40415,6 +40196,23 @@ }, /turf/open/floor/iron, /area/maintenance/port/fore) +"rew" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/science/research) +"reL" = ( +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit/departure_lounge) "rfb" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -40454,13 +40252,6 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"rgy" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "rgB" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -40584,6 +40375,22 @@ /obj/structure/cable, /turf/open/floor/iron, /area/construction/mining/aux_base) +"rkK" = ( +/obj/structure/table/wood, +/obj/item/paper{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 9; + pixel_y = 7 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/service/library) "rkV" = ( /obj/machinery/atmospherics/components/binary/pump/on{ dir = 8; @@ -40616,16 +40423,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, /area/maintenance/starboard/fore) -"rmi" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) "rmk" = ( /obj/structure/table/wood, /obj/item/radio/intercom{ @@ -40665,6 +40462,23 @@ }, /turf/open/floor/iron, /area/commons/storage/mining) +"rmG" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/bot, +/obj/structure/frame/machine{ + anchored = 1 + }, +/turf/open/floor/iron/dark, +/area/science/research) +"rmV" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit/departure_lounge) "rmZ" = ( /obj/structure/rack, /obj/machinery/light/small/directional/north, @@ -40819,6 +40633,14 @@ "rqA" = ( /turf/open/floor/iron/freezer, /area/commons/toilet) +"rrc" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/vending/modularpc, +/turf/open/floor/iron, +/area/hallway/primary/starboard) "rrd" = ( /obj/effect/landmark/start/hangover, /obj/structure/extinguisher_cabinet/directional/east, @@ -40870,6 +40692,12 @@ }, /turf/open/floor/engine, /area/engineering/supermatter) +"rsM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "rsY" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -40904,6 +40732,15 @@ "rtx" = ( /turf/closed/wall, /area/commons/storage/art) +"rtG" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail{ + sortType = 24 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) "rtM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -40918,6 +40755,12 @@ }, /turf/open/floor/plating, /area/engineering/main) +"rtO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "rtV" = ( /obj/machinery/portable_atmospherics/canister/air, /obj/machinery/firealarm/directional/west, @@ -40929,6 +40772,14 @@ /obj/machinery/camera, /turf/open/floor/iron/dark, /area/medical/morgue) +"rtZ" = ( +/obj/structure/table, +/obj/machinery/airalarm/kitchen_cold_room{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/iron/freezer, +/area/service/kitchen/coldroom) "rup" = ( /turf/closed/wall/r_wall, /area/command/bridge) @@ -41009,15 +40860,6 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) -"rvs" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start/geneticist, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white, -/area/science/genetics) "rvu" = ( /obj/machinery/computer/station_alert, /obj/item/radio/intercom/directional/north, @@ -41075,6 +40917,21 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron, /area/maintenance/port/fore) +"rwr" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/service/chapel) +"rwy" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/white, +/area/science/lab) "rxc" = ( /obj/machinery/light/directional/west, /obj/structure/sign/departments/chemistry{ @@ -41100,6 +40957,13 @@ /obj/structure/closet/emcloset, /turf/open/floor/iron, /area/hallway/primary/starboard) +"ryc" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/service/library) "ryI" = ( /turf/closed/wall/mineral/wood, /area/maintenance/space_hut/cabin) @@ -41144,6 +41008,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/command/meeting_room) +"rzt" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = 25 + }, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/science/research) "rzC" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -41200,14 +41072,6 @@ }, /turf/open/floor/iron, /area/security/brig) -"rAv" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron/white, -/area/science/genetics) "rBb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, @@ -41223,6 +41087,17 @@ /obj/structure/closet/emcloset, /turf/open/floor/iron, /area/hallway/primary/port) +"rBH" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/research{ + name = "Ordnance Lab"; + req_access_txt = "8" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white, +/area/science/mixing) "rBK" = ( /obj/structure/rack, /obj/effect/spawner/random/maintenance, @@ -41238,6 +41113,12 @@ }, /turf/open/floor/iron, /area/service/janitor) +"rBZ" = ( +/obj/machinery/navbeacon/wayfinding/chapel, +/turf/open/floor/iron/dark/side{ + dir = 1 + }, +/area/hallway/primary/starboard) "rCp" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -41452,20 +41333,6 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/engine/vacuum, /area/engineering/atmos) -"rGx" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/service/chapel) "rGy" = ( /obj/effect/landmark/start/ai/secondary, /obj/item/radio/intercom/directional/north{ @@ -41486,6 +41353,16 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"rGC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/flora/grass/both{ + pixel_x = -4; + pixel_y = -4 + }, +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/science/research) "rGD" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 6 @@ -41511,10 +41388,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/security/courtroom) -"rHq" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white/side, -/area/science/research) "rHB" = ( /obj/machinery/door/airlock/engineering{ name = "Auxillary Base Construction"; @@ -41545,6 +41418,15 @@ }, /turf/open/floor/iron/dark, /area/commons/storage/mining) +"rII" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/starboard) "rIK" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -41595,12 +41477,6 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) -"rKz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "rKD" = ( /obj/structure/window/reinforced{ dir = 8 @@ -41671,9 +41547,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"rMK" = ( -/turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) "rML" = ( /obj/structure/table, /obj/item/storage/crayons, @@ -41726,12 +41599,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/medical/storage) -"rNt" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/science/research) "rND" = ( /obj/structure/displaycase/labcage, /obj/effect/turf_decal/stripes/end{ @@ -41745,15 +41612,6 @@ /obj/machinery/light_switch/directional/west, /turf/open/floor/wood, /area/commons/vacant_room/office) -"rOb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/science/research) "rOo" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -41773,6 +41631,11 @@ }, /turf/open/floor/iron, /area/cargo/sorting) +"rOL" = ( +/obj/effect/turf_decal/loading_area, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/iron/dark, +/area/science/research) "rPh" = ( /obj/structure/chair/sofa/corp/right, /obj/item/radio/intercom/directional/north, @@ -41814,11 +41677,6 @@ }, /turf/open/floor/iron, /area/security/office) -"rQt" = ( -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/service/chapel) "rQH" = ( /obj/structure/rack, /obj/item/storage/briefcase, @@ -41829,17 +41687,6 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/maintenance/aft) -"rRc" = ( -/obj/structure/chair/stool/directional/south, -/obj/effect/landmark/start/scientist, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/science/lab) "rRH" = ( /obj/machinery/light/small/directional/south, /obj/machinery/vending/wardrobe/curator_wardrobe, @@ -41853,18 +41700,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/security/prison) -"rRQ" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/item/crowbar/large, -/obj/machinery/camera{ - c_tag = "Mech Bay"; - dir = 1; - network = list("ss13","rd") - }, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/science/robotics/mechbay) "rRY" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -41887,15 +41722,6 @@ /obj/item/hand_labeler, /turf/open/floor/iron, /area/command/heads_quarters/hop) -"rSz" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit/departure_lounge) "rSS" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; @@ -41951,6 +41777,10 @@ }, /turf/open/floor/iron, /area/hallway/primary/aft) +"rUb" = ( +/obj/effect/turf_decal/loading_area, +/turf/open/floor/iron/dark, +/area/science/research) "rUe" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -41976,12 +41806,6 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) -"rUL" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/fore) "rUP" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -42030,6 +41854,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/cargo/sorting) +"rVO" = ( +/obj/structure/window/reinforced/plasma{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) "rVS" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -42101,19 +41934,6 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"rXD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/science/research) -"rXF" = ( -/obj/effect/turf_decal/loading_area, -/turf/open/floor/iron/dark, -/area/science/research) "rYd" = ( /obj/machinery/power/apc/auto_name/south, /obj/structure/cable, @@ -42181,6 +42001,11 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/maintenance/department/medical) +"rZc" = ( +/obj/structure/table, +/obj/item/retractor, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) "rZd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/pink/hidden, /turf/closed/wall, @@ -42206,9 +42031,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, /area/maintenance/port/aft) -"sab" = ( -/turf/open/floor/iron/dark/smooth_half, -/area/service/chapel) "saj" = ( /obj/machinery/camera{ c_tag = "Dormitory Toilets"; @@ -42246,6 +42068,12 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai) +"sbF" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/glass/reinforced, +/area/hallway/primary/starboard) "sbG" = ( /turf/open/openspace, /area/service/hydroponics) @@ -42265,14 +42093,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, /area/hallway/secondary/service) -"scu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron/white/side{ - dir = 5 - }, -/area/science/research) "scD" = ( /obj/structure/table/wood, /obj/item/book/manual/wiki/security_space_law, @@ -42285,6 +42105,15 @@ }, /turf/open/floor/wood, /area/service/lawoffice) +"scG" = ( +/obj/machinery/door/airlock/research{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/robotics/lab) "scH" = ( /obj/effect/turf_decal/tile/red/half{ dir = 4 @@ -42296,6 +42125,12 @@ dir = 1 }, /area/hallway/secondary/service) +"sdj" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "sdo" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/airalarm/directional/north, @@ -42312,6 +42147,9 @@ }, /turf/open/floor/engine, /area/engineering/supermatter) +"sdJ" = ( +/turf/closed/wall/r_wall, +/area/hallway/secondary/exit/departure_lounge) "sdP" = ( /obj/structure/rack, /obj/item/clothing/suit/armor/riot{ @@ -42361,6 +42199,11 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/lobby) +"sef" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) "sej" = ( /obj/structure/table/glass, /obj/item/plant_analyzer, @@ -42372,6 +42215,17 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/iron/dark/textured_large, /area/maintenance/department/medical) +"seu" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/shoes/winterboots, +/turf/open/floor/iron/white, +/area/hallway/secondary/exit/departure_lounge) "seK" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = 32 @@ -42379,18 +42233,6 @@ /obj/structure/closet/emcloset/anchored, /turf/open/floor/plating, /area/engineering/main) -"sfb" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/south, -/turf/open/floor/iron, -/area/security/checkpoint/science) "sfp" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/tile/blue{ @@ -42414,15 +42256,6 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/wood, /area/maintenance/space_hut/cabin) -"sfA" = ( -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway 5" - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron/dark/corner{ - dir = 4 - }, -/area/hallway/primary/starboard) "sfD" = ( /obj/machinery/atmospherics/components/binary/valve/digital{ name = "Waste Release" @@ -42555,10 +42388,6 @@ }, /turf/open/floor/iron, /area/engineering/main) -"shF" = ( -/obj/machinery/bluespace_vendor/south, -/turf/open/floor/iron, -/area/hallway/primary/starboard) "siE" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating{ @@ -42616,15 +42445,6 @@ /obj/machinery/light/directional/north, /turf/open/floor/circuit, /area/ai_monitored/command/nuke_storage) -"sjl" = ( -/obj/structure/sign/painting/library{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/service/library) "sjw" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -42642,15 +42462,6 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/aft) -"sjH" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen/fountain, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) "sjW" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -42722,16 +42533,6 @@ }, /turf/open/floor/iron, /area/cargo/storage) -"skD" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/bounty_board/directional/west, -/turf/open/floor/iron/white, -/area/science/lab) "skK" = ( /obj/machinery/airalarm/directional/east, /turf/open/floor/plating, @@ -42779,6 +42580,13 @@ }, /turf/open/floor/plating, /area/maintenance/department/medical/morgue) +"slS" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark, +/area/science/genetics) "slW" = ( /obj/effect/landmark/start/medical_doctor, /turf/open/floor/iron/white, @@ -42799,6 +42607,22 @@ /obj/effect/spawner/random/vending/colavend, /turf/open/floor/iron, /area/hallway/primary/starboard) +"smJ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/sink{ + dir = 4; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/science/genetics) "smS" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 4 @@ -42927,6 +42751,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/command/bridge) +"spp" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/science/storage) +"spR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "sqc" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall, @@ -42962,6 +42799,19 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/science/mixing) +"sqB" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/airalarm/directional/south, +/obj/structure/frame/machine{ + anchored = 1 + }, +/turf/open/floor/iron/dark, +/area/science/research) +"sqG" = ( +/obj/machinery/light/directional/north, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark, +/area/service/chapel) "sqJ" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -42971,6 +42821,15 @@ }, /turf/open/floor/iron, /area/science/mixing) +"sqN" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/fountain, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) "sqS" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -42988,13 +42847,6 @@ /obj/machinery/suit_storage_unit/engine, /turf/open/floor/iron/dark, /area/engineering/engine_smes) -"srr" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "srE" = ( /obj/machinery/door/airlock/glass_large{ name = "Hydroponics"; @@ -43133,16 +42985,24 @@ /obj/machinery/vending/cigarette, /turf/open/floor/wood, /area/command/meeting_room) -"sve" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd2"; - name = "research lab shutters" +"suZ" = ( +/obj/item/stack/sheet/glass, +/obj/structure/table/glass, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/machinery/light/directional/east, +/obj/item/stock_parts/scanning_module{ + pixel_x = 2; + pixel_y = 3 }, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/science/research) +/obj/item/stock_parts/scanning_module, +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/science/lab) "svg" = ( /obj/effect/turf_decal/tile/blue, /obj/machinery/door/firedoor, @@ -43153,18 +43013,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/carpet, /area/commons/dorms) -"svN" = ( -/obj/structure/sign/painting/library{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/service/library) -"svX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/science/research) "swc" = ( /obj/structure/filingcabinet, /turf/open/floor/iron/grimy, @@ -43188,6 +43036,17 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/primary/central) +"swO" = ( +/obj/structure/table, +/obj/machinery/requests_console/directional/east{ + department = "Circuits Lab"; + departmentType = 2; + name = "Circuits Lab Requests Console"; + receive_ore_updates = 1 + }, +/obj/item/clothing/shoes/wheelys/skishoes, +/turf/open/floor/iron/dark, +/area/science/research) "swQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -43222,15 +43081,11 @@ icon_state = "panelscorched" }, /area/maintenance/port/aft) -"sxn" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" +"swY" = ( +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/iron/white/side{ + dir = 10 }, -/obj/effect/turf_decal/bot, -/obj/structure/noticeboard/directional/north, -/turf/open/floor/iron, /area/science/research) "sxo" = ( /obj/structure/chair/comfy/black, @@ -43245,11 +43100,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /turf/open/floor/iron, /area/engineering/main) -"syn" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/directional/south, +"sym" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, /turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) +/area/hallway/primary/starboard) "syo" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock{ @@ -43283,6 +43143,13 @@ }, /turf/open/floor/iron, /area/hallway/primary/aft) +"szk" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/iron/white, +/area/science/genetics) "szo" = ( /obj/structure/frame/machine, /turf/open/floor/plating, @@ -43311,6 +43178,25 @@ }, /turf/open/floor/iron, /area/cargo/storage) +"sAg" = ( +/obj/structure/table, +/obj/machinery/button/ignition{ + id = "testigniter"; + pixel_x = -6; + pixel_y = 2 + }, +/obj/machinery/button/door{ + id = "testlab"; + name = "Test Chamber Blast Doors"; + pixel_x = 4; + pixel_y = 2; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/science/misc_lab) "sAm" = ( /obj/structure/window/reinforced{ dir = 1; @@ -43360,6 +43246,16 @@ dir = 1 }, /area/engineering/break_room) +"sAA" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/genetics) "sAE" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -43440,20 +43336,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) -"sDt" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/sheet/iron/fifty, -/obj/item/clothing/glasses/welding, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/turf/open/floor/iron/white, -/area/science/lab) "sDM" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = -32 @@ -43464,10 +43346,6 @@ "sEf" = ( /turf/closed/wall, /area/service/kitchen/coldroom) -"sEE" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) "sEU" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -43498,6 +43376,15 @@ /obj/structure/cable, /turf/open/floor/engine, /area/engineering/supermatter/room) +"sFY" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit/departure_lounge) "sGg" = ( /obj/machinery/atmospherics/pipe/smart/manifold/purple/visible, /turf/open/floor/iron, @@ -43562,6 +43449,12 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"sHA" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/science/storage) "sHE" = ( /obj/machinery/door/airlock/external{ name = "Common Mining Shuttle Bay" @@ -43572,10 +43465,38 @@ /obj/machinery/navbeacon/wayfinding, /turf/open/floor/plating, /area/hallway/secondary/entry) +"sHG" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/geneticist, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/genetics) "sIo" = ( /obj/effect/turf_decal/tile/brown, /turf/open/floor/iron, /area/cargo/storage) +"sIr" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/folder/white, +/obj/item/pen, +/obj/item/taperecorder, +/obj/item/paper_bin{ + pixel_y = 6 + }, +/obj/machinery/power/apc/auto_name/east, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/misc_lab) "sIv" = ( /obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible, /turf/open/floor/iron, @@ -43634,13 +43555,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/service) -"sKA" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/obj/machinery/firealarm/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/science/storage) "sKC" = ( /obj/structure/light_construct/directional/south, /obj/structure/sign/poster/contraband/random{ @@ -43695,11 +43609,6 @@ }, /turf/open/floor/iron, /area/security/office) -"sMd" = ( -/obj/effect/spawner/random/structure/crate_abandoned, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/fore) "sMe" = ( /obj/structure/closet/wardrobe/black, /obj/item/clothing/shoes/jackboots, @@ -43749,6 +43658,16 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/commons/vacant_room/commissary) +"sMD" = ( +/obj/structure/table, +/obj/machinery/light/directional/north, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/turf/open/floor/iron/white, +/area/science/lab) "sMI" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -43933,39 +43852,13 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/robotics/lab) -"sQS" = ( -/obj/item/beacon, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/engine, -/area/science/misc_lab) "sRN" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/service/kitchen/diner) -"sSg" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/science/storage) "sSi" = ( /turf/open/floor/plating, /area/commons/storage/emergency/port) -"sSB" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/science/research) "sSC" = ( /obj/machinery/holopad, /obj/structure/disposalpipe/segment{ @@ -44031,6 +43924,17 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/security/office) +"sUx" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/obj/effect/spawner/random/vending/snackvend, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "sUJ" = ( /obj/effect/spawner/random/vending/colavend, /turf/open/floor/wood, @@ -44051,12 +43955,6 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) -"sVf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/science/research) "sVj" = ( /obj/structure/closet, /obj/effect/spawner/random/clothing/costume, @@ -44139,6 +44037,11 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"sXa" = ( +/obj/structure/table, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/cafeteria, +/area/hallway/secondary/exit/departure_lounge) "sXb" = ( /obj/item/kirbyplants/random, /turf/open/floor/plating, @@ -44169,12 +44072,6 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron, /area/science/mixing) -"sYj" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/science/research) "sYw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -44207,23 +44104,6 @@ }, /turf/open/floor/iron, /area/service/hydroponics) -"sZp" = ( -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = 5; - pixel_y = -2 - }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_y = 3 - }, -/obj/item/tank/internals/emergency_oxygen, -/obj/structure/sign/warning/coldtemp{ - pixel_x = -32 - }, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/turf/open/floor/iron/white, -/area/hallway/secondary/exit/departure_lounge) "sZz" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 4 @@ -44247,17 +44127,6 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai) -"taM" = ( -/obj/structure/table/glass, -/obj/item/storage/box/monkeycubes{ - pixel_x = 6; - pixel_y = 7 - }, -/obj/item/storage/box/monkeycubes{ - pixel_x = -5 - }, -/turf/open/floor/iron/dark, -/area/science/genetics) "taY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -44348,20 +44217,21 @@ }, /turf/open/floor/iron, /area/command/heads_quarters/hop) -"tcY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/dna_scannernew, -/turf/open/floor/iron/white, -/area/science/genetics) "tcZ" = ( /obj/machinery/camera{ c_tag = "Conference Room" }, /turf/open/floor/wood, /area/command/meeting_room) +"tdy" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/genetics) "tdC" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -44394,6 +44264,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/cafeteria, /area/command/heads_quarters/rd) +"tfs" = ( +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/open/floor/iron/dark, +/area/service/chapel) "tfw" = ( /obj/effect/mapping_helpers/airlock/locked, /obj/machinery/embedded_controller/radio/airlock_controller/incinerator_ordmix{ @@ -44473,6 +44349,27 @@ /obj/item/wrench, /turf/open/floor/plating, /area/maintenance/port/aft) +"tgK" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/starboard) +"thf" = ( +/obj/machinery/camera{ + c_tag = "Research Division West"; + network = list("ss13","rd") + }, +/turf/open/floor/iron/white, +/area/science/research) "thg" = ( /obj/structure/chair/office{ dir = 1 @@ -44498,6 +44395,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/fore) +"thz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/science/research) "thP" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -44707,6 +44613,16 @@ /obj/structure/cable, /turf/open/floor/iron, /area/commons/dorms) +"tnE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit/departure_lounge) "tnP" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/trinary/filter/atmos/co2, @@ -44834,10 +44750,6 @@ }, /turf/open/floor/iron, /area/commons/storage/mining) -"tpy" = ( -/obj/machinery/light/small/directional/west, -/turf/open/openspace, -/area/service/chapel) "tpz" = ( /obj/machinery/button/flasher{ id = "visitorflash"; @@ -44944,6 +44856,12 @@ /obj/effect/spawner/random/vending/colavend, /turf/open/floor/iron, /area/commons/locker) +"tut" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/service/library) "tuy" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/airlock/maintenance{ @@ -44986,13 +44904,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/medical/medbay) -"tvI" = ( -/obj/structure/table, -/obj/item/kitchen/knife, -/obj/item/wirecutters, -/obj/item/stack/sheet/leather, -/turf/open/floor/iron, -/area/maintenance/starboard/fore) "tvP" = ( /obj/machinery/door/airlock{ name = "Unisex Showers" @@ -45054,13 +44965,6 @@ /obj/effect/landmark/start/chief_engineer, /turf/open/floor/iron, /area/command/heads_quarters/ce) -"twS" = ( -/obj/machinery/modular_computer/console/preset/curator{ - dir = 8 - }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/wood, -/area/service/library) "twW" = ( /obj/machinery/door/airlock/security/glass{ id_tag = "permaouter"; @@ -45194,23 +45098,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/hallway/secondary/entry) -"tAQ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/science/research) -"tBd" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/shoes/winterboots, -/turf/open/floor/iron/white, -/area/hallway/secondary/exit/departure_lounge) +"tBp" = ( +/obj/machinery/status_display/evac/directional/west, +/turf/open/openspace, +/area/service/chapel) "tBZ" = ( /obj/structure/chair/wood/wings, /turf/open/floor/iron/cafeteria{ @@ -45225,13 +45116,6 @@ }, /turf/open/floor/wood, /area/command/meeting_room) -"tCL" = ( -/obj/machinery/power/apc/auto_name/east, -/obj/structure/cable, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/science/research) "tCR" = ( /obj/structure/filingcabinet, /obj/structure/extinguisher_cabinet/directional/south, @@ -45241,6 +45125,12 @@ }, /turf/open/floor/iron, /area/security/office) +"tDD" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white/side{ + dir = 5 + }, +/area/science/research) "tDE" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -45295,6 +45185,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/cargo/storage) +"tFy" = ( +/obj/structure/disposalpipe/sorting/mail{ + sortType = 12 + }, +/obj/structure/rack, +/obj/effect/spawner/random/clothing/gloves, +/obj/item/clothing/suit/toggle/labcoat, +/turf/open/floor/plating, +/area/maintenance/starboard) "tFQ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -45384,6 +45283,13 @@ }, /turf/open/floor/iron, /area/commons/dorms) +"tHJ" = ( +/obj/structure/table/wood, +/obj/machinery/computer/bookmanagement, +/obj/machinery/light_switch/directional/north, +/obj/machinery/status_display/evac/directional/east, +/turf/open/floor/wood, +/area/service/library) "tHK" = ( /obj/machinery/light/small/directional/north, /turf/open/floor/iron, @@ -45501,27 +45407,11 @@ /obj/item/analyzer, /turf/open/floor/iron, /area/commons/storage/primary) -"tMH" = ( -/obj/machinery/light/directional/west, -/obj/structure/table/glass, -/obj/item/assembly/signaler{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/reagent_containers/dropper{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stack/cable_coil, -/obj/item/pen{ - pixel_x = -5; - pixel_y = 3 - }, -/turf/open/floor/iron/white/side{ - dir = 10 - }, -/area/science/research) +"tMq" = ( +/obj/effect/landmark/start/hangover, +/obj/machinery/status_display/evac/directional/south, +/turf/open/floor/wood, +/area/service/library) "tMN" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ @@ -45541,6 +45431,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/showroomfloor, /area/security/warden) +"tNt" = ( +/obj/structure/sign/painting/library_secure{ + pixel_x = 32 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 8; + name = "Secure Art Exhibition"; + req_access_txt = "37" + }, +/obj/effect/spawner/random/structure/table_fancy, +/turf/open/floor/wood, +/area/service/library) "tNu" = ( /obj/structure/chair/sofa/corp/left, /turf/open/floor/wood, @@ -45647,6 +45550,21 @@ /obj/structure/light_construct/directional/west, /turf/open/floor/plating, /area/maintenance/port/aft) +"tRl" = ( +/obj/structure/sign/painting/library_secure{ + pixel_x = 32 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + dir = 8; + name = "Secure Art Exhibition"; + req_access_txt = "37" + }, +/obj/effect/spawner/random/structure/table_fancy, +/turf/open/floor/wood, +/area/service/library) "tRt" = ( /obj/structure/ladder, /turf/open/floor/plating/snowed/icemoon, @@ -45665,6 +45583,14 @@ }, /turf/open/floor/iron/white, /area/medical/virology) +"tRM" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood, +/area/service/library) "tSa" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall, @@ -45692,10 +45618,40 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) +"tSp" = ( +/obj/effect/spawner/random/entertainment/arcade{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/open/floor/iron/cafeteria, +/area/hallway/secondary/exit/departure_lounge) "tSF" = ( /obj/machinery/atmospherics/pipe/smart/simple/brown/visible, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) +"tSV" = ( +/obj/structure/reagent_dispensers/peppertank/directional/west, +/obj/machinery/airalarm/directional/north, +/obj/structure/closet/secure_closet/security/science, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) "tTm" = ( /obj/structure/chair{ dir = 8 @@ -45719,6 +45675,17 @@ }, /turf/open/floor/iron/dark, /area/commons/cryopods) +"tTI" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/white, +/area/science/research) "tTR" = ( /obj/machinery/conveyor{ dir = 9; @@ -45729,6 +45696,11 @@ }, /turf/open/floor/plating, /area/cargo/storage) +"tUa" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard) "tUg" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/tile/blue{ @@ -45789,14 +45761,15 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/wood, /area/service/library) -"tWm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"tWd" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 + dir = 1 }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/service/chapel) +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/service/library) "tWx" = ( /obj/structure/closet/secure_closet/personal{ anchored = 1 @@ -45894,15 +45867,12 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron, /area/commons/fitness) -"tYp" = ( -/obj/item/radio/intercom/directional/east, -/obj/machinery/light/directional/east, -/obj/machinery/camera{ - c_tag = "Library Art Gallery"; - dir = 8 - }, -/turf/open/floor/wood, -/area/service/library) +"tYl" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "tYr" = ( /obj/machinery/requests_console/directional/east{ announcementConsole = 1; @@ -45977,6 +45947,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/science/mixing) +"tZA" = ( +/obj/structure/table, +/obj/item/clothing/shoes/wheelys/skishoes, +/turf/open/floor/iron/dark, +/area/science/research) "tZP" = ( /obj/machinery/power/apc/auto_name/north, /obj/structure/cable, @@ -46030,10 +46005,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/hallway/primary/central) -"uaK" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "ubI" = ( /obj/machinery/atmospherics/components/binary/valve{ name = "mix to port" @@ -46155,13 +46126,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/medical/psychology) -"ueC" = ( -/obj/structure/filingcabinet, -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/obj/machinery/light/small/directional/west, -/turf/open/floor/wood, -/area/service/library) "ueK" = ( /obj/structure/window/reinforced/fulltile/ice{ name = "frozen window" @@ -46206,22 +46170,6 @@ }, /turf/open/floor/iron, /area/cargo/miningdock) -"ugx" = ( -/obj/structure/sign/painting/library_private{ - pixel_y = 32 - }, -/obj/structure/table/wood, -/obj/item/clothing/under/suit/red, -/obj/item/candle{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/candle{ - pixel_x = 8; - pixel_y = 4 - }, -/turf/open/floor/engine/cult, -/area/service/library) "ugy" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -46277,6 +46225,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/security/prison/safe) +"ugX" = ( +/obj/machinery/rnd/destructive_analyzer, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/lab) "uhi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -46334,19 +46289,6 @@ }, /turf/open/floor/iron/white, /area/medical/cryo) -"uid" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "Research Division" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/science/lab) "uig" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 4 @@ -46373,14 +46315,6 @@ }, /turf/open/floor/carpet, /area/command/heads_quarters/captain) -"uji" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm/directional/south, -/obj/structure/frame/machine{ - anchored = 1 - }, -/turf/open/floor/iron/dark, -/area/science/research) "uju" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -46444,6 +46378,13 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/security/prison) +"ulg" = ( +/obj/structure/closet/firecloset, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/turf_decal/stripes/corner, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "uln" = ( /obj/item/poster/random_contraband, /obj/effect/spawner/random/maintenance/two, @@ -46477,12 +46418,6 @@ }, /turf/open/floor/iron, /area/maintenance/starboard/aft) -"ulX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "umj" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -46493,16 +46428,6 @@ }, /turf/open/floor/engine, /area/engineering/supermatter/room) -"umq" = ( -/obj/structure/table, -/obj/machinery/light/directional/north, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/turf/open/floor/iron/white, -/area/science/lab) "umx" = ( /obj/structure/chair/sofa/right, /obj/item/toy/plush/moth{ @@ -46579,6 +46504,13 @@ }, /turf/open/floor/iron, /area/commons/storage/mining) +"unl" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "unz" = ( /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron, @@ -46737,17 +46669,6 @@ icon_state = "platingdmg2" }, /area/maintenance/port/fore) -"urI" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/white/side{ - dir = 8 - }, -/area/science/research) "urN" = ( /obj/structure/ladder, /turf/open/floor/plating, @@ -46772,6 +46693,14 @@ }, /turf/open/floor/iron, /area/engineering/main) +"usb" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/light/small/directional/east, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/wood, +/area/service/library) "usd" = ( /turf/closed/wall, /area/commons/storage/primary) @@ -46800,11 +46729,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/maintenance/starboard/aft) -"utq" = ( -/obj/structure/closet, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard) "utw" = ( /obj/effect/turf_decal/trimline/blue/end, /obj/effect/turf_decal/trimline/blue/line{ @@ -46841,12 +46765,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/dark, /area/command/heads_quarters/cmo) -"uuj" = ( -/obj/effect/spawner/random/vending/colavend, -/turf/open/floor/iron/white/side{ - dir = 10 - }, -/area/science/research) "uuN" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -46926,9 +46844,6 @@ /obj/item/flashlight/lamp/green, /turf/open/floor/carpet/red, /area/commons/vacant_room/office) -"uvQ" = ( -/turf/open/openspace, -/area/service/chapel) "uvR" = ( /obj/structure/rack, /obj/item/clothing/mask/gas, @@ -47203,15 +47118,6 @@ /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall, /area/engineering/main) -"uBX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/science/research) "uBY" = ( /obj/machinery/power/apc/auto_name/north, /obj/structure/cable, @@ -47312,13 +47218,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"uEj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"uEc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) "uEB" = ( @@ -47459,16 +47364,39 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/command/bridge) +"uHQ" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) "uId" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"uIv" = ( -/obj/structure/disposalpipe/segment{ +"uIm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/open/floor/iron/white, -/area/science/research) +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/engineering/supermatter) "uIw" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; @@ -47479,6 +47407,12 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/cargo/storage) +"uIx" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/science/research) "uJj" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/hatch{ @@ -47538,6 +47472,19 @@ dir = 8 }, /area/science/misc_lab) +"uLY" = ( +/obj/structure/chair/office, +/obj/machinery/camera{ + c_tag = "Library North" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/open/floor/wood, +/area/service/library) "uMa" = ( /obj/machinery/door/airlock/atmos{ name = "Atmospherics"; @@ -47553,19 +47500,92 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/commons/dorms) -"uML" = ( -/obj/effect/landmark/start/assistant, -/obj/structure/chair/pew{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/glass/reinforced, -/area/hallway/primary/starboard) "uNa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/medical/storage) -"uNg" = ( +"uNo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + sortType = 13 + }, +/turf/open/floor/iron/white, +/area/maintenance/department/medical/morgue) +"uNB" = ( +/turf/closed/wall, +/area/science/lab) +"uOc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/turf/open/floor/engine, +/area/engineering/supermatter/room) +"uOi" = ( +/obj/machinery/light_switch/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/misc_lab) +"uOl" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/light/directional/east, +/obj/machinery/camera{ + c_tag = "Library Art Gallery"; + dir = 8 + }, +/turf/open/floor/wood, +/area/service/library) +"uOC" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/commons/vacant_room/office) +"uOP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/command/meeting_room) +"uOW" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/science/xenobiology) +"uPG" = ( +/obj/item/book/manual/wiki/security_space_law, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/command/meeting_room) +"uQl" = ( +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/white/smooth_large, +/area/service/kitchen/diner) +"uQt" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/science/misc_lab) +"uQH" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/service/chapel) +"uQO" = ( /obj/structure/closet/crate, /obj/item/reagent_containers/glass/bowl, /obj/effect/spawner/random/contraband/prison, @@ -47593,86 +47613,6 @@ /obj/item/storage/box/drinkingglasses, /turf/open/floor/iron/white, /area/security/prison) -"uNo" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - sortType = 13 - }, -/turf/open/floor/iron/white, -/area/maintenance/department/medical/morgue) -"uNI" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) -"uOc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/turf/open/floor/engine, -/area/engineering/supermatter/room) -"uOd" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/turf_decal/bot, -/obj/machinery/light/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/turf/open/floor/iron, -/area/science/storage) -"uOi" = ( -/obj/machinery/light_switch/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/science/misc_lab) -"uOC" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood, -/area/commons/vacant_room/office) -"uOP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/command/meeting_room) -"uOW" = ( -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/iron/white/side{ - dir = 10 - }, -/area/science/xenobiology) -"uPx" = ( -/obj/structure/table, -/obj/item/circular_saw, -/obj/item/scalpel{ - pixel_y = 12 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/dark, -/area/science/robotics/lab) -"uPG" = ( -/obj/item/book/manual/wiki/security_space_law, -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/command/meeting_room) -"uQl" = ( -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/white/smooth_large, -/area/service/kitchen/diner) -"uQt" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/science/misc_lab) "uRa" = ( /obj/structure/closet/secure_closet/captains, /turf/open/floor/carpet, @@ -47753,22 +47693,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/maintenance/department/medical/morgue) -"uTP" = ( -/obj/machinery/camera{ - c_tag = "Research and Development"; - network = list("ss13","rd"); - pixel_x = 22 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/button/door/directional/north{ - id = "rnd"; - name = "Shutters Control Button"; - req_access_txt = "47" - }, -/turf/open/floor/iron/white, -/area/science/lab) "uTV" = ( /obj/structure/table/reinforced, /obj/item/storage/toolbox/emergency, @@ -47816,6 +47740,12 @@ }, /turf/open/floor/iron/white, /area/medical/medbay) +"uUz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "uUQ" = ( /obj/item/crowbar/red, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -47842,10 +47772,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/port/aft) -"uWA" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) "uWC" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -47889,23 +47815,18 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"uYE" = ( -/obj/machinery/camera{ - c_tag = "Security Post - Science"; - dir = 4; - network = list("ss13","rd") - }, -/obj/machinery/newscaster/directional/west, -/obj/machinery/light/directional/west, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, +"uYC" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /turf/open/floor/iron, -/area/security/checkpoint/science) +/area/science/misc_lab) +"uYL" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/science/research) "uYT" = ( /obj/effect/mapping_helpers/airlock/abandoned, /obj/machinery/door/airlock/maintenance{ @@ -47951,6 +47872,12 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/carpet, /area/command/heads_quarters/hos) +"uZT" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/science/research) "uZU" = ( /obj/machinery/door/airlock/hatch{ name = "MiniSat Teleporter"; @@ -48000,6 +47927,13 @@ }, /turf/open/floor/iron, /area/hallway/primary/fore) +"vbB" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Art Gallery" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/sepia, +/area/service/library) "vcb" = ( /obj/machinery/door/airlock/hatch{ name = "MiniSat Foyer"; @@ -48009,28 +47943,30 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) -"vcz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +"vdh" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) -"vcZ" = ( -/obj/structure/table/wood, -/obj/item/paper{ - pixel_x = 8; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 9; - pixel_y = 7 - }, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/open/floor/wood, +/obj/machinery/light/small/directional/west, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/carpet, /area/service/library) +"vdx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/science/research) +"vdz" = ( +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"vdA" = ( +/obj/machinery/computer/cargo/request, +/turf/open/floor/iron, +/area/science/research) "vdD" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -48165,6 +48101,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /turf/closed/wall/r_wall, /area/engineering/supermatter) +"vhK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/science/research) "vhT" = ( /obj/effect/mapping_helpers/airlock/locked, /obj/machinery/door/airlock/research/glass/incinerator/ordmix_exterior{ @@ -48214,11 +48159,12 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) -"vjo" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/computer/security/telescreen/entertainment/directional/west, -/turf/open/floor/wood, -/area/service/library) +"vjs" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/science/genetics) "vjE" = ( /obj/structure/table, /obj/effect/turf_decal/tile/red/full, @@ -48270,23 +48216,20 @@ }, /turf/open/floor/iron, /area/command/heads_quarters/ce) -"vlp" = ( -/obj/machinery/portable_atmospherics/scrubber/huge, -/obj/effect/turf_decal/delivery, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/iron, -/area/science/storage) +"vkZ" = ( +/obj/structure/table/glass, +/obj/item/storage/box/bodybags{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/floor/iron/dark, +/area/science/genetics) "vlK" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 }, /turf/open/floor/plating, /area/maintenance/port) -"vlV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "vme" = ( /obj/machinery/door/airlock{ id_tag = "Toilet1"; @@ -48300,11 +48243,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/port/aft) -"vmW" = ( -/obj/structure/table/glass, -/obj/item/storage/book/bible, -/turf/open/floor/iron/chapel, -/area/service/chapel) "vnb" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/corner{ @@ -48510,6 +48448,16 @@ /obj/structure/girder, /turf/open/floor/iron/white, /area/maintenance/port/fore) +"vwB" = ( +/turf/open/floor/iron/dark/smooth_edge{ + dir = 4 + }, +/area/service/chapel) +"vwI" = ( +/obj/structure/closet/radiation, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron/dark, +/area/science/genetics) "vwQ" = ( /obj/machinery/door/airlock/research{ name = "Circuit Testing Lab"; @@ -48528,6 +48476,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/medical/morgue) +"vxh" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/science/research) "vxk" = ( /obj/effect/landmark/blobstart, /turf/open/floor/iron/smooth, @@ -48595,17 +48553,6 @@ }, /turf/open/floor/iron, /area/service/hydroponics/garden) -"vyE" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Security Escape Airlock"; - req_access_txt = "2"; - safety_mode = 1 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) "vzx" = ( /obj/structure/rack, /obj/effect/turf_decal/siding/blue{ @@ -48672,6 +48619,22 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"vAi" = ( +/obj/machinery/camera{ + c_tag = "Research and Development"; + network = list("ss13","rd"); + pixel_x = 22 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/button/door/directional/north{ + id = "rnd"; + name = "Shutters Control Button"; + req_access_txt = "47" + }, +/turf/open/floor/iron/white, +/area/science/lab) "vAz" = ( /obj/structure/sign/warning/nosmoking{ pixel_x = -28 @@ -48743,6 +48706,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/hallway/primary/aft) +"vDa" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/service/chapel) "vDD" = ( /obj/structure/closet/crate/hydroponics, /obj/item/paper/guides/jobs/hydroponics, @@ -48849,18 +48824,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/primary/central) -"vES" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/machinery/navbeacon/wayfinding, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron/white, -/area/science/research) "vFm" = ( /obj/structure/disposalpipe/junction/yjunction{ dir = 8 @@ -49011,16 +48974,6 @@ }, /turf/open/floor/iron/dark, /area/command/gateway) -"vIe" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/science/research) "vIi" = ( /obj/structure/extinguisher_cabinet/directional/east, /obj/effect/turf_decal/tile/red{ @@ -49052,6 +49005,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/medical/medbay/aft) +"vIz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Genetics Lab"; + network = list("ss13","rd") + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/science/genetics) "vIZ" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -49075,11 +49041,6 @@ /obj/effect/turf_decal/siding/white, /turf/open/floor/iron/large, /area/service/kitchen/diner) -"vJF" = ( -/obj/machinery/light/directional/east, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/iron/white, -/area/science/robotics/lab) "vJL" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -49096,10 +49057,6 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) -"vKo" = ( -/obj/structure/flora/grass/green, -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/science/research) "vKq" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -49157,6 +49114,13 @@ /obj/item/radio/off, /turf/open/floor/iron, /area/command/gateway) +"vLn" = ( +/obj/structure/railing/corner, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/iron/dark/corner{ + dir = 4 + }, +/area/service/chapel) "vLr" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 8 @@ -49293,6 +49257,12 @@ "vOl" = ( /turf/open/floor/iron/white/side, /area/science/misc_lab) +"vOn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) "vOr" = ( /obj/structure/railing{ dir = 8 @@ -49311,15 +49281,6 @@ "vOu" = ( /turf/closed/wall, /area/hallway/primary/aft) -"vOA" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/glass/reinforced, -/area/hallway/primary/starboard) "vOB" = ( /turf/closed/wall, /area/engineering/supermatter/room) @@ -49337,22 +49298,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/ai_monitored/command/storage/eva) -"vPt" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/iron/white, -/area/science/genetics) "vPE" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -49363,25 +49308,9 @@ /obj/machinery/status_display/evac/directional/west, /turf/open/floor/engine, /area/engineering/supermatter/room) -"vPQ" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/science/mixing) -"vQp" = ( -/obj/structure/table/wood, -/obj/machinery/computer/bookmanagement, -/obj/machinery/light_switch/directional/north, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/wood, -/area/service/library) +"vQk" = ( +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) "vQv" = ( /obj/structure/cable, /turf/open/floor/plating{ @@ -49393,6 +49322,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/engineering/atmos) +"vQM" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/starboard) "vQN" = ( /obj/machinery/camera{ c_tag = "Security Escape Pod"; @@ -49431,13 +49370,6 @@ /obj/machinery/computer/security/mining, /turf/open/floor/iron, /area/cargo/miningdock) -"vRN" = ( -/obj/structure/table/wood, -/obj/item/camera, -/obj/item/taperecorder, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/engine/cult, -/area/service/library) "vRS" = ( /obj/machinery/modular_computer/console/preset/id{ dir = 1 @@ -49489,6 +49421,13 @@ }, /turf/open/floor/iron, /area/maintenance/starboard/fore) +"vTK" = ( +/obj/structure/railing/corner, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/iron/dark/side{ + dir = 9 + }, +/area/service/chapel) "vUg" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -49526,6 +49465,14 @@ }, /turf/open/floor/iron, /area/science/storage) +"vUu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/chapel) "vUy" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -49548,6 +49495,11 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/service/chapel) +"vVp" = ( +/obj/structure/displaycase/trophy, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/wood/parquet, +/area/service/library) "vVt" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -49622,6 +49574,13 @@ /obj/structure/closet/crate, /turf/open/floor/iron, /area/command/teleporter) +"vWS" = ( +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/service/library) "vXb" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -49660,6 +49619,16 @@ "vYG" = ( /turf/open/openspace/icemoon, /area/maintenance/starboard/fore) +"vYT" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/turf/open/floor/iron/white/side{ + dir = 9 + }, +/area/science/research) "vYW" = ( /obj/structure/window/reinforced{ dir = 8 @@ -49680,10 +49649,6 @@ }, /turf/open/floor/engine, /area/engineering/supermatter/room) -"vZK" = ( -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard) "vZL" = ( /obj/machinery/power/apc/auto_name/east, /obj/structure/cable, @@ -49725,6 +49690,10 @@ }, /turf/open/floor/iron, /area/science/xenobiology) +"waK" = ( +/obj/machinery/bluespace_vendor/south, +/turf/open/floor/iron, +/area/hallway/primary/starboard) "waV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -49772,17 +49741,6 @@ }, /turf/open/floor/iron, /area/cargo/storage) -"wbX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit/departure_lounge) "wbY" = ( /obj/machinery/power/apc/auto_name/west, /obj/structure/cable, @@ -49861,6 +49819,10 @@ }, /turf/open/floor/iron/dark, /area/maintenance/starboard/aft) +"wda" = ( +/obj/machinery/status_display/evac/directional/east, +/turf/open/openspace, +/area/service/chapel) "wdl" = ( /obj/machinery/light/directional/east, /obj/structure/cable, @@ -49912,29 +49874,6 @@ }, /turf/open/floor/iron, /area/maintenance/starboard/fore) -"weE" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Research Director"; - req_access_txt = "30" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/iron/cafeteria, -/area/command/heads_quarters/rd) -"weQ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) "wfk" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 @@ -49949,16 +49888,6 @@ }, /turf/open/floor/iron/dark, /area/command/heads_quarters/cmo) -"wfv" = ( -/obj/machinery/camera{ - c_tag = "Departure Lounge East"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "wfC" = ( /turf/open/floor/plating, /area/engineering/supermatter/room) @@ -49992,13 +49921,6 @@ }, /turf/open/floor/iron, /area/security/office) -"wgH" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/white/side{ - dir = 9 - }, -/area/science/research) "wgT" = ( /obj/structure/chair/office{ dir = 8 @@ -50013,12 +49935,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/maintenance/port/fore) -"wht" = ( -/obj/structure/chair/stool/directional/east{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) "whM" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -50092,6 +50008,13 @@ /obj/structure/table, /turf/open/floor/wood, /area/command/meeting_room) +"wjh" = ( +/obj/structure/table, +/obj/item/kitchen/knife, +/obj/item/wirecutters, +/obj/item/stack/sheet/leather, +/turf/open/floor/iron, +/area/maintenance/starboard/fore) "wjF" = ( /obj/effect/landmark/start/assistant, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -50230,20 +50153,6 @@ }, /turf/open/floor/iron, /area/security/office) -"wou" = ( -/obj/structure/rack, -/obj/item/pickaxe, -/obj/item/pickaxe, -/obj/item/shovel, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/machinery/camera{ - c_tag = "Departure Lounge Emergency EVA"; - dir = 6 - }, -/obj/item/radio/off, -/turf/open/floor/iron/white, -/area/hallway/secondary/exit/departure_lounge) "woD" = ( /obj/machinery/status_display/ai/directional/south, /turf/open/floor/circuit, @@ -50299,6 +50208,17 @@ }, /turf/open/floor/plating, /area/security/office) +"wqg" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light/small/directional/east, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/hallway/primary/starboard) "wql" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -50307,6 +50227,37 @@ icon_state = "panelscorched" }, /area/maintenance/starboard/aft) +"wqm" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/prox_sensor{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 9; + pixel_y = -4 + }, +/obj/item/raw_anomaly_core/random{ + pixel_y = 11 + }, +/obj/item/raw_anomaly_core/random{ + pixel_y = -2 + }, +/obj/machinery/light/directional/south, +/obj/structure/sign/warning/nosmoking{ + pixel_x = -25 + }, +/obj/structure/noticeboard/directional/south, +/turf/open/floor/iron, +/area/science/mixing) "wqs" = ( /obj/machinery/light_switch/directional/north, /obj/item/storage/box/lights/mixed, @@ -50367,6 +50318,23 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) +"wrn" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/landmark/start/geneticist, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/science/genetics) "wrs" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -50383,6 +50351,26 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/commons/cryopods) +"wrC" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock"; + safety_mode = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) +"wsg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron/white/corner, +/area/hallway/secondary/exit/departure_lounge) "wsF" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating{ @@ -50392,6 +50380,15 @@ "wsZ" = ( /turf/closed/wall/r_wall, /area/maintenance/starboard) +"wtg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) "wtl" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -50464,12 +50461,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/commons/locker) -"wuW" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line, -/obj/effect/landmark/start/hangover/closet, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "wvq" = ( /turf/closed/wall, /area/medical/cryo) @@ -50493,10 +50484,6 @@ icon_state = "panelscorched" }, /area/maintenance/starboard/fore) -"wwp" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall/r_wall, -/area/command/heads_quarters/rd) "wwq" = ( /obj/machinery/door/airlock/security/glass{ id_tag = "innerbrig"; @@ -50570,11 +50557,6 @@ /obj/machinery/holopad, /turf/open/floor/iron/white/smooth_large, /area/medical/cryo) -"wzI" = ( -/obj/structure/chair, -/obj/structure/chair, -/turf/open/floor/iron/cafeteria, -/area/hallway/secondary/exit/departure_lounge) "wzK" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -50623,6 +50605,10 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) +"wAT" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood, +/area/service/library) "wBq" = ( /obj/structure/closet/wardrobe/grey, /obj/effect/turf_decal/tile/yellow, @@ -50652,6 +50638,12 @@ /obj/structure/disposalpipe/trunk, /turf/open/floor/iron, /area/cargo/office) +"wCj" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/science/storage) "wCx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -50727,11 +50719,6 @@ /obj/item/hand_labeler, /turf/open/floor/iron/white, /area/medical/pharmacy) -"wDV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) "wEm" = ( /obj/structure/disposalpipe/segment, /obj/machinery/meter/atmos/layer4, @@ -50750,19 +50737,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/command/gateway) -"wEH" = ( -/obj/structure/sign/painting/library_secure{ - pixel_x = 32 +"wEw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - dir = 8; - name = "Secure Art Exhibition"; - req_access_txt = "37" - }, -/obj/effect/spawner/random/structure/table_fancy, -/turf/open/floor/wood, -/area/service/library) +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/service/chapel) "wEX" = ( /obj/machinery/camera{ c_tag = "Arrivals Bay 3 & 4"; @@ -50785,6 +50766,12 @@ /obj/structure/mirror/directional/west, /turf/open/floor/iron/white, /area/maintenance/port/fore) +"wFv" = ( +/obj/structure/cable, +/turf/open/floor/iron/white/side{ + dir = 8 + }, +/area/science/research) "wFA" = ( /obj/structure/table/wood, /obj/machinery/camera{ @@ -50824,6 +50811,10 @@ }, /turf/open/floor/iron, /area/command/bridge) +"wGb" = ( +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard) "wGB" = ( /obj/structure/railing/corner{ dir = 8 @@ -50832,12 +50823,13 @@ /obj/effect/decal/cleanable/food/flour, /turf/open/floor/iron/cafeteria, /area/service/kitchen) -"wGE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) +"wGH" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/open/floor/wood, +/area/service/library) "wGT" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -50891,12 +50883,31 @@ }, /turf/open/floor/plating, /area/hallway/secondary/service) -"wIx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/white/side{ - dir = 10 +"wIM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/area/science/research) +/turf/open/floor/engine, +/area/science/misc_lab) +"wJt" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Research Director"; + req_access_txt = "30" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/iron/cafeteria, +/area/command/heads_quarters/rd) +"wJz" = ( +/obj/machinery/skill_station, +/obj/machinery/bounty_board/directional/north, +/turf/open/floor/wood, +/area/service/library) "wJF" = ( /obj/item/paper_bin{ pixel_x = -3; @@ -50911,24 +50922,17 @@ /obj/effect/spawner/random/trash/mess, /turf/open/floor/wood, /area/maintenance/port/aft) -"wKI" = ( -/obj/structure/table, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/cafeteria, -/area/hallway/secondary/exit/departure_lounge) +"wKp" = ( +/obj/structure/table/wood, +/obj/machinery/libraryscanner, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood, +/area/service/library) "wKS" = ( /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron, /area/hallway/primary/starboard) -"wKU" = ( -/obj/machinery/light/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/wood, -/area/service/library) "wKY" = ( /obj/structure/cable, /obj/structure/chair/stool/directional/north, @@ -50949,27 +50953,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/medical/medbay/aft) -"wMD" = ( -/turf/open/floor/iron/dark/smooth_edge{ - dir = 4 - }, -/area/service/chapel) -"wMJ" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/science/mixing) -"wMX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/item/stack/sheet/mineral/snow{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/science/research) "wNj" = ( /obj/structure/sign/warning/securearea{ pixel_x = -32 @@ -51022,6 +51005,15 @@ }, /turf/open/floor/iron, /area/maintenance/starboard/fore) +"wNO" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_y = 5 + }, +/turf/open/floor/iron/white/side{ + dir = 1 + }, +/area/science/misc_lab) "wNW" = ( /obj/machinery/light/directional/north, /turf/open/floor/iron/cafeteria, @@ -51085,6 +51077,17 @@ }, /turf/open/floor/carpet, /area/command/heads_quarters/hos) +"wQm" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/service/chapel) "wQt" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -51165,15 +51168,28 @@ }, /turf/open/floor/plating, /area/engineering/engine_smes) -"wSU" = ( -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" +"wTa" = ( +/obj/structure/chair/office{ + dir = 4 }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/engine, -/area/science/misc_lab) +/obj/effect/landmark/start/depsec/science, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"wTj" = ( +/obj/structure/table/glass, +/obj/item/radio/headset/headset_sci{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/folder/white{ + pixel_x = 2 + }, +/obj/item/storage/pill_bottle/mutadone{ + pixel_x = 11; + pixel_y = 7 + }, +/turf/open/floor/iron/dark, +/area/science/genetics) "wTs" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -51315,6 +51331,12 @@ }, /turf/open/floor/iron, /area/command/bridge) +"wXz" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/iron/white/side{ + dir = 6 + }, +/area/science/research) "wXB" = ( /obj/structure/chair/stool/directional/south, /obj/structure/cable, @@ -51354,6 +51376,10 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/commons/vacant_room/commissary) +"wYq" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white/corner, +/area/hallway/primary/starboard) "wZa" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -51402,6 +51428,12 @@ icon_state = "platingdmg3" }, /area/maintenance/port/aft) +"xal" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/glass/reinforced, +/area/hallway/primary/starboard) "xap" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, @@ -51443,6 +51475,10 @@ }, /turf/open/floor/iron, /area/commons/vacant_room/commissary) +"xbD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/turf/open/floor/iron, +/area/science/misc_lab) "xbY" = ( /obj/machinery/door/airlock/security/glass{ id_tag = "permaouter"; @@ -51509,10 +51545,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/engine/air, /area/engineering/atmos) -"xdG" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/wood, -/area/service/library) "xdS" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -51533,39 +51565,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/medical/psychology) -"xeP" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/science/genetics) -"xeS" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/obj/effect/turf_decal/bot, -/obj/structure/frame/machine{ - anchored = 1 - }, -/turf/open/floor/iron/dark, -/area/science/research) -"xeZ" = ( -/obj/structure/railing{ - dir = 5 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/glass/reinforced, -/area/hallway/primary/starboard) "xfb" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -51638,6 +51637,12 @@ /obj/machinery/light/directional/south, /turf/open/floor/engine, /area/science/misc_lab) +"xho" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/turf/open/floor/iron, +/area/science/misc_lab) "xhI" = ( /turf/closed/wall, /area/commons/storage/mining) @@ -51663,10 +51668,6 @@ "xii" = ( /turf/closed/wall, /area/tcommsat/computer) -"xil" = ( -/obj/machinery/airalarm/directional/west, -/turf/open/floor/wood, -/area/service/library) "xiw" = ( /obj/structure/closet/crate, /obj/effect/spawner/random/maintenance/two, @@ -51705,31 +51706,29 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/plating, /area/engineering/main) -"xiT" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Chapel" - }, -/obj/effect/turf_decal/tile/red{ +"xiW" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/open/floor/iron/white/corner, -/area/hallway/secondary/exit/departure_lounge) +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/science/research) "xiY" = ( /obj/effect/turf_decal/trimline/green/filled/end, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/maintenance/starboard/aft) -"xje" = ( +"xjg" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, /obj/effect/turf_decal/stripes/line{ - dir = 5 + dir = 8 }, -/obj/structure/flora/grass/both{ - pixel_x = -4; - pixel_y = -4 - }, -/turf/open/floor/plating/asteroid/snow/standard_air, -/area/science/research) +/turf/open/floor/iron/white, +/area/science/genetics) "xju" = ( /obj/structure/chair/office{ dir = 1 @@ -51754,6 +51753,22 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/commons/storage/mining) +"xjW" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/reagent_dispensers/peppertank/directional/north, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "xjY" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -51768,6 +51783,22 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/engineering/atmos) +"xkb" = ( +/obj/structure/sign/painting/library_private{ + pixel_y = 32 + }, +/obj/structure/table/wood, +/obj/item/clothing/under/suit/red, +/obj/item/candle{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/candle{ + pixel_x = 8; + pixel_y = 4 + }, +/turf/open/floor/engine/cult, +/area/service/library) "xkf" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -51793,19 +51824,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) -"xkP" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/science/genetics) "xkR" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -51939,6 +51957,19 @@ }, /turf/open/floor/iron/white, /area/science/mixing) +"xnP" = ( +/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/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Escape" + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "xon" = ( /obj/machinery/door/firedoor, /obj/machinery/camera{ @@ -51947,6 +51978,15 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) +"xor" = ( +/obj/structure/window/reinforced/plasma{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) "xoI" = ( /obj/structure/table, /obj/item/stack/sheet/iron/fifty, @@ -51970,15 +52010,8 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"xph" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light/directional/south, -/obj/effect/spawner/random/vending/snackvend, -/obj/structure/sign/poster/official/random{ - pixel_y = -32 - }, +"xpl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) "xpp" = ( @@ -51998,6 +52031,17 @@ /obj/structure/tank_holder/extinguisher, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"xpB" = ( +/obj/machinery/portable_atmospherics/canister/plasma, +/obj/effect/turf_decal/bot, +/obj/machinery/camera/autoname{ + c_tag = "Gas Storage"; + dir = 1; + network = list("ss13","rd") + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/science/storage) "xpS" = ( /turf/closed/wall/r_wall, /area/ai_monitored/command/nuke_storage) @@ -52015,14 +52059,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/general, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"xqJ" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/siding/wood/corner, -/obj/machinery/light/small/directional/east, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/wood, -/area/service/library) "xqM" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -52083,12 +52119,6 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"xrR" = ( -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/obj/structure/closet, -/obj/effect/spawner/random/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) "xrV" = ( /obj/structure/cable, /turf/open/floor/plating/snowed/icemoon, @@ -52158,6 +52188,12 @@ }, /turf/open/floor/iron/dark, /area/command/heads_quarters/ce) +"xtl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/white/side{ + dir = 10 + }, +/area/science/research) "xtn" = ( /obj/machinery/firealarm/directional/east, /turf/open/floor/iron/dark, @@ -52193,12 +52229,6 @@ }, /turf/closed/wall/r_wall, /area/engineering/main) -"xtW" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/iron/white/side{ - dir = 6 - }, -/area/science/research) "xuV" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -52372,10 +52402,19 @@ }, /turf/open/floor/engine/vacuum, /area/science/mixing/chamber) +"xyX" = ( +/obj/machinery/status_display/evac/directional/west, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood, +/area/service/library) "xzc" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/engine/plasma, /area/engineering/atmos) +"xze" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "xzf" = ( /obj/machinery/portable_atmospherics/canister/carbon_dioxide, /turf/open/floor/engine/co2, @@ -52398,26 +52437,6 @@ }, /turf/open/floor/plating, /area/maintenance/department/electrical) -"xzx" = ( -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Departure Lounge West"; - dir = 5 - }, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit/departure_lounge) -"xzA" = ( -/obj/structure/table, -/obj/item/folder/white, -/turf/open/floor/iron/cafeteria, -/area/command/heads_quarters/rd) "xzI" = ( /obj/machinery/airalarm/directional/east, /turf/open/floor/iron, @@ -52577,6 +52596,16 @@ }, /turf/open/floor/iron/freezer, /area/service/kitchen/coldroom) +"xFE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/stack/sheet/mineral/snow{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/science/research) "xFG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -52691,15 +52720,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/wood, /area/commons/dorms) -"xHU" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/service/chapel) "xId" = ( /obj/machinery/camera{ c_tag = "Supermatter Chamber"; @@ -52722,26 +52742,12 @@ }, /turf/open/floor/grass, /area/maintenance/starboard/aft) -"xIu" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/service/library) "xII" = ( /obj/structure/lattice/catwalk, /obj/machinery/airalarm/directional/south, /obj/machinery/light/directional/south, /turf/open/openspace, /area/science/xenobiology) -"xIM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen/entertainment/directional/north, -/turf/open/floor/iron/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit/departure_lounge) "xJf" = ( /obj/structure/table, /obj/item/storage/firstaid/regular{ @@ -52933,13 +52939,6 @@ }, /turf/open/floor/iron/cafeteria, /area/command/heads_quarters/rd) -"xNs" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/cafeteria, -/area/hallway/secondary/exit/departure_lounge) "xNt" = ( /obj/structure/girder, /turf/open/floor/iron/dark, @@ -52970,6 +52969,10 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron/dark, /area/security/execution/transfer) +"xOk" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/science/research) "xOl" = ( /obj/machinery/camera{ c_tag = "Prison Visitation"; @@ -53039,6 +53042,12 @@ "xPi" = ( /turf/open/openspace/icemoon, /area/science/mixing/chamber) +"xPl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/science/lab) "xPm" = ( /obj/structure/table, /obj/item/stack/sheet/plasteel{ @@ -53060,17 +53069,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/cafeteria, /area/service/kitchen) -"xPP" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd2"; - name = "research lab shutters" - }, -/obj/machinery/door/firedoor/heavy, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/science/research) "xPS" = ( /turf/closed/wall, /area/commons/toilet/locker) @@ -53129,6 +53127,14 @@ }, /turf/open/floor/iron/white, /area/medical/medbay) +"xRQ" = ( +/obj/effect/turf_decal/bot, +/obj/structure/frame/computer{ + anchored = 1; + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/science/research) "xRU" = ( /obj/machinery/portable_atmospherics/canister/plasma, /obj/machinery/light/small/directional/west, @@ -53157,14 +53163,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/department/medical) -"xTn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/newscaster/directional/south, -/obj/effect/spawner/random/vending/colavend, -/turf/open/floor/iron/white/corner, -/area/hallway/secondary/exit/departure_lounge) "xTq" = ( /obj/machinery/light/directional/south, /obj/structure/sign/warning/chemdiamond{ @@ -53243,22 +53241,17 @@ /obj/item/storage/fancy/donut_box, /turf/open/floor/iron, /area/hallway/secondary/service) -"xUD" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 +"xUQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/turf/open/floor/engine/cult, +/turf/open/floor/wood, /area/service/library) "xUW" = ( /turf/open/floor/wood, /area/maintenance/space_hut/cabin) -"xVr" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/iron/white, -/area/science/lab) "xVB" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/atmos/glass{ @@ -53302,16 +53295,6 @@ }, /turf/open/floor/plating, /area/construction) -"xXm" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/iron, -/area/hallway/primary/starboard) "xXp" = ( /turf/closed/wall, /area/medical/break_room) @@ -53327,6 +53310,12 @@ /obj/structure/sign/warning/vacuum/external, /turf/closed/wall, /area/cargo/miningdock) +"xXU" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "xXW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -53476,6 +53465,15 @@ /obj/effect/turf_decal/siding/thinplating/dark, /turf/open/floor/plating, /area/service/hydroponics) +"ybI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white, +/area/science/research) "ybK" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -53655,6 +53653,13 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/engine, /area/engineering/supermatter/room) +"yhl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/turf/open/floor/iron/sepia, +/area/service/library) "yhp" = ( /obj/structure/punching_bag, /obj/effect/turf_decal/stripes/line{ @@ -53669,6 +53674,13 @@ /obj/machinery/light/directional/west, /turf/open/openspace, /area/science/xenobiology) +"yhX" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/science/lab) "yhZ" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -53707,6 +53719,9 @@ }, /turf/open/floor/iron, /area/engineering/main) +"yix" = ( +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/icemoon/surface/outdoors) "yiB" = ( /obj/machinery/light/directional/west, /obj/machinery/status_display/evac/directional/west, @@ -53810,13 +53825,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/engineering/storage/tech) -"yks" = ( -/obj/structure/destructible/cult/tome, -/obj/item/book/codex_gigas, -/obj/machinery/light/small/directional/south, -/obj/machinery/computer/security/telescreen/entertainment/directional/east, -/turf/open/floor/engine/cult, -/area/service/library) "ykM" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -53828,18 +53836,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/engineering/main) -"ykT" = ( -/obj/structure/railing{ - dir = 9 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/glass/reinforced, -/area/hallway/primary/starboard) "ykU" = ( /obj/structure/window/reinforced{ dir = 8 @@ -53876,6 +53872,10 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/engineering/atmos) +"yly" = ( +/obj/structure/flora/grass/green, +/turf/open/floor/plating/asteroid/snow/standard_air, +/area/science/research) "ylH" = ( /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, @@ -73076,7 +73076,7 @@ bCq fnW cAB tRg -cAD +fNi muk bHD cgA @@ -81705,7 +81705,7 @@ boP boP aai acY -uNg +uQO aer aaw alj @@ -81833,7 +81833,7 @@ hBE mkK quR hZR -hTU +uIm uDd quR xrt @@ -82346,9 +82346,9 @@ ydg wOE hua tLr -fpN -aly -fpN +rVO +cct +rVO hua mLE cfZ @@ -83374,9 +83374,9 @@ jDt hua mWg tLr -fnG -pli -fnG +xor +jfV +xor hua mLE cfZ @@ -92550,7 +92550,7 @@ gaY qBm koB kNx -eJJ +rtZ cZy kaF dXY @@ -96157,9 +96157,9 @@ alP alP alP alP -iVG +kyg jWC -hqg +cpe bdl bdl rJN @@ -96168,11 +96168,11 @@ bfT xRl biG blw -blu +dFY bnb bfT bor -bpS +api bsO czo czo @@ -96409,9 +96409,9 @@ alP alP hvI iyq -vjo +cAt iyq -ljJ +xyX iyq pXx txQ @@ -96428,7 +96428,7 @@ bkh biI sbS bfT -boE +azF bsQ bsQ box @@ -96660,10 +96660,10 @@ alP dNK mOp alP -ueC -kfd -xil -frL +eVj +jBt +aWq +dtp siL pTQ siL @@ -96671,10 +96671,10 @@ nqI siL vKY pXx -nCZ +nBC dnp -fQJ -fQJ +pwV +pwV dnp odg bfU @@ -96683,18 +96683,18 @@ kbq biH cHN blv -rRQ +pED bfT -uPx +bER bsQ -bsP +qmq box -evu -fGQ +vxh +hbd byf fHZ htg -qdT +qhZ kLD xNq tfj @@ -96918,18 +96918,18 @@ mIB vOM tYN qqA -hWO -oMY -bgW +pgW +qdN +bdF siL pTQ siL -ltv +jYT siL vKY pXx -fwC -eZD +mXQ +yhl pXx pXx kAE @@ -96942,12 +96942,12 @@ bhM aHM iez bfT -boL +rZc bsQ bsR box bWr -kEi +fBA byf bzw bAB @@ -97174,7 +97174,7 @@ eJy shd alP alP -glH +uLY dTn vMz thg @@ -97184,10 +97184,10 @@ nhQ hKw nhQ nhQ -eUR -eeO -heW -jaw +vdh +pSO +ryc +pvZ pXx aYV qKc @@ -97204,13 +97204,13 @@ bqa cIe box bWr -kEi -byh -fyn +fBA +bTL +lfS bAA kIs kLD -xzA +eBt tfj gvn dcQ @@ -97431,7 +97431,7 @@ alP dwp alP wcH -bMA +dSr cWK vMz thg @@ -97442,7 +97442,7 @@ nhQ hKw nhQ nhQ -qdL +eGW nhQ tVI pXx @@ -97458,14 +97458,14 @@ box box cHU cHZ -cIf +hiC box -ncI -kEi +thf +fBA byf -dxv +eMV bAD -bBX +aLi kLD fJG bDQ @@ -97672,7 +97672,7 @@ boP boP boP alP -tvI +wjh oJk vTz alP @@ -97681,27 +97681,27 @@ aBF alP mdr alP -ori -rUL +pGB +aeR gjM alP dwp alP -dNI -fuB +wJz +clq laM pQk qIn siL -ahs -maS -ahs +vVp +fgA +vVp siL fKz -dmb -qdL +hQi +eGW nhQ -vcZ +rkK hyo aYV mGd @@ -97715,12 +97715,12 @@ tTq gTp bpR biL -bsS +qRq box bWr -kEi +fBA byf -qCU +bbL oNk bBW kLD @@ -97938,17 +97938,17 @@ iZt alP rCp alP -gSi -nKI -sMd +ovw +cfP +kgs alP dwp alP -xqJ -aEy -phR -qIP -xdG +usb +llL +tWd +eTk +wAT siL siL siL @@ -97956,7 +97956,7 @@ siL siL siL csr -qdL +eGW nhQ csr pXx @@ -97972,10 +97972,10 @@ blG aJY cHV cIa -iBs +bCj box -lDq -lJS +nCO +cXj byf byf byf @@ -98195,31 +98195,31 @@ aqy alP awJ alP -oHp -iUn -oMq -gzl +jaf +lUp +aHG +kFm mIB alP pXx -osC -grM +hYB +vbB pXx pXx -pWg -ahs -eiI -ghf +pOy +vVp +wGH +lIT siL siL oOj -qdL +eGW pou mXU hyo rmv mGd -eTR +bFr bfV hKu cHM @@ -98229,14 +98229,14 @@ blF cHS cHW cIb -mob +oAQ box -btP -sSB +vdA +hZV byi -iuW -uYE -bQk +tSV +gLw +pCD jpF tEr bIM @@ -98458,10 +98458,10 @@ alP alP apl alP -wKU -iDH -iSj -qCW +fBL +xUQ +bMF +tRM pXx pXx pXx @@ -98475,7 +98475,7 @@ nhQ len pXx bcq -axR +mNK bcq bfV bfV @@ -98488,12 +98488,12 @@ eqR bqd hyc box -btS -sSB +qDm +hZV byi -pNq -bAG -sfb +chR +lUo +lox jpF wcE qfE @@ -98708,26 +98708,26 @@ cXY alP alP anf -xrR -iqk +vdz +cbB apE kct anf apl alP -svN -dZI -dZI -hoK +vWS +gCj +gCj +nVb pXx cnF -dql +bSZ rRH pXx nfk siL gZl -pgU +qvj nhQ dRT hyo @@ -98745,12 +98745,12 @@ cHX cIc hyc buj -dsw -qUA +imY +hEG byj -qQB -aUs -cSc +jaF +gct +iYp jpF cbN dhU @@ -98965,28 +98965,28 @@ alP alP hhu anf -iPF +jKR arI arI arI arI apl alP -svN -dZI -dZI -hoK +vWS +gCj +gCj +nVb pXx -ugx -xUD -fMe -nKE +xkb +lsq +oVp +mas siL hgT -dyt -msO -msO -ifD +wKp +tut +tut +hof pXx bga mGd @@ -99001,13 +99001,13 @@ cHT bou cId hyc -bsw +scG bJr -kEi +fBA byk -bzD -bxv -dah +mHF +wTa +dLm jpF rUS dhU @@ -99227,22 +99227,22 @@ anf apE auD anf -loH +vOn alP -bpQ -dZI -dZI -sjl +nzi +gCj +gCj +lLn pXx -vRN -gmY -yks +qqn +oPd +jWk pXx -vQp -twS +tHJ +dCx pXx -cNj -idZ +byR +fWj pXx pXx aYV @@ -99251,20 +99251,20 @@ aYV bfX bhy biP -vJF +eWn qJy maG -lxr +nDu bpU cId xbp buj bvE -kEi +fBA byk -bzC -bAH -bCb +eEr +pvM +uHQ jpF cdl fSa @@ -99484,12 +99484,12 @@ iZt apE aoQ anf -loH +vOn alP -gvd -dZI -dZI -kjx +paC +gCj +gCj +tMq pXx pXx pXx @@ -99498,14 +99498,14 @@ pXx pXx pXx pXx -jti -apj -uvQ +uQH +ixN +iim vVm aYV mGd aYV -nwJ +rrc bfV bfV bfV @@ -99513,38 +99513,38 @@ bfV bfV box buj -brs +kzp box box -dwz -kEi +iBN +fBA byk byk byk byk jpF dKh -weE +wJt dKh dKh dKh dKh -wwp +lJR bJN bMr rvf bIT bJN -pTh -tMH -uuj +uZT +ogk +swY bhA -bPN +jgY tHZ pby sNL uWL -hFE +iMI gaD mtK bTC @@ -99740,53 +99740,53 @@ dpA avo alP alP -wht -wGE +aEm +iVO alP -gvd +paC siL siL -xIu +pcr hyo -uvQ -tpy -uvQ -uvQ -mUL -uvQ -tpy -uvQ -uvQ -uvQ +iim +bOU +iim +iim +tBp +iim +bOU +iim +iim +iim dpL -sfA +nEg mGd aYV -nIS +phu bhA biR -cVp +dYE bjZ bvx boz boM bzE -fAX -pdG +tDD +iZH btW hZM bzE bzE bzE bzE -gEY +lmg bzE -kLz +grX bzE bzE -scu +qCr bzE -fAX +tDD bzE bzE bzE @@ -99802,7 +99802,7 @@ dov dov wgT dov -chC +wNO mtK mnt oTL @@ -99997,40 +99997,40 @@ kmF avN biJ alP -sjH -wGE +sqN +iVO alP -tYp -pYo -wEH -ihU +uOl +tRl +tNt +lmp hyo -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -eRa -lSD -qCC -cYH -iLS -vES -mwr -svX -svX -jzH -hjU -rHq -sYj +iim +iim +iim +iim +iim +iim +iim +iim +iim +iim +iAX +jOF +nBY +hCR +nyi +pHg +mhY +jFO +jFO +tTI +avG +dgU +nRC bWr bWr -jtd +kqa ezY ilR ilR @@ -100050,7 +100050,7 @@ dcG dcG dcG dcG -rNt +gUk bWr bWo vwQ @@ -100255,66 +100255,66 @@ auJ iBZ alP alP -peZ +cuP alP pXx pXx pXx pXx pXx -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -ykT -lRP -etl -lSD +iim +iim +iim +iim +iim +iim +iim +iim +jSJ +cPk +sbF +jOF mGd aYV -kld +tgK bhA -qSS -bkr -blH +oyM +jTS +cBz bvx -sxn +gkc bpX -uIv +jmy bBD -cnK -bvH +ieb +vhK mqG bBD bBD bBD -qjN -bzZ -tAQ +uIx +hYe +dAV bta iSw -wgH +iGa bta -wgH -qzj -rXD +iGa +uYL +diN ouM hna ozO -ohg -iSA -tCL -cdM +kZj +oxq +kky +rzt bWo bPK uLK pTD kZs -jpx +htv mtK cNW mtK @@ -100511,26 +100511,26 @@ qDf aHf bbk asB -ozg -njh -kPq -aHA -mGK +tfs +qyU +vTK +vDa +rwr vVm -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -fkm -hSp -ooO -lSD +iim +iim +iim +iim +iim +iim +iim +iim +iim +iim +fVt +nLX +qkY +jOF mGd gdd bfX @@ -100539,10 +100539,10 @@ bgc bgc bgc bgc -boB -qaX -xPP -sve +uNB +rew +mDg +vYT bhA bhA bhA @@ -100551,12 +100551,12 @@ jiO jiO bhA bhA -xtW -ovK -dNk -czR -gba -qhd +wXz +kfa +ybI +pvF +iIv +noy bhA cas cas @@ -100567,11 +100567,11 @@ cas cas cas cas -bPN +jgY uOi oWy gZY -esv +jYy mtK wcO xIk @@ -100768,67 +100768,67 @@ riS dnS aAz asB -rQt -tWm -eco -uvQ -uvQ +oyw +vUu +dUn +iim +iim vVm -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -fkm -uML -ooO -nHY +iim +iim +iim +iim +iim +iim +iim +iim +iim +iim +fVt +cqN +qkY +rBZ mGd aYV -xXm -bhC -skD -fMb -blI -bpf -iEK +sym +gvN +aKM +dkQ +ugX +hmT +ikk bpZ -uIv +jmy bBD -sVf -ini -xeS -peS -hrr -eXz -jMi +eJV +rOL +rmG +xRQ +dId +lUG +iPX bEC bEC bGc -qZe +rBH bGc bEC bEC bEC cas -fqL -sKA +gzI +klq tHc gaV vnb -cwQ -iLI +quJ +axo cas bXh bYj uQt gZY -lST +cFY mtK gSR tkY @@ -101025,45 +101025,45 @@ xzt wGT asB asB -dMO -iaw -gad -uvQ -uvQ +sqG +wEw +vLn +iim +iim vVm -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -fkm -ndZ -ooO -mFZ +iim +iim +iim +iim +iim +iim +iim +iim +iim +iim +fVt +mYZ +qkY +nNY mGd aYV bfX -bhD -rRc +psX +jfo biW -blK -bnp -bng -boQ -qxO -bro -uBX -kfx -dky -dky -gHf -aRs -poa +xPl +azT +iWm +xtl +lMw +vdx +thz +gMT +mNf +mNf +oip +efH +lBU bEC umY uej @@ -101071,17 +101071,17 @@ cGb cll aVs mHw -pIh +wqm loi -fqL -iiJ +gzI +spp vdT wQu gJg -iLI -qoZ +axo +xpB cas -kQl +eSc bYj bYm gZY @@ -101282,45 +101282,45 @@ auJ wKY iBZ asB -oVu -wMD -eQT -fHu -fHu +mfC +vwB +rcl +wQm +wQm dpL dpL dpL -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -xeZ -vOA -iRw -lSD +iim +iim +iim +iim +iim +iim +iim +iim +kmA +itS +xal +jOF iwv aYV -bgb -bhC -biU +kXy +gvN +kfj biW -blJ -bno -boA +gIJ +lTv +mIN bpZ -qxO +lMw bBD -sVf -eGA -pFJ -bia -bia -kPz -mFt +eJV +fSK +jEs +mHG +mHG +xOk +ctq pLE kLR gLx @@ -101330,19 +101330,19 @@ fTI iDg dEh loi -uOd -sSg +dLt +wCj eQR gci gJg -iLI -pvd +axo +gAb cas duP bYj bYm -cVV -bPN +dfU +jgY mtK mtK mtK @@ -101539,45 +101539,45 @@ oLd cUM vDQ asB -hKS -sab -eFx +kwn +fIC +lwD sNB sNB -aAB -dYH +jts +nUm vVm -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -uvQ -qXP -lSD +iim +iim +iim +iim +iim +iim +iim +iim +iim +iim +wqg +jOF mGd -shF +waK bgc bgc -uTP +vAi biW -cQw -lJE -fvO -wIx -qxO +nkV +cTp +jTx +cGN +lMw bBD -sVf -eAd -iwz -gTG -vKo -kPz -uji +eJV +ihB +fgc +iUl +yly +xOk +sqB pLE ont eeA @@ -101587,21 +101587,21 @@ eVu tmu izd loi -fHl -jLY +sHA +ezH nCo emf pRt tXP -vlp +oaD cas -jOk +kxV bcD bYm -hxO +fUD bTl bTl -hVE +lhY bTl bTl mtK @@ -101799,42 +101799,42 @@ asB dpL jEf dpL -ptX -nYM -ptX -nYM +bme +kCz +bme +kCz vVm -uvQ -guD -uvQ -uvQ -loZ -uvQ -guD -uvQ -uvQ -uvQ +iim +gUb +iim +iim +wda +iim +gUb +iim +iim +iim dpL -kko +fAP jtG -kKG +qYW bgc -sDt +qNC biW biW -blL +rwy biW biW bpZ -qxO -brn -rOb -xje -fcy -fcy -fcy -wMX -fbx +lMw +pKA +lhb +rGC +xiW +xiW +xiW +xFE +beQ pLE kdp dFZ @@ -101844,18 +101844,18 @@ fTI bCX myH loi -muJ -oDW +nMh +pJy qTI gzD sVl jtU -mCb +gXt cas -bOy +xho bYj -knH -hxO +ppy +fUD bTl bTl bTl @@ -102054,44 +102054,44 @@ blq blq aER dpL -xHU +hsn rGS -bJk -ezb +edH +nUI pOZ -vmW -oeH -oeH -oeH -oeH -oeH -fgn -fgn -fgn -rGx -eLQ -uvQ +kgP +sdJ +sdJ +sdJ +sdJ +sdJ +eHY +eHY +eHY +mLJ +iKb +iim vVm nPA mGd -qQg +wYq bgc -umq -frl -mxp -flh -iqz -xVr -bpq -urI -kXt -vIe -rXF -eXz -rcN -kYW -frS -eXz +sMD +gVQ +fiZ +hUX +suZ +yhX +wFv +bMD +dlS +gDj +rUb +lUG +kDY +tZA +swO +lUG pLE tZf mqf @@ -102109,13 +102109,13 @@ loi loi loi cas -rbw -ftB -eoY -ohW +xbD +sIr +meE +sAg bTl bTl -bcO +flc bTl bTl mtK @@ -102317,36 +102317,36 @@ rGS rGS rGS rGS -oeH -wou -sZp -tBd -oeH -ppY -iuQ -fgn -xiT -xiT -fgn -fgn -pcA -mCi -bkj -oeH +sdJ +kCi +pLk +seu +sdJ +oKR +tSp +eHY +wsg +wsg +eHY +eHY +mWm +xnP +gbm +sdJ wsZ wsZ wsZ wsZ wsZ -nfz +gVn bon -eFW -bpE -bpE -bpE -bpE -bpE -bpE +cDV +kxn +kxn +kxn +kxn +kxn +kxn bhA bhA pLE @@ -102362,14 +102362,14 @@ opQ nta hxE kCs -vPQ -mAD -lfj +bSF +hyw +axQ bQZ -gin +fVx bQZ -gQq -wSU +eTr +gAl bYi bYi mtK @@ -102574,38 +102574,38 @@ blq blq blq blq -wDV -ulX -kSD -gPO -wDV -wbX -iEw -rSz -iEw -iEw -qAy -xzx -oKC -uEj -eFR -pHF +sef +eRK +lWT +mFW +sef +qqe +ivR +sFY +ivR +ivR +ppQ +lxV +jIv +fZF +xXU +mDX bky -ejP -fLK -oBS +pyA +mVU +aPN wsZ -uid +mzo bon -nPp -jxy -buu -qrU -kGS -bzO -taM -mUD -gMv +pKe +smJ +nGZ +pPL +wTj +jri +kEz +fCa +eam pLE kdq rpC @@ -102619,14 +102619,14 @@ tuH vFr tmu pRo -wMJ -wMJ -exr +grs +grs +kzI bQZ -bBJ +uYC bQZ -fTa -dIu +pGi +oGD bTl bTl mtK @@ -102831,38 +102831,38 @@ blq blq blq blq -wDV -mSu -lPm -dgM -jJx -lKy -iJL -vlV -fuR -eGE -fIM -myz -fIq -knX -srr -aBC -bhH +sef +euu +mIW +oPR +dTN +tnE +xze +cEl +tYl +spR +lbH +hDL +bIe +hjn +gQM +oIm +vQM kyZ kyZ -mmz +rII wsZ -gEG +oZb wsZ -gjA -bru -gHj -gHj -gHj -xeP -bAR -mUD -gMv +pjE +tdy +xjg +xjg +xjg +mip +vkZ +fCa +eam bEC sqJ ejr @@ -102882,8 +102882,8 @@ dGF bQZ rvA bQZ -bcU -dIu +iNY +oGD bTl bTl mtK @@ -103088,38 +103088,38 @@ blq blq blq blq -oeH -oeH -oeH -oeH -oeH -xIM -iJL -xNs -bFl -uaK -qqB -irh -iry -bFl -hqA -qWz +sdJ +sdJ +sdJ +sdJ +sdJ +ace +xze +dXd +fwM +hto +ghw +uEc +cZI +fwM +eMj +qfN bky bky bky cLB -adf -weQ +wtg +dWI wsZ -eKm -iJR +vIz +lPX bsL bsL bsL -rAv -oSN -mUD -mUD +qTP +iZy +fCa +fCa bon czO mpU @@ -103140,7 +103140,7 @@ bQZ iHF mzr bTl -sQS +nyX bTl xhj mtK @@ -103345,38 +103345,38 @@ blq blq blq blq -oeH -iSq -jon -dEr -oeH -pnR -iJL -iry -oom -uaK -qqB -irh -iry -oom -hqA -xTn -fgn -gMv +sdJ +xjW +dzn +nrg +sdJ +rmV +xze +cZI +lWq +hto +ghw +uEc +cZI +lWq +eMj +ony +eHY +eam bky -rmi -gAM +gLS +tFy qqK wsZ -bQr -rvs -kxC -ifv -ifv -xkP -cYY +eLI +aRq +lBY +jUm +jUm +gEA +pYo nxh -nTm +qFn bon hFn mpU @@ -103397,7 +103397,7 @@ bQZ iHF bZc bTl -kLM +wIM bTl bTl mtK @@ -103602,37 +103602,37 @@ blq blq blq blq -oeH -mEQ -hqA -hZA -oeH -iPW -iJL -nrL -odL -syn -qqB -nUb -fHq -wKI -hqA -xph -fgn -gMv +sdJ +iUL +eMj +rbC +sdJ +reL +xze +dnZ +qoF +bpj +ghw +geG +pHX +sXa +eMj +sUx +eHY +eam bky -vZK +wGb bky cLB wsZ -tcY -iJR +kbz +lPX bsL bsL bsL -ink -pSN -ddy +szk +oKv +lUI tKv bon jKu @@ -103859,38 +103859,38 @@ blq blq blq blq -wDV -rgy -hqA -eFR -wDV -hqA -iJL -iry -oom -uaK -qqB -irh -iry -bFl -hqA -lZl -fgn -gMv +sef +fAL +eMj +xXU +sef +eMj +xze +cZI +lWq +hto +ghw +uEc +cZI +fwM +eMj +gCh +eHY +eam bky blP bky cLB wsZ -lqm -dny -bqe -nXP -bqe -npF -vPt -qCq -ple +qRR +sAA +jIV +sHG +jIV +wrn +nGG +fGT +kbL bon bEC bEC @@ -104116,44 +104116,44 @@ blq blq blq pjX -wDV -fJP -gmb -dHz -nbk -iJL -iJL -iry -bFl -uaK -qqB -irh -xNs -wzI -hqA -iPL -fgn -orq +sef +eqw +dTz +ohj +hBf +xze +xze +cZI +fwM +hto +ghw +uEc +dXd +lio +eMj +ulg +eHY +gqq bky blR bky cLB wsZ -hMs -pJf +mQW +odR jyF -oDR -pwr -lFP +slS +vwI +vjs jyF dWG -nTm +qFn bon ioQ sFn rfn sXZ -dsa +leK cNW bMB bNA @@ -104373,23 +104373,23 @@ blq blq boP pjX -wDV -rgy -lCZ -qHs -wDV -hqA -hqA -grR -hjI -hXv -jVf -qYm -vcz -hqA -hqA -wuW -uWA +sef +fAL +rsM +rtO +sef +eMj +eMj +xpl +aOL +ooH +pyn +irN +uUz +eMj +eMj +sdj +bnK pjX bky cyC @@ -104630,30 +104630,30 @@ boP boP boP pjX -wDV -oUQ -rKz -hqA -wDV -hqA -rKz -rKz -rKz -wfv -rKz -hqA -kdd -hqA -rKz -iDS -uWA +sef +unl +gZC +eMj +sef +eMj +gZC +gZC +gZC +gSw +gZC +eMj +owO +eMj +gZC +cpW +bnK pjX pjX pjX bky lEy ltd -jji +rtG kyZ kyZ kyZ @@ -104883,27 +104883,27 @@ boP boP boP boP -rMK -rMK +yix +yix boP pjX -wDV -wDV -wDV -vyE -wDV -akN -uWA -uWA -uWA -uWA -uWA -eyx -uWA -kMx -uWA -uWA -uWA +sef +sef +sef +jWb +sef +cqh +bnK +bnK +bnK +bnK +bnK +wrC +bnK +aUh +bnK +bnK +bnK pjX boP boP @@ -104915,7 +104915,7 @@ bky bky btp btp -utq +tUa oLF btp cNR @@ -105146,24 +105146,24 @@ boP pjX pjX pjX -uWA -buh -uWA -buh -uWA +bnK +vQk +bnK +vQk +bnK pjX -qec +grS pjX -uWA -buh -uWA -buh -uWA +bnK +vQk +bnK +vQk +bnK pjX pjX pjX boP -rMK +yix boP boP boP @@ -105398,24 +105398,24 @@ boP boP boP boP -rMK +yix boP boP boP boP -uWA -buh -uWA -buh -uWA +bnK +vQk +bnK +vQk +bnK boP boP boP -uWA -buh -uWA -buh -uWA +bnK +vQk +bnK +vQk +bnK boP boP boP @@ -105424,7 +105424,7 @@ boP boP boP boP -rMK +yix boP bky btp @@ -105658,28 +105658,28 @@ boP boP boP boP -rMK +yix boP -uWA -sEE -uWA -uNI -uWA +bnK +aKV +bnK +lTB +bnK boP boP boP -uWA -sEE -uWA -uNI -uWA +bnK +aKV +bnK +lTB +bnK boP boP boP boP boP boP -rMK +yix boP boP boP @@ -105917,19 +105917,19 @@ boP boP boP boP -uWA -buh -uWA -buh -uWA +bnK +vQk +bnK +vQk +bnK boP boP boP -uWA -buh -uWA -buh -uWA +bnK +vQk +bnK +vQk +bnK boP boP boP @@ -106174,19 +106174,19 @@ boP boP boP boP -uWA -nll -ifg -dhN -uWA +bnK +fVd +gjH +erS +bnK boP boP boP -uWA -dhN -ifg -jcB -uWA +bnK +erS +gjH +exJ +bnK boP boP boP diff --git a/_maps/map_files/IceBoxStation/IceBoxStation_skyrat.dmm b/_maps/map_files/IceBoxStation/IceBoxStation_skyrat.dmm index 7000f9d46ed..033fafbe382 100644 --- a/_maps/map_files/IceBoxStation/IceBoxStation_skyrat.dmm +++ b/_maps/map_files/IceBoxStation/IceBoxStation_skyrat.dmm @@ -10297,7 +10297,7 @@ }, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "bKr" = ( @@ -41630,7 +41630,7 @@ }, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "shq" = ( @@ -42257,7 +42257,7 @@ }, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "syO" = ( @@ -50040,7 +50040,7 @@ }, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "wJm" = ( diff --git a/_maps/map_files/KiloStation/KiloStation.dmm b/_maps/map_files/KiloStation/KiloStation.dmm index 84160ab017f..6cb48a0c43f 100644 --- a/_maps/map_files/KiloStation/KiloStation.dmm +++ b/_maps/map_files/KiloStation/KiloStation.dmm @@ -5775,6 +5775,16 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/primary/fore) +"aAF" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/science/robotics/lab) "aAI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -9648,6 +9658,30 @@ }, /turf/open/floor/iron/dark, /area/medical/virology) +"aVL" = ( +/obj/machinery/camera{ + c_tag = "Medical Operating Theater A"; + dir = 1; + name = "medical camera"; + network = list("ss13","medical") + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/suit/apron/surgical, +/obj/item/clipboard{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/medical/surgery) "aVQ" = ( /obj/effect/decal/cleanable/blood/old, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -22249,6 +22283,15 @@ }, /turf/open/floor/iron/showroomfloor, /area/security/warden) +"coG" = ( +/obj/structure/bed/dogbed/renault, +/obj/machinery/button/door/directional/south{ + id = "captain_escape"; + name = "Tactical Relocation Toggle" + }, +/mob/living/simple_animal/pet/fox/renault, +/turf/open/floor/wood, +/area/command/heads_quarters/captain) "coH" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -27605,13 +27648,6 @@ icon_state = "platingdmg3" }, /area/maintenance/fore) -"dhN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/effect/spawner/random/structure/crate, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port) "dhR" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral{ @@ -28479,6 +28515,29 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/hallway/primary/aft) +"dAx" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/button/door/directional/south{ + id = "custodialwagon"; + name = "Custodial Bay Toggle"; + req_access_txt = "26'" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/mob/living/simple_animal/bot/cleanbot{ + auto_patrol = 1; + icon_state = "cleanbot1"; + name = "Mopficcer Sweepsky" + }, +/turf/open/floor/iron, +/area/hallway/primary/starboard) "dAD" = ( /obj/structure/sign/warning/securearea{ pixel_y = -32 @@ -35161,6 +35220,23 @@ /obj/item/trash/syndi_cakes, /turf/open/floor/iron/white, /area/security/prison) +"gfH" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/north, +/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/rcl/pre_loaded, +/obj/item/storage/crayons, +/obj/item/storage/crayons, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/service/library) "gfK" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -35311,6 +35387,17 @@ /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /turf/open/floor/iron, /area/engineering/atmos) +"ghA" = ( +/obj/structure/window/reinforced/plasma{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/turf/open/floor/circuit/green{ + luminosity = 2 + }, +/area/engineering/supermatter) "ghK" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -35674,6 +35761,17 @@ icon_state = "platingdmg3" }, /area/maintenance/starboard/aft) +"gpZ" = ( +/obj/structure/window/reinforced/plasma{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/turf/open/floor/circuit/green{ + luminosity = 2 + }, +/area/engineering/supermatter) "gqh" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -36774,29 +36872,12 @@ /obj/structure/cable, /turf/open/floor/engine, /area/engineering/supermatter/room) -"gMF" = ( -/obj/structure/bookcase/random/religion, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/sign/painting/library{ - pixel_y = 32 - }, -/turf/open/floor/iron/dark, -/area/service/library) "gNg" = ( /obj/effect/turf_decal/bot, /obj/machinery/power/emitter, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/engineering/main) -"gNA" = ( -/obj/structure/bed/dogbed/renault, -/obj/machinery/button/door/directional/south{ - id = "captain_escape"; - name = "Tactical Relocation Toggle" - }, -/mob/living/simple_animal/pet/fox/renault, -/turf/open/floor/wood, -/area/command/heads_quarters/captain) "gNH" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -39985,6 +40066,39 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/primary/fore) +"hYD" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/glass/bowl, +/obj/effect/spawner/random/contraband/prison, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/storage/box/drinkingglasses, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/box/drinkingglasses, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/security/prison) "hYW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -40373,12 +40487,6 @@ icon_state = "platingdmg1" }, /area/maintenance/fore) -"igd" = ( -/obj/effect/spawner/structure/window/reinforced/plasma, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating/airless, -/area/engineering/main) "ige" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -42301,17 +42409,6 @@ }, /turf/open/floor/iron, /area/cargo/office) -"iQP" = ( -/obj/structure/window/reinforced/plasma{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/power/grounding_rod/anchored, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/engineering/supermatter) "iQR" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -43119,13 +43216,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port) -"jdw" = ( -/obj/structure/easel, -/obj/effect/turf_decal/bot, -/obj/item/canvas/twentythree_twentythree, -/obj/item/airlock_painter, -/turf/open/floor/iron/dark, -/area/service/library) "jdN" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -43980,16 +44070,6 @@ }, /turf/open/floor/iron/showroomfloor, /area/medical/medbay/central) -"jvz" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Airlock"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/iron/dark, -/area/engineering/atmos) "jvE" = ( /obj/machinery/door/airlock/external{ name = "External Airlock"; @@ -44490,6 +44570,13 @@ /obj/effect/spawner/random/decoration/carpet, /turf/open/floor/iron, /area/security/prison) +"jId" = ( +/obj/structure/easel, +/obj/effect/turf_decal/bot, +/obj/item/canvas/twentythree_twentythree, +/obj/item/airlock_painter, +/turf/open/floor/iron/dark, +/area/service/library) "jIo" = ( /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall, @@ -44763,17 +44850,6 @@ }, /turf/open/floor/iron/dark, /area/service/chapel/office) -"jNA" = ( -/obj/structure/window/reinforced/plasma{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/power/tesla_coil/anchored, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/engineering/supermatter) "jNB" = ( /obj/structure/tank_dispenser, /obj/effect/turf_decal/delivery, @@ -45174,16 +45250,6 @@ }, /turf/closed/wall, /area/maintenance/disposal/incinerator) -"jVh" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/iron/showroomfloor, -/area/science/robotics/lab) "jVm" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -46462,6 +46528,13 @@ icon_state = "platingdmg1" }, /area/maintenance/starboard) +"ksR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/spawner/random/structure/crate, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/port) "ksT" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -47120,17 +47193,6 @@ }, /turf/open/floor/engine, /area/engineering/supermatter/room) -"kDe" = ( -/obj/machinery/light/directional/north, -/obj/structure/table/wood, -/obj/machinery/computer/libraryconsole{ - pixel_y = 5 - }, -/obj/structure/sign/painting/library{ - pixel_y = 32 - }, -/turf/open/floor/iron/dark, -/area/service/library) "kDm" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -47237,20 +47299,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/command/bridge) -"kFx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/mob/living/simple_animal/bot/cleanbot/medbay, -/turf/open/floor/iron/dark, -/area/medical/storage) "kFz" = ( /obj/structure/filingcabinet/chestdrawer, /obj/effect/turf_decal/bot, @@ -47445,39 +47493,6 @@ }, /turf/open/floor/iron/dark, /area/service/bar/atrium) -"kIn" = ( -/obj/structure/closet/crate, -/obj/item/reagent_containers/glass/bowl, -/obj/effect/spawner/random/contraband/prison, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/kitchen/fork/plastic, -/obj/item/kitchen/fork/plastic, -/obj/item/kitchen/fork/plastic, -/obj/item/storage/box/drinkingglasses, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/knife/plastic, -/obj/item/kitchen/knife/plastic, -/obj/item/kitchen/knife/plastic, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/box/drinkingglasses, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/security/prison) "kIo" = ( /obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ dir = 4 @@ -47648,6 +47663,20 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/grass, /area/service/chapel) +"kLn" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/vending/games, +/obj/effect/turf_decal/bot_white, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/item/radio/intercom/directional/east, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/service/library) "kLr" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -47887,18 +47916,6 @@ icon_state = "platingdmg3" }, /area/maintenance/starboard) -"kQf" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/water_source/puddle, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light_switch/directional/south, -/mob/living/carbon/human/species/monkey, -/turf/open/floor/grass, -/area/science/genetics) "kQp" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -48102,20 +48119,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/engineering/atmos) -"kTa" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/vending/games, -/obj/effect/turf_decal/bot_white, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/radio/intercom/directional/east, -/obj/structure/sign/painting/library{ - pixel_y = 32 - }, -/turf/open/floor/iron/dark, -/area/service/library) "kTl" = ( /obj/machinery/power/port_gen/pacman, /obj/item/stack/sheet/mineral/plasma{ @@ -48450,6 +48453,17 @@ /obj/effect/decal/remains/human, /turf/open/floor/plating, /area/cargo/warehouse) +"kZp" = ( +/obj/machinery/light/directional/north, +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole{ + pixel_y = 5 + }, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/service/library) "kZq" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/bot, @@ -50804,6 +50818,12 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron, /area/cargo/storage) +"lUX" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engineering/atmos) "lVq" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -50892,6 +50912,22 @@ /obj/item/stack/cable_coil/five, /turf/open/floor/plating, /area/cargo/warehouse) +"lXn" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/structure/reagent_dispensers/beerkeg{ + pixel_y = 5 + }, +/obj/structure/sign/picture_frame/portrait/bar{ + pixel_y = -32 + }, +/turf/open/floor/iron/dark, +/area/service/bar) "lXq" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -51032,29 +51068,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/starboard) -"lYQ" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/button/door/directional/south{ - id = "custodialwagon"; - name = "Custodial Bay Toggle"; - req_access_txt = "26'" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/mob/living/simple_animal/bot/cleanbot{ - auto_patrol = 1; - icon_state = "cleanbot1"; - name = "Mopficcer Sweepsky" - }, -/turf/open/floor/iron, -/area/hallway/primary/starboard) "lYT" = ( /obj/machinery/door/airlock/external{ name = "External Airlock"; @@ -52317,6 +52330,12 @@ }, /turf/open/floor/iron/dark, /area/commons/vacant_room/commissary) +"mwX" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/iron/showroomfloor, +/area/science/robotics/lab) "mwZ" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/yellow, @@ -52707,12 +52726,6 @@ }, /turf/open/floor/iron/dark, /area/service/bar/atrium) -"mCx" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/iron/showroomfloor, -/area/science/robotics/lab) "mCS" = ( /obj/effect/turf_decal/stripes/end, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -53140,17 +53153,6 @@ /obj/structure/cable, /turf/open/floor/circuit/red/telecomms, /area/tcommsat/server) -"mKB" = ( -/obj/structure/window/reinforced/plasma{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/power/grounding_rod/anchored, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/engineering/supermatter) "mKE" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -56295,23 +56297,6 @@ icon_state = "panelscorched" }, /area/maintenance/port/aft) -"oar" = ( -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small/directional/north, -/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/rcl/pre_loaded, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/structure/sign/painting/library{ - pixel_y = 32 - }, -/turf/open/floor/iron/dark, -/area/service/library) "oaA" = ( /obj/structure/lattice/catwalk, /turf/open/floor/plating/airless, @@ -56610,22 +56595,6 @@ icon_state = "panelscorched" }, /area/maintenance/starboard) -"ohj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/structure/reagent_dispensers/beerkeg{ - pixel_y = 5 - }, -/obj/structure/sign/picture_frame/portrait/bar{ - pixel_y = -32 - }, -/turf/open/floor/iron/dark, -/area/service/bar) "ohr" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/directional/east, @@ -59432,6 +59401,12 @@ icon_state = "panelscorched" }, /area/ai_monitored/command/storage/satellite) +"pim" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating/airless, +/area/engineering/main) "piF" = ( /obj/effect/decal/cleanable/blood/old, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -59820,6 +59795,17 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/cargo/storage) +"ppX" = ( +/obj/structure/window/reinforced/plasma{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/turf/open/floor/circuit/green{ + luminosity = 2 + }, +/area/engineering/supermatter) "pqb" = ( /obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ @@ -68235,17 +68221,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark, /area/medical/surgery) -"sny" = ( -/obj/structure/window/reinforced/plasma{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/power/tesla_coil/anchored, -/turf/open/floor/circuit/green{ - luminosity = 2 - }, -/area/engineering/supermatter) "snB" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -69372,6 +69347,31 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/engineering/atmos) +"sLT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/mob/living/simple_animal/bot/cleanbot/medbay, +/turf/open/floor/iron/dark, +/area/medical/storage) +"sLZ" = ( +/obj/structure/window/reinforced/plasma{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/turf/open/floor/circuit/green{ + luminosity = 2 + }, +/area/engineering/supermatter) "sMk" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -76063,6 +76063,14 @@ }, /turf/open/floor/iron, /area/command/teleporter) +"vtN" = ( +/obj/structure/bookcase/random/religion, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/turf/open/floor/iron/dark, +/area/service/library) "vtT" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -79794,6 +79802,16 @@ /obj/structure/cable, /turf/open/floor/engine, /area/engineering/supermatter/room) +"wRO" = ( +/obj/machinery/door/airlock/external{ + name = "Atmospherics External Airlock"; + req_access_txt = "24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/engineering/atmos) "wRX" = ( /obj/structure/lattice/catwalk, /obj/effect/landmark/carpspawn, @@ -80506,30 +80524,6 @@ }, /turf/open/floor/plating/asteroid, /area/space/nearstation) -"xcX" = ( -/obj/machinery/camera{ - c_tag = "Medical Operating Theater A"; - dir = 1; - name = "medical camera"; - network = list("ss13","medical") - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/mask/surgical, -/obj/item/clothing/suit/apron/surgical, -/obj/item/clipboard{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/iron/showroomfloor, -/area/medical/surgery) "xdf" = ( /obj/machinery/hydroponics/constructable, /obj/effect/turf_decal/tile/neutral, @@ -83657,6 +83651,18 @@ /obj/structure/cable, /turf/open/floor/iron, /area/commons/fitness/recreation) +"ylc" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/water_source/puddle, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light_switch/directional/south, +/mob/living/carbon/human/species/monkey, +/turf/open/floor/grass, +/area/science/genetics) "yll" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -83759,12 +83765,6 @@ /obj/machinery/light/broken/directional/west, /turf/open/floor/plating, /area/maintenance/disposal/incinerator) -"ymi" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engineering/atmos) (1,1,1) = {" aaa @@ -93955,7 +93955,7 @@ oAg aav rgX rHj -kIn +hYD aau aeU cmU @@ -100344,7 +100344,7 @@ aRP aTk nJS tiX -dhN +ksR skO rbF amA @@ -101107,7 +101107,7 @@ vEl mkY wMM vte -kFx +sLT eRK dsd pgJ @@ -102655,7 +102655,7 @@ iSA aVC sns aZu -xcX +aVL aVC nTA rDL @@ -108055,13 +108055,13 @@ mjX nEu gUd thp -gMF +vtN fau iRt oIr eyj sim -jdw +jId pHZ dfF sim @@ -108312,13 +108312,13 @@ duf pes mRD sim -kDe +kZp rZe kxy dXx gXK sim -oar +gfH pkU pBc thp @@ -109597,7 +109597,7 @@ qCn uxJ kyH sim -kTa +kLn hUi jXf fyv @@ -110627,7 +110627,7 @@ wAO fDo pmd dyi -ohj +lXn wAO bpq bRY @@ -115780,7 +115780,7 @@ iyc vgz rJI nMC -gNA +coG lih lih bOZ @@ -116589,8 +116589,8 @@ iVw wlK iVw iVw -jvz -ymi +wRO +lUX iVw ygU aDU @@ -116847,7 +116847,7 @@ gNg rJb qGy jJi -igd +pim eHf ozk aDU @@ -118902,9 +118902,9 @@ dTq eAV gOw eux -jNA -mKB -jNA +ghA +ppX +ghA qkL jts wRB @@ -119930,9 +119930,9 @@ kyz qkL qoR opS -sny -iQP -sny +sLZ +gpZ +sLZ qkL dlF wRB @@ -120118,7 +120118,7 @@ atq aXe aqU auk -mCx +mwX xFs bFj bbQ @@ -120370,12 +120370,12 @@ xvD iTj aXU bdb -kQf +ylc bah otz jSc wWz -jVh +aAF rfZ lzk aZS @@ -120928,7 +120928,7 @@ bAz bEg put rXt -lYQ +dAx hNK bmT oRw diff --git a/_maps/map_files/KiloStation/KiloStation_skyrat.dmm b/_maps/map_files/KiloStation/KiloStation_skyrat.dmm index 105afcd0be3..77765ec5943 100644 --- a/_maps/map_files/KiloStation/KiloStation_skyrat.dmm +++ b/_maps/map_files/KiloStation/KiloStation_skyrat.dmm @@ -55614,7 +55614,7 @@ /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /obj/structure/window/reinforced/plasma/spawner/west, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/circuit/green{ luminosity = 2 }, @@ -62681,7 +62681,7 @@ /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /obj/structure/window/reinforced/plasma/spawner/west, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /turf/open/floor/circuit/green{ luminosity = 2 }, @@ -76258,7 +76258,7 @@ /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /obj/structure/window/reinforced/plasma/spawner/east, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/circuit/green{ luminosity = 2 }, @@ -77146,7 +77146,7 @@ /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /obj/structure/window/reinforced/plasma/spawner/east, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /turf/open/floor/circuit/green{ luminosity = 2 }, diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm index 8cdb4ddadf2..493d49ffe68 100644 --- a/_maps/map_files/MetaStation/MetaStation.dmm +++ b/_maps/map_files/MetaStation/MetaStation.dmm @@ -861,6 +861,13 @@ "agq" = ( /turf/closed/wall, /area/maintenance/fore) +"agv" = ( +/obj/structure/window/reinforced/plasma, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) "agA" = ( /turf/closed/wall/r_wall, /area/maintenance/solars/port/fore) @@ -4732,13 +4739,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/cargo/miningoffice) -"aQC" = ( -/obj/structure/window/reinforced/plasma, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/power/grounding_rod/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) "aQF" = ( /obj/structure/bed, /obj/item/bedsheet/dorms, @@ -9058,11 +9058,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"bUX" = ( -/obj/structure/closet/crate/bin, -/obj/item/kitchen/knife, -/turf/open/floor/plating, -/area/maintenance/port/aft) "bUY" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk, @@ -13922,13 +13917,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/construction/storage_wing) -"cWi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/cargo/sorting) "cWK" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -19160,6 +19148,13 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) +"eGK" = ( +/obj/structure/window/reinforced/plasma, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) "eGT" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -22552,13 +22547,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) -"fLz" = ( -/obj/structure/window/reinforced/plasma, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/power/tesla_coil/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) "fLN" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/corner{ @@ -23049,6 +23037,13 @@ }, /turf/open/floor/iron/white, /area/science/cytology) +"fUP" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Gas to Chamber" + }, +/turf/open/floor/engine, +/area/engineering/supermatter) "fUR" = ( /obj/machinery/light/small/directional/south, /obj/effect/turf_decal/tile/purple, @@ -25825,18 +25820,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/service/chapel) -"gXI" = ( -/obj/machinery/vending/boozeomat, -/obj/structure/sign/picture_frame/portrait/bar{ - pixel_y = -28 - }, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/turf_decal/tile/bar, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/iron, -/area/service/bar) "gXL" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/cable, @@ -31477,6 +31460,23 @@ /obj/structure/chair/stool/directional/south, /turf/open/floor/iron, /area/commons/dorms) +"jeo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/storage/box/beakers{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/storage/box/syringes{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/wrench, +/obj/item/kitchen/knife, +/turf/open/floor/iron/white, +/area/science/cytology) "jeM" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -31922,6 +31922,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/starboard) +"joq" = ( +/obj/structure/closet/crate/bin, +/obj/item/kitchen/knife, +/turf/open/floor/plating, +/area/maintenance/port/aft) "jou" = ( /obj/machinery/firealarm/directional/west, /obj/machinery/light/directional/west, @@ -33191,6 +33196,15 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/white, /area/medical/chemistry) +"jKF" = ( +/obj/structure/window/reinforced/plasma{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) "jLa" = ( /obj/structure/grille/broken, /turf/open/space/basic, @@ -34935,39 +34949,6 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/medical/abandoned) -"ktz" = ( -/obj/structure/closet/crate, -/obj/item/reagent_containers/glass/bowl, -/obj/effect/spawner/random/contraband/prison, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/kitchen/fork/plastic, -/obj/item/kitchen/fork/plastic, -/obj/item/kitchen/fork/plastic, -/obj/item/storage/box/drinkingglasses, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/knife/plastic, -/obj/item/kitchen/knife/plastic, -/obj/item/kitchen/knife/plastic, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/box/drinkingglasses, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/iron/white, -/area/security/prison) "ktO" = ( /obj/machinery/conveyor{ dir = 1; @@ -35040,14 +35021,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/central) -"kuT" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix Bypass" - }, -/turf/open/floor/engine, -/area/engineering/supermatter/room) "kuY" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -35593,6 +35566,13 @@ }, /turf/open/floor/iron/white/side, /area/medical/medbay/central) +"kDK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "kDL" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -38302,21 +38282,6 @@ }, /turf/open/floor/iron, /area/science/lab) -"lFs" = ( -/obj/structure/table/wood/fancy/royalblue, -/obj/machinery/door/window{ - dir = 8; - name = "Secure Art Exhibition"; - req_access_txt = "37" - }, -/obj/structure/sign/painting/library_secure{ - pixel_x = 32 - }, -/obj/effect/spawner/random/decoration/statue{ - spawn_loot_chance = 50 - }, -/turf/open/floor/carpet/royalblue, -/area/service/library) "lFw" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/effect/turf_decal/bot, @@ -39877,6 +39842,21 @@ "mhf" = ( /turf/open/floor/iron/showroomfloor, /area/maintenance/starboard/secondary) +"mhh" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/machinery/door/window{ + dir = 8; + name = "Secure Art Exhibition"; + req_access_txt = "37" + }, +/obj/structure/sign/painting/library_secure{ + pixel_x = 32 + }, +/obj/effect/spawner/random/decoration/statue{ + spawn_loot_chance = 50 + }, +/turf/open/floor/carpet/royalblue, +/area/service/library) "mhk" = ( /obj/structure/table, /obj/item/flashlight/lamp, @@ -43806,13 +43786,6 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) -"nzH" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Gas to Chamber" - }, -/turf/open/floor/engine, -/area/engineering/supermatter) "nzL" = ( /obj/structure/sink/kitchen{ desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; @@ -44148,6 +44121,18 @@ /obj/machinery/portable_atmospherics/canister/plasma, /turf/open/floor/iron/dark, /area/science/storage) +"nFR" = ( +/obj/machinery/vending/boozeomat, +/obj/structure/sign/picture_frame/portrait/bar{ + pixel_y = -28 + }, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/tile/bar, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/iron, +/area/service/bar) "nGv" = ( /obj/machinery/power/terminal{ dir = 1 @@ -48588,6 +48573,13 @@ }, /turf/open/floor/iron, /area/service/hydroponics) +"plt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/cargo/sorting) "plw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt, @@ -57928,15 +57920,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/command/bridge) -"sCj" = ( -/obj/structure/window/reinforced/plasma{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/power/tesla_coil/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) "sCl" = ( /obj/structure/lattice/catwalk, /obj/structure/chair/stool/bar/directional/south, @@ -58550,22 +58533,6 @@ }, /turf/open/floor/iron/dark, /area/service/chapel) -"sOe" = ( -/obj/structure/table/wood/fancy/royalblue, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - dir = 8; - name = "Secure Art Exhibition"; - req_access_txt = "37" - }, -/obj/structure/sign/painting/library_secure{ - pixel_x = 32 - }, -/obj/effect/spawner/random/decoration/statue{ - spawn_loot_chance = 50 - }, -/turf/open/floor/carpet/royalblue, -/area/service/library) "sOr" = ( /obj/machinery/photocopier, /obj/machinery/camera{ @@ -58714,23 +58681,6 @@ /obj/item/clothing/mask/gas, /turf/open/floor/iron, /area/engineering/atmos) -"sQq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/rack, -/obj/item/storage/box/beakers{ - pixel_x = 6; - pixel_y = 10 - }, -/obj/item/storage/box/syringes{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/wrench, -/obj/item/kitchen/knife, -/turf/open/floor/iron/white, -/area/science/cytology) "sQs" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -61600,15 +61550,6 @@ icon_state = "panelscorched" }, /area/space/nearstation) -"tPJ" = ( -/obj/structure/window/reinforced/plasma{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/power/grounding_rod/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) "tPR" = ( /obj/effect/turf_decal/siding/wood{ dir = 10 @@ -62741,6 +62682,14 @@ }, /turf/open/floor/iron, /area/cargo/miningoffice) +"umM" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix Bypass" + }, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "unk" = ( /obj/machinery/door/window/northleft{ dir = 8; @@ -67419,6 +67368,22 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/wood, /area/service/library) +"vVn" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 8; + name = "Secure Art Exhibition"; + req_access_txt = "37" + }, +/obj/structure/sign/painting/library_secure{ + pixel_x = 32 + }, +/obj/effect/spawner/random/decoration/statue{ + spawn_loot_chance = 50 + }, +/turf/open/floor/carpet/royalblue, +/area/service/library) "vVo" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -67815,6 +67780,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"wdk" = ( +/obj/structure/window/reinforced/plasma{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) "wdp" = ( /obj/effect/decal/cleanable/insectguts, /obj/structure/disposalpipe/segment{ @@ -70182,6 +70156,39 @@ dir = 4 }, /area/medical/medbay/central) +"wWb" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/glass/bowl, +/obj/effect/spawner/random/contraband/prison, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/storage/box/drinkingglasses, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/box/drinkingglasses, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white, +/area/security/prison) "wWf" = ( /obj/machinery/light/directional/east, /obj/structure/sign/departments/science{ @@ -71263,13 +71270,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/commons/dorms) -"xqo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical, -/turf/open/floor/engine, -/area/engineering/supermatter/room) "xqs" = ( /obj/effect/landmark/xeno_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -91046,7 +91046,7 @@ aob alK rDS dux -bUX +joq bUU cvZ xEf @@ -93534,7 +93534,7 @@ aax dmu abe asn -ktz +wWb lFH mKK sdT @@ -95399,8 +95399,8 @@ dCD sQf lCP eMW -lFs -sOe +mhh +vVn oMN oMN xls @@ -95646,7 +95646,7 @@ uLE ckk heS iFZ -cWi +plt vKw pZG vKw @@ -106714,7 +106714,7 @@ eSv jrj exS tZf -gXI +nFR uRF kvC ibl @@ -116192,7 +116192,7 @@ gsg jOd jOd fPi -nzH +fUP toS wCN fPi @@ -116258,7 +116258,7 @@ rrG gVf hVd qkZ -sQq +jeo tVr cgS lxX @@ -116705,11 +116705,11 @@ qLO gsg ugD toS -fLz +eGK jrn toS mNF -sCj +jKF cuj kBa jqt @@ -116962,11 +116962,11 @@ aGS gsg iYv wST -aQC +agv jrn ctk mNF -tPJ +wdk wST ifR jqt @@ -117216,14 +117216,14 @@ rVz qHT vQt aGS -kuT +umM ugD toS -fLz +eGK jrn toS mNF -sCj +jKF toS kBa xVP @@ -117988,7 +117988,7 @@ kKv nQq wLu xGy -xqo +kDK tpa xle gda diff --git a/_maps/map_files/MetaStation/MetaStation_skyrat.dmm b/_maps/map_files/MetaStation/MetaStation_skyrat.dmm index 54ef3457d15..96ad9daa063 100644 --- a/_maps/map_files/MetaStation/MetaStation_skyrat.dmm +++ b/_maps/map_files/MetaStation/MetaStation_skyrat.dmm @@ -10641,7 +10641,7 @@ /obj/structure/window/reinforced/plasma, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "cjw" = ( @@ -31056,7 +31056,7 @@ }, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "iTy" = ( @@ -39766,7 +39766,7 @@ }, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "mee" = ( @@ -57735,7 +57735,7 @@ /obj/structure/window/reinforced/plasma, /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "suE" = ( diff --git a/_maps/map_files/NSSJourney/NSSJourney.dmm b/_maps/map_files/NSSJourney/NSSJourney.dmm index a8a2f2e904e..0f598f20e18 100644 --- a/_maps/map_files/NSSJourney/NSSJourney.dmm +++ b/_maps/map_files/NSSJourney/NSSJourney.dmm @@ -37476,7 +37476,7 @@ dir = 8 }, /obj/structure/window/reinforced/plasma/spawner/east, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "ecg" = ( @@ -44374,7 +44374,7 @@ dir = 4 }, /obj/structure/window/reinforced/plasma/spawner/west, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "kBu" = ( @@ -44576,7 +44576,7 @@ dir = 5 }, /obj/structure/window/reinforced/plasma/spawner/east, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "kJc" = ( @@ -53936,7 +53936,7 @@ dir = 4 }, /obj/structure/window/reinforced/plasma/spawner/west, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "tKG" = ( @@ -56790,7 +56790,7 @@ dir = 9 }, /obj/structure/window/reinforced/plasma/spawner/west, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "wpa" = ( @@ -57852,7 +57852,7 @@ dir = 8 }, /obj/structure/window/reinforced/plasma/spawner/east, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "xhN" = ( diff --git a/_maps/map_files/WaterKiloStation/WaterKiloStation.dmm b/_maps/map_files/WaterKiloStation/WaterKiloStation.dmm index cd411bec442..8405c332a74 100644 --- a/_maps/map_files/WaterKiloStation/WaterKiloStation.dmm +++ b/_maps/map_files/WaterKiloStation/WaterKiloStation.dmm @@ -63526,7 +63526,7 @@ }, /obj/structure/cable, /obj/structure/window/reinforced/plasma/spawner/east, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/circuit/green{ luminosity = 2 }, @@ -75052,7 +75052,7 @@ }, /obj/structure/cable, /obj/structure/window/reinforced/plasma/spawner/west, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/circuit/green{ luminosity = 2 }, @@ -80736,7 +80736,7 @@ }, /obj/structure/cable, /obj/structure/window/reinforced/plasma/spawner/west, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/circuit/green{ luminosity = 2 }, @@ -82279,7 +82279,7 @@ }, /obj/structure/cable, /obj/structure/window/reinforced/plasma/spawner/east, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /turf/open/floor/circuit/green{ luminosity = 2 }, @@ -82592,7 +82592,7 @@ }, /obj/structure/cable, /obj/structure/window/reinforced/plasma/spawner/west, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /turf/open/floor/circuit/green{ luminosity = 2 }, @@ -83781,7 +83781,7 @@ }, /obj/structure/cable, /obj/structure/window/reinforced/plasma/spawner/east, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/circuit/green{ luminosity = 2 }, diff --git a/_maps/map_files/tramstation/tramstation.dmm b/_maps/map_files/tramstation/tramstation.dmm index c6dc9a34f0f..a54709d1315 100644 --- a/_maps/map_files/tramstation/tramstation.dmm +++ b/_maps/map_files/tramstation/tramstation.dmm @@ -1,4 +1,12 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/left) "aac" = ( /turf/closed/wall/r_wall, /area/maintenance/central) @@ -10,24 +18,6 @@ }, /turf/open/floor/carpet, /area/command/heads_quarters/hos) -"aai" = ( -/obj/machinery/rnd/production/techfab/department/service, -/obj/structure/window/reinforced/spawner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) -"aam" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/mob/living/simple_animal/hostile/retaliate/goat{ - name = "Pete" - }, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/service/kitchen/coldroom) "aap" = ( /obj/structure/bodycontainer/morgue, /turf/open/floor/iron/dark, @@ -60,6 +50,39 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/commons/locker) +"aay" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/mid) +"aaA" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 + }, +/obj/machinery/button/door/directional/west{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_y = 8; + req_access_txt = "24" + }, +/obj/machinery/button/door/directional/west{ + id = "Secure Storage"; + name = "Engineering Secure Storage"; + req_access_txt = "11" + }, +/obj/machinery/button/door/directional/west{ + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_y = -8; + req_access_txt = "10" + }, +/mob/living/simple_animal/parrot/poly, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) "aaB" = ( /turf/closed/wall, /area/maintenance/port/central) @@ -70,6 +93,14 @@ }, /turf/open/floor/iron/dark, /area/service/chapel) +"aaK" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/right) "aaN" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, @@ -122,6 +153,28 @@ /obj/machinery/washing_machine, /turf/open/floor/iron/cafeteria, /area/security/prison) +"aaV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/service/library) +"aba" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/public/glass{ + name = "Command Wing Hallway" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) "abf" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 @@ -143,20 +196,6 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating, /area/hallway/secondary/entry) -"abj" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/south, -/obj/machinery/camera{ - c_tag = "Civilian - Dorms South"; - dir = 1 - }, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/commons/dorms) "abm" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -255,9 +294,17 @@ /obj/effect/turf_decal/caution/stand_clear, /turf/open/floor/plating, /area/science/robotics/mechbay) +"abN" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/wood, +/area/service/bar) "abW" = ( /turf/closed/wall, /area/service/lawoffice) +"abY" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint) "acb" = ( /obj/structure/ladder, /turf/open/floor/iron/dark, @@ -266,6 +313,24 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/central) +"aci" = ( +/obj/machinery/door/airlock{ + name = "Cleaning Closet" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/prison) +"acj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/status_display/ai/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "acp" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -301,12 +366,25 @@ }, /turf/open/floor/iron, /area/engineering/engine_smes) -"acG" = ( -/obj/effect/landmark/event_spawn, +"acE" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/left) +"acH" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/medical) +/area/hallway/primary/tram/left) "acM" = ( /obj/machinery/chem_master/condimaster{ desc = "Looks like a knock-off chem-master. Perhaps useful for separating liquids when mixing drinks precisely. Also dispenses condiments."; @@ -326,6 +404,12 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai_upload) +"acP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/prison) "acS" = ( /obj/machinery/hydroponics/constructable, /obj/effect/turf_decal/trimline/green/line{ @@ -397,6 +481,44 @@ /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/solars/starboard) +"adm" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/center) +"adr" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/central) +"ads" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/right) +"adu" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/right) "adv" = ( /obj/machinery/rnd/production/techfab/department/cargo, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -462,6 +584,24 @@ dir = 4 }, /area/service/chapel) +"adM" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Foyer"; + req_one_access_txt = "32;19" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/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/engineering/break_room) "adR" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -478,6 +618,14 @@ "adS" = ( /turf/closed/wall, /area/maintenance/starboard/central) +"adT" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/center) "adU" = ( /obj/structure/musician/piano{ icon_state = "piano" @@ -528,14 +676,6 @@ }, /turf/open/floor/carpet, /area/commons/dorms) -"aed" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) "aee" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = -32 @@ -544,13 +684,6 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/plating, /area/maintenance/starboard/central) -"aeg" = ( -/obj/machinery/plumbing/synthesizer{ - reagent_id = /datum/reagent/water - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central) "aej" = ( /turf/closed/wall, /area/service/bar) @@ -646,6 +779,12 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/wood, /area/service/library) +"aeP" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "aeQ" = ( /obj/structure/table/wood, /obj/effect/turf_decal/siding/wood/corner{ @@ -660,10 +799,6 @@ }, /turf/closed/wall, /area/hallway/primary/tram/center) -"aeS" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/left) "aeT" = ( /obj/structure/closet/secure_closet/psychology, /obj/effect/turf_decal/siding/thinplating{ @@ -679,9 +814,6 @@ dir = 1 }, /area/service/chapel) -"afa" = ( -/turf/open/floor/iron/grimy, -/area/security/detectives_office) "afe" = ( /obj/machinery/airalarm/directional/west, /obj/machinery/button/crematorium{ @@ -723,6 +855,11 @@ "afq" = ( /turf/closed/wall, /area/service/theater) +"afs" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "afu" = ( /obj/structure/table, /obj/item/storage/crayons, @@ -736,6 +873,12 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron, /area/commons/storage/art) +"afv" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron, +/area/security/prison) "afx" = ( /turf/open/floor/iron/chapel{ dir = 1 @@ -812,20 +955,6 @@ /obj/item/clothing/head/that, /turf/open/floor/iron, /area/service/bar) -"afL" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/south, -/obj/machinery/camera{ - c_tag = "Command - Bridge Left Airlock"; - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/bridge) "afN" = ( /obj/effect/turf_decal/bot_white/right, /obj/effect/turf_decal/tile/neutral{ @@ -903,13 +1032,6 @@ }, /turf/open/floor/iron/dark, /area/engineering/gravity_generator) -"agc" = ( -/obj/machinery/power/apc/auto_name/south, -/obj/machinery/vending/wardrobe/science_wardrobe, -/obj/machinery/firealarm/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/science/mixing) "age" = ( /turf/closed/wall, /area/commons/storage/art) @@ -937,6 +1059,18 @@ }, /turf/open/floor/iron/dark, /area/engineering/gravity_generator) +"agi" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 6 + }, +/obj/structure/sign/warning/nosmoking{ + pixel_y = -32 + }, +/obj/machinery/power/apc/auto_name/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) "agk" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -1021,6 +1155,16 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/service/lawoffice) +"agP" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks/beer, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/service/bar) "agV" = ( /turf/open/floor/grass, /area/service/hydroponics) @@ -1073,6 +1217,23 @@ /obj/machinery/hydroponics/constructable, /turf/open/floor/grass, /area/service/hydroponics) +"ahn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter/room) +"aho" = ( +/obj/machinery/duct, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "aht" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -1097,23 +1258,40 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/service/hydroponics/garden) -"ahz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"ahB" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/corner{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, +/obj/machinery/light/directional/north, +/obj/machinery/airalarm/directional/north, /turf/open/floor/iron, -/area/security/checkpoint/engineering) +/area/security/brig) "ahC" = ( /obj/structure/beebox, /turf/open/floor/grass, /area/service/hydroponics) +"ahD" = ( +/obj/machinery/door/airlock/research{ + name = "Research and Development Lab"; + req_one_access_txt = "7" + }, +/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{ + 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, +/turf/open/floor/iron/white, +/area/science/lab) "ahH" = ( /obj/machinery/door/poddoor{ id = "Secure Storage"; @@ -1313,6 +1491,17 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/wood, /area/command/heads_quarters/captain/private) +"aiE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/explab) "aiF" = ( /turf/closed/wall, /area/commons/vacant_room/commissary) @@ -1363,25 +1552,6 @@ "aiU" = ( /turf/closed/wall, /area/service/chapel/office) -"aiX" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "aiZ" = ( /obj/structure/chair/office{ dir = 1 @@ -1418,6 +1588,11 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark, /area/command/teleporter) +"ajp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen, +/turf/open/floor/plating, +/area/command/heads_quarters/hos) "ajs" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -1443,6 +1618,12 @@ /obj/machinery/status_display/ai/directional/east, /turf/open/floor/iron/chapel, /area/service/chapel) +"ajx" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/office) "ajz" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -1463,6 +1644,13 @@ /obj/structure/closet/secure_closet/freezer/cream_pie, /turf/open/floor/iron, /area/service/theater) +"ajB" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/iron, +/area/security/office) "ajD" = ( /obj/structure/closet/toolcloset, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -1495,13 +1683,6 @@ }, /turf/open/floor/iron, /area/construction/mining/aux_base) -"ajH" = ( -/obj/machinery/power/turbine{ - luminosity = 2 - }, -/obj/structure/cable/layer1, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) "ajI" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -1751,6 +1932,14 @@ }, /turf/open/floor/iron, /area/hallway/secondary/entry) +"akP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "akS" = ( /obj/machinery/atmospherics/components/unary/cryo_cell{ dir = 4 @@ -1772,6 +1961,17 @@ /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/iron, /area/security/office) +"akX" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks, +/obj/machinery/light/directional/north, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/service/bar) "akY" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -1805,6 +2005,21 @@ }, /turf/open/floor/iron/freezer, /area/commons/toilet/restrooms) +"ale" = ( +/obj/item/kirbyplants/dead, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Research Director's Desk"; + departmentType = 5; + name = "Research Director's Requests Console"; + pixel_x = 30; + receive_ore_updates = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) "alg" = ( /obj/structure/table/wood, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -1837,6 +2052,25 @@ "all" = ( /turf/open/openspace, /area/service/hydroponics) +"aln" = ( +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/dark, +/area/engineering/engine_smes) +"alq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "brig shutters" + }, +/turf/open/floor/plating, +/area/security/warden) "alr" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 6 @@ -1930,20 +2164,19 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/white, /area/science/research) -"alL" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "alP" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 }, /turf/open/floor/carpet, /area/cargo/qm) +"alU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/central) "alW" = ( /turf/closed/wall, /area/commons/storage/tools) @@ -1971,6 +2204,15 @@ }, /turf/open/floor/iron/dark, /area/engineering/engine_smes) +"amg" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/cargo/miningdock) "ami" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -1985,6 +2227,18 @@ }, /turf/open/floor/iron, /area/engineering/engine_smes) +"amm" = ( +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/wood, +/area/service/bar) +"amn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "briglockdown"; + name = "brig shutters" + }, +/turf/open/floor/plating, +/area/security/brig) "amp" = ( /obj/item/radio/intercom/directional/south, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -2004,6 +2258,15 @@ }, /turf/open/floor/carpet, /area/commons/dorms) +"amv" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/bar) "amx" = ( /obj/structure/window/reinforced{ dir = 1 @@ -2069,6 +2332,13 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/hallway/primary/central) +"amG" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/security/brig) "amI" = ( /obj/structure/table/wood, /obj/machinery/light/small/directional/east, @@ -2086,16 +2356,6 @@ "amK" = ( /turf/closed/wall, /area/service/hydroponics) -"amM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/bluespace_vendor/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/entry) "amN" = ( /obj/effect/landmark/start/depsec/supply, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -2108,6 +2368,12 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/security/checkpoint/supply) +"amT" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/brig) "amU" = ( /obj/machinery/photocopier, /turf/open/floor/wood, @@ -2124,6 +2390,13 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron, /area/engineering/main) +"anc" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/security/brig) "and" = ( /obj/structure/destructible/cult/tome, /turf/open/floor/engine/cult, @@ -2136,6 +2409,18 @@ dir = 8 }, /area/service/chapel) +"ani" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/escape) "anl" = ( /obj/docking_port/stationary{ dheight = 4; @@ -2154,6 +2439,19 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/service/chapel) +"anq" = ( +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Brig Infirmary" + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron/white, +/area/security/brig) "anv" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -2162,6 +2460,15 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron, /area/tcommsat/computer) +"anw" = ( +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/library) +"anz" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/security/brig) "anB" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/red/filled/corner{ @@ -2213,6 +2520,10 @@ }, /turf/open/floor/iron, /area/security/brig) +"anK" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/carpet, +/area/service/chapel) "anL" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -2226,6 +2537,11 @@ /obj/structure/railing, /turf/open/floor/glass, /area/commons/dorms) +"anP" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) "anQ" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/door_timer{ @@ -2294,6 +2610,10 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron/dark, /area/command/heads_quarters/ce) +"aof" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) "aoh" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -2307,6 +2627,12 @@ }, /turf/open/floor/iron, /area/construction/mining/aux_base) +"aok" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) "aor" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -2323,12 +2649,35 @@ }, /turf/open/floor/iron, /area/commons/storage/primary) +"aot" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) "aov" = ( /turf/open/floor/iron, /area/engineering/engine_smes) "aox" = ( /turf/open/floor/carpet, /area/hallway/secondary/entry) +"aoy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/security/armory) "aoz" = ( /obj/structure/table/wood, /obj/item/storage/box/seccarts{ @@ -2345,6 +2694,19 @@ }, /turf/open/floor/carpet, /area/command/heads_quarters/hos) +"aoB" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/brig) "aoE" = ( /obj/structure/chair/comfy/black{ dir = 4 @@ -2358,6 +2720,25 @@ }, /turf/open/floor/glass, /area/commons/dorms) +"aoI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/brig) +"aoJ" = ( +/obj/machinery/computer/prisoner/management{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) "aoN" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -2366,6 +2747,12 @@ /obj/machinery/computer/secure_data, /turf/open/floor/iron/grimy, /area/security/detectives_office) +"aoP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/white, +/area/security/brig) "aoR" = ( /obj/machinery/computer/security/labor{ dir = 4 @@ -2395,6 +2782,24 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/showroomfloor, /area/security/warden) +"aoX" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/flasher/directional/south{ + id = "Cell 3" + }, +/turf/open/floor/iron, +/area/security/brig) "apa" = ( /obj/machinery/computer/security{ dir = 1 @@ -2423,6 +2828,32 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/freezer, /area/service/bar) +"apg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/multitool, +/obj/effect/spawner/random/maintenance, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/storage/tools) +"aph" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/wood, +/area/commons/vacant_room/office) "apj" = ( /obj/structure/bed, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -2490,6 +2921,12 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/dark, /area/hallway/secondary/entry) +"apv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) "apw" = ( /obj/structure/sign/plaques/kiddie/badger{ pixel_y = 32 @@ -2533,6 +2970,19 @@ /obj/effect/turf_decal/trimline/green/corner, /turf/open/floor/iron/dark, /area/service/hydroponics) +"apI" = ( +/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/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/qm) "apJ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -2566,6 +3016,24 @@ }, /turf/open/floor/iron, /area/hallway/secondary/command) +"apP" = ( +/obj/structure/bed, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south{ + name = "prison intercom"; + prison_radio = 1 + }, +/turf/open/floor/iron, +/area/security/brig) "apR" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -2636,6 +3104,29 @@ }, /turf/open/floor/iron, /area/security/brig) +"aqh" = ( +/obj/structure/bed, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Security - Cell 3"; + dir = 1; + network = list("ss13","Security") + }, +/obj/item/radio/intercom/directional/south{ + name = "prison intercom"; + prison_radio = 1 + }, +/turf/open/floor/iron, +/area/security/brig) "aqi" = ( /obj/machinery/computer/monitor{ name = "Bridge Power Monitoring Console" @@ -2650,6 +3141,17 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/dark, /area/command/bridge) +"aql" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/security/detectives_office) +"aqm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) "aqn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -2681,6 +3183,15 @@ }, /turf/open/floor/wood, /area/service/library) +"aqt" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/construction/mining/aux_base) "aqw" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -2701,6 +3212,24 @@ /obj/structure/cable, /turf/open/floor/iron, /area/cargo/office) +"aqz" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/office) +"aqA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/crowbar, +/obj/item/radio, +/turf/open/floor/iron, +/area/security/checkpoint/escape) "aqD" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -2730,6 +3259,13 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron, /area/cargo/storage) +"aqH" = ( +/obj/structure/table, +/obj/item/beacon, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/teleporter) "aqI" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -2780,6 +3316,16 @@ dir = 4 }, /area/service/theater) +"aqR" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/escape) "aqS" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -2790,6 +3336,19 @@ /obj/structure/table, /turf/open/floor/iron/cafeteria, /area/commons/locker) +"aqU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "aqV" = ( /obj/structure/ladder, /turf/open/floor/iron/white, @@ -2830,6 +3389,47 @@ /obj/machinery/door/firedoor, /turf/open/floor/plating, /area/commons/locker) +"are" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"arf" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"arg" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"arh" = ( +/obj/structure/chair, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "ari" = ( /obj/machinery/modular_computer/console/preset/civilian{ dir = 4 @@ -2874,6 +3474,11 @@ /obj/effect/turf_decal/siding/wood/corner, /turf/open/floor/wood, /area/service/library) +"arn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "aro" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/cable, @@ -2896,12 +3501,37 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/hallway/secondary/exit/departure_lounge) +"arq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/reagent_dispensers/peppertank/directional/east, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint) +"arr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/hydroponics/garden) "arv" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 }, /turf/open/floor/iron, /area/hallway/secondary/entry) +"arx" = ( +/obj/machinery/mechpad, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/robotics/mechbay) "ary" = ( /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/dark, @@ -2936,6 +3566,33 @@ /obj/machinery/vending/clothing, /turf/open/floor/iron/cafeteria, /area/commons/locker) +"arI" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 10 + }, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/turf/open/floor/iron/white, +/area/medical/pharmacy) "arJ" = ( /obj/structure/table/wood/fancy, /obj/item/flashlight/lantern, @@ -2977,10 +3634,35 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/cargo/sorting) +"arQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/scanning_module{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/lab) "arT" = ( /obj/structure/table/wood, /turf/open/floor/iron/grimy, /area/hallway/secondary/entry) +"arV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) "arW" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -3036,6 +3718,20 @@ /obj/structure/cable, /turf/open/floor/iron/freezer, /area/commons/toilet/restrooms) +"ase" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) "ash" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -3063,6 +3759,17 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron, /area/hallway/primary/tram/left) +"ask" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/item/radio/intercom/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "asl" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -3081,13 +3788,6 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron, /area/hallway/primary/tram/right) -"asp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/office) "asq" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 @@ -3097,6 +3797,20 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/security/checkpoint) +"ass" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) "ast" = ( /obj/structure/table/wood, /obj/machinery/computer/bookmanagement, @@ -3110,6 +3824,35 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/hallway/secondary/entry) +"asv" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/center) +"asy" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/center) "asz" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -3132,15 +3875,30 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron/dark, /area/commons/dorms) -"asF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"asE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) +/area/hallway/primary/tram/center) +"asG" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 9 + }, +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/genetics) "asJ" = ( /obj/structure/chair/office/light{ dir = 1 @@ -3153,6 +3911,20 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/white, /area/medical/pharmacy) +"asM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) +"asN" = ( +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) "asO" = ( /obj/structure/table, /obj/item/storage/box/bodybags, @@ -3161,6 +3933,16 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/dark, /area/medical/morgue) +"asP" = ( +/obj/structure/bed/dogbed/runtime, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/south, +/mob/living/simple_animal/pet/cat/runtime, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) "asQ" = ( /obj/machinery/mecha_part_fabricator, /obj/effect/turf_decal/bot, @@ -3226,6 +4008,15 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron/white, /area/medical/surgery) +"atf" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) "ath" = ( /turf/open/floor/iron, /area/security/courtroom) @@ -3301,6 +4092,47 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/dark, /area/medical/virology) +"atB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + name = "sorting disposal pipe (Medical General)"; + sortTypes = list(9,10,11,27) + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"atD" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/center) +"atE" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/right) "atG" = ( /obj/structure/bed, /obj/item/bedsheet/dorms, @@ -3330,23 +4162,20 @@ /obj/structure/table/glass, /turf/open/floor/iron, /area/service/hydroponics/garden) -"atL" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +"atK" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" }, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Hallway - Central Tram Platform North-West"; +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/caution{ - dir = 1 - }, -/obj/machinery/firealarm/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/right) "atM" = ( /obj/machinery/hydroponics/soil, /turf/open/floor/grass, @@ -3465,6 +4294,17 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/right) +"aus" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + name = "sorting disposal pipe (Science General)"; + sortTypes = list(12,13,14,23,28) + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) "auu" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -3485,6 +4325,10 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) +"aux" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/right) "auA" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 @@ -3565,6 +4409,11 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/iron/dark, /area/command/heads_quarters/cmo) +"auP" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/left) "auU" = ( /obj/machinery/light/small/directional/south, /turf/open/openspace, @@ -3711,6 +4560,11 @@ "avn" = ( /turf/closed/wall, /area/hallway/primary/tram/center) +"avs" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/center) "avu" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/item/kirbyplants/random, @@ -3729,11 +4583,28 @@ /obj/structure/table/wood, /turf/open/floor/carpet, /area/hallway/secondary/entry) +"avB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) "avI" = ( /turf/open/floor/iron/chapel{ dir = 8 }, /area/service/chapel) +"avJ" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/gravity_generator) "avK" = ( /turf/open/floor/iron, /area/hallway/primary/tram/center) @@ -3799,17 +4670,6 @@ /obj/effect/landmark/observer_start, /turf/open/floor/iron, /area/hallway/primary/tram/center) -"avT" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/bluespace_vendor/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "avW" = ( /obj/effect/turf_decal/trimline/neutral/filled/arrow_cw, /obj/structure/sign/directions/evac{ @@ -3829,11 +4689,28 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/center) +"avX" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/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/hallway/secondary/entry) "avY" = ( /obj/structure/ladder, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/hallway/primary/tram/right) +"awd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) "awf" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/structure/disposalpipe/segment{ @@ -3914,6 +4791,30 @@ "awt" = ( /turf/open/floor/iron/grimy, /area/hallway/secondary/entry) +"awu" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = -28 + }, +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = -34 + }, +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = -40 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw, +/obj/structure/sign/directions/upload{ + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) "awx" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 @@ -4036,6 +4937,14 @@ "axc" = ( /turf/closed/wall, /area/service/chapel) +"axd" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) "axf" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -4087,6 +4996,14 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/center) +"axt" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/engine_smes) "axu" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/firealarm/directional/south, @@ -4114,6 +5031,13 @@ }, /turf/open/floor/iron/dark, /area/science/xenobiology) +"axz" = ( +/obj/machinery/power/apc/auto_name/south, +/obj/machinery/vending/wardrobe/science_wardrobe, +/obj/machinery/firealarm/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/mixing) "axB" = ( /obj/structure/bed, /obj/item/bedsheet/dorms, @@ -4180,19 +5104,12 @@ /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron, /area/tcommsat/computer) -"axQ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"axP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-maint-passthrough" - }, +/obj/machinery/airalarm/directional/north, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) +/turf/open/floor/iron/dark, +/area/medical/morgue) "axR" = ( /turf/closed/wall/r_wall, /area/hallway/primary/tram/right) @@ -4211,6 +5128,13 @@ }, /turf/open/floor/glass/reinforced, /area/hallway/primary/tram/left) +"axZ" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "aya" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -4226,11 +5150,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/engineering/engine_smes) -"ayc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) "ayd" = ( /turf/open/openspace, /area/hallway/primary/tram/center) @@ -4240,6 +5159,14 @@ }, /turf/open/floor/iron, /area/service/hydroponics/garden) +"ayf" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "ayg" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 4 @@ -4260,6 +5187,14 @@ }, /turf/open/floor/glass/reinforced, /area/hallway/primary/tram/center) +"ayn" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "ayo" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -4284,6 +5219,12 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron/cafeteria, /area/commons/locker) +"ays" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/primary/central) "ayt" = ( /turf/open/openspace, /area/hallway/primary/tram/right) @@ -4319,12 +5260,24 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/hallway/primary/tram/right) +"ayB" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) "ayD" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, /turf/open/floor/iron, /area/hallway/secondary/entry) +"ayE" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) "ayG" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -4360,6 +5313,10 @@ /obj/structure/table/reinforced, /turf/open/floor/iron, /area/service/bar) +"ayK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) "ayR" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -4380,11 +5337,53 @@ /obj/machinery/electrolyzer, /turf/open/floor/iron, /area/maintenance/disposal/incinerator) +"ayU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics South-East"; + dir = 1; + 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/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) "ayX" = ( /obj/machinery/vending/wardrobe/sec_wardrobe, /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/security/checkpoint) +"ayZ" = ( +/obj/machinery/door/airlock/atmos{ + name = "Turbine Access"; + req_access_txt = "24" + }, +/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/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"aza" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) "azc" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -4402,6 +5401,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/iron/dark, /area/science/xenobiology) +"azj" = ( +/turf/open/floor/iron/goonplaque, +/area/hallway/secondary/entry) "azk" = ( /obj/structure/reagent_dispensers/fueltank/large, /obj/effect/turf_decal/bot{ @@ -4456,6 +5458,14 @@ }, /turf/open/floor/iron/dark, /area/science/xenobiology) +"azx" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable, +/turf/open/floor/vault, +/area/hallway/primary/tram/left) "azz" = ( /obj/structure/table/wood/fancy, /obj/machinery/door/window{ @@ -4534,6 +5544,14 @@ /obj/structure/holosign/barrier/atmos/sturdy, /turf/open/floor/vault, /area/hallway/primary/tram/left) +"azO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "privacy shutters" + }, +/turf/open/floor/plating, +/area/command/heads_quarters/hop) "azP" = ( /obj/effect/turf_decal/delivery, /obj/structure/holosign/barrier/atmos/sturdy, @@ -4608,6 +5626,14 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, /turf/open/floor/iron, /area/engineering/atmos) +"aAg" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron, +/area/security/brig) "aAh" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -4630,13 +5656,6 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron/white, /area/security/brig) -"aAo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/server) "aAp" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -4730,6 +5749,10 @@ /obj/effect/turf_decal/trimline/yellow/filled/warning, /turf/open/floor/iron, /area/construction/mining/aux_base) +"aAX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/left) "aBa" = ( /turf/open/floor/iron, /area/hallway/secondary/entry) @@ -4751,13 +5774,6 @@ /obj/structure/girder, /turf/open/floor/plating, /area/maintenance/port/fore) -"aBr" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/iron, -/area/security/office) "aBx" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -4792,6 +5808,10 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron, /area/cargo/storage) +"aBD" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint) "aBF" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 6 @@ -4826,6 +5846,15 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron/dark, /area/command/bridge) +"aBL" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/radio, +/turf/open/floor/iron, +/area/security/checkpoint) "aBM" = ( /turf/open/floor/plating/asteroid/airless, /area/mine/explored) @@ -4860,6 +5889,13 @@ "aCa" = ( /turf/closed/wall, /area/service/library) +"aCb" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) "aCd" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -4867,6 +5903,14 @@ /obj/structure/cable, /turf/open/floor/iron, /area/service/hydroponics/garden) +"aCk" = ( +/obj/structure/sign/departments/restroom{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/central) "aCl" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -5003,16 +6047,10 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/wood, /area/command/heads_quarters/hop) -"aCQ" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch"; - req_one_access_txt = null - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"aCP" = ( +/obj/machinery/light/small/directional/north, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, +/turf/open/floor/iron/smooth, /area/hallway/primary/tram/left) "aCR" = ( /obj/structure/table/wood, @@ -5050,6 +6088,14 @@ /obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, /area/hallway/secondary/entry) +"aCT" = ( +/obj/machinery/door/window{ + name = "Library Desk"; + req_access_txt = "37" + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/library) "aDa" = ( /obj/structure/bed, /obj/item/bedsheet/dorms, @@ -5069,18 +6115,18 @@ }, /turf/open/floor/iron, /area/security/prison/workout) -"aDj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 +"aDk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/secondary/entry) +/area/hallway/primary/tram/left) +"aDm" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/center) "aDn" = ( /obj/structure/table/wood, /obj/machinery/computer/security/wooden_tv, @@ -5098,6 +6144,26 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/hallway/secondary/entry) +"aDr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aDs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "aDt" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -5105,6 +6171,34 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/security/checkpoint/escape) +"aDv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ + dir = 1 + }, +/obj/structure/sign/directions/supply{ + dir = 4; + pixel_y = 28 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = 34 + }, +/obj/structure/sign/directions/command{ + dir = 8; + pixel_y = 40 + }, +/obj/machinery/light/directional/north, +/obj/structure/sign/directions/vault{ + dir = 8; + pixel_y = 22 + }, +/obj/effect/landmark/start/hangover, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "aDw" = ( /obj/structure/sign/poster/official/report_crimes{ pixel_y = -32 @@ -5128,6 +6222,16 @@ }, /turf/open/floor/iron, /area/service/theater) +"aDz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "aDB" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -5190,6 +6294,12 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/hallway/secondary/command) +"aDX" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/right) "aDY" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -5303,6 +6413,46 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/right) +"aEn" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Port Tram Platform North-East"; + dir = 8 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"aEq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"aEr" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Hallway - Central Tram Platform North-West"; + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/machinery/firealarm/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "aEs" = ( /obj/structure/table/wood, /obj/item/camera, @@ -5326,6 +6476,23 @@ }, /turf/open/floor/iron/dark, /area/hallway/secondary/entry) +"aEy" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Hallway - Central Tram Platform North-East"; + dir = 8 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "aEA" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -5459,6 +6626,54 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/hallway/primary/tram/center) +"aEY" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/center) +"aEZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/center) +"aFa" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Medical - Central North-West"; + dir = 5; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/caution, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aFb" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Hallway - Central Tram Platform South-East"; + dir = 9 + }, +/obj/effect/turf_decal/caution, +/obj/machinery/firealarm/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "aFc" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -5485,6 +6700,22 @@ /obj/effect/turf_decal/trimline/neutral/filled/warning, /turf/open/floor/iron, /area/hallway/primary/tram/center) +"aFg" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"aFh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/iron/smooth, +/area/maintenance/department/medical) "aFi" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -5530,6 +6761,23 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/center) +"aFp" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/center) +"aFs" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/left) "aFt" = ( /obj/structure/railing/corner{ dir = 8 @@ -5596,6 +6844,14 @@ "aFF" = ( /turf/closed/wall, /area/security/courtroom) +"aFG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "aFH" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -5614,6 +6870,17 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, /area/service/hydroponics/garden) +"aFK" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/right) "aFL" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -5730,6 +6997,22 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/white, /area/science/research) +"aGo" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/medical/medbay/central) "aGp" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -5783,6 +7066,15 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/hallway/primary/tram/right) +"aGC" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/end, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hallway/primary/tram/left) "aGD" = ( /obj/structure/chair/comfy/brown{ buildstackamount = 0; @@ -5899,20 +7191,16 @@ /obj/effect/turf_decal/trimline/purple/filled/corner, /turf/open/floor/iron, /area/science/research) -"aHd" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medical Freezer"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 +"aHg" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/camera{ + c_tag = "Civilian - Upper Power Hatch"; + dir = 9 }, /obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/medical/coldroom) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) "aHh" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -6137,6 +7425,14 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/white, /area/science/research) +"aHY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "aHZ" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 6 @@ -6206,6 +7502,16 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron/white, /area/medical/virology) +"aIo" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/right) +"aIq" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/left) "aIu" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -6219,12 +7525,6 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/iron/white, /area/medical/medbay/central) -"aIF" = ( -/obj/structure/sign/directions/engineering{ - pixel_y = 40 - }, -/turf/closed/wall/r_wall, -/area/command/teleporter) "aIG" = ( /turf/closed/wall, /area/engineering/engine_smes) @@ -6282,6 +7582,18 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/explab) +"aIW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/vacant_room/commissary) "aIX" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -6335,23 +7647,19 @@ "aJt" = ( /turf/closed/wall/r_wall, /area/maintenance/tram/left) -"aJv" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Personnel"; - req_access_txt = "57" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/command/heads_quarters/hop) "aJy" = ( /turf/closed/wall/r_wall, /area/maintenance/central/secondary) +"aJH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"aJK" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "aJL" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/sign/departments/chemistry{ @@ -6359,6 +7667,19 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) +"aJN" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/engine_smes) "aJO" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -6456,14 +7777,6 @@ /obj/structure/bookcase/random/reference, /turf/open/floor/carpet, /area/service/library) -"aKH" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) "aKM" = ( /obj/machinery/computer/secure_data{ dir = 1 @@ -6512,13 +7825,6 @@ }, /turf/open/floor/iron/white, /area/science/research) -"aMd" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) "aMf" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/stripes/line{ @@ -6556,14 +7862,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/tram/left) -"aMO" = ( -/obj/effect/landmark/start/paramedic, -/obj/effect/landmark/event_spawn, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "aMP" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -6606,6 +7904,21 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison/mess) +"aNe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/left) +"aNi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/right) +"aNj" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/right) "aNk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt, @@ -6635,6 +7948,31 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/maintenance/tram/left) +"aNE" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"aNF" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/left) "aNG" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -6731,6 +8069,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/maintenance/tram/left) +"aOB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "aOD" = ( /obj/machinery/light/directional/west, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -6757,6 +8103,21 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/maintenance/tram/left) +"aOM" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) +"aOO" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/left) "aOP" = ( /turf/closed/wall, /area/commons/lounge) @@ -6840,6 +8201,17 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron, /area/hallway/secondary/entry) +"aPw" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/right) +"aPx" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "aPz" = ( /obj/machinery/door/airlock/external{ name = "Escape Pod One" @@ -6855,29 +8227,21 @@ }, /turf/open/floor/iron/white, /area/science/research) -"aPD" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Hallway - Port Tram Platform South-West"; - dir = 5 - }, -/obj/effect/turf_decal/caution, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) "aPG" = ( /obj/structure/disposalpipe/segment{ dir = 9 }, /turf/open/floor/engine, /area/science/xenobiology) +"aPM" = ( +/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/grimy, +/area/service/chapel/office) "aPT" = ( /turf/closed/wall/r_wall, /area/commons/lounge) @@ -6898,6 +8262,21 @@ "aPX" = ( /turf/open/floor/iron, /area/science/robotics/lab) +"aQa" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/holopad, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/storage) "aQb" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, @@ -6993,6 +8372,27 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/commons/lounge) +"aQR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) +"aQS" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/power/apc/auto_name/east, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "aQT" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -7003,6 +8403,22 @@ /obj/structure/sign/warning/pods, /turf/closed/wall, /area/hallway/secondary/entry) +"aQX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Research Maintnenace"; + req_one_access_txt = "47" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"aQY" = ( +/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/science/research) "aQZ" = ( /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, @@ -7186,6 +8602,12 @@ /obj/item/paper_bin, /turf/open/floor/iron, /area/security/checkpoint) +"aRT" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/secondary) "aRU" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /turf/open/floor/iron, @@ -7282,6 +8704,11 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/commons/lounge) +"aSl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/secondary) "aSq" = ( /turf/open/floor/iron, /area/commons/dorms) @@ -7300,54 +8727,27 @@ }, /turf/open/floor/iron, /area/commons/lounge) -"aSA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/head/cone{ - pixel_y = -8 - }, -/obj/item/clothing/head/cone{ - pixel_y = -4 - }, -/obj/item/clothing/head/cone, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"aSB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmospherics_engine) "aSD" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/hallway/secondary/entry) -"aSI" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/crew_quarters/dorms) "aSJ" = ( /obj/structure/table/wood, /turf/open/floor/iron/grimy, /area/service/library) -"aSK" = ( +"aSN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, +/obj/machinery/status_display/ai/directional/north, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"aSZ" = ( +/obj/machinery/plumbing/synthesizer{ + reagent_id = /datum/reagent/water + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "aTa" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -7391,23 +8791,6 @@ }, /turf/open/floor/iron, /area/service/hydroponics/garden) -"aTl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - name = "sorting disposal pipe (Pharmacy)"; - sortType = 11 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "aTE" = ( /obj/structure/chair/pew{ dir = 4 @@ -7444,6 +8827,13 @@ /obj/item/lighter, /turf/open/floor/carpet, /area/security/detectives_office) +"aTY" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/storage) "aTZ" = ( /obj/machinery/firealarm/directional/west, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -7503,6 +8893,19 @@ }, /turf/open/floor/carpet, /area/commons/dorms) +"aUx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "aUy" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/blue{ @@ -7602,13 +9005,6 @@ /obj/item/canvas/twentythree_twentythree, /turf/open/floor/iron, /area/commons/storage/art) -"aVs" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "31;48" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/cargo) "aVt" = ( /obj/machinery/door/morgue{ name = "Confession Booth" @@ -7622,15 +9018,6 @@ }, /turf/open/floor/wood, /area/service/library) -"aVx" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/commons/dorms) "aVC" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -7709,22 +9096,18 @@ }, /turf/open/floor/glass, /area/commons/dorms) -"aWq" = ( +"aWh" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/firealarm/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/camera{ - c_tag = "Medical - Chief Medical Officer's Office"; - dir = 1; - network = list("ss13","medbay") - }, -/obj/machinery/button/door/directional/south{ - id = "cmoprivacy"; - name = "CMO Privacy Shutters"; - req_access_txt = "40" - }, -/turf/open/floor/iron/dark, -/area/command/heads_quarters/cmo) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/bar) "aWt" = ( /obj/structure/toilet/greyscale{ dir = 8 @@ -7749,13 +9132,6 @@ /obj/structure/displaycase/trophy, /turf/open/floor/iron/grimy, /area/service/library) -"aWR" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) "aWV" = ( /obj/machinery/vending/wardrobe/chap_wardrobe, /turf/open/floor/iron/grimy, @@ -7774,17 +9150,6 @@ }, /turf/open/floor/carpet, /area/service/chapel) -"aXw" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/entertainment/drugs, -/obj/effect/spawner/random/maintenance/four, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) "aXy" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 9 @@ -7817,19 +9182,6 @@ }, /turf/open/floor/iron/freezer, /area/commons/toilet/restrooms) -"aXW" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/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/engineering/break_room) "aXX" = ( /obj/structure/closet/secure_closet/bar{ req_access_txt = "25" @@ -7906,6 +9258,14 @@ "aYz" = ( /turf/open/floor/wood, /area/service/library) +"aYE" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/fluff/tram_rail/floor, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "aYI" = ( /obj/machinery/bookbinder, /turf/open/floor/wood, @@ -7938,6 +9298,15 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/cafeteria, /area/commons/locker) +"aYT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/dorms) "aZb" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -7950,6 +9319,25 @@ /obj/machinery/duct, /turf/open/floor/iron/dark, /area/service/bar) +"aZc" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/mob/living/simple_animal/bot/medbot{ + auto_patrol = 1; + desc = "A little medical robot. He looks somewhat overwhelmed."; + name = "Emergency T.R.A.M Unit" + }, +/turf/open/floor/iron, +/area/maintenance/tram/left) "aZk" = ( /obj/structure/bed, /obj/item/bedsheet/dorms, @@ -7985,6 +9373,12 @@ /obj/machinery/navbeacon/wayfinding/dockescpod, /turf/open/floor/iron, /area/hallway/secondary/entry) +"aZx" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/port/aft) "aZC" = ( /obj/structure/ladder, /obj/effect/turf_decal/tile/brown, @@ -8088,6 +9482,19 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron/white, /area/medical/psychology) +"bay" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/miningdock) "baC" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 1 @@ -8113,6 +9520,11 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/plating, /area/hallway/secondary/exit/departure_lounge) +"baK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/xenobiology) "baP" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -8142,30 +9554,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/central/secondary) -"bbh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch"; - req_access_txt = "11" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) -"bbw" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/service/lawoffice) "bbA" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -8176,6 +9564,12 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/service/bar) +"bbF" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "bcf" = ( /obj/structure/closet/secure_closet/engineering_personal, /obj/effect/turf_decal/bot{ @@ -8223,6 +9617,11 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/grass, /area/medical/virology) +"bcy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/maintenance/department/medical) "bcB" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 @@ -8254,15 +9653,6 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit) -"bdm" = ( -/obj/structure/sign/warning/pods{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/cable_coil/cut, -/obj/item/wirecutters, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) "bdB" = ( /obj/machinery/computer/mechpad{ dir = 1 @@ -8272,15 +9662,21 @@ }, /turf/open/floor/iron, /area/science/robotics/mechbay) -"bdI" = ( -/obj/structure/window/reinforced/plasma{ +"bdC" = ( +/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/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/cable, -/obj/machinery/power/tesla_coil/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) "bdJ" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 @@ -8293,64 +9689,41 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/plating, /area/maintenance/tram/mid) -"bdZ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/brig) "beo" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, /turf/open/floor/iron, /area/hallway/primary/tram/center) +"bes" = ( +/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 = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) "bet" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/landmark/start/depsec/medical, /turf/open/floor/iron, /area/security/checkpoint/medical) -"beC" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Power Access Hatch"; - req_one_access_txt = "19" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"beB" = ( /obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) -"beJ" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=10-TunnelLeftBottom"; - location = "9-TunnelLeftBottomDoor" - }, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/left) +/area/maintenance/central/secondary) "beR" = ( /obj/machinery/door/poddoor/incinerator_ordmix, /turf/open/floor/engine/vacuum, /area/science/mixing/chamber) -"beV" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "beZ" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/spawner/random/trash/mess, @@ -8381,33 +9754,6 @@ /obj/item/staff, /turf/open/floor/wood, /area/service/library) -"bfj" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) -"bfn" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/hangover, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/commons/locker) "bfx" = ( /obj/machinery/computer/rdconsole, /obj/machinery/computer/security/telescreen/rd{ @@ -8424,14 +9770,6 @@ dir = 5 }, /area/command/heads_quarters/rd) -"bfy" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "bfI" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/door/airlock/external{ @@ -8440,6 +9778,49 @@ }, /turf/open/floor/plating, /area/maintenance/central) +"bfM" = ( +/obj/machinery/power/emitter/welded{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engineering/supermatter/room) +"bfN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/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/hallway/primary/central) +"bgc" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/grimy, +/area/service/library) +"bgd" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Maintenance - West Tram Tunnel 1"; + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/left) "bgh" = ( /turf/open/floor/iron/stairs/medium{ dir = 1 @@ -8460,6 +9841,23 @@ /obj/structure/lattice/catwalk, /turf/open/floor/iron, /area/maintenance/tram/left) +"bgl" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/mid) "bgo" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/nitrous_oxide, @@ -8467,36 +9865,16 @@ /obj/structure/cable, /turf/open/floor/iron, /area/science/storage) -"bgs" = ( -/obj/machinery/door/airlock/research{ - name = "Research and Development Lab"; - req_one_access_txt = "7" +"bgA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/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{ - id = "rndlab1"; - name = "Research and Development Shutter" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/lab) -"bgt" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/medical) +/turf/open/floor/iron, +/area/hallway/secondary/command) "bgD" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 4 @@ -8524,20 +9902,6 @@ }, /turf/open/openspace, /area/hallway/primary/tram/center) -"bgJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) "bgX" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -8556,13 +9920,6 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/service/kitchen) -"bhc" = ( -/obj/machinery/power/apc/auto_name/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/ai_monitored/command/storage/eva) "bhi" = ( /obj/structure/railing/corner{ dir = 4 @@ -8603,6 +9960,12 @@ }, /turf/open/floor/carpet, /area/commons/vacant_room/office) +"bhL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/fore) "bhR" = ( /turf/closed/wall, /area/engineering/break_room) @@ -8611,6 +9974,16 @@ /obj/item/reagent_containers/food/drinks/soda_cans/cola, /turf/open/floor/iron/grimy, /area/hallway/secondary/entry) +"bid" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) "big" = ( /obj/machinery/vending/modularpc, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -8618,12 +9991,6 @@ }, /turf/open/floor/iron/white, /area/science/research) -"bit" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/medical/morgue) "biz" = ( /obj/structure/industrial_lift/tram{ icon_state = "titanium_white" @@ -8633,72 +10000,12 @@ }, /turf/open/openspace, /area/hallway/primary/tram/center) -"biC" = ( -/obj/effect/spawner/random/trash/mess, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/crew_quarters/dorms) -"biE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "biN" = ( /obj/structure/flora/ausbushes/leafybush, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/grass, /area/medical/virology) -"biP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/engineering/main) -"biT" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/prison) -"bje" = ( -/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/maintenance_hatch{ - name = "Research Maintnenace"; - req_one_access_txt = "47" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/science/research) -"bjt" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 - }, -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/stock_parts/scanning_module{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/lab) "bjv" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1; @@ -8706,45 +10013,36 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"bjG" = ( -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 8 - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/engineering/storage/tech) "bjM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible, /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/engineering/atmos) -"bjR" = ( -/obj/machinery/door/airlock/mining{ - name = "Mining Office"; - req_access_txt = "48" +"bjX" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"bjY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/miningdock) +/turf/open/floor/iron/dark, +/area/security/courtroom) "bka" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 @@ -8766,31 +10064,36 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/commons/lounge) -"bkA" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +"bkL" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/xenobiology) -"bkM" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 6 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/obj/machinery/power/apc/auto_name/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + name = "sorting disposal pipe (Cargo)"; + sortType = 2 + }, /obj/structure/cable, /turf/open/floor/iron, -/area/engineering/main) +/area/cargo/office) "bkS" = ( /obj/structure/railing{ dir = 8 }, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) +"bkV" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/mid) "bkY" = ( /turf/closed/wall/r_wall, /area/security/prison/garden) @@ -8813,13 +10116,6 @@ /obj/machinery/modular_computer/console/preset/cargochat/cargo, /turf/open/floor/iron, /area/cargo/office) -"blG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) "blR" = ( /obj/structure/disposaloutlet, /obj/structure/disposalpipe/trunk{ @@ -8836,19 +10132,6 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/hallway/primary/central) -"bmu" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/left) -"bmw" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/storage) "bmz" = ( /obj/structure/table/wood, /obj/effect/turf_decal/tile/blue, @@ -8860,17 +10143,6 @@ }, /turf/open/floor/iron, /area/security/courtroom) -"bmQ" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/center) "bmX" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -8879,6 +10151,14 @@ /obj/structure/cable, /turf/open/floor/iron, /area/service/bar) +"bnd" = ( +/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/wood, +/area/command/heads_quarters/hop) "bng" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 @@ -8946,23 +10226,34 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/engineering/main) +"bnS" = ( +/obj/machinery/door/airlock/engineering{ + name = "Auxillary Base Construction"; + req_one_access_txt = "72" + }, +/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/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"boh" = ( +/obj/effect/spawner/random/trash/garbage, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) "box" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) -"boA" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/tram/left) "boT" = ( /obj/machinery/computer/operating{ dir = 4 @@ -8986,6 +10277,27 @@ /obj/machinery/status_display/ai/directional/south, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/foyer) +"bpj" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"bpp" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/security) "bpv" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_large{ @@ -9003,6 +10315,24 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison/garden) +"bpI" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/secondary) +"bpL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Science - Lower Power Hatch"; + dir = 1; + network = list("ss13","rd") + }, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "bqL" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/bed/roller, @@ -9013,30 +10343,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/white, /area/security/prison/mess) -"bri" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +"bry" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) -"brs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/aft) +/turf/open/floor/plating, +/area/maintenance/solars/starboard) "brE" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning{ @@ -9091,26 +10407,34 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/carpet, /area/command/heads_quarters/hos) -"bsj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"bsf" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + id = "engcell"; + name = "Engineering Cell"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/tile/red{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - name = "sorting disposal pipe (Civilan Wing)"; - sortTypes = list(16,17) - }, -/obj/structure/sign/warning/docking{ - desc = "A warning sign which reads 'KEEP CLEAR OF TRAM DOCKING AREA'."; - name = "KEEP CLEAR: TRAM DOCKING AREA sign"; - pixel_y = 32 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/maintenance/tram/left) +/area/security/checkpoint/engineering) +"bsi" = ( +/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/service/kitchen) "bsl" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 @@ -9132,17 +10456,6 @@ /obj/structure/cable, /turf/open/floor/wood, /area/command/heads_quarters/captain) -"bss" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/science/research) -"bst" = ( -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/wood, -/area/service/library) "bsM" = ( /obj/structure/chair{ dir = 1 @@ -9151,14 +10464,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) -"bsQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/cargo/storage) "bsW" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 @@ -9190,29 +10495,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/medical/virology) -"btZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/turf/open/floor/iron, -/area/commons/dorms) -"bua" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Research Maintnenace"; - req_one_access_txt = "47" - }, -/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/plating/catwalk_floor, -/area/maintenance/starboard/secondary) "bup" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 @@ -9222,6 +10504,15 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"buH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/status_display/ai/directional/north, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "buJ" = ( /obj/structure/chair/office, /obj/effect/turf_decal/trimline/brown/filled/corner, @@ -9247,23 +10538,16 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/freezer, /area/commons/toilet/restrooms) -"bve" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/ai_slipper{ - uses = 10 +"buV" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"bvl" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) +/turf/open/floor/iron, +/area/security/office) "bvw" = ( /obj/machinery/suit_storage_unit/captain, /turf/open/floor/wood, @@ -9301,6 +10585,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /turf/open/floor/iron, /area/maintenance/disposal/incinerator) +"bwi" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/chemistry) "bws" = ( /obj/effect/turf_decal/sand/plating, /obj/item/storage/toolbox/electrical, @@ -9319,6 +10611,15 @@ }, /turf/open/floor/iron/grimy, /area/service/chapel/office) +"bwI" = ( +/obj/structure/rack, +/obj/item/latexballon, +/obj/item/scooter_frame, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/obj/item/screwdriver, +/turf/open/floor/iron/smooth, +/area/maintenance/department/cargo) "bxd" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -9327,11 +10628,41 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron, /area/security/prison/rec) -"bxk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen, -/turf/open/floor/plating, -/area/command/heads_quarters/hos) +"bxg" = ( +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/cargo) +"bxi" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"bxo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/medical, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/medical) "bxw" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1; @@ -9368,12 +10699,48 @@ "byg" = ( /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) -"byx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/smooth, -/area/maintenance/central) +"byp" = ( +/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/airlock/grunge{ + name = "Chapel Hall" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/service/chapel) +"byy" = ( +/obj/item/radio/intercom/directional/west{ + freerange = 1; + listening = 0; + name = "Common Channel"; + pixel_y = -8 + }, +/obj/item/radio/intercom/directional/south{ + freerange = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" + }, +/obj/item/radio/intercom/directional/east{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = -8 + }, +/obj/effect/landmark/start/ai, +/obj/machinery/button/door/directional/south{ + id = "AI Core shutters"; + name = "AI Core Shutters Control"; + pixel_x = 24; + req_access_txt = "16" + }, +/obj/structure/cable, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) "byD" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/plating, @@ -9392,14 +10759,6 @@ /obj/item/reagent_containers/spray/cleaner, /turf/open/floor/iron/white, /area/medical/virology) -"byP" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/meter, -/obj/machinery/airalarm/directional/south, -/obj/structure/cable, -/turf/open/floor/engine, -/area/engineering/supermatter) "byS" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, @@ -9415,6 +10774,11 @@ }, /turf/open/floor/iron/freezer, /area/science/research) +"bzm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/plating, +/area/maintenance/port/fore) "bzs" = ( /obj/machinery/door/airlock{ name = "Unisex Showers" @@ -9430,13 +10794,6 @@ }, /turf/open/floor/engine/plasma, /area/engineering/atmos) -"bzI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) "bzL" = ( /obj/machinery/light/directional/west, /obj/effect/decal/cleanable/dirt, @@ -9445,29 +10802,6 @@ }, /turf/open/floor/iron, /area/security/prison/rec) -"bzS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/command/glass{ - name = "EVA Storage"; - req_access_txt = "18" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/ai_monitored/command/storage/eva) -"bzV" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/iron, -/area/commons/lounge) "bzW" = ( /obj/machinery/computer/rdconsole{ dir = 8 @@ -9487,16 +10821,18 @@ /obj/effect/landmark/start/cargo_technician, /turf/open/floor/iron, /area/cargo/storage) -"bAs" = ( +"bAq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, +/obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) +/area/maintenance/starboard/secondary) +"bAE" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) "bAH" = ( /obj/machinery/power/terminal{ dir = 1 @@ -9521,6 +10857,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/commons/dorms) +"bAS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/robot_debris, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/secondary) "bAW" = ( /obj/structure/rack, /obj/item/electronics/apc, @@ -9549,17 +10890,19 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/commons/lounge) -"bBt" = ( -/obj/effect/turf_decal/sand, -/obj/structure/rack, -/obj/item/electronics/airlock, -/obj/item/stack/cable_coil/five, -/obj/item/electronics/apc, -/turf/open/floor/iron/airless, -/area/mine/explored) "bBA" = ( /turf/closed/wall, /area/maintenance/disposal) +"bCo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) "bCC" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -9578,52 +10921,25 @@ /obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, /area/security/processing) +"bDg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/fore) "bDF" = ( /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark, /area/security/interrogation) -"bDH" = ( -/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/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) -"bDJ" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) -"bEa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/robot_debris, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/secondary) "bEj" = ( /obj/effect/decal/cleanable/dirt, /obj/item/wirecutters, /turf/open/floor/plating, /area/maintenance/port/fore) -"bEn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/heads_quarters/cmo) "bEr" = ( /obj/structure/reflector/single/anchored{ dir = 5 @@ -9634,6 +10950,16 @@ /obj/structure/railing, /turf/open/floor/glass/reinforced, /area/ai_monitored/turret_protected/aisat/hallway) +"bEV" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "bFc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/chapel{ @@ -9686,34 +11012,11 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/hallway/secondary/exit) -"bFO" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Hallway - Central Tram Platform South-East"; - dir = 9 - }, -/obj/effect/turf_decal/caution, -/obj/machinery/firealarm/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) -"bFR" = ( -/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 = 4 - }, -/obj/effect/landmark/start/hangover, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/entry) +"bFS" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/crew_quarters/dorms) "bFT" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 @@ -9745,19 +11048,6 @@ }, /turf/open/floor/iron, /area/security/prison/mess) -"bGT" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access"; - req_one_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) "bHg" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 @@ -9766,28 +11056,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/medical/medbay/central) -"bHw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security - Detective's Office"; - dir = 6; - network = list("ss13","Security") - }, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/security/detectives_office) -"bHC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) -"bHE" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/right) "bHJ" = ( /obj/effect/landmark/event_spawn, /obj/machinery/holopad, @@ -9823,42 +11091,12 @@ /obj/effect/turf_decal/trimline/yellow/filled/line, /turf/open/floor/iron, /area/engineering/atmos) -"bIv" = ( -/obj/machinery/door/airlock{ - name = "Courtroom" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/security/courtroom) "bIU" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 }, /turf/open/floor/iron/dark, /area/service/hydroponics) -"bIY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/security/courtroom) "bJc" = ( /turf/closed/wall, /area/science/breakroom) @@ -9874,6 +11112,20 @@ }, /turf/open/floor/iron, /area/cargo/miningdock) +"bJl" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/storage) "bJm" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 1 @@ -9905,19 +11157,6 @@ /obj/effect/turf_decal/sand/plating, /turf/closed/mineral/random/stationside/asteroid/porus, /area/mine/explored) -"bJw" = ( -/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 = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "bJL" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -9963,13 +11202,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/secondary/command) -"bKL" = ( -/obj/structure/table/wood, -/obj/item/paicard, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/service/library) "bKQ" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 @@ -9996,38 +11228,12 @@ /obj/machinery/duct, /turf/open/floor/iron/freezer, /area/service/bar) -"bLd" = ( -/obj/machinery/door_timer{ - id = "crgcell"; - name = "Cargo Cell"; - pixel_x = 32 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/security/checkpoint/supply) "bLs" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, /turf/open/floor/iron/white, /area/science/research) -"bLI" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "bLN" = ( /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, @@ -10048,11 +11254,6 @@ }, /turf/open/floor/iron, /area/cargo/storage) -"bLX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/turf/open/floor/iron/smooth, -/area/maintenance/department/security) "bLY" = ( /obj/structure/chair{ dir = 8 @@ -10060,60 +11261,31 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/iron/dark, /area/maintenance/radshelter/service) -"bMb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +"bMo" = ( +/obj/structure/chair{ + dir = 4; + name = "Judge" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/secondary/entry) -"bMx" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - name = "sorting disposal pipe (Head of Personnel's Office)"; - sortType = 15 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) -"bMD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) -"bMI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/construction/engineering) +/area/security/courtroom) "bMJ" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 }, /turf/open/floor/engine, /area/engineering/supermatter/room) +"bMK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) "bMT" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -10123,6 +11295,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/ai_monitored/security/armory) +"bNb" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/xenobiology) "bNj" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -10144,31 +11326,6 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit) -"bNt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) -"bNw" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/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/security/brig) -"bND" = ( -/obj/machinery/door/airlock{ - name = "Bar Storage"; - req_access_txt = "25" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/turf/open/floor/wood, -/area/service/bar) "bNT" = ( /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/showroomfloor, @@ -10183,20 +11340,32 @@ /obj/machinery/portable_atmospherics/canister, /turf/open/floor/iron/dark, /area/science/xenobiology) +"bOg" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "mix to port" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/mixing) "bOv" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/science/mixing) -"bOx" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" +"bOz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/mob/living/simple_animal/hostile/retaliate/goat{ + name = "Pete" }, -/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen/coldroom) "bOD" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -10207,6 +11376,11 @@ }, /turf/open/floor/iron/dark, /area/science/xenobiology) +"bOF" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) "bOQ" = ( /turf/open/floor/iron/white, /area/medical/surgery) @@ -10214,19 +11388,12 @@ /obj/machinery/vending/engivend, /turf/open/floor/iron, /area/engineering/main) -"bOV" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - name = "sorting disposal pipe (Xenobiology)"; - sortType = 28 - }, +"bPg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/service) "bPl" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /obj/structure/table, @@ -10236,20 +11403,35 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron, /area/science/robotics/lab) +"bPy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/turf/open/floor/iron, +/area/commons/dorms) +"bPA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Command - Bridge South"; + dir = 1 + }, +/obj/machinery/newscaster/security_unit/directional/south, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/command/bridge) "bQi" = ( /obj/structure/disposalpipe/segment{ dir = 10 }, /turf/open/floor/iron, /area/security/office) -"bQz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/sorting) "bQM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/closed/wall/r_wall, @@ -10298,19 +11480,15 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/secondary/entry) -"bRx" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch"; - req_one_access_txt = null - }, +"bRs" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/right) -"bRG" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) "bRH" = ( /obj/machinery/portable_atmospherics/canister/air, /obj/effect/decal/cleanable/dirt, @@ -10325,6 +11503,17 @@ /obj/structure/cable, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"bRO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/primary/tram/right) "bRV" = ( /obj/structure/railing/corner{ dir = 4 @@ -10348,15 +11537,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/hallway/secondary/command) -"bSm" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Laser Room"; - req_one_access_txt = "10;24" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/turf/open/floor/engine, -/area/engineering/supermatter/room) "bSp" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -10374,33 +11554,9 @@ }, /turf/open/floor/iron/dark, /area/engineering/storage/tech) -"bSu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/carpet, -/area/service/library) "bSv" = ( /turf/closed/wall, /area/cargo/qm) -"bST" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/engineering) "bSY" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -10423,6 +11579,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/engine, /area/engineering/supermatter/room) +"bTk" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/hydroponics) "bTG" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 @@ -10440,16 +11614,19 @@ }, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/foyer) -"bUn" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +"bUh" = ( +/obj/structure/window/reinforced{ + dir = 4; + layer = 2.9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 5 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/disposalpipe/trunk/multiz/down, /obj/structure/cable, /turf/open/floor/iron, -/area/commons/dorms) +/area/cargo/sorting) "bUp" = ( /obj/machinery/computer/atmos_control/tank/air_tank{ dir = 1 @@ -10457,6 +11634,21 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/engineering/atmos) +"bUB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) +"bUC" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "bUF" = ( /obj/machinery/vending/hydronutrients, /obj/effect/turf_decal/trimline/green/filled/line, @@ -10464,13 +11656,11 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/service/hydroponics) -"bUK" = ( +"bUL" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/mine/explored) +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/central) "bUO" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -10485,23 +11675,31 @@ /obj/machinery/grill, /turf/open/floor/iron, /area/service/kitchen) -"bVa" = ( -/obj/structure/ladder, +"bUQ" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/port/central) -"bVe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, /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/duct, /obj/structure/cable, /turf/open/floor/iron, -/area/security/prison) +/area/maintenance/tram/mid) "bVr" = ( /obj/structure/sign/warning/fire, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) +"bVX" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/layer1, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) "bWe" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 @@ -10543,24 +11741,6 @@ }, /turf/open/floor/iron/white, /area/science/lab) -"bWO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/commons/lounge) -"bWU" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "bWW" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -10576,22 +11756,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/science/robotics/lab) -"bXb" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) "bXe" = ( /obj/structure/closet/l3closet/virology, /obj/effect/turf_decal/trimline/green/filled/line, @@ -10621,19 +11785,33 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/cargo/storage) -"bYi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"bXJ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) +/turf/open/floor/iron, +/area/security/brig) +"bXP" = ( +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior{ + id_tag = "atmos_incinerator_airlock_exterior"; + name = "Turbine Exterior Airlock" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) "bYn" = ( /obj/structure/table/glass, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -10663,51 +11841,16 @@ }, /turf/open/floor/iron/freezer, /area/science/research) -"bYq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/item/radio/intercom/directional/west, +"bYM" = ( +/obj/effect/spawner/structure/window, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/explab) -"bYr" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/hangover, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) -"bZc" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/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/hallway/secondary/entry) +/turf/open/floor/plating, +/area/hallway/secondary/exit/departure_lounge) "bZi" = ( /obj/structure/closet/secure_closet/security/sec, /obj/effect/turf_decal/bot, /turf/open/floor/iron/showroomfloor, /area/security/office) -"bZr" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch"; - req_one_access_txt = null - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) "bZy" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -10720,19 +11863,15 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron/white, /area/science/research) -"bZH" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"bZE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/east, /obj/structure/cable, /turf/open/floor/iron, -/area/security/processing) +/area/command/heads_quarters/ce) "bZI" = ( /obj/structure/table, /obj/item/fuel_pellet, @@ -10752,42 +11891,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/commons/dorms) -"bZW" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/office) -"bZY" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/cargo) -"cag" = ( -/obj/structure/rack, -/obj/item/pickaxe/rusted, -/obj/effect/decal/cleanable/dirt, -/obj/item/screwdriver, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) "caj" = ( /obj/effect/turf_decal/bot/right, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/engineering/atmospherics_engine) -"cao" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "sorting disposal pipe (Research Director's Office)"; - sortType = 13 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "cav" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/junction/flip, @@ -10795,6 +11903,11 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/primary/central) +"cay" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/left) "caI" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, @@ -10806,18 +11919,6 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron/white, /area/command/heads_quarters/ce) -"cbb" = ( -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/navbeacon/wayfinding/techstorage, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/engineering/storage/tech) "cbi" = ( /obj/structure/table, /obj/item/book/manual/wiki/ordnance, @@ -10831,12 +11932,16 @@ }, /turf/open/floor/iron, /area/security/processing) -"cbH" = ( +"cby" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) "cbN" = ( /obj/structure/closet/secure_closet/warden, /turf/open/floor/iron/showroomfloor, @@ -10845,28 +11950,22 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/science/mixing) -"ccr" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/structure/railing/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/caution{ - dir = 1 - }, +"ccc" = ( +/obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/primary/tram/left) -"cct" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 +/area/hallway/secondary/exit) +"ccj" = ( +/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/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) +/turf/open/floor/iron, +/area/engineering/atmos) "ccG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -10881,19 +11980,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /turf/open/floor/iron/dark, /area/science/xenobiology) -"cdq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) -"cdr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/command/heads_quarters/hos) "cdu" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/decal/cleanable/dirt, @@ -10910,15 +11996,23 @@ }, /turf/open/openspace, /area/hallway/primary/tram/center) -"cdC" = ( -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/security/detectives_office) "cdF" = ( /obj/structure/cable, /turf/open/floor/iron, /area/tcommsat/computer) +"cdV" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/wood, +/area/service/library) +"cdZ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/navbeacon/wayfinding/sec, +/turf/open/floor/iron, +/area/security/brig) "cea" = ( /obj/structure/railing{ dir = 8 @@ -10952,15 +12046,19 @@ }, /turf/open/floor/iron/dark, /area/engineering/storage/tech) -"ceU" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 +"cex" = ( +/obj/machinery/power/terminal{ + dir = 1 }, -/obj/machinery/light/directional/north, -/obj/machinery/power/apc/auto_name/north, +/obj/machinery/light/small/directional/east, /obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/break_room) +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cfk" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/security) "cfm" = ( /obj/structure/table, /obj/item/folder/white{ @@ -10974,6 +12072,11 @@ }, /turf/open/floor/iron, /area/medical/virology) +"cfo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/turf/open/floor/iron/smooth, +/area/maintenance/department/cargo) "cfy" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -10981,6 +12084,11 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/security/brig) +"cfH" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "cfJ" = ( /obj/structure/table/glass, /obj/structure/window/reinforced{ @@ -11005,11 +12113,19 @@ }, /turf/open/floor/iron/white, /area/science/research) -"cga" = ( -/obj/structure/table/wood, -/obj/item/instrument/violin, -/turf/open/floor/wood, -/area/service/theater) +"cgf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) +"cgv" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/right) "cgy" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -11030,13 +12146,6 @@ "che" = ( /turf/open/floor/engine/air, /area/engineering/atmos) -"chl" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/service/library) "chs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -11078,26 +12187,6 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/iron/dark, /area/engineering/supermatter/room) -"chG" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/fluff/tram_rail/floor{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) -"chH" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "chR" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 6 @@ -11108,36 +12197,36 @@ /obj/machinery/computer/cargo/request, /turf/open/floor/iron, /area/security/office) -"chU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/right) -"ciq" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/neutral/corner{ +"cif" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) +"cix" = ( +/obj/structure/table, +/obj/item/clothing/mask/gas/monkeymask, +/obj/item/food/monkeycube, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"ciB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/screwdriver, +/turf/open/floor/iron/smooth, +/area/maintenance/department/security) +"ciD" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/bot, -/obj/machinery/camera{ - c_tag = "Departures - West Main"; - dir = 9 - }, -/obj/machinery/status_display/evac/directional/east, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter/room) +"ciO" = ( +/obj/structure/window/reinforced, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) "ciS" = ( /obj/structure/chair{ dir = 4 @@ -11147,20 +12236,6 @@ }, /turf/open/floor/iron, /area/security/prison/mess) -"ciX" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) "cjg" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -11173,6 +12248,46 @@ }, /turf/open/floor/iron/stairs/medium, /area/service/janitor) +"cjp" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Cargo - Mining South-East"; + dir = 5; + network = list("ss13","cargo") + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/miningdock) +"cjF" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/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, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) +"cjG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/four, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) +"cjM" = ( +/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/engineering/main) "cjP" = ( /obj/structure/mirror/directional/north, /obj/structure/sink{ @@ -11183,12 +12298,16 @@ }, /turf/open/floor/iron/dark, /area/science/genetics) -"cjX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, +"ckh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "ckj" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine, @@ -11224,18 +12343,12 @@ }, /turf/open/floor/iron, /area/tcommsat/computer) -"ckT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/item/radio/intercom/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"ckV" = ( +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "cld" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -11265,11 +12378,13 @@ }, /turf/open/floor/iron/dark, /area/science/genetics) -"cmc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/space_heater, -/turf/open/floor/iron/smooth, -/area/maintenance/department/cargo) +"clU" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/carpet/blue, +/area/medical/psychology) "cmf" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -11335,31 +12450,6 @@ /obj/effect/turf_decal/trimline/yellow/filled/line, /turf/open/floor/iron, /area/engineering/main) -"cnu" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/service/bar) -"cnC" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/bar) "cnD" = ( /obj/structure/bodycontainer/morgue, /obj/structure/window/reinforced{ @@ -11367,19 +12457,6 @@ }, /turf/open/floor/iron, /area/science/robotics/lab) -"cob" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics Incinerator"; - dir = 6; - network = list("ss13","engineering") - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron, -/area/maintenance/disposal/incinerator) "coi" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/decal/cleanable/dirt, @@ -11408,27 +12485,10 @@ }, /turf/open/floor/iron, /area/maintenance/tram/right) -"cox" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/caution, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) "coz" = ( /obj/machinery/navbeacon/wayfinding/minisat_access_ai, /turf/open/floor/iron/white, /area/science/research) -"coZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) "cpj" = ( /obj/structure/chair{ dir = 8 @@ -11438,27 +12498,14 @@ }, /turf/open/floor/plating/airless, /area/science/test_area) -"cpB" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/southleft{ - name = "Desk Door"; - req_access_txt = "63" - }, -/turf/open/floor/plating, -/area/security/checkpoint) -"cpE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"cps" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/meter, +/obj/machinery/airalarm/directional/south, /obj/structure/cable, -/turf/open/floor/iron, -/area/commons/vacant_room/commissary) +/turf/open/floor/engine, +/area/engineering/supermatter) "cpF" = ( /obj/effect/turf_decal/stripes{ dir = 4 @@ -11495,18 +12542,6 @@ /obj/effect/landmark/start/cook, /turf/open/floor/iron/white, /area/service/kitchen) -"cpR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/south, -/obj/structure/closet/athletic_mixed, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/commons/locker) "cqu" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 @@ -11523,6 +12558,37 @@ }, /turf/open/floor/iron/white, /area/medical/treatment_center) +"cqG" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south{ + freerange = 1; + frequency = 1447; + listening = 0; + name = "Private Channel" + }, +/obj/structure/cable, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"cqJ" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Bay"; + req_one_access_txt = "31;48" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/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/cargo/storage) "cqR" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/pump, @@ -11537,14 +12603,6 @@ }, /turf/open/floor/iron/freezer, /area/commons/toilet/restrooms) -"crn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/south, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/lounge) "crp" = ( /obj/effect/turf_decal/trimline/brown/filled/corner, /turf/open/floor/iron, @@ -11553,27 +12611,37 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/maintenance/central) +"crW" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/camera{ + c_tag = "Hallway - Port Tram Platform South-East"; + dir = 9 + }, +/obj/effect/turf_decal/caution, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "csa" = ( /obj/effect/turf_decal/sand/plating, /obj/item/clothing/mask/breath, /turf/open/floor/plating, /area/mine/explored) +"csb" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/port/aft) "cso" = ( /turf/closed/wall, /area/command/heads_quarters/hos) -"csr" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, +"csq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/shower{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron/white, -/area/medical/pharmacy) +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) "csu" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -11581,21 +12649,15 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/security/prison) -"csH" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +"csz" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/hallway/primary/central) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "csN" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -11606,10 +12668,6 @@ }, /turf/open/floor/iron, /area/hallway/secondary/command) -"ctc" = ( -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/heads_quarters/cmo) "ctf" = ( /obj/structure/window/reinforced{ dir = 4 @@ -11647,13 +12705,6 @@ }, /turf/open/floor/iron/freezer, /area/medical/coldroom) -"ctN" = ( -/obj/structure/rack, -/obj/item/stack/cable_coil/five, -/obj/item/storage/toolbox/electrical, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/right) "ctZ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -11675,6 +12726,15 @@ /obj/structure/closet/emcloset, /turf/open/floor/iron/dark, /area/command/bridge) +"cuz" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/commons/lounge) "cuD" = ( /obj/effect/turf_decal/stripes{ dir = 8 @@ -11682,30 +12742,6 @@ /obj/structure/fluff/tram_rail/floor, /turf/open/floor/plating, /area/hallway/primary/tram/left) -"cuH" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/command/heads_quarters/captain) -"cuQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "cuT" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/disposalpipe/segment{ @@ -11724,6 +12760,14 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/iron, /area/hallway/primary/central) +"cvo" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) "cvC" = ( /obj/structure/chair/stool/directional/north, /turf/open/floor/carpet, @@ -11751,6 +12795,14 @@ /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/iron, /area/commons/dorms) +"cwe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "cwi" = ( /obj/machinery/mineral/ore_redemption, /obj/machinery/door/firedoor, @@ -11763,11 +12815,35 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/cargo/office) +"cwm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/brig{ + id = "engcell"; + name = "Engineering Cell Locker" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) "cwr" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating/airless, /area/mine/explored) +"cwB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/iron/smooth, +/area/maintenance/department/crew_quarters/dorms) "cwJ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, @@ -11777,15 +12853,13 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/science/research) -"cxw" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"cxq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) +/turf/open/floor/iron, +/area/cargo/office) "cxX" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -11796,25 +12870,6 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/left) -"cyi" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/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, -/turf/open/floor/iron, -/area/commons/dorms) -"cyk" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "cyA" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -11844,17 +12899,18 @@ }, /turf/open/space/basic, /area/space/nearstation) -"cyX" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 9 +"cze" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 8 }, -/turf/open/floor/iron/white, -/area/security/brig) -"czB" = ( -/obj/machinery/power/apc/auto_name/west, +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/navbeacon/wayfinding/techstorage, /obj/structure/cable, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) "czF" = ( /obj/machinery/door/airlock/medical/glass{ name = "Hydroponics"; @@ -11874,39 +12930,38 @@ /obj/structure/transit_tube, /turf/open/floor/plating, /area/science/research) -"czQ" = ( +"czM" = ( /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, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) -"czU" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light_switch/directional/south{ - pixel_x = 26 - }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/power/apc/auto_name/south, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/pharmacy) +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"czP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "czV" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 10 }, /turf/open/floor/iron/white, /area/science/research) +"czW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/newscaster/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "cAg" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -11923,6 +12978,29 @@ /obj/machinery/meter/atmos/atmos_waste_loop, /turf/closed/wall/r_wall, /area/engineering/atmos) +"cAz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"cAA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/medical_doctor, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/surgery) "cAL" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -11976,23 +13054,24 @@ }, /turf/open/floor/iron/dark, /area/engineering/storage/tech) -"cBu" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +"cBQ" = ( +/obj/machinery/door/airlock{ + name = "Service Lathe Access"; + req_one_access_txt = "35;26;28;25;22;37" }, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Hallway - Central Tram Platform North-East"; - dir = 8 - }, -/obj/effect/turf_decal/caution{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/primary/tram/center) +/area/hallway/primary/central) "cBY" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -12010,15 +13089,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/carpet, /area/cargo/miningdock) -"cCr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) "cCz" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/decal/cleanable/dirt, @@ -12042,32 +13112,26 @@ }, /turf/open/floor/iron, /area/security/brig) -"cDj" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, +"cCM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint) -"cDw" = ( -/obj/machinery/door/airlock/hatch, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) +/area/maintenance/starboard/central) +"cDv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "cDx" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -12077,14 +13141,6 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit) -"cDQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/mixing) "cEk" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 10 @@ -12099,12 +13155,6 @@ }, /turf/open/floor/iron, /area/cargo/miningdock) -"cEI" = ( -/obj/structure/closet/emcloset, -/obj/item/flashlight, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) "cER" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -12117,6 +13167,19 @@ }, /turf/open/floor/iron, /area/engineering/main) +"cEX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/paramedic, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/holopad, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "cEY" = ( /obj/machinery/vending/hydroseeds{ slogan_delay = 700 @@ -12136,14 +13199,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /turf/open/floor/iron, /area/engineering/atmos) -"cFn" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "cFv" = ( /obj/effect/turf_decal/bot, /obj/structure/reagent_dispensers/watertank, @@ -12160,6 +13215,12 @@ }, /turf/open/floor/iron, /area/hallway/secondary/construction/engineering) +"cFH" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/crew_quarters/dorms) "cFO" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -12179,10 +13240,6 @@ /obj/machinery/newscaster/security_unit/directional/north, /turf/open/floor/carpet, /area/command/heads_quarters/hop) -"cGb" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/carpet, -/area/service/chapel) "cGf" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -12203,23 +13260,6 @@ "cGs" = ( /turf/open/floor/iron, /area/engineering/break_room) -"cGw" = ( -/obj/machinery/door/airlock/atmos{ - name = "Turbine Access"; - req_access_txt = "24" - }, -/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/structure/cable, -/turf/open/floor/iron, -/area/maintenance/disposal/incinerator) "cGz" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line, @@ -12229,24 +13269,6 @@ }, /turf/open/floor/iron, /area/cargo/storage) -"cGK" = ( -/obj/machinery/door/airlock{ - name = "Service Lathe Access"; - req_one_access_txt = "35;26;28;25;22;37" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) "cGO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /turf/closed/wall/r_wall, @@ -12278,25 +13300,25 @@ /obj/machinery/telecomms/server/presets/engineering, /turf/open/floor/iron/dark/telecomms, /area/tcommsat/server) +"cHt" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "cHA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron/dark, /area/maintenance/radshelter/civil) -"cHV" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, +"cHD" = ( /obj/structure/cable, -/turf/open/floor/iron, -/area/science/misc_lab) +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) "cHW" = ( /obj/machinery/status_display/evac/directional/east, /turf/open/floor/circuit, @@ -12310,6 +13332,23 @@ "cIh" = ( /turf/closed/wall, /area/security/prison/safe) +"cIk" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/left) "cIu" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/trash/food_packaging, @@ -12318,6 +13357,15 @@ }, /turf/open/floor/plating, /area/maintenance/tram/left) +"cIC" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/cargo/storage) "cID" = ( /obj/machinery/ai_slipper{ uses = 10 @@ -12370,6 +13418,14 @@ /obj/structure/cable, /turf/open/floor/iron/freezer, /area/medical/coldroom) +"cJn" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) "cJx" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -12417,34 +13473,21 @@ /obj/item/key/security, /turf/open/floor/iron/dark, /area/ai_monitored/security/armory) -"cJY" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/cable, -/turf/open/floor/engine, -/area/engineering/supermatter/room) "cKh" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, /turf/open/floor/iron, /area/security/processing) -"cKk" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/departments/mait{ - pixel_x = -32 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "cKn" = ( /obj/machinery/light/directional/east, /turf/open/floor/iron/smooth, /area/command/gateway) +"cKo" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/left) "cKs" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -12457,11 +13500,6 @@ }, /turf/open/floor/iron/cafeteria, /area/commons/locker) -"cKB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) "cKC" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/stripes/asteroid/line{ @@ -12469,12 +13507,46 @@ }, /turf/open/floor/plating/airless, /area/mine/explored) +"cKE" = ( +/obj/machinery/light/directional/south, +/obj/machinery/power/apc/auto_name/south, +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/ce) "cKT" = ( /obj/structure/cable, /turf/open/floor/iron/cafeteria{ dir = 5 }, /area/science/breakroom) +"cLD" = ( +/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/grimy, +/area/service/chapel/office) +"cMi" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Genetics Lab"; + req_access_txt = "9, 30" + }, +/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/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/science/genetics) "cMo" = ( /obj/machinery/power/terminal{ dir = 8 @@ -12498,14 +13570,25 @@ }, /turf/open/floor/engine/n2, /area/engineering/atmos) -"cMK" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"cMH" = ( /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, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"cMW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, /obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, /turf/open/floor/iron, /area/commons/dorms) "cMY" = ( @@ -12515,6 +13598,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/commons/dorms) +"cNk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) +"cNm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/turf/open/floor/iron/smooth, +/area/maintenance/port/fore) "cNu" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron, @@ -12527,15 +13623,6 @@ }, /turf/open/floor/iron/showroomfloor, /area/service/kitchen/coldroom) -"cNF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/office) "cNG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/trimline/brown/filled/corner{ @@ -12550,39 +13637,17 @@ /obj/machinery/air_sensor/atmos/mix_tank, /turf/open/floor/engine/vacuum, /area/engineering/atmos) -"cOe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Kitchen Acces"; - req_access_txt = "28" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating, -/area/service/kitchen/coldroom) -"cOp" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ +"cOg" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/camera{ - c_tag = "Hallway - Port Tram Platform South-East"; - dir = 9 +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/caution, +/obj/machinery/power/apc/auto_name/north, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/primary/tram/left) -"cOD" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM"; - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/science/server) +/area/engineering/engine_smes) "cOS" = ( /obj/structure/weightmachine/weightlifter, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -12605,15 +13670,11 @@ /obj/structure/chair/sofa/right, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) -"cPt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/office) +"cPu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "cPG" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -12621,10 +13682,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, /area/service/library) -"cPV" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/maintenance/starboard/central) "cQc" = ( /obj/machinery/camera{ c_tag = "Service - Radstorm Shelter"; @@ -12647,6 +13704,11 @@ }, /turf/open/floor/iron/white, /area/service/kitchen) +"cQn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "cQG" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, @@ -12719,6 +13781,10 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison) +"cRi" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/iron/dark, +/area/service/chapel) "cRo" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 8 @@ -12746,6 +13812,18 @@ /obj/machinery/oven, /turf/open/floor/iron, /area/service/kitchen) +"cRs" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=8-TunnelMidBottom"; + location = "7-TunnelRightBottomDoor" + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/mid) "cRt" = ( /obj/machinery/computer/shuttle/mining{ dir = 8; @@ -12779,35 +13857,9 @@ /mob/living/simple_animal/bot/cleanbot, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) -"cRN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/radio/intercom/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/command/gateway) "cSm" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/aisat/maint) -"cSq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/green/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/hallway/primary/central) "cSB" = ( /obj/structure/rack, /obj/item/clothing/suit/armor/bulletproof{ @@ -12882,16 +13934,16 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/hallway/secondary/entry) -"cTj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - name = "sorting disposal pipe (Atmospherics)"; - sortType = 6 +"cTo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmos) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "cTs" = ( /obj/structure/stairs/south, /turf/open/floor/iron/stairs/medium, @@ -12971,6 +14023,23 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/disposal) +"cUi" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Command - Bridge Right Airlock"; + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/bridge) "cUl" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -12986,6 +14055,20 @@ /obj/structure/stairs/north, /turf/open/floor/iron/stairs/medium, /area/hallway/secondary/construction/engineering) +"cUx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) "cUB" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -13002,14 +14085,6 @@ /obj/structure/window/reinforced/spawner/west, /turf/open/floor/iron/dark, /area/ai_monitored/command/storage/eva) -"cUE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/robot_debris/old, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) "cUO" = ( /obj/machinery/door/airlock/medical/glass{ name = "Treatment Center"; @@ -13055,6 +14130,13 @@ }, /turf/open/floor/iron, /area/hallway/secondary/entry) +"cVj" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/effect/turf_decal/bot, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/robotics/lab) "cVm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -13102,12 +14184,10 @@ }, /turf/open/floor/iron, /area/cargo/sorting) -"cVO" = ( -/obj/machinery/power/apc/auto_name/north, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) +"cVT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/science) "cWa" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced, @@ -13132,6 +14212,19 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/command/heads_quarters/ce) +"cWr" = ( +/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, +/turf/open/floor/iron, +/area/engineering/atmos) "cWu" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/engineering_all, @@ -13145,6 +14238,22 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai_upload) +"cXa" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "cXe" = ( /obj/effect/turf_decal/trimline/brown/filled/corner, /obj/structure/disposalpipe/segment, @@ -13165,6 +14274,17 @@ }, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) +"cXw" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/bluespace_vendor/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "cXM" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -13185,16 +14305,6 @@ /obj/item/stack/cable_coil, /turf/open/floor/iron/white, /area/science/lab) -"cXU" = ( -/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/machinery/bounty_board/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/bridge) "cXZ" = ( /obj/structure/industrial_lift/tram{ icon_state = "titanium_blue" @@ -13231,13 +14341,30 @@ "cYt" = ( /turf/open/floor/iron/grimy, /area/ai_monitored/turret_protected/aisat/foyer) -"cYA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/three, -/obj/item/relic, -/turf/open/floor/iron/smooth, -/area/maintenance/central) +"cYC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/tcommsat/computer) +"cYX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "cZa" = ( /obj/structure/chair/sofa/corner{ dir = 1 @@ -13280,10 +14407,23 @@ }, /turf/open/floor/iron, /area/cargo/storage) +"cZN" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/crew_quarters/dorms) "cZO" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) +"cZS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/brig) "dab" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/rack, @@ -13292,6 +14432,12 @@ }, /turf/open/floor/iron, /area/maintenance/port/central) +"daf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "daq" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -13302,20 +14448,6 @@ }, /turf/open/floor/iron, /area/security/checkpoint/medical) -"dar" = ( -/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/electricshock{ - pixel_x = 32 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/xenobiology) "daC" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -13346,22 +14478,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/secondary/construction/engineering) -"dbc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/security/brig) -"dbq" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "dbr" = ( /obj/machinery/door/airlock/medical/glass{ name = "Treatment Center"; @@ -13377,6 +14493,12 @@ }, /turf/open/floor/iron/white, /area/medical/treatment_center) +"dbE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/office) "dbG" = ( /obj/structure/table, /obj/item/clothing/gloves/color/latex, @@ -13395,22 +14517,23 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"dbP" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/engine_smes) "dbQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/hallway/secondary/command) +"dbR" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchencounter"; + name = "Kitchen Counter Shutters" + }, +/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/cafeteria, +/area/service/kitchen) "dbW" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/red/filled/corner{ @@ -13431,14 +14554,6 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/hallway/primary/tram/center) -"dct" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/right) "dcy" = ( /obj/machinery/modular_computer/console/preset/research{ dir = 1 @@ -13447,6 +14562,11 @@ dir = 5 }, /area/command/heads_quarters/rd) +"dcD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "dcJ" = ( /obj/effect/turf_decal/bot, /obj/structure/closet/secure_closet/medical1, @@ -13496,28 +14616,6 @@ }, /turf/open/floor/iron/grimy, /area/service/chapel/office) -"def" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) -"dem" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "der" = ( /turf/closed/wall/r_wall, /area/science/research) @@ -13558,6 +14656,18 @@ }, /turf/open/floor/iron, /area/security/checkpoint/medical) +"dfe" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "dfo" = ( /obj/machinery/power/apc/auto_name/south, /obj/effect/turf_decal/trimline/red/filled/line, @@ -13569,11 +14679,21 @@ /obj/structure/cable, /turf/open/floor/iron, /area/engineering/atmos) -"dfz" = ( +"dft" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/closet/emcloset, /turf/open/floor/iron/smooth, /area/maintenance/central) +"dfy" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/service/bar) "dfG" = ( /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron/grimy, @@ -13590,14 +14710,6 @@ /obj/effect/turf_decal/box, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/hallway) -"dgX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/medical/morgue) "dhb" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 1 @@ -13610,13 +14722,29 @@ "dhe" = ( /turf/closed/mineral/random/stationside/asteroid/porus, /area/mine/explored) +"dhi" = ( +/obj/machinery/power/apc/auto_name/east, +/obj/machinery/camera{ + c_tag = "Solar - Aft Port Control"; + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) "dhk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/construction/mining/aux_base) -"dhn" = ( +"dhl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/service/janitor) +/area/cargo/storage) "dho" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -13629,6 +14757,14 @@ /obj/machinery/newscaster/security_unit/directional/south, /turf/open/floor/iron, /area/security/prison) +"dhr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/structure/disposalpipe/junction/flip, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) "did" = ( /obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron, @@ -13670,6 +14806,34 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/engineering/gravity_generator) +"dja" = ( +/obj/machinery/door_timer{ + id = "medcell"; + name = "Medical Cell"; + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"dje" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/south{ + pixel_x = 26 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/pharmacy) "djo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -13691,18 +14855,6 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/airless, /area/mine/explored) -"djF" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/bot, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "djI" = ( /obj/machinery/recharge_station, /obj/effect/turf_decal/delivery, @@ -13712,28 +14864,30 @@ /obj/effect/landmark/start/cyborg, /turf/open/floor/iron, /area/science/robotics/mechbay) -"djN" = ( -/obj/structure/chair/office{ - dir = 8 +"dko" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron/grimy, -/area/service/library) -"djS" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) -"dkr" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/sink{ + pixel_y = 15 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"dkF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) +/turf/open/floor/iron, +/area/engineering/break_room) "dkG" = ( /obj/machinery/firealarm/directional/south, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -13762,11 +14916,6 @@ }, /turf/open/floor/circuit/telecomms/mainframe, /area/tcommsat/server) -"dlo" = ( -/obj/effect/spawner/random/trash/garbage, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) "dlp" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, @@ -13796,6 +14945,16 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) +"dlK" = ( +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/central) "dlR" = ( /obj/effect/turf_decal/stripes{ dir = 4 @@ -13809,42 +14968,55 @@ }, /turf/open/floor/iron, /area/engineering/break_room) -"dmn" = ( -/obj/machinery/power/apc/auto_name/east, -/obj/machinery/camera{ - c_tag = "Solar - Aft Port Control"; +"dlX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/right) +"dmx" = ( +/obj/effect/spawner/random/trash/garbage, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) +"dmM" = ( +/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/line{ dir = 1 }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"dmO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/space_heater, -/turf/open/floor/iron/smooth, -/area/maintenance/central) -"dmX" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" }, -/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) -"dnu" = ( +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"dmZ" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 +/obj/effect/landmark/event_spawn, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) +"dns" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + pixel_y = -32 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light_switch/directional/north, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, /obj/structure/cable, /turf/open/floor/iron, -/area/tcommsat/computer) +/area/security/courtroom) "dnN" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/tier_1, @@ -13876,42 +15048,11 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/science/research) -"dok" = ( -/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/line, -/obj/machinery/camera{ - c_tag = "Science - Xenobiology South"; - dir = 1; - network = list("ss13","rd","xeno") - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) -"don" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/science) -"doo" = ( -/obj/effect/turf_decal/trimline/yellow/warning, +"doe" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/tram/mid) +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "dot" = ( /obj/machinery/door/airlock/external{ name = "Port Docking Bay 4" @@ -13921,6 +15062,27 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) +"doz" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/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_multi{ + cycle_id = "tcomms-entrance" + }, +/obj/machinery/door/airlock/engineering{ + name = "Telecommunications"; + req_access_txt = "61" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) "doC" = ( /obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, @@ -13934,6 +15096,16 @@ }, /turf/open/floor/iron, /area/security/prison/rec) +"dpc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "dpv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -13942,22 +15114,24 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron/white, /area/science/explab) -"dpC" = ( -/obj/structure/closet/secure_closet/research_director, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/command/heads_quarters/rd) +"dpH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/iron/grimy, +/area/service/library) +"dpI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "dpO" = ( /obj/structure/grille, /turf/open/space/basic, /area/space/nearstation) -"dpP" = ( -/obj/structure/closet, -/obj/effect/spawner/random/maintenance/four, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/central/secondary) "dpT" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -13965,19 +15139,48 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/iron, /area/engineering/atmos) -"dqo" = ( +"dqa" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/status_display/ai/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"dqk" = ( +/obj/machinery/door/airlock/command{ + name = "Gateway Access"; + req_access_txt = "62" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) -"dqx" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/hangover/closet, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/mid) +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/command/gateway) +"dqq" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_access_txt = "57" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) "dqE" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -14023,6 +15226,14 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/security/interrogation) +"drI" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/port/aft) "drK" = ( /obj/structure/reagent_dispensers/fueltank, /obj/item/weldingtool, @@ -14056,19 +15267,6 @@ /obj/structure/railing/corner, /turf/open/floor/iron, /area/hallway/primary/tram/right) -"dsl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 9 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "dsx" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/decal/cleanable/dirt, @@ -14130,18 +15328,6 @@ /obj/item/stack/rods, /turf/open/floor/plating, /area/maintenance/department/medical) -"dtg" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "dtn" = ( /obj/structure/bed, /obj/effect/turf_decal/tile/neutral{ @@ -14164,6 +15350,15 @@ }, /turf/open/floor/iron/dark, /area/security/prison/safe) +"dtr" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/prison) "dtL" = ( /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai) @@ -14177,6 +15372,15 @@ }, /turf/open/floor/iron/white, /area/science/research) +"dua" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/office) "dul" = ( /obj/machinery/light/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -14185,6 +15389,16 @@ /obj/structure/cable, /turf/open/floor/wood, /area/command/heads_quarters/captain/private) +"duA" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 10 + }, +/obj/machinery/modular_computer/console/preset/cargochat/security, +/turf/open/floor/iron, +/area/security/office) "duH" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -14229,6 +15443,20 @@ }, /turf/open/floor/iron/white, /area/medical/chemistry) +"duZ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/storage/primary) "dvg" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -14236,18 +15464,19 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/hallway/secondary/command) -"dvj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +"dvu" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 +/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 = 8 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/engineering) +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload) "dvJ" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/rack, @@ -14262,6 +15491,18 @@ }, /turf/open/floor/plating, /area/maintenance/central) +"dvM" = ( +/obj/machinery/navbeacon/wayfinding/engineering, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/modular_computer/console/preset/cargochat/engineering{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) "dvT" = ( /obj/effect/landmark/start/cyborg, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -14269,14 +15510,28 @@ /obj/structure/cable, /turf/open/floor/iron/grimy, /area/ai_monitored/turret_protected/aisat/foyer) -"dwp" = ( +"dwa" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) +/turf/open/floor/iron, +/area/commons/dorms) +"dwF" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/mid) "dwS" = ( /obj/structure/chair/comfy/black{ dir = 1 @@ -14288,10 +15543,6 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/iron, /area/science/xenobiology) -"dxi" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/port/fore) "dxE" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -14300,13 +15551,6 @@ /obj/item/airlock_painter/decal, /turf/open/floor/iron, /area/engineering/atmos) -"dxJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmospherics_engine) "dxK" = ( /obj/structure/chair/stool{ pixel_y = 8 @@ -14315,6 +15559,12 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/wood, /area/service/theater) +"dxS" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "dya" = ( /obj/structure/table/wood, /obj/machinery/computer/security/wooden_tv, @@ -14342,37 +15592,43 @@ "dyg" = ( /turf/closed/wall/r_wall, /area/science/robotics/lab) +"dyv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "dyH" = ( /obj/effect/spawner/structure/window/reinforced/tinted, /turf/open/floor/plating, /area/maintenance/tram/left) -"dyJ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Main"; - dir = 5; - network = list("ss13","engineering") - }, -/obj/structure/rack, -/obj/item/clothing/glasses/meson/engine{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/clothing/glasses/meson/engine, -/obj/item/clothing/glasses/meson/engine{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/pipe_dispenser, -/obj/item/pipe_dispenser, -/obj/item/pipe_dispenser, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/disposalpipe/segment, +"dyW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/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/engineering/main) +/area/engineering/atmos) +"dzd" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint) "dzy" = ( /turf/closed/wall/r_wall, /area/cargo/miningdock) @@ -14382,6 +15638,16 @@ }, /turf/open/floor/iron/dark, /area/security/courtroom) +"dzJ" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/firealarm/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/virology) "dzR" = ( /obj/machinery/door/airlock/research{ id_tag = "ResearchExt"; @@ -14429,31 +15695,23 @@ /obj/structure/cable, /turf/open/floor/plating, /area/commons/vacant_room/office) -"dAg" = ( -/obj/machinery/light/small/directional/north, +"dAl" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/entertainment/drugs, +/obj/effect/spawner/random/maintenance/four, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, /obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, /turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) -"dAs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/area/maintenance/central/secondary) +"dAu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera{ - c_tag = "Arrivals - South Hall"; - dir = 6 - }, -/obj/structure/cable, /turf/open/floor/iron, -/area/hallway/secondary/entry) -"dAz" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/left) +/area/cargo/storage) "dAC" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -14462,6 +15720,36 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/hallway/primary/tram/left) +"dAU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/service/chapel) +"dAW" = ( +/obj/machinery/door/airlock/medical{ + name = "Surgery"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/surgery) "dBf" = ( /obj/machinery/conveyor{ dir = 4; @@ -14492,38 +15780,33 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /turf/open/floor/iron, /area/engineering/atmos) -"dBQ" = ( -/obj/structure/disposalpipe/trunk/multiz{ - dir = 1 +"dBM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/machinery/door/window/northleft{ - dir = 2; - name = "Containment Pen #2"; - req_access_txt = "55" +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiotopleft"; - name = "Xenobio Topleft Pen Blast Door" - }, -/turf/open/floor/iron/dark, -/area/science/xenobiology) -"dCc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/turf/open/floor/plating, -/area/command/heads_quarters/ce) -"dCi" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, /obj/structure/cable, /turf/open/floor/iron, -/area/engineering/break_room) +/area/commons/dorms) +"dBP" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/kitchen/knife, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/cytology) +"dCn" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/science/research) "dCq" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -14559,31 +15842,6 @@ }, /turf/open/floor/iron, /area/hallway/secondary/construction/engineering) -"dCJ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light_switch/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/medical) -"dCT" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/machinery/power/apc/auto_name/north, -/obj/machinery/camera{ - c_tag = "Science - Server Room"; - dir = 6; - network = list("ss13","rd") - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/server) "dDB" = ( /obj/machinery/camera/motion{ c_tag = "Secure - AI Upper External West"; @@ -14592,6 +15850,22 @@ }, /turf/open/openspace/airless/planetary, /area/ai_monitored/turret_protected/aisat/hallway) +"dDP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Garden" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/hydroponics/garden) "dDS" = ( /obj/machinery/conveyor{ id = "QMLoad2" @@ -14604,6 +15878,13 @@ }, /turf/open/floor/iron, /area/cargo/storage) +"dDU" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/left) "dEp" = ( /obj/structure/chair/stool/directional/south, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -14642,28 +15923,6 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/center) -"dEL" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) -"dFc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) -"dFd" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) "dFg" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/trash/food_packaging, @@ -14674,27 +15933,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/fore) -"dFk" = ( -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/engine_smes) "dFl" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, /turf/open/floor/iron/white, /area/medical/medbay/central) -"dFv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/ai_monitored/command/storage/eva) "dFA" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/dark, @@ -14712,11 +15956,6 @@ /obj/effect/landmark/start/medical_doctor, /turf/open/floor/iron/white, /area/medical/storage) -"dGi" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/security) "dGj" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 @@ -14732,17 +15971,30 @@ }, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/foyer) -"dGs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/north, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) "dGu" = ( /turf/open/openspace, /area/science/xenobiology) +"dGz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"dGK" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "dGP" = ( /turf/closed/wall, /area/engineering/atmos) @@ -14777,11 +16029,26 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/cargo/office) -"dHs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/duct, -/turf/open/floor/iron/smooth, -/area/maintenance/department/crew_quarters/dorms) +"dHj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"dHl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/depsec/engineering, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) "dHx" = ( /obj/structure/filingcabinet, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -14790,6 +16057,11 @@ /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/iron, /area/security/office) +"dHz" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/security/prison) "dHG" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -14828,12 +16100,11 @@ }, /turf/open/floor/iron, /area/security/processing) -"dIg" = ( -/obj/machinery/power/emitter/welded{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engineering/supermatter/room) +"dIc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/wrench, +/turf/open/floor/iron/smooth, +/area/maintenance/department/security) "dIm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/closed/wall/r_wall, @@ -14877,6 +16148,22 @@ /obj/machinery/duct, /turf/open/floor/iron/freezer, /area/commons/toilet/restrooms) +"dIS" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) "dIV" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -14928,6 +16215,13 @@ /obj/structure/cable, /turf/open/floor/engine, /area/engineering/supermatter/room) +"dJw" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/cytology) "dJA" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -14971,14 +16265,6 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) -"dKi" = ( -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "dKk" = ( /obj/structure/closet/secure_closet/engineering_chief, /obj/structure/window/reinforced{ @@ -15019,35 +16305,6 @@ }, /turf/open/floor/iron, /area/engineering/main) -"dKC" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_interior"; - name = "Virology Interior Airlock"; - req_access_txt = "39" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door_buttons/access_button{ - idDoor = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_y = 24; - req_access_txt = "39" - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/virology) "dKT" = ( /obj/machinery/washing_machine, /obj/structure/sign/poster/official/help_others{ @@ -15072,6 +16329,16 @@ }, /turf/open/floor/iron, /area/science/robotics/lab) +"dLg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "dLn" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -15092,41 +16359,84 @@ dir = 1 }, /area/service/chapel) -"dLA" = ( -/obj/structure/chair, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"dLC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) +"dLD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/cargo/storage) +"dMe" = ( +/obj/machinery/door/window/brigdoor{ + dir = 4; + id = "crgcell"; + name = "Cargo Cell"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) -"dLB" = ( -/obj/machinery/power/apc/auto_name/north, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/commons/lounge) -"dLQ" = ( -/obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ dir = 4 }, /obj/structure/cable, /turf/open/floor/iron, -/area/commons/dorms) +/area/security/checkpoint/supply) +"dMg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/janitor) "dMl" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/plating/airless, /area/maintenance/disposal/incinerator) -"dMp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/right) +"dMo" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 2 + }, +/obj/machinery/door/window/northleft{ + name = "Containment Pen #8"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomright"; + name = "Xenobio Bottom Right Pen Blast Door" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) "dMs" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -15134,21 +16444,18 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/hallway/secondary/exit) -"dMy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "dMF" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/showroomfloor, /area/security/warden) +"dMM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/command) "dMO" = ( /obj/structure/closet/crate, /obj/effect/spawner/random/contraband/prison, @@ -15212,47 +16519,32 @@ }, /turf/open/floor/iron/white, /area/medical/chemistry) -"dOJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/security/prison) "dOL" = ( /turf/closed/wall, /area/maintenance/disposal/incinerator) "dOV" = ( /turf/closed/wall, /area/security/processing) -"dOZ" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Holding Area"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, +"dPa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/aft) "dPv" = ( /obj/structure/cable, /turf/open/floor/iron/white, /area/medical/surgery) -"dPz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 +"dPF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction{ + dir = 8 }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "dPO" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -15260,6 +16552,13 @@ }, /turf/open/floor/carpet, /area/command/heads_quarters/hos) +"dPS" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/mixing) "dPU" = ( /obj/structure/closet/secure_closet/security/sec, /obj/effect/turf_decal/bot, @@ -15283,21 +16582,39 @@ /obj/structure/cable, /turf/open/floor/iron, /area/commons/lounge) -"dQu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"dQA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/camera{ + c_tag = "Hallway - North-West Escape Wing Entry"; + dir = 1 }, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/secondary/construction/engineering) +/area/hallway/secondary/exit) +"dQK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/medical) "dQU" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/wood, /area/service/library) +"dRg" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/center) "dRm" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -15309,16 +16626,6 @@ }, /turf/open/floor/iron, /area/commons/lounge) -"dRp" = ( -/obj/machinery/door/airlock/mining{ - name = "Drone Bay"; - req_access_txt = "31" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/cargo/storage) "dRx" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -15388,24 +16695,21 @@ /obj/effect/spawner/random/clothing/costume, /turf/open/floor/iron/cafeteria, /area/commons/locker) -"dTd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/status_display/ai/directional/north, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) +"dSY" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) "dTm" = ( /turf/open/floor/engine/vacuum, /area/engineering/atmos) -"dTt" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/airalarm/directional/west, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) "dTx" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -15440,18 +16744,21 @@ }, /turf/open/floor/iron, /area/engineering/main) -"dTV" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 +"dUk" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 6 }, -/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/science/research) +/area/hallway/secondary/command) "dUn" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line, @@ -15489,6 +16796,16 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white, /area/medical/virology) +"dUQ" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/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/maintenance/starboard/central) "dVd" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -15498,34 +16815,49 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/genetics) -"dVn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) "dVo" = ( /obj/item/pickaxe/rusted, /turf/open/floor/plating/asteroid/airless, /area/mine/explored) +"dVt" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/bar) "dVz" = ( /obj/machinery/light/small/directional/south, /turf/open/openspace, /area/science/xenobiology) +"dVA" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/medical, +/turf/open/floor/iron, +/area/security/checkpoint/medical) +"dVE" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "dVL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/service/hydroponics/garden) -"dVS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/plating, -/area/maintenance/port/fore) "dVY" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 5 @@ -15555,40 +16887,6 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) -"dWs" = ( -/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/dark, -/area/science/xenobiology) -"dWJ" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmos) -"dWR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) -"dWY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) -"dXg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/right) "dXh" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/machinery/camera{ @@ -15597,31 +16895,26 @@ }, /turf/open/floor/iron/dark, /area/service/chapel/office) -"dXj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/lounge) +"dXk" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "dXs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/engine, /area/engineering/supermatter/room) -"dXu" = ( +"dXB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) "dXN" = ( /obj/structure/bed, /obj/item/bedsheet/brown, @@ -15642,10 +16935,26 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) +"dXP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/central) "dXT" = ( /obj/machinery/navbeacon/wayfinding/library, /turf/open/floor/carpet, /area/service/library) +"dXX" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) "dXY" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -15655,6 +16964,26 @@ /obj/machinery/reagentgrinder, /turf/open/floor/iron, /area/cargo/miningdock) +"dXZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"dYi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/robot_debris/old, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) "dYu" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -15737,22 +17066,26 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) -"dZp" = ( +"dZk" = ( +/obj/machinery/duct, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) +"dZx" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/left) "dZF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/door/window/northright{ @@ -15762,12 +17095,6 @@ }, /turf/open/floor/engine, /area/science/explab) -"dZL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/cargo) "dZO" = ( /obj/machinery/light/directional/west, /obj/machinery/camera/motion{ @@ -15786,6 +17113,13 @@ /obj/structure/cable, /turf/open/floor/plating, /area/science/xenobiology) +"dZV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) "eaf" = ( /obj/structure/table/reinforced, /obj/item/folder/yellow, @@ -15833,6 +17167,16 @@ /obj/machinery/duct, /turf/open/floor/plating, /area/maintenance/central) +"ebB" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/coin/plasma, +/obj/item/paper/fluff/gateway, +/obj/item/melee/chainofcommand, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/wood, +/area/command/heads_quarters/captain) "ebC" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -15875,6 +17219,11 @@ /obj/structure/table/reinforced, /turf/open/floor/iron, /area/security/office) +"eck" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/commons/lounge) "ecy" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -15913,16 +17262,6 @@ /obj/structure/cable, /turf/open/floor/engine, /area/engineering/supermatter/room) -"edm" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard) "edz" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -15956,16 +17295,6 @@ /obj/structure/chair/office, /turf/open/floor/wood, /area/command/heads_quarters/captain) -"eer" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/medical/treatment_center) "ees" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /turf/closed/wall/r_wall, @@ -16006,17 +17335,16 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/iron, /area/maintenance/tram/left) -"efc" = ( -/obj/machinery/power/apc/auto_name/south, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 +"efa" = ( +/obj/structure/chair{ + dir = 8 }, +/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/dark, -/area/medical/psychology) +/turf/open/floor/iron/grimy, +/area/service/chapel/office) "efe" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning{ @@ -16041,6 +17369,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/maintenance/tram/mid) +"efs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/commons/lounge) "efA" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -16057,6 +17393,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/cafeteria, /area/commons/locker) +"efT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/command/bridge) "efY" = ( /obj/structure/table, /obj/item/clothing/gloves/color/yellow, @@ -16091,20 +17434,38 @@ }, /turf/open/floor/iron/freezer, /area/science/research) -"egj" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +"egk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" +/obj/item/clothing/head/cone{ + pixel_x = -9; + pixel_y = 8 }, -/turf/open/floor/iron, -/area/security/prison) +/obj/item/clothing/head/cone{ + pixel_x = 9; + pixel_y = 8 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/fore) +"egz" = ( +/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/electricshock{ + pixel_x = -32 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) "egB" = ( /obj/structure/filingcabinet/chestdrawer, /obj/effect/turf_decal/trimline/red/filled/line, @@ -16122,19 +17483,6 @@ }, /turf/open/floor/iron, /area/science/mixing) -"egW" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera{ - c_tag = "Cargo - Mining South-West"; - dir = 9; - network = list("ss13","cargo") - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/miningdock) "ehn" = ( /obj/structure/table, /obj/machinery/airalarm/directional/south, @@ -16170,6 +17518,18 @@ /obj/structure/cable, /turf/open/floor/iron/freezer, /area/security/prison/shower) +"ehP" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/commons/lounge) +"ehZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/central) "eig" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line, @@ -16194,6 +17554,15 @@ /obj/structure/cable, /turf/open/floor/iron, /area/engineering/engine_smes) +"eiA" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "Output to Waste" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "eiE" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/effect/turf_decal/trimline/yellow/filled/corner{ @@ -16201,16 +17570,6 @@ }, /turf/open/floor/iron, /area/engineering/main) -"eiF" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access"; - req_one_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "eiI" = ( /obj/machinery/smartfridge/organ, /obj/effect/turf_decal/tile/blue{ @@ -16233,25 +17592,6 @@ "eiT" = ( /turf/closed/wall/rock/porous, /area/maintenance/port/central) -"eiV" = ( -/obj/machinery/door/airlock/engineering{ - name = "Auxillary Base Construction"; - req_one_access_txt = "72" - }, -/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/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/construction/mining/aux_base) "ejq" = ( /obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 @@ -16321,12 +17661,6 @@ /obj/item/storage/toolbox/mechanical, /turf/open/floor/plating/airless, /area/mine/explored) -"ekp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/seven, -/turf/open/floor/iron/smooth, -/area/maintenance/central) "ekB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/iron, @@ -16371,11 +17705,13 @@ /obj/item/plunger, /turf/open/floor/iron/white, /area/medical/chemistry) -"elD" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/center) +"els" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/mine/explored) "elU" = ( /obj/machinery/computer/exodrone_control_console{ dir = 4 @@ -16405,6 +17741,23 @@ }, /turf/open/floor/iron, /area/engineering/break_room) +"emk" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/cargo/storage) +"emq" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/gravity_generator) "emw" = ( /obj/structure/table, /obj/structure/bedsheetbin, @@ -16492,6 +17845,14 @@ }, /turf/open/floor/iron, /area/science/xenobiology) +"enG" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) "enP" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -16537,6 +17898,19 @@ }, /turf/open/floor/iron/dark, /area/hallway/secondary/exit) +"eoJ" = ( +/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/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) "eoL" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -16554,6 +17928,13 @@ "eoV" = ( /turf/closed/wall/r_wall, /area/service/janitor) +"eoW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/aft) "epb" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 9 @@ -16563,24 +17944,25 @@ }, /turf/open/floor/iron, /area/cargo/office) -"epT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "briglockdown"; - name = "brig shutters" +"epw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"epM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/turf/open/floor/plating, -/area/security/brig) -"eqa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access"; - req_one_access_txt = "12" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 }, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) +/turf/open/floor/iron, +/area/hallway/primary/central) "eqd" = ( /obj/item/target, /obj/structure/window/reinforced{ @@ -16599,12 +17981,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/white, /area/medical/pharmacy) -"eqh" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/two, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/port/fore) "eqs" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron, @@ -16624,6 +18000,11 @@ }, /turf/open/floor/iron, /area/cargo/office) +"eqM" = ( +/obj/effect/spawner/random/trash/mess, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/secondary) "eqP" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -16654,28 +18035,6 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/hallway/primary/central) -"erv" = ( -/obj/machinery/door/window/brigdoor{ - dir = 8; - id = "engcell"; - name = "Engineering Cell"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/engineering) "erB" = ( /obj/structure/table/wood, /obj/structure/window/reinforced{ @@ -16809,6 +18168,28 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/checkpoint/science) +"etT" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 1 + }, +/obj/machinery/door/window/northleft{ + dir = 2; + name = "Containment Pen #2"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopleft"; + name = "Xenobio Topleft Pen Blast Door" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"etV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "etY" = ( /obj/structure/chair/office/light{ dir = 4 @@ -16822,6 +18203,13 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/science/mixing) +"euo" = ( +/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/wood, +/area/service/library) "euF" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning, @@ -16869,22 +18257,6 @@ /obj/structure/curtain, /turf/open/floor/iron/freezer, /area/security/prison/shower) -"evg" = ( -/obj/machinery/door/airlock/atmos{ - name = "Turbine Access"; - req_access_txt = "24" - }, -/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/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmos) "evM" = ( /obj/structure/table/wood, /obj/machinery/recharger{ @@ -16900,24 +18272,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/service/library) -"evZ" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office"; - req_one_access_txt = "31;48" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ +"ewq" = ( +/obj/effect/turf_decal/tile/blue{ dir = 4 }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/hangover, /obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/office) +/turf/open/floor/iron/cafeteria, +/area/commons/locker) "ews" = ( /obj/structure/filingcabinet, /obj/item/book/manual/wiki/security_space_law, @@ -16970,15 +18336,28 @@ /obj/item/clothing/shoes/sneakers/orange, /turf/open/floor/iron/cafeteria, /area/security/prison) -"ewU" = ( -/obj/effect/turf_decal/trimline/neutral/line{ +"ewR" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/secondary/entry) +/area/security/checkpoint) +"ewS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/iron/smooth, +/area/maintenance/department/cargo) "ewV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -16986,11 +18365,15 @@ /obj/structure/cable, /turf/open/floor/wood, /area/command/heads_quarters/captain) -"ewY" = ( -/obj/item/assembly/mousetrap/armed, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/security) +"ewW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "exe" = ( /obj/machinery/computer/mecha, /obj/structure/window/reinforced{ @@ -17025,19 +18408,27 @@ }, /turf/open/floor/iron, /area/engineering/main) -"exP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "exR" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, /turf/open/floor/iron, /area/security/prison/rec) +"exW" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) +"eyb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) "eyf" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -17057,11 +18448,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/medical/virology) -"eyK" = ( -/obj/structure/altar_of_gods, -/obj/item/storage/book/bible, -/turf/open/floor/iron/dark, -/area/service/chapel) "eyR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, @@ -17074,6 +18460,19 @@ /obj/structure/chair/plastic, /turf/open/floor/iron, /area/maintenance/tram/mid) +"ezk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/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/medical/virology) "ezo" = ( /turf/closed/wall/r_wall, /area/command/heads_quarters/captain/private) @@ -17095,6 +18494,15 @@ }, /turf/open/floor/plating/airless, /area/science/test_area) +"ezV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "ezX" = ( /obj/structure/chair/stool/directional/south, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -17102,13 +18510,6 @@ }, /turf/open/floor/iron, /area/security/prison/rec) -"eAc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "eAh" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -17135,6 +18536,16 @@ /obj/effect/turf_decal/trimline/blue/corner, /turf/open/floor/iron/white, /area/medical/medbay/central) +"eAG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/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/commons/lounge) "eAL" = ( /obj/effect/turf_decal/stripes{ dir = 4 @@ -17142,11 +18553,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/plating, /area/hallway/primary/tram/right) -"eAO" = ( -/obj/structure/grille, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) "eAP" = ( /obj/machinery/telecomms/broadcaster/preset_left, /turf/open/floor/iron/dark/telecomms, @@ -17165,6 +18571,25 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plating, /area/engineering/engine_smes) +"eCi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"eCj" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "eCl" = ( /turf/closed/wall/r_wall, /area/tcommsat/server) @@ -17219,13 +18644,6 @@ }, /turf/open/floor/iron, /area/security/checkpoint/supply) -"eCZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) "eDs" = ( /obj/machinery/atmospherics/components/trinary/filter{ dir = 1 @@ -17254,6 +18672,14 @@ }, /turf/open/openspace, /area/hallway/primary/tram/center) +"eDx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) "eDz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /obj/machinery/atmospherics/pipe/bridge_pipe/orange/visible{ @@ -17268,12 +18694,6 @@ }, /turf/open/floor/iron/dark, /area/command/bridge) -"eDE" = ( -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/plating, -/area/maintenance/central) "eDF" = ( /obj/structure/disposaloutlet{ dir = 4 @@ -17327,31 +18747,24 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/engineering/atmospherics_engine) -"eEv" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"eEt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/door/airlock/command{ - name = "Teleport Access"; - req_access_txt = "17" +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/cargo/storage) +"eEH" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/teleporter) -"eEz" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/xenobiology) +/turf/open/floor/iron, +/area/hallway/secondary/command) "eEP" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -17444,21 +18857,35 @@ }, /turf/open/floor/iron, /area/maintenance/tram/right) -"eGP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"eGH" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/duct, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/central) +"eGL" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, /obj/structure/cable, /turf/open/floor/iron, -/area/security/prison) -"eHw" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/area/cargo/miningdock) +"eHc" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/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/engine, -/area/engineering/supermatter/room) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/aft) "eHH" = ( /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) @@ -17482,6 +18909,16 @@ }, /turf/open/floor/iron, /area/security/checkpoint/medical) +"eIk" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=4-TunnelMidDoor"; + location = "3-TunnelMid" + }, +/obj/item/reagent_containers/food/drinks/bottle/beer/almost_empty, +/turf/open/floor/iron, +/area/maintenance/tram/mid) "eIm" = ( /obj/machinery/field/generator, /obj/machinery/light/small/directional/north, @@ -17502,6 +18939,14 @@ "eIq" = ( /turf/closed/wall/r_wall, /area/command/heads_quarters/cmo) +"eIr" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "eIC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -17520,13 +18965,6 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/science/mixing) -"eJh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/aisat/maint) "eJo" = ( /obj/structure/table/optable{ desc = "A cold, hard place for your final rest."; @@ -17538,18 +18976,14 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/plating, /area/hallway/secondary/exit/departure_lounge) -"eJv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) +"eJC" = ( +/turf/open/floor/iron/dark, +/area/science/server) +"eJE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/grille_or_waste, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) "eJG" = ( /obj/machinery/keycard_auth{ pixel_y = -24 @@ -17566,6 +19000,16 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron/white, /area/medical/chemistry) +"eJO" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/miningdock) "eJP" = ( /obj/docking_port/stationary{ dir = 2; @@ -17584,20 +19028,17 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/iron, /area/commons/storage/tools) -"eKj" = ( -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, +"eKa" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) -"eKn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/turf/open/floor/iron/smooth, -/area/maintenance/central) +/turf/open/floor/iron, +/area/security/processing) "eKr" = ( /obj/effect/spawner/random/vending/colavend, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -17605,21 +19046,12 @@ }, /turf/open/floor/iron, /area/commons/lounge) -"eKw" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Engineering Maintenance"; - req_access_txt = "11" - }, +"eLo" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "eLO" = ( /obj/structure/sign/warning/docking, /turf/closed/wall, @@ -17644,6 +19076,21 @@ dir = 5 }, /area/science/breakroom) +"eMp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera{ + c_tag = "Hallway - South-East Escape Wing Entry"; + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) "eMr" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/turf_decal/bot{ @@ -17654,40 +19101,10 @@ }, /turf/open/floor/iron, /area/engineering/main) -"eMw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Security - Upper Power Hatch"; - dir = 6; - network = list("ss13","Security") - }, -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/security) "eMA" = ( /obj/effect/landmark/carpspawn, /turf/open/openspace/airless/planetary, /area/space) -"eMB" = ( -/obj/effect/turf_decal/trimline/white/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/white/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/north, -/obj/machinery/camera{ - c_tag = "Secure - Tech Storage"; - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/engineering/storage/tech) "eME" = ( /obj/effect/turf_decal/siding/thinplating/corner, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -17698,6 +19115,14 @@ }, /turf/open/floor/iron/dark, /area/service/hydroponics) +"eMG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/miningdock) "eMU" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/delivery, @@ -17727,26 +19152,17 @@ }, /turf/open/floor/engine, /area/science/xenobiology) +"eNH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/prison) "eNR" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, /turf/open/floor/iron, /area/security/prison/workout) -"eNV" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) "eNX" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 4 @@ -17756,6 +19172,14 @@ }, /turf/open/floor/glass/reinforced, /area/hallway/primary/tram/right) +"eNY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) "eOc" = ( /obj/machinery/light/small/directional/south, /obj/effect/turf_decal/bot, @@ -17774,6 +19198,25 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) +"eOI" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) "eOQ" = ( /obj/structure/chair{ dir = 1 @@ -17784,6 +19227,17 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/carpet, /area/commons/vacant_room/office) +"ePc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "ePd" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/rack, @@ -17796,6 +19250,11 @@ }, /turf/open/floor/plating, /area/maintenance/central) +"ePf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/hydroponics/garden) "ePq" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -17816,18 +19275,32 @@ /obj/item/flashlight, /turf/open/floor/iron, /area/cargo/storage) -"eQF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/central) "eQS" = ( /obj/machinery/holopad, /obj/effect/landmark/event_spawn, /turf/open/floor/carpet, /area/service/chapel) +"eRd" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/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_multi{ + cycle_id = "tcomms-entrance" + }, +/obj/machinery/door/airlock/engineering{ + name = "Telecommunications"; + req_access_txt = "61" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) "eRe" = ( /obj/item/stack/ore/glass, /obj/item/shovel{ @@ -17868,24 +19341,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/hallway/secondary/entry) -"eRV" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Medical - Central North-West"; - dir = 5; - network = list("ss13","medbay") - }, -/obj/effect/turf_decal/caution, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "eRW" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/engine/plasma, @@ -17912,14 +19367,18 @@ }, /turf/open/floor/iron, /area/hallway/secondary/command) -"eSu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ +"eSx" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/caution, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "eSy" = ( /obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -17945,16 +19404,6 @@ }, /turf/open/floor/iron, /area/cargo/storage) -"eSR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) "eTe" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, @@ -17972,6 +19421,16 @@ }, /turf/open/floor/iron, /area/security/checkpoint) +"eTh" = ( +/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, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) "eTs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -18039,18 +19498,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/catwalk_floor, /area/maintenance/port/central) -"eUz" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "eUD" = ( /obj/structure/table, /obj/structure/window/reinforced{ @@ -18111,22 +19558,17 @@ }, /turf/open/floor/iron, /area/service/kitchen) -"eVi" = ( -/obj/effect/landmark/start/cyborg, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/ai_monitored/turret_protected/aisat/foyer) -"eVm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 +"eVl" = ( +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/west, +/obj/item/radio/intercom/directional/west, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) +/turf/open/floor/iron, +/area/commons/dorms) "eVL" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 @@ -18142,6 +19584,17 @@ "eVQ" = ( /turf/closed/wall, /area/medical/morgue) +"eVW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "eVY" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -18192,18 +19645,17 @@ /obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, /area/engineering/storage/tech) -"eWs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"eWr" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Gravity Generator Area"; + req_access_txt = "19; 61" + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) +/turf/open/floor/iron, +/area/engineering/gravity_generator) "eWv" = ( /obj/effect/turf_decal/siding/thinplating, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -18214,29 +19666,11 @@ }, /turf/open/floor/iron, /area/commons/dorms) -"eWy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/right) "eWF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/cafeteria, /area/security/prison) -"eWG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) "eWI" = ( /obj/structure/window/reinforced{ dir = 4 @@ -18249,13 +19683,6 @@ }, /turf/open/floor/engine, /area/science/xenobiology) -"eWL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "eWN" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -18280,21 +19707,6 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai_upload) -"eXl" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/commons/lounge) -"eXs" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/security) "eXF" = ( /obj/effect/turf_decal/siding/thinplating/corner{ dir = 4 @@ -18304,24 +19716,31 @@ }, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) -"eYm" = ( -/obj/structure/disposalpipe/segment, +"eXN" = ( +/obj/machinery/door/airlock/command/glass{ + name = "EVA Storage"; + req_access_txt = "18" + }, /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/neutral/filled/line{ + dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, +/obj/structure/cable, /turf/open/floor/iron, -/area/engineering/atmos) -"eYn" = ( -/obj/effect/decal/cleanable/dirt, +/area/ai_monitored/command/storage/eva) +"eXV" = ( +/obj/effect/turf_decal/siding/wood, +/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, -/turf/open/floor/plating, -/area/maintenance/central) +/turf/open/floor/wood, +/area/service/library) +"eYr" = ( +/turf/open/floor/iron/grimy, +/area/security/detectives_office) "eYw" = ( /obj/structure/chair/stool/directional/east, /obj/effect/landmark/xeno_spawn, @@ -18330,38 +19749,31 @@ dir = 4 }, /area/service/theater) -"eYE" = ( -/obj/machinery/duct, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"eYG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/cigbutt, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) +/area/maintenance/central/secondary) "eYL" = ( /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) -"eYZ" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ +"eYW" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 9 }, /obj/structure/cable, /turf/open/floor/iron, -/area/maintenance/tram/left) -"eZk" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) +/area/engineering/main) "eZr" = ( /obj/effect/turf_decal/stripes{ dir = 4 @@ -18398,17 +19810,26 @@ }, /turf/open/floor/iron/dark, /area/security/prison/safe) -"eZR" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ +"eZW" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 }, -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks, -/obj/machinery/light/directional/north, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron, -/area/service/bar) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/hydroponics) "eZX" = ( /obj/structure/chair/stool/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/violet/visible, @@ -18430,10 +19851,6 @@ }, /turf/open/floor/iron, /area/maintenance/tram/mid) -"fai" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/security/prison) "fay" = ( /obj/machinery/modular_computer/console/preset/engineering{ dir = 4 @@ -18452,13 +19869,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison/mess) -"faT" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "faV" = ( /obj/structure/table, /obj/item/candle, @@ -18486,19 +19896,6 @@ /obj/item/paper/pamphlet/gateway, /turf/open/floor/iron, /area/command/gateway) -"fbk" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) "fbm" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty, @@ -18517,6 +19914,16 @@ /obj/structure/cable, /turf/open/floor/iron, /area/maintenance/tram/mid) +"fbz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Hallway - North-East Escape Wing Entry"; + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) "fbD" = ( /obj/machinery/door/poddoor/shutters/radiation/preopen{ id = "engsm"; @@ -18528,6 +19935,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/engineering/supermatter) +"fbQ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/window/reinforced/spawner, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/theater) "fbR" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible, /turf/open/floor/iron, @@ -18582,14 +19996,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/engineering/main) -"fcx" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/iron, -/area/security/brig) "fcK" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 @@ -18602,10 +20008,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) -"fcN" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/right) "fcR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood, @@ -18646,22 +20048,21 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) -"fdh" = ( -/obj/structure/disposalpipe/trunk/multiz{ +"fdi" = ( +/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/machinery/door/window/northleft{ - dir = 2; - name = "Containment Pen #1"; - req_access_txt = "55" +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiotopleft"; - name = "Xenobio Topleft Pen Blast Door" +/obj/structure/disposalpipe/sorting/mail{ + sortType = 24 }, -/turf/open/floor/iron/dark, -/area/science/xenobiology) +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "fdl" = ( /obj/machinery/door/airlock{ id_tag = "private_i"; @@ -18671,16 +20072,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/commons/dorms) -"fdw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/aft) "fdC" = ( /obj/machinery/computer/teleporter{ dir = 4 @@ -18691,37 +20082,19 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/medical/storage) -"fee" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, +"fes" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/server) +"ffh" = ( +/obj/machinery/duct, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/cargo/storage) -"feO" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/stack/rods, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) -"ffd" = ( -/obj/machinery/status_display/ai/directional/west, -/obj/structure/chair/office{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/crew_quarters/dorms) "ffk" = ( /obj/structure/chair, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -18740,6 +20113,10 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron, /area/cargo/miningdock) +"ffs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating, +/area/engineering/supermatter/room) "ffR" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 9 @@ -18776,19 +20153,6 @@ /obj/effect/turf_decal/trimline/purple/filled/warning, /turf/open/floor/iron, /area/service/janitor) -"fgB" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "fgC" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -18806,13 +20170,19 @@ /obj/machinery/airalarm/directional/east, /turf/open/floor/iron, /area/engineering/atmos) -"fgR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"fgS" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, -/turf/open/floor/plating, -/area/maintenance/port/fore) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) "fhe" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/trimline/purple/filled/line, @@ -18849,11 +20219,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/maint) -"fht" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) "fhu" = ( /obj/structure/window/reinforced/tinted/fulltile, /obj/structure/grille, @@ -18872,31 +20237,17 @@ }, /turf/open/floor/iron/dark, /area/command/bridge) -"fhH" = ( -/obj/structure/disposalpipe/segment, -/obj/item/assembly/mousetrap/armed, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) -"fhI" = ( -/obj/structure/disposalpipe/trunk/multiz/down, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) -"fhM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +"fhN" = ( +/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_atmos{ + pixel_x = 38; + pixel_y = 6 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) "fhR" = ( /obj/structure/ladder, /obj/effect/decal/cleanable/dirt, @@ -18917,20 +20268,19 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit) -"fii" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "cytologysecure"; - name = "Secure Pen Lockdown" +"fhV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/plating, -/area/science/cytology) -"fiv" = ( -/obj/machinery/space_heater, +/turf/open/floor/iron/white, +/area/science/research) +"fiQ" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) +/turf/open/floor/iron, +/area/maintenance/starboard/central) "fiT" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/cable_coil/cut, @@ -18947,12 +20297,17 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/hallway/secondary/entry) -"fjq" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +"fjl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + name = "sorting disposal pipe (Security)"; + sortTypes = list(7,8) }, +/obj/structure/cable, /turf/open/floor/iron, -/area/security/office) +/area/security/brig) "fjs" = ( /obj/effect/turf_decal/bot, /turf/open/floor/iron, @@ -18961,34 +20316,10 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/cafeteria, /area/security/prison) -"fjC" = ( -/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/hallway/primary/central) "fjG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/hallway/primary/tram/right) -"fkh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) -"fku" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/aft) "fkL" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -19007,6 +20338,15 @@ /obj/machinery/teleport/hub, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/foyer) +"fle" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/office) "flq" = ( /obj/structure/chair{ dir = 1; @@ -19021,10 +20361,23 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/security/courtroom) -"flF" = ( +"flz" = ( +/obj/effect/turf_decal/siding/wood, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/north, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/library) +"flA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, /turf/open/floor/iron/dark, -/area/medical/morgue) +/area/security/courtroom) "fmd" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -19035,6 +20388,18 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) +"fmi" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engineering/supermatter) "fmj" = ( /obj/machinery/light/directional/south, /obj/effect/turf_decal/trimline/purple/filled/line, @@ -19081,24 +20446,15 @@ /obj/structure/cable, /turf/open/floor/iron, /area/engineering/atmos) -"fmy" = ( -/obj/machinery/camera{ - c_tag = "Solar - Starboard Control"; - dir = 5 +"fmY" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/starboard) -"fmI" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/bot, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/service/bar) "fnh" = ( /obj/machinery/chem_heater, /obj/effect/turf_decal/trimline/purple/end, @@ -19107,6 +20463,19 @@ "fnk" = ( /turf/open/floor/iron, /area/security/prison) +"fno" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) "fns" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -19121,18 +20490,6 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) -"fnJ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) "fnK" = ( /obj/structure/ladder, /turf/open/floor/plating, @@ -19159,6 +20516,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/department/medical) +"fog" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/fore) "for" = ( /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) @@ -19175,12 +20542,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison/garden) -"foB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "foD" = ( /obj/machinery/conveyor_switch/oneway{ id = "packageSort2" @@ -19212,6 +20573,32 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/engineering/atmos) +"foZ" = ( +/obj/structure/cable/multilayer/multiz, +/obj/machinery/camera{ + c_tag = "Service - Lower Power Hatch"; + dir = 6; + network = list("ss13","Service") + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/central) +"fpc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) "fpi" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 4; @@ -19226,6 +20613,28 @@ }, /turf/open/floor/circuit/telecomms, /area/science/xenobiology) +"fpj" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"fpk" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/right) "fpr" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/turf_decal/bot{ @@ -19242,14 +20651,55 @@ }, /turf/open/floor/plating/catwalk_floor, /area/command/gateway) -"fpu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating, -/area/engineering/supermatter/room) +"fpx" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "fpJ" = ( /obj/item/trash/candy, /turf/open/floor/plating/asteroid/airless, /area/mine/explored) +"fpN" = ( +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"fpO" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/fore) +"fpX" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) +"fqi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomright"; + name = "Xenobio Bottom Right Pen Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/xenobiology) "fqq" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 6 @@ -19275,6 +20725,18 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"fqL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "fqO" = ( /obj/effect/turf_decal/trimline/green/corner, /obj/effect/turf_decal/trimline/green/corner{ @@ -19295,6 +20757,13 @@ /obj/machinery/vending/cigarette, /turf/open/floor/iron, /area/commons/storage/tools) +"fra" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/office) "frk" = ( /obj/structure/railing, /obj/structure/chair/sofa/left{ @@ -19315,45 +20784,19 @@ }, /turf/open/floor/iron/white, /area/security/brig) +"frK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/maintenance/department/security) "frL" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/science/mixing) -"frN" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 9 - }, -/obj/machinery/button/door/directional/west{ - id = "atmos"; - name = "Atmospherics Lockdown"; - pixel_y = 8; - req_access_txt = "24" - }, -/obj/machinery/button/door/directional/west{ - id = "Secure Storage"; - name = "Engineering Secure Storage"; - req_access_txt = "11" - }, -/obj/machinery/button/door/directional/west{ - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_y = -8; - req_access_txt = "10" - }, -/mob/living/simple_animal/parrot/poly, -/turf/open/floor/iron, -/area/command/heads_quarters/ce) "fsa" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/ai_monitored/command/storage/eva) -"fsg" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/window/reinforced/spawner, -/obj/structure/cable, -/turf/open/floor/wood, -/area/service/theater) "fsn" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -19364,19 +20807,16 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) -"fsD" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ +"fsu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, +/obj/machinery/light/directional/north, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, /obj/structure/cable, /turf/open/floor/iron, -/area/security/prison) +/area/hallway/secondary/exit) "fsL" = ( /obj/effect/turf_decal/delivery, /obj/structure/holosign/barrier/atmos/sturdy, @@ -19392,15 +20832,13 @@ }, /turf/open/floor/plating, /area/science/mixing) -"ftX" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"ftQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/iron, -/area/security/processing) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad/secure, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "fub" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 @@ -19410,6 +20848,37 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/cargo/storage) +"fuc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"fuq" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division"; + req_one_access_txt = "47" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance-left" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Sciencelockdown"; + name = "Research Lockdown Blastdoor" + }, +/turf/open/floor/iron, +/area/science/research) "fuv" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -19425,6 +20894,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/maintenance/tram/mid) +"fuB" = ( +/obj/machinery/duct, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "fuC" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -19438,6 +20916,22 @@ /obj/structure/cable, /turf/open/floor/iron, /area/science/robotics/lab) +"fuI" = ( +/obj/structure/sign/warning/radiation/rad_area{ + dir = 1; + pixel_y = 32 + }, +/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/hallway/secondary/construction/engineering) "fuK" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -19480,15 +20974,17 @@ /obj/structure/fluff/tram_rail/anchor, /turf/open/openspace, /area/hallway/primary/tram/left) -"fvB" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 +"fvr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/structure/chair/sofa/corp/left, -/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, /turf/open/floor/iron, -/area/service/bar) +/area/hallway/primary/tram/center) "fvH" = ( /obj/structure/transit_tube/crossing, /turf/open/floor/plating/airless, @@ -19508,6 +21004,13 @@ /obj/item/storage/dice, /turf/open/floor/iron, /area/security/prison/rec) +"fwj" = ( +/obj/machinery/power/turbine{ + luminosity = 2 + }, +/obj/structure/cable/layer1, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) "fwn" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 10 @@ -19521,6 +21024,27 @@ /obj/structure/closet/l3closet/scientist, /turf/open/floor/iron/white, /area/science/xenobiology) +"fwp" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + name = "sorting disposal pipe (Genetics)"; + sortType = 23 + }, +/turf/open/floor/iron/white, +/area/science/research) +"fwv" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/south, +/obj/machinery/camera{ + c_tag = "Civilian - Dorms South"; + dir = 1 + }, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) "fwx" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/trimline/neutral/filled/line, @@ -19611,15 +21135,6 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) -"fxy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) "fxD" = ( /obj/effect/turf_decal/delivery, /obj/machinery/portable_atmospherics/canister/nitrogen, @@ -19637,22 +21152,23 @@ }, /turf/open/floor/iron, /area/hallway/secondary/entry) -"fym" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engineering/supermatter/room) "fyx" = ( /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/maintenance/port/fore) -"fyB" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - sortType = 17 - }, +"fzb" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, /obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/service/chapel/office) +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"fzc" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/medical) "fzd" = ( /obj/structure/table, /obj/item/stack/cable_coil{ @@ -19705,14 +21221,13 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) -"fAu" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) +"fAg" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/security/prison) "fAM" = ( /obj/structure/table/wood, /obj/structure/reagent_dispensers/peppertank/directional/east, @@ -19725,34 +21240,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) -"fAT" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/research{ - autoclose = 0; - frequency = 1449; - id_tag = "xeno_airlock_interior"; - name = "Xenobiology Lab Internal Airlock"; - req_access_txt = "55" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiomain"; - name = "Xenobiology Lockdown Blastdoor" - }, -/turf/open/floor/iron/white, -/area/science/xenobiology) "fAU" = ( /obj/effect/turf_decal/bot_white/right, /obj/effect/turf_decal/tile/neutral{ @@ -19768,11 +21255,6 @@ /obj/structure/closet/crate/goldcrate, /turf/open/floor/iron/dark, /area/ai_monitored/command/nuke_storage) -"fAY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille/broken, -/turf/open/floor/iron/smooth, -/area/maintenance/department/medical) "fBj" = ( /obj/structure/table, /obj/structure/window/reinforced/spawner, @@ -19803,11 +21285,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/starboard/central) -"fBq" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/security/prison) +"fBs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/surgery) "fBx" = ( /turf/closed/wall/r_wall, /area/security/checkpoint/escape) @@ -19849,16 +21338,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit/departure_lounge) -"fCd" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard) "fCu" = ( /obj/machinery/door/poddoor/shutters{ id = "evashutter"; @@ -19895,13 +21374,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/service/hydroponics) -"fCF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/medical) "fCN" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 @@ -19941,6 +21413,14 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/construction/mining/aux_base) +"fDL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/mid) "fDM" = ( /turf/open/floor/iron/stairs/medium, /area/cargo/miningdock) @@ -19954,37 +21434,11 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/hallway) -"fDX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/structure/sign/poster/official/pda_ad{ - pixel_y = 32 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "fEd" = ( /obj/effect/turf_decal/siding/thinplating/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) -"fEh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/stool/directional/north, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/break_room) "fEy" = ( /obj/machinery/door/airlock/external{ req_access_txt = "24" @@ -20018,18 +21472,6 @@ /obj/machinery/chem_master, /turf/open/floor/iron/white, /area/medical/chemistry) -"fFt" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "fFE" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -20059,6 +21501,17 @@ }, /turf/open/floor/iron, /area/security/courtroom) +"fGa" = ( +/obj/machinery/air_sensor/atmos/incinerator_tank{ + pixel_x = -32; + pixel_y = -32 + }, +/obj/machinery/igniter{ + id = "Incinerator" + }, +/obj/structure/cable/layer1, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) "fGd" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/red/filled/corner{ @@ -20075,14 +21528,6 @@ }, /turf/open/floor/iron/dark, /area/command/heads_quarters/cmo) -"fGB" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/cargo) "fGF" = ( /obj/machinery/light/small/directional/west, /obj/effect/decal/cleanable/dirt, @@ -20097,33 +21542,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/department/cargo) -"fHa" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/bluespace_vendor/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/entry) -"fHi" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/requests_console/directional/west{ - department = "Engineering"; - departmentType = 4; - name = "Engineering Requests Console" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) "fHE" = ( /turf/open/floor/iron, /area/cargo/office) @@ -20138,16 +21556,18 @@ /obj/effect/turf_decal/trimline/purple/filled/warning, /turf/open/floor/iron, /area/service/janitor) -"fHK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ +"fHW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/cargo/storage) +/area/hallway/secondary/exit) "fHY" = ( /obj/machinery/atmospherics/components/binary/pump/on{ dir = 4 @@ -20168,32 +21588,29 @@ /obj/effect/decal/cleanable/oil/slippery, /turf/open/floor/plating, /area/mine/explored) +"fIz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/evac/directional/south, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) "fIN" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 }, /turf/open/floor/iron, /area/security/checkpoint/supply) -"fIU" = ( -/obj/machinery/door/airlock/command{ - name = "Research Division Server Room"; - req_access_txt = "30" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/server) -"fIX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/junction{ +"fJp" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/status_display/evac/directional/west, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) +/turf/open/floor/engine, +/area/engineering/supermatter/room) "fJq" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 @@ -20218,21 +21635,6 @@ }, /turf/open/floor/iron/white, /area/medical/chemistry) -"fJY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Auxiliary Tool Storage"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/storage/tools) "fKc" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/structure/railing/corner{ @@ -20250,6 +21652,16 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/center) +"fKA" = ( +/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/corner{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) "fKH" = ( /obj/machinery/atmospherics/components/trinary/mixer{ dir = 8 @@ -20257,21 +21669,48 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/science/mixing) -"fLo" = ( +"fKQ" = ( +/obj/structure/rack, +/obj/item/stack/cable_coil/five, +/obj/item/storage/toolbox/electrical, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/right) +"fKU" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/aft) +"fLD" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Power Access Hatch"; + req_one_access_txt = "19" + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/service/library) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/central) "fLF" = ( /obj/effect/landmark/start/cook, /turf/open/floor/iron/white, /area/service/kitchen) -"fLL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"fLU" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/office) +/turf/open/floor/iron/white, +/area/science/xenobiology) "fLV" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 @@ -20291,6 +21730,22 @@ /obj/effect/landmark/start/depsec/medical, /turf/open/floor/iron, /area/security/checkpoint/medical) +"fMC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/requests_console/directional/west{ + department = "Engineering"; + departmentType = 4; + name = "Engineering Requests Console" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) "fMM" = ( /obj/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -20317,6 +21772,15 @@ /obj/structure/cable, /turf/open/floor/iron, /area/science/robotics/lab) +"fNh" = ( +/obj/machinery/door/airlock/hatch, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/right) "fNi" = ( /obj/structure/chair{ dir = 8 @@ -20338,6 +21802,16 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/orange/visible, /turf/open/floor/iron, /area/engineering/atmos) +"fNs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/mid) "fNu" = ( /obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 @@ -20345,6 +21819,15 @@ /obj/structure/railing/corner, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) +"fNx" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/engine_smes) "fNC" = ( /obj/structure/table, /obj/item/book/manual/wiki/engineering_hacking{ @@ -20362,6 +21845,26 @@ }, /turf/open/floor/iron, /area/engineering/break_room) +"fNQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"fNT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/left) "fNU" = ( /obj/machinery/hydroponics/soil, /obj/item/shovel/spade, @@ -20372,17 +21875,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison/garden) -"fNZ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - 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/security/prison) "fOc" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 5 @@ -20451,32 +21943,14 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) -"fPd" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 +"fPc" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + name = "sorting disposal pipe (Virology)"; + sortType = 27 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/extinguisher_cabinet/directional/east, /obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) -"fPg" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) +/turf/open/floor/iron/white, +/area/medical/medbay/central) "fPm" = ( /obj/effect/turf_decal/trimline/white/filled/line{ dir = 9 @@ -20491,20 +21965,20 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/iron/dark, /area/service/chapel/office) -"fPw" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/item/tank/internals/emergency_oxygen/engi, +"fPJ" = ( +/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/chapel, +/area/service/chapel) +"fPK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, /turf/open/floor/iron, -/area/engineering/main) +/area/hallway/primary/tram/left) "fPQ" = ( /obj/structure/table/glass, /obj/structure/window/reinforced, @@ -20603,10 +22077,17 @@ /obj/effect/spawner/random/trash/garbage, /turf/open/floor/plating/asteroid, /area/maintenance/central/secondary) -"fQD" = ( +"fQC" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/bluespace_vendor/south, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, /obj/structure/cable, /turf/open/floor/iron, -/area/security/checkpoint) +/area/cargo/miningdock) "fQS" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning, @@ -20619,14 +22100,16 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/maintenance/tram/right) -"fRg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) -"fRv" = ( +"fRo" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/left, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron, +/area/service/bar) +"fRy" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, @@ -20656,6 +22139,16 @@ }, /turf/open/floor/plating, /area/maintenance/tram/right) +"fRD" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "fRN" = ( /obj/structure/table/reinforced, /obj/machinery/keycard_auth/directional/south, @@ -20669,18 +22162,21 @@ }, /turf/open/floor/iron/dark, /area/command/heads_quarters/ce) -"fRW" = ( -/obj/machinery/light/small/directional/east, +"fRQ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Disposal Access"; + req_access_txt = "12" + }, +/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/camera{ - c_tag = "Maintenance - Escape Pod"; - dir = 6 +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/disposal) "fSd" = ( /obj/structure/railing{ dir = 4 @@ -20721,6 +22217,21 @@ }, /turf/open/floor/iron, /area/hallway/secondary/command) +"fSv" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=5-TunnelRight"; + location = "4-TunnelMidDoor" + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/mid) "fSF" = ( /turf/open/floor/plating/elevatorshaft, /area/security/prison) @@ -20740,6 +22251,19 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) +"fTo" = ( +/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 = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "fTt" = ( /obj/machinery/light/directional/north, /obj/machinery/atmospherics/components/binary/thermomachine/freezer{ @@ -20748,21 +22272,14 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/science/mixing) -"fTv" = ( -/obj/structure/railing/corner, -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner, +"fTC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/storage) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "fTF" = ( /obj/machinery/door/airlock/external{ name = "Common Mining Dock" @@ -20780,36 +22297,19 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/maintenance/tram/mid) -"fUg" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/right) "fUq" = ( /turf/closed/wall/rust, /area/maintenance/central) -"fUD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - name = "sorting disposal pipe (Xenobiology)"; - sortType = 28 - }, +"fUN" = ( +/obj/machinery/power/apc/auto_name/east, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/central) +"fVf" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "fVi" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -20835,6 +22335,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/cargo/miningdock) +"fVU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/command/heads_quarters/ce) "fWg" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -20868,35 +22377,13 @@ /obj/structure/plasticflaps/opaque, /turf/open/floor/plating, /area/engineering/atmos) -"fWD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"fWI" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) -"fWE" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Server Room"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/tcommsat/computer) -"fWQ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/office) +/turf/open/floor/plating, +/area/maintenance/starboard/central) "fWU" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -20938,13 +22425,6 @@ "fXt" = ( /turf/open/floor/iron/white, /area/science/cytology) -"fXN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/east, -/obj/structure/cable, -/turf/open/floor/wood, -/area/command/heads_quarters/hop) "fXP" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -20958,6 +22438,15 @@ }, /turf/open/floor/iron, /area/service/bar) +"fYb" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/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/science/research) "fYd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -20969,18 +22458,6 @@ /obj/machinery/door/firedoor/heavy, /turf/open/floor/plating, /area/science/research) -"fYn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/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/ai_monitored/security/armory) "fYq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /turf/closed/wall/r_wall, @@ -21026,6 +22503,30 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/iron, /area/security/checkpoint/medical) +"fZk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Mining Maintenance Access"; + req_access_txt = "48" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) +"fZn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + name = "sorting disposal pipe (HoS)"; + sortType = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/office) "fZp" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -21062,15 +22563,11 @@ /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/dark, /area/science/genetics) -"gab" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/hallway/secondary/command) +"gag" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "gal" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -21082,20 +22579,6 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/mine/explored) -"gaR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) -"gaU" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/vending/wallmed/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/heads_quarters/cmo) "gbm" = ( /obj/machinery/newscaster/directional/north, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -21124,6 +22607,42 @@ }, /turf/open/floor/iron, /area/cargo/storage) +"gbS" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/glass/bowl, +/obj/effect/spawner/random/contraband/prison, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/storage/box/drinkingglasses, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/bag/tray/cafeteria, +/obj/item/storage/box/drinkingglasses, +/turf/open/floor/iron/white, +/area/security/prison/mess) +"gbU" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "gbV" = ( /obj/machinery/porta_turret/ai{ dir = 4 @@ -21131,24 +22650,6 @@ /obj/machinery/status_display/ai/directional/east, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"gbW" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/break_room) "gbY" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -21156,12 +22657,6 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/commons/storage/primary) -"gcc" = ( -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/crew_quarters/dorms) "gcl" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/effect/turf_decal/trimline/yellow/corner{ @@ -21169,6 +22664,16 @@ }, /turf/open/floor/iron, /area/hallway/secondary/construction/engineering) +"gco" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/aft) "gcq" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 4 @@ -21197,70 +22702,26 @@ }, /turf/open/floor/plating/asteroid/airless, /area/mine/explored) -"gcv" = ( -/obj/machinery/door/airlock/hatch, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 +"gcD" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" }, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/left) -"gcw" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) +"gcX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/storage) -"gcG" = ( -/obj/effect/turf_decal/tile/blue{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/paramedic, +/obj/structure/disposalpipe/junction/flip{ dir = 1 }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron/dark, +/turf/open/floor/iron/white, /area/medical/medbay/central) -"gcJ" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/storage) -"gcQ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/camera{ - c_tag = "Science - Xenobiology Lower East"; - dir = 8; - network = list("ss13","rd","xeno") - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/xenobiology) -"gdo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/storage) "gdr" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -21279,24 +22740,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/science/storage) -"gdF" = ( -/obj/machinery/door/airlock/research{ - name = "Ordnance Lab"; - req_access_txt = "8" - }, -/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/purple/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/door/firedoor/heavy, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "gdK" = ( /obj/effect/spawner/random/trash/food_packaging, /turf/open/floor/plating/asteroid, @@ -21343,6 +22786,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/closed/wall/r_wall, /area/engineering/atmos) +"geu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engineering/break_room) "gex" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/delivery, @@ -21361,6 +22808,38 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/hallway) +"geR" = ( +/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/atmospherics/pipe/smart/manifold4w/orange/hidden, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) +"geT" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "virology_airlock_exterior"; + idInterior = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Console"; + pixel_x = -24; + pixel_y = 24; + req_access_txt = "39" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/virology) "geY" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -21395,20 +22874,19 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/foyer) -"gfp" = ( -/obj/machinery/atmospherics/components/binary/pump{ +"gfr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmos) -"gfF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"gfB" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/four, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) +/turf/open/floor/iron/smooth, +/area/maintenance/department/cargo) "gfH" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -21418,6 +22896,13 @@ }, /turf/open/floor/iron/freezer, /area/medical/coldroom) +"ggh" = ( +/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/cargo/office) "ggn" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -21452,14 +22937,25 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit) -"ghh" = ( -/obj/effect/turf_decal/stripes/corner{ +"ghi" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay"; + req_access_txt = "5" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/vault, -/area/hallway/primary/tram/left) +/turf/open/floor/iron/white, +/area/medical/medbay/central) "ghn" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet, @@ -21489,51 +22985,13 @@ }, /turf/open/floor/iron, /area/maintenance/tram/right) -"gio" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/machinery/door/firedoor, +"gik" = ( /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_multi{ - cycle_id = "bridge-left" - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/bridge) -"giy" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /obj/structure/cable, /turf/open/floor/iron, -/area/maintenance/tram/mid) -"giz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - name = "sorting disposal pipe (Kitchen)"; - sortType = 20 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) +/area/engineering/atmos) "giA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /obj/machinery/atmospherics/components/binary/valve/digital{ @@ -21541,27 +22999,6 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"gjf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/security) -"gji" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) "gjx" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -21596,20 +23033,14 @@ }, /turf/open/floor/iron/showroomfloor, /area/service/kitchen/coldroom) -"gkr" = ( +"gkt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/north, /obj/effect/decal/cleanable/dirt, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) -"gkB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/center) +/area/maintenance/port/central) "gkF" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -21643,12 +23074,6 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"gln" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/medical/morgue) "glo" = ( /obj/structure/table/wood, /obj/item/folder/blue, @@ -21680,46 +23105,34 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/commons/vacant_room/office) -"glB" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, +"glx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 +/obj/structure/disposalpipe/segment{ + dir = 10 }, /obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"glC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/commons/dorms) -"glE" = ( -/obj/machinery/duct, +/area/engineering/atmospherics_engine) +"glI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) +/turf/open/floor/iron, +/area/hallway/secondary/command) "glQ" = ( /turf/open/floor/iron/white, /area/security/prison/mess) -"gma" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/chair/office, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/escape) "gme" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 8 @@ -21727,54 +23140,10 @@ /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/iron, /area/cargo/sorting) -"gmp" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/turf/open/floor/wood, -/area/command/heads_quarters/hop) -"gmy" = ( -/obj/machinery/button/door/directional/south{ - id = "Sciencelockdown"; - name = "Science Lockdown Toggle"; - pixel_x = -6; - req_access_txt = "47" - }, -/obj/machinery/button/door/directional/south{ - id = "rndlab1"; - name = "Research Lab Shutter Control"; - pixel_x = 6; - req_access_txt = "47" - }, -/obj/machinery/button/door/directional/south{ - id = "xenobiomain"; - name = "Xenobiology Containmenr Blast Door"; - pixel_x = -6; - pixel_y = -34; - req_access_txt = "55" - }, -/obj/machinery/button/door/directional/south{ - id = "misclab"; - name = "Test Chamber Blast Doors"; - pixel_x = 6; - pixel_y = -34; - req_access_txt = "55" - }, -/turf/open/floor/iron/cafeteria, -/area/command/heads_quarters/rd) "gmV" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, /area/hallway/secondary/command) -"gmY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/clothing/head/cone{ - pixel_x = -8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "gnw" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -21799,6 +23168,23 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"gnB" = ( +/obj/machinery/door/airlock{ + name = "Courtroom" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/security/courtroom) "gnC" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -21811,15 +23197,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/maintenance/port/central) -"god" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/science/research) +"goc" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/library) "gog" = ( /obj/effect/turf_decal/trimline/white/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -21890,6 +23273,13 @@ /obj/structure/noticeboard/directional/east, /turf/open/floor/iron, /area/science/robotics/lab) +"gpB" = ( +/obj/machinery/power/apc/auto_name/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) "gqc" = ( /obj/structure/chair/pew/right{ dir = 4 @@ -21974,16 +23364,6 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/iron/dark, /area/engineering/engine_smes) -"gqU" = ( -/obj/structure/railing/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) "gre" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/aisat_interior) @@ -22014,12 +23394,6 @@ /obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, /area/security/processing) -"gry" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/command/heads_quarters/hos) "grL" = ( /obj/structure/closet/secure_closet/security/sec, /obj/effect/turf_decal/bot, @@ -22045,14 +23419,15 @@ /obj/machinery/exodrone_launcher, /turf/open/floor/plating, /area/cargo/storage) -"gsm" = ( +"gsd" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/reagent_dispensers/watertank, /obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) "gst" = ( /obj/structure/sink/kitchen{ dir = 8; @@ -22066,14 +23441,6 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai) -"gsv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) "gsS" = ( /obj/structure/table/wood, /obj/structure/window/reinforced{ @@ -22104,16 +23471,6 @@ }, /turf/open/floor/iron, /area/service/bar) -"gto" = ( -/obj/effect/landmark/start/depsec/science, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/red/arrow_cw{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/security/checkpoint/science) "gtB" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/navbeacon/wayfinding/dockescpod1, @@ -22162,15 +23519,22 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/maintenance/radshelter/service) -"guW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/item/radio/intercom/directional/north, +"guJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, /obj/structure/cable, -/turf/open/floor/engine, -/area/engineering/supermatter/room) +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"gvc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "gvt" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/machinery/disposal/bin, @@ -22204,66 +23568,82 @@ }, /turf/open/floor/iron/white, /area/medical/treatment_center) +"gvT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/south, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/commons/lounge) +"gvW" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"gvY" = ( +/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; + sortType = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) +"gwh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "gwj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, /area/science/robotics/lab) -"gwA" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "mix to port" - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/mixing) -"gwM" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/chair/stool/bar/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/hangover, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/bar) -"gwU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing, -/turf/open/floor/plating, -/area/maintenance/tram/left) -"gxe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/yellow/corner, -/obj/effect/turf_decal/trimline/yellow/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/break_room) -"gxg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, +"gwR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /turf/open/floor/iron, -/area/hallway/secondary/exit) +/area/commons/lounge) +"gwU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/tram/left) +"gwZ" = ( +/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/carpet, +/area/service/chapel) +"gxi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/security) "gxl" = ( /obj/structure/chair/comfy/black{ dir = 1 @@ -22281,22 +23661,10 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron/white, /area/medical/treatment_center) -"gxE" = ( -/obj/machinery/navbeacon/wayfinding/teleporter, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/teleporter) "gxK" = ( /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall, /area/science/xenobiology) -"gxP" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/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/security/checkpoint/escape) "gxX" = ( /obj/machinery/computer/station_alert{ dir = 8 @@ -22320,6 +23688,17 @@ }, /turf/open/floor/iron, /area/maintenance/tram/right) +"gyu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) "gyz" = ( /obj/effect/turf_decal/sand, /obj/effect/spawner/random/structure/crate, @@ -22336,46 +23715,6 @@ /obj/structure/table/wood, /turf/open/floor/wood, /area/commons/vacant_room/office) -"gyM" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/tram/mid) -"gyZ" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/miningdock) -"gza" = ( -/obj/machinery/flasher/directional/south{ - id = "AI"; - pixel_x = 20 - }, -/obj/machinery/door/window{ - atom_integrity = 300; - base_state = "rightsecure"; - dir = 1; - icon_state = "rightsecure"; - name = "Primary AI Core Access"; - req_access_txt = "16" - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai) "gzb" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -22387,80 +23726,32 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/cargo/miningdock) -"gzp" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 +"gzo" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Hydroponics Maintenance Access"; + req_access_txt = "35,12" }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/iron, -/area/engineering/engine_smes) +/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/duct, +/turf/open/floor/plating/catwalk_floor, +/area/service/hydroponics) "gzs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron/white, /area/service/kitchen) -"gzA" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Genetics Lab"; - req_access_txt = "9, 30" +"gzz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/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/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/science/genetics) -"gzD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/primary/central) -"gzI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/junction/flip, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) -"gzK" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/turf/open/floor/iron, -/area/security/checkpoint/engineering) -"gzO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/xenobiology) -"gzQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) -"gzS" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) +/area/hallway/primary/tram/right) "gAb" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -22470,38 +23761,71 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) -"gAm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/head/cone{ - pixel_x = -9; - pixel_y = 8 +"gAl" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 }, -/obj/item/clothing/head/cone{ - pixel_x = 9; - pixel_y = 8 +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/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/science/research) +"gAo" = ( +/obj/effect/turf_decal/trimline/white/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/north, +/obj/machinery/camera{ + c_tag = "Secure - Tech Storage"; + dir = 6 }, /obj/structure/cable, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) +"gAp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-maint-passthrough" + }, +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) +/area/maintenance/starboard/secondary) "gAt" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 9 }, /turf/open/floor/iron, /area/security/prison/workout) -"gAF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +"gAv" = ( +/obj/structure/rack, +/obj/item/stack/cable_coil/five, +/obj/item/storage/toolbox/electrical, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/left) +"gAB" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/security) "gAL" = ( /obj/structure/table, /obj/item/restraints/handcuffs, @@ -22510,6 +23834,16 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/security/office) +"gAR" = ( +/obj/machinery/duct, +/obj/machinery/door/airlock{ + name = "Custodial Water Synth Access"; + req_access_txt = "26" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/crew_quarters/dorms) "gAX" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -22557,33 +23891,34 @@ /obj/machinery/computer/security/telescreen/entertainment/directional/north, /turf/open/floor/iron, /area/cargo/miningdock) +"gBC" = ( +/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/electricshock{ + pixel_x = 32 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"gBD" = ( +/obj/structure/sign/warning/vacuum{ + pixel_y = 32 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/center) "gBH" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, /turf/open/floor/iron/showroomfloor, /area/security/office) -"gBI" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/security/processing) -"gBX" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/service/library) "gBY" = ( /turf/closed/wall, /area/hallway/secondary/exit/departure_lounge) @@ -22636,6 +23971,15 @@ }, /turf/open/floor/engine, /area/engineering/supermatter) +"gDf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) "gDg" = ( /obj/machinery/conveyor{ dir = 1; @@ -22644,13 +23988,19 @@ /obj/structure/plasticflaps, /turf/open/floor/plating, /area/cargo/storage) -"gDi" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +"gDq" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/camera{ + c_tag = "Maintenance - Central Tram Tunnel 2"; + dir = 1 }, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/secondary/construction/engineering) +/area/maintenance/tram/mid) "gDz" = ( /obj/effect/turf_decal/bot, /obj/structure/reagent_dispensers/watertank, @@ -22662,24 +24012,19 @@ }, /turf/open/floor/iron, /area/service/janitor) -"gDC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - name = "sorting disposal pipe (Dorms)"; - sortType = 26 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/lounge) "gDI" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) +"gDW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/right) "gEb" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/structure/railing/corner{ @@ -22722,6 +24067,12 @@ }, /turf/open/floor/iron, /area/security/prison/workout) +"gEG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) "gET" = ( /obj/structure/railing/corner{ dir = 1 @@ -22760,21 +24111,17 @@ }, /turf/open/floor/iron, /area/security/processing) +"gFt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "gFD" = ( /obj/effect/spawner/random/trash/food_packaging, /turf/open/floor/plating/asteroid, /area/maintenance/department/medical) -"gFI" = ( -/obj/structure/cable/layer1, -/turf/open/floor/iron, -/area/maintenance/disposal/incinerator) -"gGc" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/left) "gGj" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -22810,22 +24157,6 @@ }, /turf/open/floor/iron, /area/service/bar) -"gGF" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/east, -/obj/machinery/camera{ - c_tag = "Science - Xenobiology East"; - dir = 9; - network = list("ss13","rd","xeno") - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) "gGM" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -22897,11 +24228,6 @@ }, /turf/open/floor/iron, /area/security/prison/rec) -"gHL" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) "gHN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/stripes/corner, @@ -22916,16 +24242,23 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/maintenance/central) +"gIh" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/window/brigdoor/southright{ + name = "Security Desk"; + req_access_txt = "63" + }, +/turf/open/floor/plating, +/area/security/checkpoint/escape) "gIt" = ( /turf/closed/wall, /area/science/robotics/lab) -"gIC" = ( -/obj/structure/table, -/obj/item/beacon, -/obj/machinery/power/apc/auto_name/south, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/teleporter) "gIF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /turf/closed/wall/r_wall, @@ -22937,6 +24270,11 @@ /obj/structure/fluff/tram_rail/floor, /turf/open/floor/plating, /area/hallway/primary/tram/center) +"gIN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/iron/smooth, +/area/maintenance/department/crew_quarters/dorms) "gIO" = ( /obj/effect/turf_decal/stripes{ dir = 1 @@ -22947,21 +24285,36 @@ }, /turf/open/floor/vault, /area/hallway/primary/tram/right) -"gIQ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access"; - req_one_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) "gIW" = ( /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/foyer) +"gIX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "50" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/cargo/storage) +"gJj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) +"gJw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "gJC" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -22983,9 +24336,50 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /turf/open/floor/engine, /area/science/cytology) +"gJR" = ( +/obj/machinery/door/airlock/command{ + name = "Research Director's Office"; + req_access_txt = "30" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"gJW" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) "gJZ" = ( /turf/open/floor/plating, /area/commons/vacant_room/office) +"gKi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/obj/item/stack/rods, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) +"gKu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "gKx" = ( /obj/structure/chair{ dir = 4 @@ -23022,23 +24416,23 @@ "gKY" = ( /turf/open/floor/iron/white, /area/medical/treatment_center) +"gLb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/sign/departments/restroom{ + pixel_y = 32 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "gLi" = ( /obj/effect/turf_decal/trimline/white/filled/line{ dir = 1 }, /turf/open/floor/iron/dark, /area/engineering/storage/tech) -"gLr" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/bar) "gLw" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -23062,19 +24456,6 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/foyer) -"gLH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "gLI" = ( /obj/machinery/newscaster/directional/west, /obj/machinery/disposal/bin, @@ -23083,27 +24464,22 @@ }, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) -"gMc" = ( +"gMA" = ( /obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/security/brig) -"gMh" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library Game Room" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/siding/wood/corner{ dir = 8 }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/service/library) +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/command) "gMG" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -23119,18 +24495,16 @@ /obj/item/paper_bin, /turf/open/floor/iron/white, /area/science/research) -"gMT" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +"gMN" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" }, +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "gNb" = ( /obj/effect/spawner/random/vending/colavend, /obj/effect/turf_decal/tile/neutral, @@ -23162,24 +24536,6 @@ }, /turf/open/floor/iron, /area/security/processing) -"gND" = ( -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/sign/nanotrasen{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Security - Brig Upper West"; - dir = 4; - network = list("ss13","Security") - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/brig) "gNG" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -23188,17 +24544,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/security/prison/workout) -"gNK" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +"gNI" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12;25" }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "gNL" = ( /obj/machinery/camera{ c_tag = "Science - Experimentor Lab Testing Range"; @@ -23226,6 +24581,18 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/ai_monitored/command/nuke_storage) +"gOj" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Maintenance - Escape Pod"; + dir = 6 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central) "gOy" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/landmark/event_spawn, @@ -23248,18 +24615,20 @@ /obj/structure/girder, /turf/open/floor/plating/asteroid, /area/mine/explored) -"gOL" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/engine_smes) "gOQ" = ( /obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) +"gOU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) "gOY" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -23282,6 +24651,25 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/cargo/storage) +"gPh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry"; + req_access_txt = "33" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/chemistry) "gPp" = ( /obj/effect/turf_decal/tile{ dir = 1 @@ -23298,22 +24686,24 @@ /obj/structure/railing, /turf/open/space/basic, /area/space/nearstation) -"gPJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/commons/toilet/restrooms) -"gQD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/duct, +"gPN" = ( +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/security/prison) +"gPW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/primary/central) +/area/commons/dorms) +"gQw" = ( +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "gQF" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 9 @@ -23321,24 +24711,19 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/security/processing) -"gQO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) "gQY" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/landmark/start/paramedic, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/iron/dark, /area/medical/treatment_center) +"gRa" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/exit) "gRw" = ( /obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ dir = 1 @@ -23375,26 +24760,6 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/right) -"gRV" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/prison) -"gSd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/assembly/mousetrap/armed, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) "gSe" = ( /obj/structure/table/wood, /obj/item/paper_bin, @@ -23407,6 +24772,17 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/security/courtroom) +"gSh" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/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/hallway/secondary/construction/engineering) "gSr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -23440,6 +24816,44 @@ "gSB" = ( /turf/closed/wall/r_wall, /area/security/checkpoint/science) +"gSD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"gSF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/start/hangover, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"gSJ" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division"; + req_one_access_txt = "47" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance-right" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "Sciencelockdown"; + name = "Research Lockdown Blastdoor" + }, +/turf/open/floor/iron, +/area/science/research) "gSR" = ( /obj/structure/fluff/tram_rail/anchor{ dir = 1 @@ -23527,16 +24941,10 @@ }, /turf/open/floor/iron/grimy, /area/ai_monitored/turret_protected/aisat/foyer) -"gTW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/medical) -"gTZ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/crew_quarters/dorms) +"gTY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/engineering/supermatter/room) "gUe" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -23548,19 +24956,6 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron, /area/security/checkpoint/science) -"gUh" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/item/radio/intercom/directional/south{ - freerange = 1; - frequency = 1447; - listening = 0; - name = "Private Channel" - }, -/obj/structure/cable, -/turf/open/floor/glass/reinforced, -/area/ai_monitored/turret_protected/aisat/hallway) "gUi" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -23586,13 +24981,14 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/plating, /area/maintenance/tram/left) -"gUV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) +"gUT" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron, +/area/engineering/engine_smes) "gUX" = ( /obj/effect/turf_decal/trimline/neutral/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -23600,6 +24996,19 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/secondary/entry) +"gVe" = ( +/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 = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "gVh" = ( /obj/machinery/door/airlock/hatch{ name = "MiniSat Telecomms Relay Access"; @@ -23613,11 +25022,6 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/hallway) -"gVs" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) "gVv" = ( /obj/structure/industrial_lift, /obj/structure/railing{ @@ -23631,22 +25035,16 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"gVC" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 +"gVF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/cargo/miningdock) -"gVK" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/extinguisher_cabinet/directional/south, -/obj/machinery/chem_mass_spec, +/obj/structure/cable, /turf/open/floor/iron/white, -/area/medical/pharmacy) +/area/medical/medbay/central) "gVL" = ( /obj/machinery/space_heater, /obj/effect/turf_decal/bot, @@ -23659,26 +25057,10 @@ /obj/structure/fluff/tram_rail, /turf/open/openspace, /area/hallway/primary/tram/center) -"gVS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/ai_monitored/security/armory) "gWm" = ( /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/engine/air, /area/engineering/atmos) -"gWn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/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/hallway/secondary/entry) "gWt" = ( /obj/machinery/door/airlock/security{ name = "Permanent Cell 3" @@ -23728,27 +25110,24 @@ }, /turf/open/floor/iron, /area/commons/lounge) -"gXa" = ( -/obj/structure/rack, -/obj/item/wrench, -/obj/item/kitchen/knife, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/cytology) -"gXp" = ( +"gWQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/maintenance/department/security) +"gXe" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/command/heads_quarters/hop) -"gXL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/wallframe/apc, -/turf/open/floor/plating, -/area/maintenance/starboard/central) +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"gXs" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "gYh" = ( /obj/machinery/computer/operating{ dir = 8 @@ -23766,25 +25145,12 @@ /obj/machinery/light_switch/directional/east, /turf/open/floor/iron/white, /area/medical/surgery) -"gYn" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +"gYm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/security/prison) -"gYo" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, /obj/structure/cable, /turf/open/floor/iron, /area/cargo/storage) @@ -23792,15 +25158,6 @@ /obj/machinery/portable_atmospherics/canister/plasma, /turf/open/floor/plating, /area/engineering/engine_smes) -"gYy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/service/chapel) "gYA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, @@ -23821,48 +25178,36 @@ }, /turf/open/floor/circuit/telecomms/mainframe, /area/tcommsat/server) -"gZm" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - name = "sorting disposal pipe (Genetics)"; - sortType = 23 - }, -/turf/open/floor/iron/white, -/area/science/research) -"gZw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor, +"gZj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 +/obj/item/shard, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/fore) +"gZq" = ( +/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/purple/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/mixing) +"gZs" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/structure/cable, /turf/open/floor/iron, -/area/service/kitchen) -"gZH" = ( -/obj/machinery/door/airlock/hatch, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/mid) +/area/cargo/miningdock) "hag" = ( /turf/closed/wall, /area/medical/psychology) @@ -23895,51 +25240,10 @@ }, /turf/open/floor/iron/freezer, /area/medical/coldroom) -"haB" = ( -/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 = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/light/small/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/maintenance/starboard/secondary) -"haH" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks/beer, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/iron, -/area/service/bar) -"haT" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch"; - req_one_access_txt = null - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/right) "haY" = ( /obj/effect/turf_decal/siding/thinplating, /turf/open/floor/iron, /area/cargo/storage) -"hbp" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engineering/supermatter/room) "hbv" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -23968,6 +25272,17 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/secondary/exit) +"hbW" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + 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/security/prison) "hbZ" = ( /obj/structure/window/reinforced{ dir = 4 @@ -23987,12 +25302,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/engineering/gravity_generator) -"hcz" = ( -/obj/structure/disposalpipe/segment, +"hcG" = ( +/obj/structure/ladder, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4, /obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/left) +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/left) "hcW" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, @@ -24005,14 +25321,6 @@ /obj/machinery/status_display/ai/directional/north, /turf/open/floor/iron/white, /area/science/research) -"hda" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/mob/living/simple_animal/bot/floorbot, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/aisat/maint) "hdb" = ( /obj/machinery/newscaster/security_unit/directional/north, /obj/effect/turf_decal/trimline/green/filled/line, @@ -24052,14 +25360,6 @@ /obj/structure/cable, /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) -"hdw" = ( -/obj/machinery/power/apc/auto_name/north, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/chemistry) "hdD" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -24082,12 +25382,6 @@ }, /turf/open/floor/vault, /area/hallway/primary/tram/center) -"hdY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille, -/obj/structure/barricade/wooden, -/turf/open/floor/iron/smooth, -/area/maintenance/central) "hek" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/white, @@ -24098,6 +25392,20 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/hallway/primary/central) +"heE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) +"heW" = ( +/turf/open/floor/iron, +/area/service/janitor) "hfk" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/item/seeds/apple, @@ -24113,13 +25421,6 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/service/hydroponics/garden) -"hfn" = ( -/obj/machinery/mechpad, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/power/apc/auto_name/south, -/obj/structure/cable, -/turf/open/floor/iron, -/area/science/robotics/mechbay) "hft" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -24141,17 +25442,14 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) -"hfG" = ( -/obj/machinery/door/airlock{ - name = "Water Closet"; - req_access_txt = "26" - }, +"hfA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, +/obj/item/assembly/mousetrap/armed, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) +/area/maintenance/central/secondary) "hfO" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -24195,12 +25493,36 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/service/kitchen) +"hfS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) "hgr" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, /turf/open/floor/iron, /area/cargo/qm) +"hgA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/service/lawoffice) "hgE" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -24209,71 +25531,11 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/science/mixing) -"hgM" = ( -/obj/item/kirbyplants/random, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/service/lawoffice) "hgP" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/engine, /area/engineering/supermatter/room) -"hhe" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint) -"hhi" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) -"hhj" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/service/bar) -"hho" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Experimentation Lab"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/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 = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/explab) "hhr" = ( /obj/machinery/camera/motion{ c_tag = "Secure - AI Lower External North"; @@ -24282,6 +25544,20 @@ }, /turf/open/space/basic, /area/ai_monitored/turret_protected/aisat/foyer) +"hhu" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Arrivals - North Docking Hall"; + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) "hhx" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -24310,14 +25586,15 @@ /obj/structure/grille, /turf/open/floor/plating/airless, /area/space/nearstation) -"hie" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/start/depsec/engineering, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, +"hhU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, /turf/open/floor/iron, -/area/security/checkpoint/engineering) +/area/hallway/secondary/command) "him" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -24331,57 +25608,26 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/fore) -"hiS" = ( -/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/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/construction/engineering) "hiV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /turf/closed/wall/r_wall, /area/engineering/break_room) -"hjj" = ( -/obj/structure/chair/plastic{ - dir = 1 - }, -/obj/effect/landmark/blobstart, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"hje" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"hjw" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Laser Room"; - req_one_access_txt = "10;24" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/turf/open/floor/engine, -/area/engineering/supermatter/room) -"hjE" = ( -/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, +/turf/open/floor/iron/freezer, +/area/security/prison/shower) +"hjB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 }, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) -"hjO" = ( -/obj/effect/spawner/random/vending/colavend, -/turf/open/floor/wood, -/area/service/bar) +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) "hjV" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -24393,13 +25639,12 @@ "hjW" = ( /turf/closed/wall/rust, /area/maintenance/central/secondary) -"hkc" = ( -/obj/structure/ladder, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2, -/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/left) +"hkb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) "hkm" = ( /obj/machinery/door/airlock{ name = "Unisex Showers" @@ -24442,15 +25687,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/commons/dorms) -"hkT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/turf/open/floor/iron, -/area/cargo/miningdock) "hkZ" = ( /obj/structure/toilet/greyscale{ dir = 4 @@ -24482,6 +25718,11 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/right) +"hlf" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/port/fore) "hlq" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning, @@ -24494,16 +25735,6 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/maintenance/tram/mid) -"hly" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "hlz" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -24514,6 +25745,17 @@ }, /turf/open/floor/iron, /area/cargo/miningdock) +"hlD" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Air Tank Access"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/medical/virology) "hlG" = ( /obj/structure/table, /obj/item/toy/cards/deck, @@ -24527,6 +25769,17 @@ /obj/structure/fluff/tram_rail/floor, /turf/open/floor/iron, /area/hallway/primary/tram/right) +"hlM" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/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/cargo/office) "hlR" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 4 @@ -24554,14 +25807,6 @@ }, /turf/open/floor/glass/reinforced, /area/ai_monitored/turret_protected/aisat/hallway) -"hlY" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) "hma" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, @@ -24589,14 +25834,6 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark, /area/ai_monitored/command/storage/eva) -"hmj" = ( -/obj/machinery/power/apc/auto_name/north, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "hmp" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -24610,6 +25847,14 @@ }, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) +"hms" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) "hmt" = ( /obj/item/chair, /obj/item/restraints/handcuffs/cable/red, @@ -24675,62 +25920,75 @@ }, /turf/open/floor/glass/reinforced, /area/ai_monitored/turret_protected/aisat/hallway) -"hmQ" = ( -/obj/machinery/power/apc/auto_name/west, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +"hmS" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 }, /obj/structure/cable, /turf/open/floor/iron, -/area/security/courtroom) -"hne" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/security/interrogation) -"hnl" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" +/area/cargo/sorting) +"hmX" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/security) +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/bar/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail/flip{ + name = "sorting disposal pipe (Bar)"; + sortType = 19 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/bar) "hnF" = ( /turf/closed/wall/rock/porous, /area/maintenance/port/fore) -"hnN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/showcase/cyborg/old{ - pixel_y = 20 - }, -/obj/machinery/camera{ - c_tag = "Secure - AI Antechamber South"; - dir = 6; - network = list("ss13","minisat") - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"hoe" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, +"hod" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/plating, -/area/science/xenobiology) +/area/maintenance/central) "hoF" = ( /obj/structure/sign/warning/nosmoking, /turf/closed/wall, /area/engineering/atmos) -"hoM" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/mid) +"hoO" = ( +/obj/machinery/door/airlock/command{ + name = "Research Division Server Room"; + req_access_txt = "30" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/server) +"hoU" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/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/security/brig) +"hoX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) "hoY" = ( /obj/item/stack/sheet/iron, /turf/open/floor/plating/asteroid, @@ -24741,23 +25999,34 @@ }, /turf/open/floor/carpet, /area/cargo/qm) +"hpA" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "hpE" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 10 }, /turf/open/floor/iron, /area/science/research) -"hqb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"hpM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch"; - req_access_txt = "11" +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/right) +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) "hqc" = ( /obj/effect/turf_decal/stripes{ dir = 8 @@ -24767,15 +26036,12 @@ }, /turf/open/floor/plating, /area/hallway/primary/tram/center) -"hqq" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/fluff/tram_rail/floor, -/obj/structure/cable, +"hqn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/cable/layer1, /turf/open/floor/iron, -/area/hallway/primary/tram/center) +/area/maintenance/disposal/incinerator) "hqC" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning, @@ -24791,26 +26057,26 @@ }, /turf/open/floor/iron, /area/maintenance/tram/mid) -"hqH" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ +"hqP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/carpet, +/area/service/library) +"hrd" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ 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 = 9; - network = list("ss13","rd") +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) -"hrl" = ( +/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/power/apc/auto_name/north, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) +/turf/open/floor/iron, +/area/security/prison) "hrn" = ( /obj/structure/chair/office{ dir = 4 @@ -24887,23 +26153,6 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron/white, /area/security/prison) -"hrR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/commons/dorms) -"hsd" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "hsv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -24941,6 +26190,20 @@ /obj/effect/turf_decal/caution, /turf/open/floor/iron, /area/hallway/primary/tram/center) +"hsU" = ( +/obj/effect/landmark/start/head_of_security, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/office) "hsZ" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/bot, @@ -24982,6 +26245,24 @@ /obj/structure/cable, /turf/open/floor/iron/freezer, /area/medical/coldroom) +"htr" = ( +/obj/machinery/door/airlock/medical{ + name = "Psychology"; + req_access_txt = "70" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/psychology) "htt" = ( /obj/structure/table, /obj/item/storage/toolbox/electrical{ @@ -24993,35 +26274,19 @@ }, /turf/open/floor/iron, /area/commons/storage/primary) -"htw" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, -/obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/disposal/incinerator) -"htQ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ +"htI" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/camera{ + c_tag = "Science - Xenobiology Lower East"; + dir = 8; + network = list("ss13","rd","xeno") }, /obj/structure/cable, -/turf/open/floor/iron, -/area/service/kitchen) +/turf/open/floor/iron/dark, +/area/science/xenobiology) "htR" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/disposalpipe/segment{ @@ -25031,25 +26296,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/command/gateway) -"htT" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/kitchen) "htX" = ( /obj/structure/ladder, /obj/machinery/door/window/westleft{ @@ -25065,30 +26311,12 @@ }, /turf/open/floor/plating, /area/hallway/primary/central) -"huf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/robot_debris/old, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) "huk" = ( /obj/structure/chair, /obj/machinery/airalarm/directional/north, /obj/effect/landmark/start/hangover, /turf/open/floor/iron/dark, /area/maintenance/radshelter/civil) -"hun" = ( -/obj/item/soap/nanotrasen, -/obj/effect/landmark/event_spawn, -/obj/machinery/duct, -/obj/machinery/light/floor, -/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/freezer, -/area/security/prison/shower) "huv" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -25105,22 +26333,11 @@ }, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) -"huI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/security) "huU" = ( /obj/structure/chair/comfy/brown, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/command/heads_quarters/captain) -"huW" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/xenobiology) "huY" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ @@ -25134,6 +26351,12 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/central) +"hvc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) "hvi" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/spawner/random/trash/garbage, @@ -25179,6 +26402,19 @@ /obj/machinery/light/small/directional/north, /turf/open/openspace, /area/science/xenobiology) +"hvZ" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/port/aft) +"hwj" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/fore) "hwy" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/machinery/shower{ @@ -25204,22 +26440,26 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"hxL" = ( -/obj/effect/turf_decal/tile/bar{ +"hxx" = ( +/obj/effect/turf_decal/trimline/neutral/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, +/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/hallway/secondary/entry) +"hxB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 9 }, /obj/structure/cable, -/turf/open/floor/iron/dark/side{ - dir = 4 - }, -/area/service/bar) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "hym" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/caution{ @@ -25228,29 +26468,32 @@ /obj/structure/railing, /turf/open/floor/plating, /area/maintenance/tram/left) -"hyn" = ( -/obj/effect/turf_decal/tile/red{ +"hyK" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) +"hzf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) +"hzj" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, -/obj/effect/turf_decal/tile/red{ - dir = 8 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron, -/area/service/kitchen) -"hyu" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/treatment_center) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "hzo" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -25260,6 +26503,23 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron, /area/security/checkpoint/supply) +"hzr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) +"hzt" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "hzw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -25298,11 +26558,11 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/central/secondary) -"hAa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/violet/visible, +"hAd" = ( +/obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/iron, -/area/engineering/atmos) +/area/cargo/office) "hAe" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/table/glass, @@ -25328,12 +26588,16 @@ /obj/structure/cable, /turf/open/floor/circuit/telecomms/mainframe, /area/tcommsat/server) -"hAy" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance/two, +"hAg" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "hAH" = ( /obj/machinery/computer/robotics, /obj/structure/window/reinforced{ @@ -25375,12 +26639,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/maintenance/port/central) -"hBk" = ( -/obj/effect/spawner/random/trash/garbage, -/obj/effect/decal/cleanable/dirt, -/obj/item/wrench, -/turf/open/floor/iron/smooth, -/area/maintenance/port/aft) "hBo" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -25407,6 +26665,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/ai_monitored/security/armory) +"hCC" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) "hCQ" = ( /obj/machinery/door/poddoor/shutters/radiation/preopen{ id = "engsm"; @@ -25418,17 +26687,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/engineering/supermatter) -"hCY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/four, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) -"hDk" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/crew_quarters/dorms) "hDp" = ( /obj/item/shovel, /obj/item/storage/bag/ore, @@ -25443,22 +26701,33 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/department/security) -"hDw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/duct, +"hEc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/right) +"hEi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/service/kitchen) +"hEy" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable, /turf/open/floor/iron, -/area/commons/dorms) -"hEn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/storage) +/area/hallway/primary/tram/right) "hEC" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ dir = 1; @@ -25474,14 +26743,14 @@ }, /turf/open/floor/engine/n2, /area/engineering/atmos) -"hEO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/east, +"hEL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/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/service/hydroponics/garden) +/area/engineering/atmos) "hES" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 @@ -25491,14 +26760,32 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison) -"hFO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, +"hFi" = ( +/obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron, -/area/hallway/secondary/command) +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/research{ + autoclose = 0; + frequency = 1449; + id_tag = "xeno_airlock_exterior"; + name = "Xenobiology Lab External Airlock"; + req_access_txt = "55" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiomain"; + name = "Xenobiology Lockdown Blastdoor" + }, +/turf/open/floor/iron/white, +/area/science/xenobiology) "hFV" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/disposalpipe/segment{ @@ -25523,6 +26810,14 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/glass, /area/commons/dorms) +"hGC" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/closet/secure_closet/chemical, +/turf/open/floor/iron/white, +/area/medical/pharmacy) "hHc" = ( /obj/structure/table, /obj/machinery/ecto_sniffer{ @@ -25561,22 +26856,6 @@ }, /turf/open/floor/iron, /area/commons/dorms) -"hHg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/iron/grimy, -/area/security/detectives_office) -"hHj" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/starboard) "hHo" = ( /turf/closed/wall/rust, /area/maintenance/department/cargo) @@ -25632,23 +26911,10 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/checkpoint/supply) -"hHX" = ( -/obj/machinery/power/apc/auto_name/west, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/machinery/light_switch/directional/south, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/supply) "hIb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/cargo/office) -"hIl" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/command/heads_quarters/hos) "hIw" = ( /obj/structure/table/glass, /obj/machinery/reagentgrinder{ @@ -25682,6 +26948,13 @@ }, /turf/open/floor/iron, /area/command/heads_quarters/ce) +"hJa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "hJh" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -25721,19 +26994,6 @@ }, /turf/open/floor/iron, /area/maintenance/tram/left) -"hJX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/commons/locker) "hKn" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 @@ -25757,24 +27017,6 @@ /obj/machinery/bluespace_vendor/north, /turf/open/floor/iron, /area/command/heads_quarters/hop) -"hKw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Mining Maintenance Access"; - req_access_txt = "48" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "hKA" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 4 @@ -25815,63 +27057,25 @@ /obj/machinery/telecomms/bus/preset_one, /turf/open/floor/iron/dark/telecomms, /area/tcommsat/server) +"hKV" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/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, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/supply) "hKW" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, /area/maintenance/department/medical) -"hKX" = ( -/obj/effect/turf_decal/trimline/red/arrow_cw{ - dir = 8 - }, -/obj/effect/landmark/start/depsec/supply, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/supply) -"hLi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/green/filled/corner, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 - }, -/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/medical/virology) -"hLj" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_exterior"; - name = "Virology Exterior Airlock"; - req_access_txt = "39" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/door_buttons/access_button{ - dir = 1; - idDoor = "virology_airlock_exterior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_y = -24; - req_access_txt = "39" - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/virology) "hLp" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/components/binary/pump{ @@ -25880,6 +27084,16 @@ }, /turf/open/floor/engine, /area/engineering/supermatter/room) +"hLw" = ( +/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, +/turf/open/floor/iron, +/area/engineering/atmos) "hLA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -25903,13 +27117,16 @@ }, /turf/open/floor/iron/white, /area/command/heads_quarters/rd) -"hLT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"hLR" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, /obj/structure/cable, /turf/open/floor/iron, -/area/engineering/atmos) +/area/security/prison) "hLV" = ( /obj/structure/closet/secure_closet/security/cargo, /obj/item/clothing/mask/whistle, @@ -25918,21 +27135,6 @@ }, /turf/open/floor/iron, /area/security/checkpoint/supply) -"hLY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera{ - c_tag = "Hallway - South-East Escape Wing Entry"; - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) "hMd" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics N2 Chamber"; @@ -25951,34 +27153,12 @@ /obj/structure/cable, /turf/open/floor/iron, /area/construction/mining/aux_base) -"hMt" = ( -/obj/effect/spawner/structure/window, -/obj/structure/cable, -/turf/open/floor/plating, -/area/hallway/secondary/exit/departure_lounge) "hMv" = ( /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/cargo/office) -"hMy" = ( -/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 = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/machinery/light/small/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/maintenance/starboard/secondary) -"hMM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron/dark, -/area/science/server) "hMR" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -25990,14 +27170,39 @@ "hNf" = ( /turf/closed/wall/r_wall, /area/ai_monitored/security/armory) -"hNy" = ( -/obj/structure/closet/crate, -/obj/item/pickaxe/mini, -/obj/effect/spawner/random/maintenance/two, -/obj/item/flashlight, +"hNl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, +/turf/open/floor/plating/catwalk_floor, /area/maintenance/starboard/central) +"hNp" = ( +/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/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"hNx" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Security Outpost"; + network = list("ss13","engineering","Security") + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/newscaster/security_unit/directional/north, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) "hNG" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -26043,19 +27248,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/brig) -"hOx" = ( -/obj/structure/cable/multilayer/multiz, -/obj/machinery/camera{ - c_tag = "Service - Lower Power Hatch"; - dir = 6; - network = list("ss13","Service") - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/central) "hOB" = ( /obj/machinery/computer/scan_consolenew, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -26075,16 +27267,6 @@ /obj/effect/turf_decal/trimline/neutral/line, /turf/open/floor/iron, /area/security/prison/mess) -"hOY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "hPc" = ( /obj/machinery/computer/security{ dir = 8 @@ -26134,19 +27316,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/central/secondary) -"hQa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/paramedic, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 +"hQb" = ( +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) "hQD" = ( /obj/structure/table, /obj/item/raw_anomaly_core/random{ @@ -26175,10 +27352,32 @@ }, /turf/open/floor/plating, /area/medical/pharmacy) -"hQO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/secondary) +"hQQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ + dir = 1 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 28 + }, +/obj/structure/sign/directions/medical{ + pixel_y = 34 + }, +/obj/structure/sign/directions/engineering{ + pixel_y = 40 + }, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/directions/upload{ + dir = 4; + pixel_y = 22 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "hQY" = ( /obj/structure/closet/secure_closet/engineering_welding, /obj/effect/turf_decal/bot{ @@ -26233,21 +27432,6 @@ /obj/effect/turf_decal/loading_area, /turf/open/floor/iron, /area/science/robotics/lab) -"hRQ" = ( -/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/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/construction/engineering) "hSa" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -26268,24 +27452,12 @@ }, /turf/open/floor/iron/dark, /area/command/bridge) -"hSq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/cable, -/turf/open/floor/engine, -/area/engineering/supermatter/room) -"hSZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"hSj" = ( +/obj/machinery/light/small/directional/west, /obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) +/area/maintenance/central) "hTa" = ( /obj/machinery/vending/wardrobe/viro_wardrobe, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -26293,16 +27465,6 @@ }, /turf/open/floor/iron/dark, /area/medical/virology) -"hTd" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/starboard) "hTe" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -26310,11 +27472,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/iron/dark, /area/medical/treatment_center) -"hTl" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "hTn" = ( /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron, @@ -26347,38 +27504,10 @@ }, /turf/open/floor/engine/co2, /area/engineering/atmos) -"hUm" = ( -/obj/machinery/power/apc/auto_name/south, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/command/heads_quarters/rd) -"hUy" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/office) "hUF" = ( /mob/living/simple_animal/slime, /turf/open/floor/engine, /area/science/xenobiology) -"hUG" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/hallway/secondary/entry) "hVc" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -26402,22 +27531,6 @@ }, /turf/open/floor/iron, /area/science/robotics/lab) -"hVI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/commons/lounge) -"hVQ" = ( -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "hVW" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -26455,21 +27568,16 @@ "hWi" = ( /turf/open/floor/iron, /area/science/mixing) +"hWm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen/coldroom) "hWq" = ( /obj/effect/turf_decal/sand, /turf/open/floor/iron/airless, /area/mine/explored) -"hWE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "hWL" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -26477,15 +27585,6 @@ }, /turf/open/floor/iron/dark, /area/security/courtroom) -"hXj" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron/dark/side{ - dir = 8 - }, -/area/service/bar) "hXp" = ( /obj/structure/closet/crate, /obj/item/food/breadslice/plain, @@ -26507,12 +27606,30 @@ /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/engineering/atmos) +"hXE" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/binary/thermomachine/freezer/on{ + name = "euthanization chamber freezer" + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "hYd" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 }, /turf/open/floor/iron, /area/cargo/miningdock) +"hYq" = ( +/obj/structure/sign/warning/vacuum{ + pixel_y = 32 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/right) "hYr" = ( /obj/effect/spawner/structure/window, /obj/structure/disposalpipe/segment{ @@ -26520,13 +27637,22 @@ }, /turf/open/floor/plating, /area/service/kitchen/diner) -"hYy" = ( +"hYs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"hYz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/open/floor/carpet, -/area/service/library) +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/medical/treatment_center) "hYA" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -26563,11 +27689,31 @@ /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, /turf/closed/wall/r_wall, /area/science/server) +"hZg" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/fluff/tram_rail/floor{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "hZp" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/hallway/secondary/entry) +"hZA" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/wood, +/area/service/library) "hZH" = ( /obj/structure/window/reinforced{ dir = 1 @@ -26584,6 +27730,14 @@ }, /turf/open/floor/iron/dark, /area/engineering/storage/tech) +"hZS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/south, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) "hZT" = ( /obj/machinery/atmospherics/components/binary/pump/on{ dir = 4; @@ -26591,6 +27745,25 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"hZW" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer"; + name = "Medbay"; + req_access_txt = "5" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "iao" = ( /turf/closed/wall/r_wall, /area/security/prison/work) @@ -26622,6 +27795,16 @@ /obj/machinery/teleport/station, /turf/open/floor/plating, /area/command/teleporter) +"iaY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) "ibe" = ( /obj/structure/rack, /obj/structure/window/reinforced{ @@ -26659,6 +27842,17 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/hallway/primary/tram/right) +"ibO" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/fluff/tram_rail/floor{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "icg" = ( /obj/structure/industrial_lift, /obj/structure/railing{ @@ -26709,54 +27903,26 @@ /obj/structure/cable, /turf/open/floor/iron, /area/maintenance/tram/left) -"icC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/commons/lounge) -"icK" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Mining Construction Storage"; - req_one_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/port/central) "icV" = ( /obj/effect/turf_decal/bot, /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/commons/storage/primary) -"idw" = ( -/obj/machinery/door/airlock/hatch{ - name = "Radstorm Shelter" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/maintenance/radshelter/service) "idI" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 10 }, /turf/open/floor/iron, /area/security/prison/workout) -"idJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 +"idX" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/medical/morgue) +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/secondary) "idY" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/structure/disposalpipe/segment{ @@ -26764,6 +27930,23 @@ }, /turf/open/floor/iron, /area/security/office) +"iea" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "sorting disposal pipe (Pharmacy)"; + sortType = 11 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "iem" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -26774,11 +27957,36 @@ }, /turf/open/floor/iron, /area/commons/lounge) +"iep" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/button/door/directional/north{ + id = "xenobiotopleft"; + name = "Xenobio Top Left Blast Door"; + req_access_txt = "55" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"ies" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/clothing/head/cone{ + pixel_x = -8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "ieG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) +"ieH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/medical) "ieJ" = ( /obj/item/stack/ore/iron, /turf/open/floor/plating/asteroid/airless, @@ -26823,6 +28031,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/security/interrogation) +"ifn" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/medical) +"ifs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/mid) "ify" = ( /obj/structure/ladder, /obj/effect/turf_decal/sand/plating, @@ -26831,15 +28047,19 @@ "ifA" = ( /turf/closed/wall/r_wall, /area/science/breakroom) -"ifB" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/duct, +"ifD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, -/turf/open/floor/iron, -/area/service/bar) +/turf/open/floor/plating, +/area/security/checkpoint/engineering) +"ifI" = ( +/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/stairs/medium, +/area/service/theater) "ifW" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -26856,17 +28076,6 @@ }, /turf/open/floor/iron, /area/cargo/storage) -"igm" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/prison/safe"; - dir = 1; - name = "Prison Cells APC"; - pixel_y = 23 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/iron/smooth, -/area/security/prison) "igr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -26886,15 +28095,24 @@ }, /turf/open/floor/wood, /area/service/bar) -"igN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 5 +"igw" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/camera{ + c_tag = "Maintenance - Central Tram Tunnel 4"; + dir = 1 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/power/apc/auto_name/north, /obj/structure/cable, /turf/open/floor/iron, -/area/commons/storage/art) +/area/maintenance/tram/mid) "igT" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -26902,10 +28120,44 @@ }, /turf/open/floor/iron/dark, /area/science/xenobiology) +"igY" = ( +/obj/structure/table/glass, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/storage/secure/briefcase{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) "ihi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/security/interrogation) +"ihF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/hydroponics/garden) +"ihG" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/kitchen) "ihH" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -26949,6 +28201,20 @@ }, /turf/open/floor/iron, /area/engineering/main) +"iiG" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/east, +/obj/machinery/newscaster/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "iiH" = ( /turf/open/openspace, /area/science/research) @@ -26994,6 +28260,20 @@ /obj/machinery/modular_computer/console/preset/cargochat/medical, /turf/open/floor/iron, /area/medical/medbay/central) +"ijy" = ( +/obj/machinery/power/apc/auto_name/west, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/courtroom) "ijz" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -27003,6 +28283,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/hallway/secondary/entry) +"ijQ" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/commons/lounge) "ijR" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/scrubber, @@ -27037,13 +28328,6 @@ /obj/item/pen, /turf/open/floor/iron, /area/security/checkpoint/engineering) -"ikh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "ikj" = ( /obj/machinery/door/airlock/maintenance_hatch{ req_one_access_txt = "12" @@ -27095,34 +28379,27 @@ }, /turf/open/floor/iron, /area/maintenance/tram/mid) -"ikL" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, +"ikO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "ikR" = ( /turf/open/floor/iron/white, /area/science/robotics/lab) -"ikW" = ( -/obj/structure/disposalpipe/segment, +"ilo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/port/fore) +"ilv" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) -"ilt" = ( -/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/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/table/glass, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) +/area/maintenance/tram/mid) "ilF" = ( /obj/effect/turf_decal/siding/thinplating/corner{ dir = 4 @@ -27135,6 +28412,14 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/commons/dorms) +"ilP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/atmos) "ilR" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -27145,12 +28430,15 @@ /obj/item/reagent_containers/spray/pepper, /turf/open/floor/iron, /area/security/processing) -"imt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) +"img" = ( +/obj/machinery/power/compressor{ + comp_id = "incineratorturbine"; + dir = 1; + luminosity = 2 + }, +/obj/structure/cable/layer1, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) "imG" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 @@ -27169,6 +28457,13 @@ }, /turf/open/floor/iron/showroomfloor, /area/service/kitchen/coldroom) +"imM" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 5 + }, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) "inb" = ( /obj/structure/chair/comfy/black, /turf/open/floor/carpet, @@ -27183,13 +28478,10 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/wood, /area/service/theater) -"iny" = ( +"inv" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, /turf/open/floor/iron/smooth, -/area/maintenance/central) +/area/maintenance/central/secondary) "inR" = ( /obj/structure/window/reinforced{ dir = 8 @@ -27205,20 +28497,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"inX" = ( -/obj/machinery/door/airlock{ - name = "Law Office"; - req_access_txt = "38" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/service/lawoffice) "ioa" = ( /obj/machinery/door/airlock/command/glass{ name = "Control Room"; @@ -27242,13 +28520,6 @@ }, /turf/open/floor/iron, /area/hallway/secondary/command) -"iof" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/prison) "ioh" = ( /obj/structure/fluff/paper/stack{ dir = 8 @@ -27292,6 +28563,25 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/iron, /area/security/prison/work) +"ipb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/mixing) +"ipc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/cargo) "ipr" = ( /obj/machinery/door/airlock{ id_tag = "restroom_3"; @@ -27312,6 +28602,17 @@ }, /turf/open/floor/iron/dark, /area/command/bridge) +"ipW" = ( +/obj/machinery/door/window/southleft{ + name = "Armory"; + req_access_txt = "3" + }, +/obj/machinery/door/firedoor, +/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/showroomfloor, +/area/security/warden) "ipX" = ( /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, @@ -27322,28 +28623,6 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/security/prison/rec) -"iqF" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/tram/mid) -"iqI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/status_display/ai/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "iqJ" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -27358,17 +28637,6 @@ /obj/effect/turf_decal/trimline/yellow/filled/warning, /turf/open/floor/iron, /area/engineering/break_room) -"ird" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/turf/open/floor/iron, -/area/security/checkpoint/science) "irj" = ( /turf/open/floor/iron/dark, /area/medical/morgue) @@ -27382,47 +28650,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/cargo/storage) -"iru" = ( -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -28 - }, -/obj/structure/sign/directions/medical{ - dir = 8; - pixel_y = -34 - }, -/obj/structure/sign/directions/engineering{ - dir = 8; - pixel_y = -40 - }, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw, -/obj/structure/sign/directions/upload{ - pixel_y = -22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/right) -"irw" = ( -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Monitoring"; - req_access_txt = "24" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/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/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/engineering/atmos) "irF" = ( /obj/machinery/door/airlock/research{ id_tag = "ResearchExt"; @@ -27442,44 +28669,9 @@ }, /turf/open/floor/iron, /area/science/research) -"irG" = ( -/obj/structure/bed/dogbed/mcgriff, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/mob/living/simple_animal/pet/dog/pug/mcgriff, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/security/warden) -"irK" = ( -/obj/machinery/door/airlock/research{ - id_tag = "ResearchExt"; - name = "Research Division"; - req_one_access_txt = "47" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance-right" - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/science/research) "irR" = ( /turf/open/floor/glass, /area/service/kitchen/diner) -"irS" = ( -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "irY" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -27489,33 +28681,40 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/cargo/miningdock) -"isl" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/science/xenobiology) -"isC" = ( -/obj/machinery/power/smes/engineering, -/obj/machinery/light/directional/west, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - SMES"; - dir = 5; - network = list("ss13","engineering") +"isc" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/engine_smes) +/turf/open/floor/carpet, +/area/command/heads_quarters/captain) +"isk" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Chapel Office"; + req_access_txt = "22" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) "iti" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, /area/maintenance/port/central) +"itl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/fore) "itx" = ( /obj/structure/table/glass, /obj/structure/window/reinforced{ @@ -27545,16 +28744,11 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/security/prison/mess) -"itH" = ( -/obj/structure/chair{ - dir = 8 - }, -/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/grimy, -/area/service/chapel/office) +"itO" = ( +/obj/machinery/navbeacon/wayfinding/dockescpod3, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) "itR" = ( /obj/machinery/door/airlock/engineering{ name = "Vacant Office A"; @@ -27580,25 +28774,31 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/science/research) -"iup" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +"ium" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Hallway - Upper East Power Hatch"; + dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/door/window/brigdoor/southright{ - name = "Security Desk"; - req_access_txt = "63" - }, -/turf/open/floor/plating, -/area/security/checkpoint/escape) +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/right) "iuw" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/trimline/purple/line, /turf/open/floor/iron, /area/science/robotics/lab) +"iux" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/prison) "iuF" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 6 @@ -27606,20 +28806,6 @@ /obj/structure/table, /turf/open/floor/iron/dark, /area/science/research) -"iuV" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/stock_parts/matter_bin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/micro_laser, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/lab) "iuX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -27629,20 +28815,6 @@ }, /turf/open/floor/iron, /area/engineering/main) -"ivf" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/west, -/obj/machinery/newscaster/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "ivk" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/structure/bed/roller, @@ -27656,29 +28828,20 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/white, /area/medical/medbay/central) -"ivr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"ivP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) -"ivE" = ( -/obj/structure/disposalpipe/trunk/multiz{ +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/obj/machinery/door/window/northleft{ - dir = 2; - name = "Containment Pen #4"; - req_access_txt = "55" +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiotopright"; - name = "Xenobio Top Right Pen Blast Door" - }, -/turf/open/floor/iron/dark, -/area/science/xenobiology) +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "ivZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -27711,21 +28874,6 @@ }, /turf/open/floor/plating/airless, /area/mine/explored) -"iwn" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/security/prison) "iwp" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security/glass{ @@ -27754,18 +28902,6 @@ }, /turf/open/floor/iron, /area/security/prison/rec) -"iwV" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/entry) "iwX" = ( /obj/machinery/light_switch/directional/east, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -27774,6 +28910,34 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/command/gateway) +"iwZ" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_exterior"; + name = "Virology Exterior Airlock"; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/door_buttons/access_button{ + dir = 1; + idDoor = "virology_airlock_exterior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_y = -24; + req_access_txt = "39" + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/virology) "ixa" = ( /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible, /turf/closed/wall/r_wall, @@ -27790,6 +28954,27 @@ /obj/effect/landmark/blobstart, /turf/open/floor/iron, /area/security/prison/mess) +"ixw" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"ixA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "ixB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -27799,14 +28984,33 @@ }, /turf/open/floor/iron, /area/science/misc_lab) -"ixN" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 +"ixJ" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/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_multi{ + cycle_id = "bridge-left" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/bridge) +"ixQ" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/primary/tram/center) +/area/security/brig) "ixV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -27818,14 +29022,6 @@ }, /turf/open/floor/carpet, /area/cargo/miningdock) -"ixW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "iyj" = ( /obj/structure/bed, /obj/item/clothing/suit/straight_jacket, @@ -27844,6 +29040,15 @@ /obj/structure/cable, /turf/open/floor/iron, /area/commons/storage/primary) +"iyu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/effect/landmark/start/hangover, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) "iyI" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -27853,6 +29058,27 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/mixing) +"iyN" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) +"iyS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) "iyU" = ( /obj/structure/chair{ dir = 8 @@ -27925,14 +29151,6 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/foyer) -"izP" = ( -/obj/machinery/door/window{ - name = "Library Desk"; - req_access_txt = "37" - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/service/library) "izU" = ( /obj/machinery/conveyor{ dir = 6; @@ -27962,6 +29180,14 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/processing) +"iAc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/cytology) "iAe" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -27969,29 +29195,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/engineering/atmos) -"iAp" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"iAR" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) "iAV" = ( /obj/item/stack/ore/glass, /turf/open/floor/plating/asteroid, @@ -28015,14 +29218,24 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/commons/lounge) -"iBp" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch"; - req_one_access_txt = null +"iBv" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) +"iBD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/left) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/mid) "iBI" = ( /obj/structure/frame/machine, /obj/effect/decal/cleanable/dirt, @@ -28065,9 +29278,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/security/courtroom) -"iCe" = ( -/turf/open/floor/iron/white, -/area/science/mixing) "iCg" = ( /obj/machinery/rnd/bepis, /obj/effect/turf_decal/tile/brown{ @@ -28093,12 +29303,6 @@ }, /turf/open/floor/iron/white, /area/medical/treatment_center) -"iCE" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) "iCI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/closed/wall/r_wall, @@ -28126,19 +29330,41 @@ }, /turf/open/floor/iron/white, /area/medical/chemistry) -"iDm" = ( -/obj/structure/disposalpipe/segment{ +"iDl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"iDr" = ( +/obj/machinery/camera{ + c_tag = "Cargo - Security Outpost"; + dir = 4; + network = list("ss13","Security","cargo") + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/button/door/directional/west{ + id = "crgdoor"; + name = "Cargo Cell Control"; + normaldoorcontrol = 1; + req_access_txt = "63" + }, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/mixing) +/turf/open/floor/iron, +/area/security/checkpoint/supply) "iDJ" = ( /obj/effect/turf_decal/tile{ dir = 8 @@ -28164,16 +29390,6 @@ }, /turf/open/floor/iron/dark, /area/hallway/secondary/exit) -"iDT" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) "iDV" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -28184,56 +29400,24 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"iEe" = ( -/obj/machinery/door/airlock/research{ - id_tag = "ResearchExt"; - name = "Research Division"; - req_one_access_txt = "47" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance-right" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Sciencelockdown"; - name = "Research Lockdown Blastdoor" - }, -/turf/open/floor/iron, -/area/science/research) "iEi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/chapel{ dir = 4 }, /area/service/chapel) -"iEB" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, +"iEv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, /obj/structure/cable, /turf/open/floor/iron/white, /area/medical/medbay/central) -"iEF" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/button/door/directional/north{ - id = "xenobiotopright"; - name = "Xenobio Top right Blast Door"; - req_access_txt = "55" - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/xenobiology) "iEG" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -28241,6 +29425,17 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/white, /area/medical/chemistry) +"iEH" = ( +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "iEV" = ( /obj/structure/chair/office{ dir = 1 @@ -28274,16 +29469,6 @@ }, /turf/open/floor/iron, /area/service/bar) -"iFc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/brig) "iFl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/stripes/corner, @@ -28307,11 +29492,6 @@ }, /turf/open/floor/iron, /area/security/processing) -"iFs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/disposal/incinerator) "iFz" = ( /obj/structure/window/reinforced/spawner/north, /obj/structure/reagent_dispensers/watertank/high, @@ -28345,10 +29525,22 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/plating, /area/hallway/secondary/entry) -"iFO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) +"iFK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/camera{ + c_tag = "Medical - Chief Medical Officer's Office"; + dir = 1; + network = list("ss13","medbay") + }, +/obj/machinery/button/door/directional/south{ + id = "cmoprivacy"; + name = "CMO Privacy Shutters"; + req_access_txt = "40" + }, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) "iFZ" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -28366,17 +29558,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/fore) -"iGi" = ( -/obj/structure/chair, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/hangover, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "iGm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -28413,6 +29594,43 @@ /obj/structure/cable, /turf/open/floor/iron, /area/engineering/atmos) +"iGx" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) +"iGB" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "crgdoor"; + name = "Security Post - Cargo"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"iHc" = ( +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) +"iHi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/station_engineer, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/engineering/main) "iHj" = ( /turf/closed/wall, /area/engineering/supermatter/room) @@ -28431,16 +29649,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison/safe) -"iHH" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/stack/tile/wood, -/obj/structure/cable, -/turf/open/floor/wood, -/area/commons/vacant_room/office) "iHK" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -28457,6 +29665,19 @@ }, /turf/open/floor/iron, /area/cargo/office) +"iHM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) "iHP" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -28465,17 +29686,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/security/processing) -"iHS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch"; - req_access_txt = "11" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/medical) "iIg" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -28505,6 +29715,15 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/white, /area/science/xenobiology) +"iIX" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/medical/treatment_center) "iJa" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/trash/food_packaging, @@ -28598,22 +29817,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/science/genetics) -"iKa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/screwdriver, -/turf/open/floor/iron/smooth, -/area/maintenance/department/security) -"iKt" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/service/lawoffice) "iKE" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 8 @@ -28646,11 +29849,6 @@ /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/security/processing) -"iKZ" = ( -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/cargo) "iLa" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 4 @@ -28664,31 +29862,24 @@ /obj/machinery/airalarm/directional/east, /turf/open/floor/iron/freezer, /area/medical/coldroom) -"iLf" = ( +"iLi" = ( +/obj/machinery/door/airlock/research{ + name = "Ordnance Lab"; + req_access_txt = "8" + }, +/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/purple/filled/line{ dir = 1 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/sink{ - pixel_y = 15 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron/white, -/area/science/xenobiology) -"iLq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/door/firedoor/heavy, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) +/turf/open/floor/iron/white, +/area/science/research) "iLD" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -28734,23 +29925,26 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/office) -"iMz" = ( -/obj/structure/grille, +"iLW" = ( /obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Hallway - Lower East Power Hatch"; + dir = 1 + }, /turf/open/floor/iron/smooth, -/area/maintenance/department/security) +/area/maintenance/tram/right) +"iMo" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "iMI" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plating, /area/mine/explored) -"iML" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "iMM" = ( /obj/machinery/smartfridge, /turf/closed/wall, @@ -28795,6 +29989,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/security/interrogation) +"iNS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/engine_smes) "iOm" = ( /obj/structure/window/reinforced, /obj/structure/table/wood, @@ -28815,22 +30020,26 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison/mess) -"iOy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/screwdriver, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) "iOA" = ( /obj/machinery/telecomms/server/presets/service, /turf/open/floor/iron/dark/telecomms, /area/tcommsat/server) -"iOG" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +"iOT" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/turf/open/floor/wood, -/area/service/library) +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/public/glass{ + name = "Command Wing Hallway" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) "iPd" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -28888,11 +30097,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/carpet, /area/hallway/secondary/entry) -"iPl" = ( -/obj/machinery/light/small/directional/west, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/science/research) "iPR" = ( /obj/item/storage/secure/safe/directional/north, /obj/machinery/light_switch/directional/north{ @@ -28906,23 +30110,11 @@ }, /turf/open/floor/iron, /area/commons/vacant_room/commissary) -"iPU" = ( +"iPX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/showcase/cyborg/old{ - pixel_y = 20 - }, /obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"iQb" = ( -/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/chapel{ - dir = 4 - }, -/area/service/chapel) +/turf/open/floor/iron/white, +/area/medical/medbay/central) "iQg" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -28961,17 +30153,16 @@ }, /turf/open/floor/iron, /area/cargo/miningdock) -"iQr" = ( -/obj/effect/spawner/random/trash/mess, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/security) -"iQu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/wrench, +"iQp" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/extinguisher_cabinet/directional/north, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) +/turf/open/floor/iron/white, +/area/science/research) "iQv" = ( /obj/structure/rack, /obj/item/storage/briefcase{ @@ -28985,13 +30176,6 @@ }, /turf/open/floor/iron, /area/security/courtroom) -"iQy" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/mixing) "iQA" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -29005,6 +30189,22 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison/work) +"iQC" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "iQD" = ( /obj/structure/chair, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -29043,12 +30243,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"iRD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/medical/morgue) "iRT" = ( /obj/structure/chair/office/light, /turf/open/floor/iron, @@ -29061,14 +30255,6 @@ /obj/structure/disposalpipe/junction/flip, /turf/open/floor/iron, /area/security/brig) -"iSe" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) "iSp" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -29076,74 +30262,43 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/explab) -"iSv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) -"iSB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) -"iTk" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line, +"iSF" = ( +/obj/structure/table, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko{ + pixel_x = -6; + pixel_y = 6 }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/service/bar) -"iTn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 10 }, -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 10 }, /obj/structure/cable, /turf/open/floor/iron, -/area/maintenance/tram/left) +/area/engineering/break_room) "iTv" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/light/small/directional/west, /turf/open/floor/plating, /area/maintenance/central) -"iTC" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/port/fore) "iTD" = ( /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, /area/engineering/supermatter/room) -"iTY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +"iTR" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, -/obj/machinery/status_display/evac/directional/east, +/obj/structure/chair/stool/bar/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/engine, -/area/engineering/supermatter/room) +/turf/open/floor/iron/cafeteria, +/area/service/kitchen/diner) "iUq" = ( /obj/machinery/mecha_part_fabricator, /obj/effect/turf_decal/bot, @@ -29155,6 +30310,18 @@ /obj/machinery/light_switch/directional/north, /turf/open/floor/iron/dark, /area/science/robotics/lab) +"iUs" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/service/lawoffice) "iUt" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 9 @@ -29177,22 +30344,24 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison/workout) -"iUI" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"iUD" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Medical Maintenance"; + req_access_txt = "5" }, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/medical) +"iUK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "iVc" = ( /obj/structure/window/reinforced{ dir = 4 @@ -29207,13 +30376,6 @@ /obj/structure/barricade/wooden, /turf/open/floor/plating/airless, /area/mine/explored) -"iVm" = ( -/obj/machinery/atmospherics/components/binary/thermomachine/freezer/on{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/server) "iVr" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 @@ -29223,6 +30385,13 @@ /obj/structure/cable, /turf/open/floor/iron, /area/tcommsat/computer) +"iVs" = ( +/obj/structure/rack, +/obj/item/pickaxe/rusted, +/obj/effect/decal/cleanable/dirt, +/obj/item/screwdriver, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "iVt" = ( /obj/machinery/door/airlock/grunge{ name = "Morgue External Access"; @@ -29231,15 +30400,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/department/medical) -"iVB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/brig) "iVI" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -29258,16 +30418,6 @@ /obj/item/pickaxe/improvised, /turf/open/floor/plating, /area/mine/explored) -"iVR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset, -/turf/open/floor/iron/smooth, -/area/maintenance/central) -"iVV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/cargo/storage) "iVY" = ( /obj/structure/table, /obj/machinery/reagentgrinder, @@ -29293,17 +30443,16 @@ }, /turf/open/floor/iron/dark, /area/medical/psychology) -"iWL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/medical/treatment_center) "iWV" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/cargo/miningdock) +"iXd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/seven, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "iXg" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/sink{ @@ -29311,23 +30460,20 @@ }, /turf/open/floor/plating, /area/maintenance/central) -"iXj" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/north, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Maintenance - East Tram Tunnel 3"; - dir = 6 - }, +"iXl" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/tram/right) +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"iXq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "iXt" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -29358,6 +30504,19 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/hallway/secondary/construction/engineering) +"iXQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/security/courtroom) "iYi" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -29368,11 +30527,65 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/maintenance/tram/left) +"iYq" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/bar) "iYu" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/light/small/directional/east, /turf/open/floor/plating/airless, /area/mine/explored) +"iYA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail{ + sortType = 16 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"iYD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Main"; + dir = 5; + network = list("ss13","engineering") + }, +/obj/structure/rack, +/obj/item/clothing/glasses/meson/engine{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/clothing/glasses/meson/engine, +/obj/item/clothing/glasses/meson/engine{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/pipe_dispenser, +/obj/item/pipe_dispenser, +/obj/item/pipe_dispenser, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) "iZt" = ( /obj/structure/chair{ dir = 8 @@ -29418,16 +30631,6 @@ }, /turf/open/floor/iron, /area/service/janitor) -"iZX" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/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/engineering/main) "jac" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 4 @@ -29439,24 +30642,20 @@ /obj/structure/cable, /turf/open/floor/iron, /area/commons/dorms) -"jag" = ( -/obj/structure/chair/office{ - dir = 8 +"jad" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron/grimy, -/area/service/library) -"jal" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/extinguisher_cabinet/directional/north, /obj/structure/cable, /turf/open/floor/iron/white, -/area/science/research) +/area/medical/medbay/central) +"jae" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/central) "jaz" = ( /obj/effect/turf_decal/stripes{ dir = 8 @@ -29476,20 +30675,13 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/science/research) -"jaR" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, +"jaH" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) +/turf/open/floor/plating, +/area/maintenance/central) "jaX" = ( /obj/structure/window/reinforced/spawner/west, /obj/effect/turf_decal/tile/neutral{ @@ -29508,33 +30700,12 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) -"jbn" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/firealarm/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "jbA" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/machinery/power/apc/auto_name/south, /obj/structure/cable, /turf/open/floor/iron/dark, /area/engineering/atmospherics_engine) -"jch" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) "jco" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/corner, @@ -29567,16 +30738,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/service/chapel/office) -"jcz" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "jcJ" = ( /obj/effect/decal/cleanable/dirt, /obj/item/shard, /turf/open/floor/plating, /area/maintenance/starboard/central) +"jcN" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) "jcU" = ( /obj/effect/decal/cleanable/dirt, /mob/living/simple_animal/mouse/brown/tom, @@ -29600,6 +30773,19 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) +"jds" = ( +/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 = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) "jdv" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/neutral/corner{ @@ -29609,23 +30795,38 @@ /obj/item/food/energybar, /turf/open/floor/iron, /area/security/prison/mess) -"jdB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +"jdH" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division"; + req_one_access_txt = "47" }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance-right" + }, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/secondary/construction/engineering) +/area/science/research) "jdK" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/girder, /turf/open/floor/plating, /area/mine/explored) +"jdR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/engineering/main) "jek" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -29633,6 +30834,15 @@ /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/iron/dark, /area/medical/treatment_center) +"jeq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "jeu" = ( /obj/effect/turf_decal/delivery, /obj/machinery/portable_atmospherics/canister/plasma, @@ -29654,6 +30864,14 @@ }, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) +"jeV" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/storage) "jfn" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -29667,10 +30885,13 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"jfN" = ( +"jfz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/center) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/right) "jfP" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -29678,14 +30899,6 @@ }, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) -"jfV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) "jfY" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -29705,23 +30918,24 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/department/cargo) -"jgu" = ( -/obj/machinery/power/apc/auto_name/north, +"jgj" = ( +/obj/machinery/light/small/directional/east, /obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/crew_quarters/dorms) -"jgy" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) +"jgq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/red/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, /obj/structure/cable, /turf/open/floor/iron, -/area/security/prison) +/area/hallway/primary/central) "jgz" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/decal/cleanable/cobweb, @@ -29752,6 +30966,15 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron, /area/maintenance/tram/right) +"jhd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/robot_debris/limb, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "jhg" = ( /obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ dir = 1 @@ -29764,24 +30987,6 @@ }, /turf/open/floor/plating, /area/science/research) -"jhh" = ( -/obj/structure/table/reinforced, -/obj/item/cigbutt/cigarbutt{ - pixel_x = 5; - pixel_y = -1 - }, -/obj/item/phone{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/machinery/requests_console/directional/north{ - department = "AI"; - departmentType = 5; - name = "AI Requests Console" - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "jhj" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, @@ -29796,22 +31001,28 @@ /obj/structure/closet/emcloset, /turf/open/floor/iron/dark, /area/command/bridge) -"jhG" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/engineering/main) "jhH" = ( /obj/structure/fluff/tram_rail/end{ dir = 4 }, /turf/open/openspace, /area/hallway/primary/tram/left) +"jhT" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Holding Area"; + req_access_txt = "2" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + 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/hallway/secondary/exit/departure_lounge) "jhU" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -29823,6 +31034,11 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) +"jiz" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/right) "jiL" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -29838,6 +31054,13 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating, /area/hallway/secondary/entry) +"jiR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/maint) "jjI" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -29877,6 +31100,16 @@ }, /turf/open/floor/iron, /area/science/research) +"jjX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/left) "jkh" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -29892,19 +31125,15 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) -"jkp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/commons/dorms) -"jkE" = ( -/obj/machinery/power/terminal{ +"jkk" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 1 }, -/obj/structure/cable/layer1, -/turf/open/floor/iron, -/area/maintenance/disposal/incinerator) +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) "jkR" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -29935,27 +31164,57 @@ /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, /turf/open/floor/iron/dark, /area/medical/treatment_center) +"jlz" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"jlG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) +"jlH" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters"; + req_access_txt = "20" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/command/heads_quarters/captain) +"jlO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "jlT" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 10 }, /turf/open/floor/iron/dark, /area/security/courtroom) -"jlW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) -"jms" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/robot_debris/limb, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/secondary) "jmu" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/effect/turf_decal/trimline/neutral/filled/corner{ @@ -29970,38 +31229,42 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/hallway/secondary/exit) +"jmB" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/cargo) "jmC" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/starboard/central) -"jmK" = ( -/obj/machinery/door/airlock/security{ - name = "Detective's Office"; - req_access_txt = "4" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/security/detectives_office) "jmR" = ( /obj/effect/turf_decal/stripes/end, /obj/structure/cable/multilayer/multiz, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/central) -"jnf" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ +"jmU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/obj/structure/cable, /turf/open/floor/iron, -/area/security/brig) +/area/hallway/primary/central) "jnv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /turf/closed/wall/r_wall, @@ -30012,6 +31275,30 @@ }, /turf/open/floor/iron/dark, /area/command/bridge) +"jnZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) +"joh" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/mid) "joC" = ( /turf/closed/wall/r_wall, /area/medical/virology) @@ -30027,21 +31314,6 @@ }, /turf/open/floor/iron, /area/cargo/miningdock) -"jpf" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/item/radio/intercom/directional/north{ - name = "prison intercom"; - prison_radio = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/corner, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/security/checkpoint/engineering) "jpm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible, /obj/machinery/meter, @@ -30052,6 +31324,16 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plating, /area/security/prison) +"jpq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/pda_ad{ + pixel_y = 32 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "jps" = ( /obj/structure/table, /obj/item/stack/sheet/iron{ @@ -30060,9 +31342,26 @@ /obj/item/electropack, /turf/open/floor/engine, /area/science/xenobiology) +"jpt" = ( +/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{ + sortType = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) "jpF" = ( /turf/open/floor/engine/hull, /area/space/nearstation) +"jpM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/status_display/ai/directional/north, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "jpW" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -30114,15 +31413,6 @@ "jqw" = ( /turf/open/openspace, /area/security/checkpoint/supply) -"jqB" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/brig) "jqE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -30140,19 +31430,14 @@ "jqQ" = ( /turf/open/floor/engine, /area/engineering/supermatter/room) -"jrn" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 +"jre" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Chemistry Maintenance"; + req_one_access_txt = "12;33" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/miningdock) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/medical) "jrp" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/bot, @@ -30175,32 +31460,6 @@ /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/white, /area/science/research) -"jrY" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) -"jsc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/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, -/turf/open/floor/iron, -/area/maintenance/tram/mid) "jsj" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 10 @@ -30215,17 +31474,6 @@ /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/security/processing) -"jsr" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "jss" = ( /obj/effect/turf_decal/delivery, /obj/structure/closet/crate, @@ -30239,24 +31487,6 @@ }, /turf/open/floor/plating/airless, /area/science/test_area) -"jsJ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmos) -"jsO" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/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/hallway/secondary/command) "jsU" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 5 @@ -30275,6 +31505,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison/garden) +"jtb" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/right) "jto" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 @@ -30287,12 +31523,17 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/secondary/command) -"jtz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"jts" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/command/heads_quarters/hop) +/obj/structure/cable, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain) "jtG" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -30307,29 +31548,18 @@ }, /turf/open/floor/iron/white, /area/medical/treatment_center) -"jtP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/item/radio/intercom/directional/west, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "jtY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/cafeteria{ dir = 5 }, /area/science/breakroom) -"jug" = ( -/obj/item/grown/bananapeel{ - name = "stealthy banana peel" - }, -/obj/item/trash/tray, +"jub" = ( +/obj/structure/girder, +/obj/structure/grille, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, -/area/maintenance/department/crew_quarters/dorms) +/area/maintenance/department/security) "juj" = ( /obj/structure/window/reinforced{ pixel_y = 2 @@ -30342,38 +31572,27 @@ /obj/machinery/chem_heater/withbuffer, /turf/open/floor/iron/white, /area/medical/pharmacy) -"juk" = ( -/obj/structure/chair{ - dir = 4; - name = "Judge" - }, -/obj/machinery/airalarm/directional/west, -/obj/machinery/camera{ - c_tag = "Civilian - Courtroom"; - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/courtroom) "juo" = ( /obj/machinery/light/directional/south, /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/security/interrogation) -"juq" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"jut" = ( +/obj/effect/turf_decal/siding/wood, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ +/obj/machinery/camera{ + c_tag = "Civilian - Library South Bookcases"; dir = 6 }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/library) +"juE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, /turf/open/floor/iron, -/area/security/brig) +/area/commons/dorms) "juI" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -30391,14 +31610,6 @@ }, /turf/open/floor/iron, /area/cargo/miningdock) -"juR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/medical) "jvh" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -30409,17 +31620,13 @@ /obj/structure/cable, /turf/open/floor/iron, /area/service/bar) -"jvn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/mess, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"jvs" = ( +"jvp" = ( +/obj/structure/girder, +/obj/structure/grille, /obj/effect/decal/cleanable/dirt, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) +/area/maintenance/starboard/central) "jvH" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -30427,12 +31634,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/iron/dark, /area/medical/treatment_center) -"jvJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) "jwj" = ( /obj/structure/chair/office/light{ dir = 1 @@ -30440,25 +31641,17 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/iron/white, /area/science/explab) -"jwk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/security/processing) +"jwv" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "31;48" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/cargo) "jwD" = ( /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"jwI" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/binary/thermomachine/freezer/on{ - name = "euthanization chamber freezer" - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) "jxc" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 @@ -30470,11 +31663,27 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/medical/pharmacy) +"jxm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/security/prison) "jxy" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/plating, /area/engineering/atmos) +"jxB" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/cargo) "jxE" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -30500,6 +31709,24 @@ "jxQ" = ( /turf/open/floor/iron/white, /area/science/genetics) +"jxS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"jxU" = ( +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/mine/explored) "jxY" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 4 @@ -30548,13 +31775,18 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/mixing) -"jzy" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, +"jzs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, /obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/aft) +"jzt" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) "jzH" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -30615,28 +31847,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/maintenance/disposal) -"jAt" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchencounter"; - name = "Kitchen Counter Shutters" - }, -/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/cafeteria, -/area/service/kitchen) -"jAu" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/camera/motion{ - c_tag = "Secure - AI Core South"; - dir = 6; - network = list("aicore") - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "jAA" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -30704,17 +31914,6 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/maint) -"jCj" = ( -/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/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmos) "jCm" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -30768,23 +31967,6 @@ "jCF" = ( /turf/open/floor/iron, /area/command/heads_quarters/ce) -"jCI" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/escape) -"jCM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/left) -"jCW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/cytology) "jDb" = ( /obj/structure/table, /obj/item/paper/pamphlet/radstorm, @@ -30816,28 +31998,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/cargo/storage) -"jDH" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Hallway - Central Escape Wing Entry"; - dir = 5 - }, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) -"jDL" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/wood, -/area/service/library) "jDY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/engine, @@ -30848,16 +32008,18 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/secondary/entry) -"jEf" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +"jEg" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) +/turf/open/floor/iron, +/area/commons/storage/tools) "jEn" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -30891,30 +32053,9 @@ /obj/structure/cable, /turf/open/floor/iron, /area/tcommsat/computer) -"jEB" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "jED" = ( /turf/open/floor/iron, /area/engineering/main) -"jEF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) -"jET" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/engineering/engine_smes) "jFi" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -30931,27 +32072,17 @@ "jFk" = ( /turf/closed/wall/r_wall, /area/cargo/qm) -"jFm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) -"jFp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 +"jFO" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/camera{ + c_tag = "Science - Xenobiology Lower West"; + dir = 4; + network = list("ss13","rd","xeno") }, /obj/structure/cable, -/turf/open/floor/carpet, -/area/service/chapel) +/turf/open/floor/iron/dark, +/area/science/xenobiology) "jFR" = ( /obj/machinery/door/airlock{ name = "Crematorium"; @@ -30961,26 +32092,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/service/chapel/office) -"jFV" = ( -/obj/effect/turf_decal/trimline/neutral/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, -/turf/open/floor/iron, -/area/hallway/secondary/entry) -"jFX" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Hydroponics Maintenance Access"; - req_access_txt = "35,12" - }, -/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/duct, -/turf/open/floor/plating/catwalk_floor, -/area/service/hydroponics) "jGh" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ @@ -30993,12 +32104,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/medical/medbay/central) -"jGD" = ( +"jGz" = ( +/obj/machinery/door/window{ + dir = 1; + name = "Library Desk"; + req_access_txt = "37" + }, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) +/turf/open/floor/wood, +/area/service/library) "jGL" = ( /obj/machinery/telecomms/processor/preset_two, /obj/machinery/light/directional/east, @@ -31011,25 +32125,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/security/courtroom) -"jHm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/brig{ - id = "engcell"; - name = "Engineering Cell Locker" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/light/small/directional/south, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/engineering) "jHv" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -31047,11 +32142,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/fore) -"jHJ" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/medical) "jHT" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/on/layer2{ dir = 1 @@ -31062,14 +32152,28 @@ }, /turf/open/floor/plating/airless, /area/mine/explored) -"jHV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/ai_slipper{ - uses = 10 +"jIg" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) +"jIn" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/machinery/door_timer{ + id = "Cell 4"; + name = "Cell 4"; + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Security - Brig East"; + dir = 6; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/security/brig) "jIo" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -31078,15 +32182,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/ai_monitored/security/armory) -"jIr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"jIQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 }, /obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/security/warden) +/turf/open/floor/iron/white, +/area/science/research) "jIS" = ( /obj/structure/table, /obj/effect/turf_decal/tile/brown{ @@ -31145,24 +32249,6 @@ "jJo" = ( /turf/closed/wall, /area/cargo/sorting) -"jJr" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai) -"jJJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/ai_monitored/security/armory) "jKg" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/red/filled/line, @@ -31172,6 +32258,20 @@ /obj/item/storage/box/prisoner, /turf/open/floor/iron, /area/security/processing) +"jKr" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/south, +/obj/machinery/camera{ + c_tag = "Command - Bridge Left Airlock"; + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/bridge) "jKs" = ( /obj/structure/table/wood, /obj/item/toy/figure/wizard{ @@ -31190,6 +32290,25 @@ }, /turf/open/floor/iron/grimy, /area/service/library) +"jKu" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Security - Brig Upper East"; + dir = 8; + network = list("ss13","Security") + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) "jKG" = ( /obj/machinery/requests_console/directional/north{ announcementConsole = 1; @@ -31211,21 +32330,6 @@ }, /turf/open/floor/wood, /area/command/heads_quarters/hop) -"jKH" = ( -/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/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) "jKR" = ( /obj/machinery/light/directional/west, /obj/effect/turf_decal/trimline/white/line{ @@ -31247,6 +32351,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/science/lab) +"jLa" = ( +/obj/structure/table/glass, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/folder/blue, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/neck/stethoscope, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) "jLw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, @@ -31278,18 +32391,6 @@ /obj/machinery/duct, /turf/open/floor/iron/dark, /area/service/hydroponics) -"jMs" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access"; - req_one_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "jMv" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -31316,15 +32417,14 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit) -"jME" = ( +"jMz" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/status_display/evac/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) +/turf/open/floor/plating/catwalk_floor, +/area/cargo/storage) "jMF" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -31334,18 +32434,17 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) -"jMO" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 +"jMM" = ( +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 5 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "jMY" = ( /obj/machinery/computer/security{ dir = 4 @@ -31359,14 +32458,12 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/showroomfloor, /area/security/warden) -"jNe" = ( -/obj/structure/sign/warning/vacuum{ - pixel_y = -32 - }, -/obj/machinery/light/small/directional/west, +"jNq" = ( +/obj/structure/disposalpipe/trunk/multiz/down, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/right) +/obj/effect/turf_decal/bot, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) "jNr" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/plating, @@ -31385,10 +32482,15 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) -"jOx" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint) +"jOl" = ( +/obj/machinery/power/apc/auto_name/south, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/blood_filter, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/surgery) "jOz" = ( /obj/effect/turf_decal/bot, /obj/effect/landmark/start/hangover, @@ -31411,6 +32513,15 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/maintenance/department/medical) +"jOS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "jOU" = ( /obj/structure/table, /obj/item/stack/sheet/plasteel{ @@ -31426,6 +32537,18 @@ /obj/structure/cable, /turf/open/floor/engine, /area/engineering/supermatter/room) +"jPc" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/button/door/directional/north{ + id = "xenobiotopright"; + name = "Xenobio Top right Blast Door"; + req_access_txt = "55" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) "jPe" = ( /obj/structure/bed, /obj/effect/turf_decal/tile/neutral{ @@ -31447,18 +32570,20 @@ }, /turf/open/floor/iron/dark, /area/security/prison/safe) -"jPm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "jPo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/medical/medbay/central) +"jPA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "jPI" = ( /turf/closed/wall/r_wall, /area/maintenance/radshelter/service) @@ -31515,6 +32640,11 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/maint) +"jRa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "jRh" = ( /obj/machinery/computer/exoscanner_control{ dir = 4 @@ -31524,17 +32654,6 @@ }, /turf/open/floor/iron, /area/cargo/storage) -"jRx" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/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/cargo/office) "jRz" = ( /obj/machinery/airalarm/directional/north, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -31542,17 +32661,6 @@ }, /turf/open/floor/iron/dark, /area/security/courtroom) -"jRK" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/hangover, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/entry) "jRL" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/rnd_all, @@ -31583,6 +32691,21 @@ dir = 1 }, /area/service/bar) +"jSu" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/door/airlock/command{ + name = "Teleport Access"; + req_access_txt = "17" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/teleporter) "jSw" = ( /obj/structure/table, /obj/item/assembly/flash/handheld, @@ -31618,14 +32741,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/security/processing) -"jUb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/south, -/obj/structure/extinguisher_cabinet/directional/south, +"jTP" = ( +/obj/machinery/power/smes/engineering, +/obj/machinery/light/directional/west, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - SMES"; + dir = 5; + network = list("ss13","engineering") + }, +/obj/structure/cable, /turf/open/floor/iron, -/area/commons/lounge) +/area/engineering/engine_smes) "jUw" = ( /obj/machinery/exodrone_launcher, /obj/item/exodrone, @@ -31657,6 +32786,9 @@ /obj/machinery/rnd/experimentor, /turf/open/floor/engine, /area/science/explab) +"jUN" = ( +/turf/open/floor/iron/smooth, +/area/hallway/primary/central) "jUP" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/tile/brown{ @@ -31679,15 +32811,6 @@ /obj/structure/transit_tube, /turf/open/floor/plating/airless, /area/space/nearstation) -"jVr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/commons/dorms) "jVu" = ( /obj/structure/window/reinforced, /obj/structure/table/wood, @@ -31696,6 +32819,26 @@ /obj/item/hand_tele, /turf/open/floor/wood, /area/command/heads_quarters/captain) +"jVF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/service/lawoffice) +"jVH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/ai/directional/south, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) "jVW" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -31708,6 +32851,14 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/plating, /area/maintenance/central/secondary) +"jVZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/mob/living/simple_animal/bot/floorbot, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/maint) "jWc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/light/directional/east, @@ -31718,6 +32869,19 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"jWd" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/bar) "jWg" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -31728,16 +32892,6 @@ }, /turf/open/floor/iron, /area/cargo/miningdock) -"jWn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) "jWp" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -31760,6 +32914,12 @@ }, /turf/open/floor/iron, /area/science/research) +"jWO" = ( +/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/showroomfloor, +/area/security/warden) "jWP" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/effect/landmark/event_spawn, @@ -31782,13 +32942,6 @@ }, /turf/open/floor/iron, /area/command/gateway) -"jWW" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/right) "jWZ" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -31802,34 +32955,6 @@ }, /turf/open/floor/carpet, /area/cargo/miningdock) -"jXj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) -"jXl" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/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/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/security/warden) "jXs" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 @@ -31850,6 +32975,20 @@ /obj/effect/turf_decal/trimline/neutral/corner, /turf/open/floor/iron, /area/hallway/secondary/construction/engineering) +"jXC" = ( +/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 = 9; + network = list("ss13","rd") + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "jXF" = ( /obj/effect/turf_decal/box/white{ color = "#EFB341" @@ -31857,54 +32996,27 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/engineering/atmospherics_engine) -"jXP" = ( -/obj/machinery/door/airlock{ - name = "Cleaning Closet" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/prison) "jXQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/commons/dorms) -"jXW" = ( -/obj/structure/bed, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/item/radio/intercom/directional/south{ - name = "prison intercom"; - prison_radio = 1 - }, -/turf/open/floor/iron, -/area/security/brig) -"jXY" = ( -/obj/structure/chair/office, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/lounge) "jYp" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/hallway/secondary/construction/engineering) +"jYs" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) "jYw" = ( /obj/structure/closet/crate, /obj/effect/decal/cleanable/dirt, @@ -31916,28 +33028,25 @@ /obj/item/clothing/head/hardhat, /turf/open/floor/plating, /area/maintenance/port/aft) -"jYV" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access"; - req_one_access_txt = "12" +"jYB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 }, -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) -"jZh" = ( -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 8 - }, -/obj/machinery/duct, /obj/structure/cable, /turf/open/floor/iron, -/area/service/janitor) +/area/hallway/secondary/construction/engineering) +"jYQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) "jZn" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 8 @@ -31972,6 +33081,13 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) +"jZU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) "jZX" = ( /obj/structure/rack, /obj/structure/window/reinforced{ @@ -32006,11 +33122,6 @@ }, /turf/open/floor/engine, /area/engineering/supermatter) -"kak" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/iron, -/area/ai_monitored/command/storage/eva) "kam" = ( /obj/machinery/telecomms/server/presets/medical, /turf/open/floor/iron/dark/telecomms, @@ -32063,6 +33174,15 @@ "kaL" = ( /turf/closed/wall, /area/maintenance/department/security) +"kaY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/security) +"kbb" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/service/library) "kbc" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/red/filled/corner{ @@ -32096,18 +33216,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/medical/treatment_center) -"kbA" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/lab) "kbJ" = ( /obj/item/assembly/timer{ pixel_x = 5; @@ -32160,6 +33268,13 @@ /obj/structure/table/reinforced, /turf/open/floor/iron/dark, /area/science/xenobiology) +"kcd" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + sortType = 17 + }, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) "kcl" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -32176,6 +33291,22 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/ai_monitored/command/nuke_storage) +"kco" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/east, +/obj/machinery/camera{ + c_tag = "Science - Xenobiology East"; + dir = 9; + network = list("ss13","rd","xeno") + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "kct" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -32187,6 +33318,12 @@ }, /turf/open/floor/iron, /area/cargo/miningdock) +"kcA" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/mid) "kcC" = ( /obj/machinery/computer/apc_control{ dir = 1 @@ -32242,15 +33379,6 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) -"kdv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/status_display/evac/directional/west, -/obj/structure/cable, -/turf/open/floor/engine, -/area/engineering/supermatter/room) "kdx" = ( /obj/structure/bed, /obj/effect/turf_decal/tile/neutral{ @@ -32278,30 +33406,38 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/iron, /area/engineering/atmos) -"kdD" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/service/library) -"kdF" = ( -/obj/machinery/power/emitter/welded{ +"kef" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 }, -/turf/open/floor/plating, -/area/engineering/supermatter/room) -"kee" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"keg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - name = "sorting disposal pipe (Security)"; - sortTypes = list(7,8) +/obj/structure/cable, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain) +"ken" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/inspector, +/obj/item/inspector{ + pixel_x = -5; + pixel_y = 12 }, /obj/structure/cable, /turf/open/floor/iron, -/area/security/brig) +/area/security/office) "ker" = ( /obj/structure/railing/corner{ dir = 8 @@ -32331,33 +33467,43 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/commons/dorms) -"keR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, +"keO" = ( +/obj/effect/landmark/start/depsec/science, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 +/obj/effect/turf_decal/trimline/red/arrow_cw{ + dir = 1 }, -/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/commons/lounge) +/area/security/checkpoint/science) "keZ" = ( /obj/effect/turf_decal/stripes/corner, /obj/structure/cable, /turf/open/floor/iron, /area/ai_monitored/security/armory) -"kfu" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"kfa" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"kfA" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/plating, +/area/maintenance/central) +"kfJ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line, /obj/structure/cable, /turf/open/floor/iron/dark, -/area/service/bar) +/area/science/xenobiology) "kga" = ( /obj/structure/railing{ dir = 8 @@ -32372,6 +33518,14 @@ /obj/structure/girder, /turf/open/floor/plating/airless, /area/mine/explored) +"kgr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/center) "kgx" = ( /obj/structure/railing{ dir = 8 @@ -32443,16 +33597,19 @@ /obj/machinery/bluespace_vendor/south, /turf/open/floor/iron/dark, /area/hallway/secondary/exit/departure_lounge) -"kho" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 +"khx" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/office) +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "khB" = ( /obj/structure/flora/ausbushes/sunnybush, /obj/structure/flora/ausbushes/lavendergrass, @@ -32479,20 +33636,6 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"khQ" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/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, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/supply) "kid" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -32502,45 +33645,18 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) -"kip" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/turf/open/floor/iron/smooth, -/area/maintenance/central) -"kis" = ( -/obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ +"kiy" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/structure/sign/directions/supply{ - dir = 4; - pixel_y = 28 - }, -/obj/structure/sign/directions/security{ - dir = 8; - pixel_y = 34 - }, -/obj/structure/sign/directions/command{ - dir = 8; - pixel_y = 40 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/light/directional/north, -/obj/structure/sign/directions/vault{ - dir = 8; - pixel_y = 22 - }, -/obj/effect/landmark/start/hangover, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/primary/tram/center) -"kiI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/assembly/mousetrap/armed, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/medical) +/area/hallway/secondary/exit) "kiP" = ( /obj/structure/chair/office{ dir = 4 @@ -32599,11 +33715,6 @@ /obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron/dark, /area/security/courtroom) -"kka" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "kkf" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -32611,11 +33722,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/hallway/secondary/exit) -"kki" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/hallway/secondary/command) "kkn" = ( /obj/effect/turf_decal/bot_white/right, /obj/effect/turf_decal/tile/neutral{ @@ -32630,6 +33736,17 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/command/nuke_storage) +"kkp" = ( +/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/purple/filled/line{ + dir = 8 + }, +/obj/machinery/airalarm/directional/west, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "kkE" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 @@ -32649,11 +33766,6 @@ }, /turf/open/floor/iron/white, /area/medical/chemistry) -"kkO" = ( -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central) "kkU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -32710,28 +33822,43 @@ }, /turf/open/floor/iron/dark, /area/medical/storage) +"klt" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"kly" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/cargo/storage) "klD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /turf/closed/wall/r_wall, /area/maintenance/starboard/secondary) -"kmq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/firealarm/directional/south, +"klK" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/server) -"kmu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch"; - req_access_txt = "50" +/turf/open/floor/iron, +/area/engineering/main) +"kmr" = ( +/obj/effect/landmark/start/depsec/engineering, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/plating, -/area/cargo/storage) +/turf/open/floor/iron, +/area/security/checkpoint/engineering) "kmO" = ( /turf/open/floor/iron/stairs/medium, /area/hallway/secondary/construction/engineering) @@ -32743,6 +33870,18 @@ }, /turf/open/floor/plating, /area/maintenance/tram/left) +"kmX" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/medical/coldroom) "knj" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -32766,31 +33905,39 @@ }, /turf/open/floor/vault, /area/hallway/primary/tram/center) +"knE" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/prison/safe"; + dir = 1; + name = "Prison Cells APC"; + pixel_y = 23 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/security/prison) "knV" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/maintenance/solars/starboard) -"knZ" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "kod" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/wood, /area/commons/vacant_room/office) +"koi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/hydroponics/garden) "koj" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/decal/cleanable/dirt, @@ -32808,14 +33955,35 @@ }, /turf/open/floor/iron, /area/hallway/secondary/entry) -"kou" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"koq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/assembly/mousetrap/armed, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) +/turf/open/floor/iron, +/area/hallway/primary/central) +"kot" = ( +/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 = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"koJ" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "koV" = ( /obj/effect/turf_decal/trimline/white/filled/line{ dir = 1 @@ -32830,35 +33998,23 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/hallway/secondary/entry) -"kpk" = ( -/obj/item/radio/intercom/directional/west{ - freerange = 1; - listening = 0; - name = "Common Channel"; - pixel_y = -8 - }, -/obj/item/radio/intercom/directional/south{ - freerange = 1; - frequency = 1447; - listening = 0; - name = "Private Channel" - }, -/obj/item/radio/intercom/directional/east{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_y = -8 - }, -/obj/effect/landmark/start/ai, -/obj/machinery/button/door/directional/south{ - id = "AI Core shutters"; - name = "AI Core Shutters Control"; - pixel_x = 24; - req_access_txt = "16" - }, +"kpe" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/medical) +"kpp" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) "kpr" = ( /obj/structure/industrial_lift/tram{ icon_state = "titanium_blue" @@ -32871,32 +34027,22 @@ }, /turf/open/openspace, /area/hallway/primary/tram/center) -"kpA" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12;25" - }, -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) -"kpX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"kpB" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/assembly/mousetrap/armed, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) -"kqg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/camera{ + c_tag = "Hallway - Upper West Power Hatch"; + dir = 1 }, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/left) +"kpR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, /turf/open/floor/iron, -/area/commons/lounge) +/area/engineering/main) "kqy" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -32913,12 +34059,14 @@ "kqz" = ( /turf/closed/wall, /area/hallway/primary/central) -"kqG" = ( -/obj/structure/ladder, +"kqA" = ( /obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/cargo/storage) +/area/maintenance/starboard/central) "kqN" = ( /obj/effect/mapping_helpers/iannewyear, /obj/structure/disposalpipe/segment{ @@ -32938,14 +34086,19 @@ /obj/structure/reagent_dispensers/peppertank/directional/north, /turf/open/floor/iron, /area/security/checkpoint/escape) -"krr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"krp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/cable, -/turf/open/floor/engine, -/area/engineering/supermatter/room) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Civilian - Lounge South-West"; + dir = 5 + }, +/turf/open/floor/iron, +/area/commons/lounge) "krs" = ( /obj/effect/turf_decal/siding/thinplating/corner, /obj/effect/turf_decal/trimline/brown/filled/corner{ @@ -32964,6 +34117,29 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) +"krK" = ( +/obj/machinery/door/airlock{ + name = "Custodial Closet"; + req_access_txt = "26" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/purple/filled/warning, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/janitor) "krW" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 @@ -33004,11 +34180,15 @@ /obj/machinery/duct, /turf/open/floor/iron/freezer, /area/service/bar) -"kth" = ( -/obj/effect/decal/cleanable/dirt, +"ksI" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) +/turf/open/floor/iron/dark, +/area/service/bar) "ktp" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -33026,21 +34206,6 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"ktE" = ( -/obj/effect/landmark/start/depsec/engineering, -/obj/structure/chair/office, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/engineering) -"ktH" = ( -/obj/machinery/door/airlock/hatch, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/mid) "ktO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/siding/thinplating{ @@ -33063,21 +34228,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/genetics) -"kuf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) "kug" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 @@ -33098,13 +34248,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/command/heads_quarters/ce) -"kuI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/commons/lounge) "kuN" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/red/filled/corner{ @@ -33116,6 +34259,11 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison) +"kuX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/cargo) "kuY" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -33132,6 +34280,12 @@ /obj/machinery/duct, /turf/open/floor/iron/freezer, /area/service/bar) +"kvs" = ( +/obj/machinery/power/apc/auto_name/south, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/cargo) "kvx" = ( /obj/effect/turf_decal/stripes{ dir = 4 @@ -33143,6 +34297,40 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/white, /area/medical/chemistry) +"kvP" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Server Room"; + req_access_txt = "61" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/tcommsat/computer) +"kvZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) +"kwj" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/chair/stool/bar/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/bar) "kwy" = ( /obj/structure/ore_box, /turf/open/floor/plating/asteroid, @@ -33171,15 +34359,11 @@ }, /turf/open/floor/iron/white, /area/security/prison) -"kxf" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/bar) +"kwY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/plating, +/area/maintenance/central) "kxn" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 4 @@ -33195,6 +34379,13 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/maint) +"kxF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/server) "kxN" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/computer/secure_data{ @@ -33204,25 +34395,23 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/security/checkpoint/engineering) -"kyu" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 +"kxP" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/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/hallway/primary/central) -"kzf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 6 +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"kyp" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 }, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "kzh" = ( /obj/structure/table/glass, /obj/structure/window/reinforced{ @@ -33261,12 +34450,44 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/foyer) +"kzp" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/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/commons/dorms) "kzq" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /obj/structure/table, /obj/item/radio/intercom/directional/south, /turf/open/floor/iron, /area/hallway/secondary/exit) +"kzt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"kzx" = ( +/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/engineering/atmos) "kzH" = ( /obj/machinery/power/shieldwallgen, /obj/effect/turf_decal/bot, @@ -33296,24 +34517,6 @@ }, /turf/open/floor/iron, /area/security/brig) -"kzY" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Engineering Foyer"; - req_one_access_txt = "32;19" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/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/engineering/break_room) "kAc" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -33340,13 +34543,6 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, /area/commons/dorms) -"kAE" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/airless, -/area/mine/explored) "kAQ" = ( /turf/open/floor/iron, /area/security/office) @@ -33363,11 +34559,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/commons/dorms) -"kBv" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/center) +"kBB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "kBG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -33414,10 +34613,26 @@ /obj/effect/turf_decal/trimline/green/corner, /turf/open/floor/iron/dark, /area/service/hydroponics) -"kDo" = ( +"kDb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"kDm" = ( +/obj/structure/chair/plastic{ + dir = 1 + }, +/obj/effect/landmark/blobstart, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, /turf/open/floor/plating, /area/maintenance/central/secondary) @@ -33430,12 +34645,12 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"kDI" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/security/courtroom) +"kDv" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/window/reinforced/spawner, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/theater) "kDL" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 5 @@ -33476,6 +34691,15 @@ }, /turf/open/floor/engine/vacuum, /area/engineering/atmos) +"kEA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/cut, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "kFu" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 @@ -33487,39 +34711,31 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) -"kGa" = ( -/obj/effect/turf_decal/siding/wood, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera{ - c_tag = "Civilian - Library South Bookcases"; - dir = 6 +"kGg" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/wood, -/area/service/library) +/turf/open/floor/iron, +/area/commons/dorms) "kGh" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 }, /turf/open/floor/iron/white, /area/medical/storage) -"kGi" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/command/heads_quarters/rd) -"kGl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, +"kGk" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/firealarm/directional/south, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) +/turf/open/floor/engine, +/area/engineering/supermatter/room) "kGp" = ( /obj/effect/turf_decal/bot_white/right, /obj/effect/turf_decal/tile/neutral{ @@ -33558,14 +34774,10 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"kGD" = ( -/obj/structure/table, -/obj/item/multitool, +"kGR" = ( +/obj/structure/disposalpipe/trunk/multiz, +/obj/structure/closet/secure_closet/engineering_electrical, /obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Hallway - Lower West Power Hatch"; - dir = 1 - }, /turf/open/floor/iron/smooth, /area/maintenance/tram/left) "kGW" = ( @@ -33582,29 +34794,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/science/lab) -"kHa" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 1 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" - }, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Security - Cell 2"; - dir = 1; - network = list("ss13","Security") - }, -/obj/machinery/flasher/directional/south{ - id = "Cell 2" - }, -/turf/open/floor/iron, -/area/security/brig) "kHg" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning, @@ -33622,42 +34811,28 @@ }, /turf/open/floor/iron, /area/maintenance/tram/left) -"kHv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/chemistry) "kHw" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, /turf/open/floor/iron/dark, /area/command/teleporter) -"kHB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 +"kHC" = ( +/obj/machinery/status_display/ai/directional/west, +/obj/structure/chair/office{ + dir = 1 }, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) -"kHV" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"kHS" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" }, -/turf/open/floor/iron, -/area/commons/lounge) +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/aft) "kId" = ( /obj/structure/chair/office/light{ dir = 8 @@ -33668,25 +34843,6 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) -"kIe" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access"; - req_one_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) -"kIi" = ( -/obj/structure/sign/warning/vacuum{ - pixel_y = -32 - }, -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/left) "kIk" = ( /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -33694,15 +34850,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/science/xenobiology) -"kIq" = ( -/obj/machinery/light/directional/south, -/obj/machinery/power/apc/auto_name/south, -/obj/machinery/modular_computer/console/preset/engineering{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/heads_quarters/ce) "kIF" = ( /obj/structure/filingcabinet/filingcabinet, /obj/effect/turf_decal/siding/thinplating{ @@ -33718,6 +34865,11 @@ /obj/machinery/bluespace_vendor/north, /turf/open/floor/iron, /area/commons/dorms) +"kIL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "kIO" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ @@ -33788,6 +34940,19 @@ }, /turf/open/floor/iron/white, /area/science/mixing) +"kKa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/mid) "kKu" = ( /obj/effect/turf_decal/trimline/red/arrow_cw, /obj/effect/decal/cleanable/dirt, @@ -33813,24 +34978,6 @@ }, /turf/open/floor/iron/freezer, /area/service/bar) -"kKL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/structure/cable/layer1, -/turf/open/floor/iron, -/area/maintenance/disposal/incinerator) -"kKO" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/navbeacon/wayfinding/bar, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/bar) "kKS" = ( /obj/effect/turf_decal/loading_area, /obj/machinery/door/window/southleft{ @@ -33851,13 +34998,6 @@ }, /turf/open/floor/iron, /area/commons/vacant_room/commissary) -"kLa" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/item/shard, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "kLl" = ( /obj/structure/bed, /obj/effect/turf_decal/tile/neutral{ @@ -33897,26 +35037,6 @@ }, /turf/open/floor/iron/white, /area/medical/treatment_center) -"kLt" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/maintenance/tram/mid) -"kLu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) -"kLv" = ( -/obj/machinery/computer/turbine_computer{ - dir = 1; - id = "incineratorturbine" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable/layer1, -/turf/open/floor/iron, -/area/maintenance/disposal/incinerator) "kLG" = ( /obj/machinery/button/door{ id = "rdoffice"; @@ -33929,13 +35049,6 @@ dir = 5 }, /area/command/heads_quarters/rd) -"kLR" = ( -/obj/structure/table, -/obj/item/clothing/mask/gas/monkeymask, -/obj/item/food/monkeycube, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/central/secondary) "kMb" = ( /obj/machinery/computer/upload/ai{ dir = 8 @@ -33945,17 +35058,26 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) +"kMm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/mid) "kMn" = ( /obj/structure/tank_dispenser{ pixel_x = -1 }, /turf/open/floor/iron, /area/engineering/atmos) -"kNb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/engine, -/area/engineering/supermatter/room) +"kMo" = ( +/obj/machinery/power/apc/auto_name/west, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/lawoffice) "kNk" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 8 @@ -33974,18 +35096,19 @@ }, /turf/open/floor/iron, /area/engineering/break_room) -"kNx" = ( +"kNo" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/obj/item/stack/cable_coil/cut, -/turf/open/floor/iron/smooth, -/area/maintenance/department/crew_quarters/dorms) -"kNT" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/power/apc/auto_name/east, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) +/turf/open/floor/iron, +/area/cargo/storage) "kOa" = ( /obj/effect/landmark/event_spawn, /obj/structure/disposalpipe/segment{ @@ -34017,11 +35140,6 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/maintenance/department/medical) -"kOy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder, -/turf/open/floor/iron/smooth, -/area/maintenance/central) "kOG" = ( /obj/item/kirbyplants/photosynthetic, /turf/open/floor/circuit, @@ -34065,90 +35183,44 @@ }, /turf/open/floor/iron/dark, /area/engineering/storage/tech) -"kPp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Garden" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/hydroponics/garden) -"kPx" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=3-TunnelMid"; - location = "2-TunnelLeftDoor" - }, -/obj/effect/turf_decal/bot{ +"kPn" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) +/obj/machinery/light/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/service/kitchen/diner) +"kPz" = ( +/obj/structure/cable/layer1, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) "kPK" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/white, /area/science/research) -"kQh" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "kQm" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 5 }, /turf/open/floor/iron, /area/cargo/storage) -"kQn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - name = "sorting disposal pipe (Science General)"; - sortTypes = list(12,13,14,23,28) - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/right) "kQp" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /obj/machinery/power/apc/auto_name/south, /obj/structure/cable, /turf/open/floor/iron, /area/engineering/atmos) -"kQt" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"kQq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/iron, -/area/engineering/atmos) +/area/commons/lounge) "kQu" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line, @@ -34156,37 +35228,25 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/maintenance/port/central) +"kQE" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) "kQF" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/carpet, /area/service/library) -"kQH" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/button/door/directional/north{ - id = "xenobiotopleft"; - name = "Xenobio Top Left Blast Door"; - req_access_txt = "55" - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/xenobiology) -"kQL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - name = "Service Wing Hallway" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) "kQP" = ( /obj/structure/closet/secure_closet/miner, /obj/effect/turf_decal/tile/brown{ @@ -34201,17 +35261,6 @@ }, /turf/open/floor/iron, /area/cargo/miningdock) -"kQY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/hatch{ - name = "Test Chamber Maintenance"; - req_access_txt = "47" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/science/xenobiology) "kRh" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -34222,18 +35271,6 @@ }, /turf/open/floor/iron, /area/construction/mining/aux_base) -"kRG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) -"kRX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/turf/open/floor/iron/smooth, -/area/maintenance/central) "kRZ" = ( /obj/machinery/door/airlock/maintenance_hatch{ req_one_access_txt = "12" @@ -34242,6 +35279,26 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/maintenance/central) +"kSf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/central) +"kSh" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "kSB" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -34300,16 +35357,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/hallway/primary/tram/center) -"kSV" = ( -/obj/structure/bed/dogbed/runtime, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 - }, -/obj/machinery/power/apc/auto_name/south, -/mob/living/simple_animal/pet/cat/runtime, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/heads_quarters/cmo) "kTk" = ( /obj/structure/closet/crate{ icon_state = "crateopen" @@ -34320,6 +35367,15 @@ "kTy" = ( /turf/open/floor/iron, /area/tcommsat/computer) +"kTA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "kTB" = ( /obj/machinery/biogenerator, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -34328,13 +35384,17 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/service/hydroponics) -"kTL" = ( +"kTI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/station_engineer, -/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, /turf/open/floor/iron, -/area/engineering/main) +/area/hallway/primary/tram/center) "kTM" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -34375,28 +35435,18 @@ }, /turf/open/floor/iron/dark, /area/service/hydroponics) -"kUq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Hallway - Upper West Power Hatch"; - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/left) -"kUw" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central) -"kUM" = ( +"kUz" = ( +/obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/power/apc/auto_name/south, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) +/turf/open/floor/iron/dark, +/area/service/bar) "kUQ" = ( /obj/structure/chair, /obj/structure/sign/poster/official/random{ @@ -34414,6 +35464,19 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"kUV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/hallway/secondary/entry) "kUW" = ( /obj/machinery/camera{ c_tag = "Civilian - Library Back Room"; @@ -34422,6 +35485,24 @@ /obj/machinery/newscaster/directional/west, /turf/open/floor/iron/grimy, /area/service/library) +"kVl" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"kVx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/cone{ + pixel_y = -8 + }, +/obj/item/clothing/head/cone{ + pixel_y = -4 + }, +/obj/item/clothing/head/cone, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/plating, +/area/maintenance/port/aft) "kVz" = ( /obj/machinery/door/airlock/external{ name = "Labor Camp Shuttle Airlock"; @@ -34431,6 +35512,22 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating, /area/security/processing) +"kVD" = ( +/obj/effect/turf_decal/tile{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/north, +/obj/machinery/camera{ + c_tag = "Arrivals - North Docking Wing"; + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) "kVF" = ( /obj/structure/rack, /obj/structure/window/reinforced{ @@ -34453,21 +35550,40 @@ /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/grass, /area/medical/virology) +"kVP" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Laser Room"; + req_one_access_txt = "10;24" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "kVU" = ( /obj/machinery/vending/wardrobe/sec_wardrobe, /turf/open/floor/iron/showroomfloor, /area/security/office) -"kWj" = ( -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/service/chapel/office) "kWm" = ( /obj/structure/disposalpipe/segment{ dir = 6 }, /turf/open/floor/engine, /area/science/xenobiology) +"kWz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 10 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/engine{ + dir = 1; + pixel_y = -32 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) "kWB" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -34478,11 +35594,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/carpet, /area/hallway/secondary/entry) -"kWE" = ( -/obj/structure/grille, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) "kWJ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/turf_decal/trimline/neutral/filled/corner{ @@ -34541,14 +35652,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/commons/storage/art) -"kXZ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/port/aft) "kYg" = ( /obj/machinery/shower{ dir = 4 @@ -34605,17 +35708,11 @@ }, /turf/open/floor/iron/showroomfloor, /area/security/office) -"kZn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Command - Bridge South"; - dir = 1 - }, -/obj/machinery/newscaster/security_unit/directional/south, +"kZq" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/carpet, -/area/command/bridge) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/aft) "kZs" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -34627,14 +35724,17 @@ }, /turf/open/floor/iron, /area/maintenance/tram/mid) -"kZx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "Sciencelockdown"; - name = "Research Lockdown Blastdoor" +"kZA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" }, -/turf/open/floor/plating, -/area/science/research) +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "kZF" = ( /obj/machinery/computer/station_alert{ dir = 8 @@ -34658,6 +35758,12 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"kZX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) "lad" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -34671,13 +35777,6 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/green/visible, /turf/open/floor/iron, /area/engineering/atmos) -"lao" = ( -/obj/structure/girder, -/obj/structure/grille, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "lar" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -34736,16 +35835,15 @@ }, /turf/open/floor/plating, /area/hallway/primary/tram/right) -"lby" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"lbw" = ( +/obj/machinery/door/airlock/hatch, +/obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 }, -/obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) +/area/maintenance/tram/mid) "lbB" = ( /obj/structure/chair/office/light{ dir = 1 @@ -34762,27 +35860,43 @@ /obj/structure/cable, /turf/open/floor/iron, /area/construction/mining/aux_base) -"lbY" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +"lcp" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light_switch/directional/east, +/obj/structure/cable, /turf/open/floor/iron, -/area/cargo/storage) +/area/security/checkpoint/medical) +"lct" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/command/heads_quarters/captain) +"lcH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) "lcO" = ( /turf/open/floor/plating, /area/hallway/secondary/exit) -"lcU" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/machinery/button/door/directional/east{ - id = "cargowarehouse" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/cargo/storage) "lcW" = ( /obj/machinery/atmospherics/components/binary/thermomachine/heater{ dir = 8 @@ -34793,25 +35907,33 @@ /obj/machinery/navbeacon/wayfinding/dockarrival, /turf/open/floor/iron, /area/hallway/secondary/entry) +"ldj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/maintenance/department/medical) "ldk" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/scrubber, /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /turf/open/floor/iron, /area/engineering/atmos) -"ldq" = ( -/obj/structure/disposalpipe/segment{ +"ldn" = ( +/obj/effect/turf_decal/tile/blue{ dir = 4 }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Laundromat" + }, /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/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/construction/engineering) +/turf/open/floor/iron/cafeteria, +/area/commons/locker) "lds" = ( /obj/structure/cable/multilayer/multiz, /obj/effect/turf_decal/stripes/end{ @@ -34876,6 +35998,17 @@ }, /turf/open/floor/iron, /area/security/courtroom) +"leq" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/office) "lev" = ( /turf/open/floor/iron/cafeteria{ dir = 5 @@ -34887,6 +36020,23 @@ "leZ" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/aisat/hallway) +"lfd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) +"lfe" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) "lfi" = ( /obj/structure/lattice, /obj/machinery/camera/motion{ @@ -34896,6 +36046,24 @@ }, /turf/open/space/basic, /area/ai_monitored/turret_protected/aisat_interior) +"lft" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Office"; + req_one_access_txt = "31;48" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/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/cargo/office) "lfx" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning, @@ -34907,34 +36075,12 @@ }, /turf/open/floor/iron, /area/maintenance/tram/mid) -"lfA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/smooth, -/area/maintenance/department/medical) "lgb" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 }, /turf/open/floor/iron/white, /area/medical/chemistry) -"lgd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/iron/smooth, -/area/maintenance/department/cargo) -"lgf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 8 - }, -/obj/machinery/duct, -/obj/machinery/light/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/janitor) "lgh" = ( /obj/item/assembly/signaler{ pixel_y = 8 @@ -34954,15 +36100,10 @@ /obj/structure/table/reinforced, /turf/open/floor/iron, /area/science/mixing) -"lgm" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod Three" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, +"lgr" = ( +/obj/structure/disposalpipe/segment, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, +/turf/open/floor/plating/catwalk_floor, /area/maintenance/starboard/central) "lgw" = ( /obj/effect/turf_decal/trimline/yellow/warning{ @@ -34994,6 +36135,15 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"lgE" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "lgI" = ( /obj/effect/turf_decal/trimline/green/filled/line, /obj/effect/turf_decal/trimline/green/filled/corner{ @@ -35005,18 +36155,29 @@ }, /turf/open/floor/iron/dark, /area/service/hydroponics) -"lhB" = ( +"lhM" = ( +/obj/structure/closet/secure_closet/research_director, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) +"lhO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/science/server) +"lhV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + 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/purple/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) +/turf/open/floor/iron, +/area/engineering/engine_smes) "lil" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -35026,35 +36187,31 @@ }, /turf/open/floor/wood, /area/service/library) -"liJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, +"lit" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 4 }, /obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/commons/locker) -"liN" = ( +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"liL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) -"liX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, /obj/structure/cable, /turf/open/floor/iron, -/area/engineering/atmospherics_engine) +/area/security/brig) +"lju" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Air Outlet Pump" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/turf/open/floor/iron, +/area/engineering/atmos) "ljS" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -35088,27 +36245,6 @@ /obj/machinery/light/directional/east, /turf/open/floor/engine, /area/engineering/supermatter/room) -"lkc" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/vault, -/area/hallway/primary/tram/center) -"lkn" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) "lkt" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 @@ -35120,15 +36256,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/science/mixing) -"lkF" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/construction/mining/aux_base) "lkH" = ( /turf/open/floor/iron, /area/security/prison/mess) @@ -35138,11 +36265,6 @@ }, /turf/open/floor/iron, /area/science/robotics/mechbay) -"lkO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/duct, -/turf/open/floor/iron/smooth, -/area/maintenance/central) "lkX" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 @@ -35160,6 +36282,16 @@ "llv" = ( /turf/open/floor/iron, /area/commons/vacant_room/commissary) +"llY" = ( +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/hydroponics) "lma" = ( /obj/structure/bed/roller, /obj/machinery/iv_drip, @@ -35188,14 +36320,56 @@ }, /turf/open/floor/iron/white, /area/science/cytology) -"lno" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"lmw" = ( +/obj/machinery/flasher/directional/north{ + id = "AI" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"lmI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry"; + req_access_txt = "33" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, /obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"lnq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, +/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"; + req_access_txt = "56" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/secondary/exit) +/area/command/heads_quarters/ce) "lnC" = ( /obj/structure/chair{ dir = 1 @@ -35253,16 +36427,23 @@ }, /turf/open/floor/wood, /area/command/heads_quarters/hop) -"loi" = ( +"loj" = ( /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/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable, +/turf/open/floor/wood, +/area/service/lawoffice) +"lor" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, /turf/open/floor/iron, -/area/ai_monitored/command/storage/eva) +/area/cargo/office) "loK" = ( /obj/machinery/door/airlock{ id_tag = "restroom_5"; @@ -35278,14 +36459,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/medical/virology) -"lpc" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"loY" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/mid) "lpd" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/railing{ @@ -35304,10 +36491,6 @@ /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/engine/o2, /area/engineering/atmos) -"lpK" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/supply) "lpU" = ( /obj/structure/table, /obj/item/ai_module/supplied/quarantine, @@ -35319,11 +36502,6 @@ "lpV" = ( /turf/closed/wall, /area/engineering/main) -"lpY" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) "lqr" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 8 @@ -35350,13 +36528,17 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/maintenance/tram/right) -"lqP" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/closet/emcloset, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/left) +"lra" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12;25" + }, +/obj/machinery/duct, +/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, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "lrp" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -35365,19 +36547,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/hallway/primary/central) -"lrt" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/bar) "lrM" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -35393,33 +36562,32 @@ }, /turf/open/floor/iron, /area/maintenance/tram/right) -"lrN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"lrP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) -"lrW" = ( -/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/purple/filled/line{ - dir = 8 - }, -/obj/machinery/airalarm/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) +/area/hallway/primary/tram/left) "lsc" = ( /obj/machinery/light/small/directional/north, /obj/effect/landmark/blobstart, /obj/machinery/duct, /turf/open/floor/iron/freezer, /area/service/bar) +"lsj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/maintenance/central) +"lsA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/security/courtroom) "lsF" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/machinery/light/small/directional/north, @@ -35429,13 +36597,6 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai_upload_foyer) -"lsQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/assembly/mousetrap/armed, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "ltr" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 1 @@ -35487,16 +36648,6 @@ }, /turf/open/floor/iron/dark, /area/service/hydroponics) -"ltN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/security/courtroom) "lub" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -35513,15 +36664,6 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"luf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/service/kitchen) "luq" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -35540,14 +36682,6 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/service/kitchen) -"lut" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/cable, -/turf/open/floor/iron, -/area/construction/mining/aux_base) "luM" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -35603,12 +36737,11 @@ "lvw" = ( /turf/closed/wall, /area/mine/explored) -"lwn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/duct, +"lwa" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/structure/cable, -/turf/open/floor/plating, -/area/security/prison) +/turf/open/floor/iron, +/area/engineering/atmos) "lwr" = ( /obj/machinery/rnd/production/techfab/department/medical, /obj/machinery/airalarm/directional/south, @@ -35619,6 +36752,15 @@ }, /turf/open/floor/iron/dark, /area/medical/storage) +"lwt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/science/server) "lwx" = ( /obj/effect/turf_decal/trimline/green/corner{ dir = 8 @@ -35641,16 +36783,6 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/plating, /area/service/janitor) -"lxu" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/landmark/start/security_officer, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/office) "lxz" = ( /obj/structure/table, /obj/machinery/airalarm/directional/south, @@ -35661,20 +36793,13 @@ }, /turf/open/floor/iron/white, /area/security/prison/mess) -"lxK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"lyf" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) -"lyz" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /turf/open/floor/iron, -/area/security/office) +/area/cargo/storage) "lyN" = ( /obj/structure/bed, /obj/effect/turf_decal/tile/neutral{ @@ -35696,29 +36821,19 @@ }, /turf/open/floor/iron/dark, /area/security/prison/safe) -"lyZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/chemistry) "lzb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/maint) -"lzh" = ( -/obj/structure/disposalpipe/segment, +"lzu" = ( +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "50" + }, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/right) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/cargo) "lAa" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -35750,6 +36865,10 @@ }, /turf/open/floor/iron, /area/security/prison/workout) +"lAB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/right) "lAC" = ( /obj/structure/chair, /obj/effect/turf_decal/stripes/line{ @@ -35757,6 +36876,11 @@ }, /turf/open/floor/plating/airless, /area/science/test_area) +"lAF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/service/library) "lAH" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 1 @@ -35772,15 +36896,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/circuit, /area/ai_monitored/command/nuke_storage) -"lAW" = ( -/obj/machinery/door/airlock{ - name = "Water Closet"; - req_access_txt = "26" - }, -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central) "lAZ" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/effect/turf_decal/trimline/neutral/filled/corner{ @@ -35789,14 +36904,6 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/hallway/primary/central) -"lBk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Hallway - Lower East Power Hatch"; - dir = 1 - }, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/right) "lBo" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -35808,6 +36915,28 @@ }, /turf/open/floor/iron/white, /area/science/research) +"lBt" = ( +/obj/machinery/door/firedoor, +/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"; + req_access_txt = "56" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) "lBw" = ( /obj/structure/lattice/catwalk, /obj/effect/decal/cleanable/dirt, @@ -35832,6 +36961,14 @@ }, /turf/open/floor/plating/airless, /area/mine/explored) +"lBW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "lCc" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -35840,20 +36977,20 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/maintenance/tram/right) -"lCe" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) "lCr" = ( /turf/open/floor/circuit, /area/ai_monitored/command/nuke_storage) "lCs" = ( /turf/closed/wall, /area/command/heads_quarters/hop) +"lCt" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/cargo/storage) "lCu" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -35881,26 +37018,24 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/iron/grimy, /area/hallway/secondary/entry) -"lCC" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 +"lCG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 }, -/obj/machinery/door/window/southright{ - dir = 8; - name = "Bar Door"; - req_one_access_txt = "25;28" +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/camera{ - c_tag = "Civilian - Bar North"; - dir = 6 - }, -/obj/machinery/firealarm/directional/north, /obj/structure/cable, -/turf/open/floor/iron, -/area/service/bar) +/turf/open/floor/iron/white, +/area/science/xenobiology) +"lCH" = ( +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/item/crowbar, +/turf/open/floor/iron/smooth, +/area/maintenance/department/medical) "lCL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -35910,6 +37045,18 @@ }, /turf/open/floor/iron/white, /area/science/research) +"lCS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Arrivals - North Hall"; + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) "lDa" = ( /obj/machinery/door/airlock{ id_tag = "private_k"; @@ -35928,6 +37075,14 @@ /obj/structure/lattice, /turf/open/openspace/airless/planetary, /area/space/nearstation) +"lDh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron/freezer, +/area/service/bar) "lDn" = ( /obj/structure/closet, /obj/item/flashlight, @@ -35935,47 +37090,46 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/central/secondary) -"lDp" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/engine_smes) -"lDt" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/service/lawoffice) "lDv" = ( /obj/structure/closet, /obj/effect/spawner/random/maintenance/two, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/fore) -"lDB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"lDw" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ dir = 1 }, -/obj/machinery/power/apc/auto_name/north, +/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/medical/virology) +"lDT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/service/library) +"lEo" = ( +/obj/machinery/light/directional/east, +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 8 + }, /turf/open/floor/iron, -/area/commons/dorms) +/area/engineering/atmos) "lEr" = ( /turf/open/floor/mech_bay_recharge_floor, /area/science/robotics/mechbay) -"lEA" = ( +"lER" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/service/chapel) +/turf/open/floor/iron/grimy, +/area/security/detectives_office) "lFi" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 @@ -35998,6 +37152,15 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/science/xenobiology) +"lFo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) "lFp" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -36011,6 +37174,11 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron/white, /area/science/xenobiology) +"lFI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/maintenance/department/security) "lGg" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron, @@ -36022,18 +37190,6 @@ /obj/effect/turf_decal/trimline/yellow/filled/corner, /turf/open/floor/iron, /area/engineering/atmos) -"lGr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/security/warden) -"lGs" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) "lGw" = ( /obj/machinery/door/airlock/security{ name = "Permanent Cell 5" @@ -36060,6 +37216,20 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison) +"lGG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/turf/open/floor/iron/smooth, +/area/maintenance/central) +"lGQ" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/service/library) "lGY" = ( /obj/machinery/camera/motion{ c_tag = "Secure - AI Upper External South"; @@ -36069,6 +37239,18 @@ /obj/structure/lattice, /turf/open/openspace/airless/planetary, /area/space/nearstation) +"lGZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "lHl" = ( /obj/machinery/recharge_station, /turf/open/floor/plating, @@ -36082,42 +37264,28 @@ }, /turf/open/floor/iron, /area/hallway/secondary/entry) +"lHz" = ( +/obj/structure/window/reinforced/plasma{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/structure/cable, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) "lHL" = ( /obj/item/crowbar/large, /obj/structure/rack, /obj/item/flashlight, /turf/open/floor/iron/dark, /area/engineering/supermatter/room) -"lHX" = ( -/obj/machinery/door/airlock/security/glass{ - id_tag = "crgdoor"; - name = "Security Post - Cargo"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/corner{ +"lIp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/security/checkpoint/supply) -"lIt" = ( -/obj/effect/landmark/start/head_of_security, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/office) +/area/hallway/secondary/construction/engineering) "lIu" = ( /obj/structure/industrial_lift/tram{ icon_state = "plating" @@ -36127,15 +37295,6 @@ }, /turf/open/openspace, /area/hallway/primary/tram/center) -"lIx" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Chapel Maintenance Access"; - req_access_txt = "22" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) "lIz" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -36207,6 +37366,12 @@ }, /turf/open/floor/iron, /area/science/lab) +"lJr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/left) "lJt" = ( /obj/machinery/camera{ c_tag = "Science - Xenobiology Lower Containment Chamber"; @@ -36237,12 +37402,11 @@ /obj/structure/plasticflaps, /turf/open/floor/plating, /area/cargo/storage) -"lJT" = ( -/obj/structure/closet, -/obj/effect/spawner/random/maintenance/four, +"lJR" = ( +/obj/structure/ladder, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, -/area/maintenance/port/aft) +/area/hallway/primary/tram/left) "lKj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/light/directional/east, @@ -36282,44 +37446,22 @@ /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron, /area/hallway/secondary/entry) -"lKE" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 +"lKJ" = ( +/obj/machinery/door/airlock/mining{ + name = "Mining Office"; + req_access_txt = "48" + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, /obj/structure/cable, /turf/open/floor/iron, -/area/service/bar) -"lKK" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/table, -/obj/item/radio/off, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/machinery/button/door/directional/north{ - id = "atmos"; - name = "Atmospherics Lockdown"; - pixel_x = -6; - req_access_txt = "24" - }, -/obj/machinery/button/door/directional/north{ - desc = "A door remote control switch for the engineering security airlocks."; - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_x = 6; - req_access_txt = "10" - }, -/turf/open/floor/iron, -/area/security/checkpoint/engineering) +/area/cargo/miningdock) "lKO" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt, @@ -36329,22 +37471,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai_upload) -"lLe" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/door_timer{ - id = "Cell 1"; - name = "Cell 1"; - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Security - Brig West"; - dir = 6; - network = list("ss13","Security") - }, -/turf/open/floor/iron, -/area/security/brig) +"lLc" = ( +/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/airless, +/area/mine/explored) "lLq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -36360,39 +37493,28 @@ }, /turf/open/floor/iron, /area/commons/lounge) -"lMd" = ( +"lMa" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 9 + dir = 4 }, -/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/directional/east, +/obj/machinery/button/door/directional/east{ + id = "cargowarehouse" + }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/cargo/storage) +"lMb" = ( +/obj/structure/punching_bag, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/plating, +/area/maintenance/central/secondary) "lMe" = ( /turf/closed/wall/r_wall, /area/science/storage) -"lMq" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) -"lMx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/obj/machinery/airalarm/all_access{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable/layer1, -/turf/open/floor/iron, -/area/maintenance/disposal/incinerator) "lMy" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -36412,6 +37534,13 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/freezer, /area/commons/toilet/restrooms) +"lMD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) "lMH" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 @@ -36434,16 +37563,6 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/hallway/secondary/exit) -"lMZ" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/brig) "lNh" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/glass, @@ -36473,18 +37592,6 @@ /obj/item/reagent_containers/glass/bucket, /turf/open/floor/iron/dark, /area/service/hydroponics) -"lNU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "lOd" = ( /turf/closed/wall/r_wall, /area/command/heads_quarters/ce) @@ -36509,17 +37616,6 @@ /obj/machinery/bluespace_vendor/north, /turf/open/floor/iron, /area/hallway/secondary/exit) -"lOC" = ( -/obj/machinery/camera{ - c_tag = "Service - Upper Power Hatch"; - dir = 6; - network = list("ss13","Service") - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/central) "lOH" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -36539,6 +37635,12 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/dark, /area/hallway/primary/central) +"lOJ" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/checkpoint/engineering) "lON" = ( /obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ dir = 4 @@ -36562,13 +37664,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/white, /area/medical/medbay/central) -"lOT" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/hangover/closet, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/center) "lOW" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input, /obj/effect/turf_decal/box/red/corners{ @@ -36595,33 +37690,31 @@ "lPd" = ( /turf/open/floor/engine, /area/science/xenobiology) -"lPg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/bot, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/surgery) -"lPk" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "test chamber blast door" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/xenobiology) "lPm" = ( /obj/structure/dresser, /obj/item/pinpointer/nuke, /obj/item/disk/nuclear, /turf/open/floor/wood, /area/command/heads_quarters/captain/private) +"lPt" = ( +/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/maintenance_hatch{ + name = "Research Maintnenace"; + req_one_access_txt = "47" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/science/research) +"lPJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "lPN" = ( /obj/machinery/door/airlock/security/glass{ id_tag = "outerbrig"; @@ -36680,26 +37773,22 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison/mess) -"lRq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ +"lQY" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/storage) +"lRU" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, -/obj/effect/turf_decal/bot, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/medical/coldroom) -"lRV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/iron/smooth, +/area/maintenance/tram/mid) "lSf" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -36709,15 +37798,17 @@ /obj/item/clothing/glasses/science, /turf/open/floor/iron/white, /area/science/research) -"lSs" = ( +"lSm" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, +/obj/machinery/door/firedoor, /obj/structure/cable, -/turf/open/floor/iron, -/area/security/courtroom) +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/aisat/maint) "lSt" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -36740,13 +37831,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) -"lSF" = ( -/obj/structure/rack, -/obj/item/stack/cable_coil/five, -/obj/item/storage/toolbox/electrical, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/left) "lSK" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/dark, @@ -36781,11 +37865,6 @@ }, /turf/open/floor/iron, /area/engineering/main) -"lTe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/wrench, -/turf/open/floor/iron/smooth, -/area/maintenance/department/security) "lTf" = ( /obj/structure/reagent_dispensers/water_cooler, /obj/effect/turf_decal/siding/thinplating, @@ -36803,6 +37882,17 @@ /obj/machinery/light_switch/directional/south, /turf/open/floor/iron, /area/security/processing) +"lTA" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "port to mix" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/mixing) "lTD" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -36838,44 +37928,12 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/security/prison/garden) -"lTZ" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/chair/sofa/corp/corner{ - dir = 4 - }, -/turf/open/floor/iron, -/area/service/bar) -"lUm" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) -"lUz" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/warning{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) +"lUp" = ( +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/plating, +/area/maintenance/central) "lUE" = ( /obj/effect/landmark/event_spawn, /obj/machinery/navbeacon/wayfinding/med, @@ -36887,16 +37945,11 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"lUN" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/crowbar, -/obj/item/radio, -/turf/open/floor/iron, -/area/security/checkpoint/escape) +"lUT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) "lVd" = ( /obj/machinery/airalarm/directional/north, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -36914,22 +37967,17 @@ /obj/effect/turf_decal/trimline/yellow/corner, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) -"lVq" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +"lVv" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" }, -/obj/machinery/camera{ - c_tag = "Hallway - Port Tram Platform North-East"; - dir = 8 - }, -/obj/effect/turf_decal/caution{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) +/turf/open/floor/plating, +/area/maintenance/starboard/central) "lVC" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -36958,22 +38006,6 @@ }, /turf/open/floor/iron, /area/service/theater) -"lVW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"lWc" = ( -/obj/machinery/door/airlock/hatch, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/right) "lWn" = ( /obj/machinery/dna_scannernew, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -36981,15 +38013,6 @@ }, /turf/open/floor/iron/dark, /area/science/genetics) -"lWt" = ( -/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, -/turf/open/floor/iron/white, -/area/science/research) "lWG" = ( /obj/machinery/stasis, /obj/machinery/defibrillator_mount/directional/north, @@ -36998,18 +38021,6 @@ }, /turf/open/floor/iron/white, /area/medical/treatment_center) -"lWL" = ( -/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior{ - id_tag = "atmos_incinerator_airlock_exterior"; - name = "Turbine Exterior Airlock" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) "lWM" = ( /obj/machinery/door/airlock/command{ name = "MiniSat Access"; @@ -37034,41 +38045,18 @@ }, /turf/open/floor/iron, /area/security/courtroom) -"lXs" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) +"lXc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "lXu" = ( /obj/structure/cable, /turf/open/floor/iron/white, /area/science/cytology) -"lXC" = ( -/obj/machinery/computer/prisoner/management{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/security/warden) "lYa" = ( /turf/closed/mineral/random/stationside/asteroid/porus, /area/space) -"lYo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/command/heads_quarters/ce) "lYr" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -37077,19 +38065,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/cargo/miningdock) -"lYt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, +"lYw" = ( +/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/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/table/glass, /obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/tram/mid) +/turf/open/floor/iron/white, +/area/medical/medbay/central) "lYN" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -37102,60 +38088,29 @@ dir = 1 }, /area/service/hydroponics) -"lYQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/east, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/security/armory) -"lZo" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +"lZG" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomleft"; + name = "Xenobio Bottom Left Pen Blast Door" }, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) -"lZB" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/command/bridge) -"lZH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, +/turf/open/floor/plating, /area/science/xenobiology) "lZO" = ( /obj/effect/turf_decal/delivery, /obj/machinery/portable_atmospherics/scrubber/huge, /turf/open/floor/iron, /area/science/storage) -"mau" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 9 +"man" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + name = "sorting disposal pipe (Research Director's Office)"; + sortType = 13 }, -/obj/effect/landmark/start/hangover, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/right) +/turf/open/floor/iron/white, +/area/science/research) "maZ" = ( /obj/structure/table, /obj/item/reagent_containers/food/condiment/saltshaker{ @@ -37175,37 +38130,17 @@ /obj/item/book/manual/chef_recipes, /turf/open/floor/iron/white, /area/security/prison/mess) -"mbg" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/door_timer{ - id = "Cell 4"; - name = "Cell 4"; - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Security - Brig East"; - dir = 6; - network = list("ss13","Security") - }, -/turf/open/floor/iron, -/area/security/brig) -"mbp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"mbh" = ( /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{ - sortType = 24 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 6 }, +/obj/effect/turf_decal/bot, /obj/structure/cable, /turf/open/floor/iron/white, -/area/science/research) +/area/medical/surgery) "mbt" = ( /obj/machinery/conveyor{ id = "packageSort2" @@ -37213,23 +38148,15 @@ /obj/structure/plasticflaps, /turf/open/floor/plating, /area/cargo/sorting) -"mbw" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Robotics Lab"; - req_access_txt = "29" +"mbv" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron, -/area/science/robotics/lab) +/turf/open/floor/iron/white, +/area/science/research) "mbD" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -37238,6 +38165,12 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/service/bar) +"mbE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/central) "mbO" = ( /obj/effect/turf_decal/sand/plating, /obj/item/clothing/head/cone{ @@ -37250,16 +38183,6 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/plating/asteroid, /area/mine/explored) -"mcL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "mcW" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/grille, @@ -37272,6 +38195,18 @@ /obj/effect/turf_decal/trimline/yellow/filled/line, /turf/open/floor/iron/white, /area/medical/pharmacy) +"mdg" = ( +/obj/machinery/navbeacon/wayfinding/teleporter, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/teleporter) +"mdk" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/closet/firecloset, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/center) "mdu" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -37298,14 +38233,24 @@ /obj/structure/lattice, /turf/open/space/basic, /area/mine/explored) -"mdw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"mdA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, /turf/open/floor/iron, -/area/commons/lounge) +/area/engineering/atmos) +"mdR" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/carpet/blue, +/area/medical/psychology) "mdU" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 6 @@ -37314,17 +38259,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison/workout) -"meg" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Civilian - Library North Bookcases"; - dir = 1 - }, -/turf/open/floor/wood, -/area/service/library) "mel" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -37363,6 +38297,17 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) +"mfe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/mid) "mfj" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -37371,6 +38316,17 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/security/prison/mess) +"mfx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Medical Maintenance"; + req_access_txt = "5" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/medical) "mfy" = ( /turf/open/floor/circuit/telecomms/mainframe, /area/tcommsat/server) @@ -37394,23 +38350,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/security/office) -"mgz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/miningdock) -"mgC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "mgI" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, @@ -37429,14 +38368,6 @@ }, /turf/open/floor/iron, /area/security/processing) -"mhd" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/south, -/obj/structure/cable, -/turf/open/floor/glass/reinforced, -/area/ai_monitored/turret_protected/aisat/hallway) "mhj" = ( /obj/effect/turf_decal/stripes{ dir = 8 @@ -37453,56 +38384,11 @@ }, /turf/open/floor/engine, /area/science/mixing/chamber) -"mhy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/central) "mhz" = ( /obj/machinery/status_display/evac/directional/north, /obj/structure/filingcabinet/employment, /turf/open/floor/wood, /area/service/lawoffice) -"mhC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/left) -"mhD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch"; - req_access_txt = "11" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating, -/area/hallway/primary/tram/right) -"mhG" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/commons/dorms) -"mhH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/mob/living/carbon/human/species/monkey/punpun, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/bar) "mhI" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -37520,42 +38406,6 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/security/prison/mess) -"mii" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) -"mij" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/chair/stool/bar/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail/flip{ - name = "sorting disposal pipe (Bar)"; - sortType = 19 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/bar) -"mil" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "Output to Waste" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/engine, -/area/engineering/supermatter/room) "mim" = ( /obj/structure/window/reinforced{ dir = 4 @@ -37581,21 +38431,13 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/iron, /area/science/mixing) -"miw" = ( -/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/white, -/area/service/kitchen) -"miP" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, -/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{ - dir = 4 +"mis" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 9 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, -/area/maintenance/disposal/incinerator) +/area/cargo/storage) "mjd" = ( /obj/effect/turf_decal/delivery, /obj/structure/holosign/barrier/atmos/sturdy, @@ -37617,6 +38459,9 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) +"mjD" = ( +/turf/open/floor/iron/white, +/area/science/mixing) "mjF" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line, @@ -37629,6 +38474,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/maintenance/port/central) +"mjM" = ( +/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/machinery/bounty_board/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/bridge) "mjQ" = ( /obj/structure/toilet{ dir = 8; @@ -37638,32 +38493,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/freezer, /area/commons/toilet/restrooms) -"mjR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) -"mkl" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Treatment Center"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/unres, -/turf/open/floor/iron/white, -/area/medical/treatment_center) "mkm" = ( /obj/effect/turf_decal/bot, /obj/structure/transit_tube/station/reverse/flipped{ @@ -37672,6 +38501,16 @@ /obj/structure/transit_tube_pod, /turf/open/floor/plating, /area/science/research) +"mks" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) "mkw" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -37696,53 +38535,40 @@ }, /turf/open/openspace/airless/planetary, /area/space) -"mkH" = ( -/obj/structure/girder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/port/aft) "mkM" = ( /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden{ dir = 4 }, /turf/closed/wall/r_wall, /area/science/xenobiology) -"mkQ" = ( -/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/disposalpipe/segment, -/turf/open/floor/iron, -/area/hallway/secondary/command) "mkS" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 6 }, /turf/open/floor/iron, /area/engineering/engine_smes) -"mla" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"mkV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) +/turf/open/floor/carpet, +/area/service/chapel) "mlb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/engine, /area/engineering/supermatter/room) +"mld" = ( +/obj/structure/window/reinforced/plasma{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/structure/cable, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) "mle" = ( /obj/structure/railing/corner{ dir = 1 @@ -37772,6 +38598,11 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit/departure_lounge) +"mlE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/maintenance/department/cargo) "mlV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -37779,6 +38610,11 @@ }, /turf/open/floor/iron/dark, /area/science/xenobiology) +"mma" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/mess, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "mmo" = ( /obj/structure/table/glass, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -37798,13 +38634,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/white, /area/medical/treatment_center) -"mmu" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/firealarm/directional/south, -/obj/structure/cable, -/turf/open/floor/engine, -/area/engineering/supermatter/room) "mmz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -37818,12 +38647,6 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/command/nuke_storage) -"mmX" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "mmY" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -37865,10 +38688,6 @@ }, /turf/open/floor/plating, /area/engineering/supermatter/room) -"mnu" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/floor/wood, -/area/service/bar) "mnD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -37876,12 +38695,6 @@ }, /turf/open/floor/iron/white, /area/science/research) -"mnF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/iron/grimy, -/area/service/library) "mnK" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /obj/effect/turf_decal/stripes/corner{ @@ -37889,29 +38702,12 @@ }, /turf/open/floor/iron, /area/cargo/storage) -"mnZ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/firealarm/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmos) "moi" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ dir = 1 }, /turf/open/floor/engine/air, /area/engineering/atmos) -"moy" = ( -/obj/machinery/power/solar_control{ - dir = 8; - id = "forestarboard"; - name = "Starboard Solar Control" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard) "mph" = ( /obj/structure/industrial_lift/tram{ icon_state = "plating" @@ -37921,6 +38717,19 @@ }, /turf/open/openspace, /area/hallway/primary/tram/center) +"mpm" = ( +/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, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) "mpr" = ( /obj/effect/turf_decal/trimline/green/corner, /obj/effect/turf_decal/trimline/green/corner{ @@ -37929,6 +38738,11 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/service/hydroponics) +"mpz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "mpT" = ( /obj/effect/turf_decal/stripes/corner, /obj/effect/turf_decal/stripes/corner{ @@ -37937,18 +38751,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/ai_monitored/security/armory) -"mpU" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) "mqc" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/rack, @@ -37974,6 +38776,19 @@ }, /turf/open/floor/iron/dark, /area/hallway/secondary/exit) +"mql" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) "mqu" = ( /obj/machinery/door/airlock/security{ name = "Interrogation"; @@ -37988,16 +38803,6 @@ }, /turf/open/floor/iron/dark, /area/security/interrogation) -"mqE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "mqI" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -38012,15 +38817,6 @@ /obj/item/paicard, /turf/open/floor/carpet, /area/hallway/secondary/entry) -"mqR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/office) "mqV" = ( /obj/structure/ladder, /turf/open/floor/iron/showroomfloor, @@ -38052,14 +38848,6 @@ }, /turf/open/floor/circuit/telecomms, /area/science/xenobiology) -"mrh" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - 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/cargo/qm) "mri" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning{ @@ -38078,6 +38866,20 @@ }, /turf/open/floor/iron, /area/maintenance/tram/mid) +"mrk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/green/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/hallway/primary/central) "mrp" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -38099,6 +38901,15 @@ }, /turf/open/floor/iron, /area/service/bar) +"mrX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/machinery/status_display/evac/directional/east, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "msa" = ( /obj/structure/window/reinforced{ dir = 4; @@ -38114,15 +38925,6 @@ /obj/item/storage/box, /turf/open/floor/iron, /area/cargo/sorting) -"msh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "msm" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -38135,13 +38937,28 @@ }, /turf/open/floor/iron/white, /area/science/research) -"mtc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 +"msT" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/table, +/obj/item/food/grown/banana, +/obj/item/food/grown/banana{ + pixel_x = -3; + pixel_y = 4 }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"mtm" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/cytology) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "mtB" = ( /obj/machinery/airalarm/directional/north, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -38221,12 +39038,6 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"muE" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/xenobiology) "muI" = ( /obj/structure/window/reinforced/tinted{ dir = 8 @@ -38280,6 +39091,12 @@ /obj/structure/chair/office/light, /turf/open/floor/iron/dark, /area/science/genetics) +"mwf" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) "mwx" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 10 @@ -38307,15 +39124,6 @@ }, /turf/open/floor/iron/dark, /area/engineering/atmospherics_engine) -"mwV" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/miningdock) "mxe" = ( /obj/structure/table/reinforced, /obj/item/tank/internals/emergency_oxygen/engi{ @@ -38328,18 +39136,6 @@ }, /turf/open/floor/engine, /area/engineering/supermatter/room) -"mxg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) "mxi" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/effect/turf_decal/trimline/neutral/corner, @@ -38353,39 +39149,6 @@ /obj/structure/barricade/wooden, /turf/open/floor/plating/asteroid, /area/mine/explored) -"mxn" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/power/terminal{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard) -"mxr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) -"mxu" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/power/apc/auto_name/north, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) -"mxC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "mxE" = ( /obj/machinery/computer/atmos_control/tank/carbon_tank{ dir = 8 @@ -38401,20 +39164,6 @@ }, /turf/open/floor/iron/white, /area/science/research) -"myb" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/iron, -/area/commons/lounge) "myc" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -38424,10 +39173,27 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/maintenance/tram/mid) +"myf" = ( +/obj/machinery/door/window{ + name = "Captain's Desk"; + req_access_txt = "20" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/wood, +/area/command/heads_quarters/captain) "myx" = ( /obj/structure/cable, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai) +"myz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/assembly/mousetrap/armed, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/fore) "myC" = ( /obj/machinery/conveyor{ dir = 4; @@ -38439,6 +39205,14 @@ }, /turf/open/floor/iron, /area/cargo/storage) +"myI" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/office) "myL" = ( /obj/effect/landmark/event_spawn, /obj/structure/disposalpipe/segment{ @@ -38476,14 +39250,6 @@ }, /turf/open/floor/plating, /area/maintenance/central) -"mza" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "Secure Gate"; - name = "brig shutters" - }, -/turf/open/floor/plating, -/area/security/brig) "mze" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning, @@ -38499,6 +39265,25 @@ }, /turf/open/floor/iron, /area/maintenance/tram/mid) +"mzh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/command/glass{ + name = "EVA Storage"; + req_access_txt = "18" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"mzF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/turf/open/floor/iron/smooth, +/area/maintenance/department/medical) "mzK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -38519,15 +39304,6 @@ "mzN" = ( /turf/open/floor/engine/n2, /area/engineering/atmos) -"mzW" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) "mAl" = ( /obj/structure/railing{ dir = 1 @@ -38541,34 +39317,45 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) -"mAq" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron, -/area/security/brig) -"mAv" = ( -/obj/effect/turf_decal/siding/wood, +"mAB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/service/library) +/obj/machinery/door/airlock/maintenance{ + name = "Permabrig Maintenance"; + req_access_txt = "1" + }, +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/prison) +"mAC" = ( +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "mAT" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/medical/virology) -"mBi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"mBn" = ( +/obj/effect/landmark/start/chaplain, +/turf/open/floor/iron/dark, +/area/service/chapel) +"mBz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) +/area/maintenance/port/aft) "mBA" = ( /obj/effect/turf_decal/sand, /obj/item/stock_parts/cell/high/empty, @@ -38588,34 +39375,24 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/hallway/secondary/entry) -"mBN" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"mBR" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/tram/mid) -"mCq" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"mCl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Civilian - Lounge South-West"; +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ dir = 5 }, -/turf/open/floor/iron, -/area/commons/lounge) +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"mCm" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/explab) "mCy" = ( /obj/structure/chair{ dir = 8 @@ -38624,33 +39401,20 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/dark, /area/security/courtroom) -"mDc" = ( -/obj/structure/closet/emcloset, +"mDh" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"mDx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/surgery) -"mDT" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/closet/firecloset, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/start/hangover/closet, +/obj/item/stack/cable_coil/cut, /turf/open/floor/iron/smooth, -/area/hallway/primary/tram/left) +/area/maintenance/department/cargo) +"mDC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/commons/lounge) "mEf" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -38676,15 +39440,6 @@ }, /turf/open/floor/iron, /area/service/theater) -"mER" = ( -/obj/structure/table/glass, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/folder/blue, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/neck/stethoscope, -/obj/effect/landmark/event_spawn, -/turf/open/floor/iron/dark, -/area/command/heads_quarters/cmo) "mFa" = ( /obj/structure/closet/secure_closet/brig{ id = "crgcell"; @@ -38704,15 +39459,6 @@ /obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, /area/engineering/storage/tech) -"mFv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/command/heads_quarters/hop) "mGa" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/nitrous_oxide, @@ -38733,6 +39479,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/security/office) +"mGw" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "mGH" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -38752,6 +39510,16 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/service/hydroponics) +"mGO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/assembly/mousetrap/armed, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/secondary) "mGV" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -38762,14 +39530,23 @@ /obj/structure/closet/secure_closet/freezer/meat, /turf/open/floor/iron/showroomfloor, /area/service/kitchen/coldroom) -"mHn" = ( -/obj/structure/sign/warning/vacuum{ - pixel_y = -32 +"mHo" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 2 }, -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/center) +/obj/machinery/door/window/northleft{ + base_state = "right"; + icon_state = "right"; + name = "Containment Pen #7"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomright"; + name = "Xenobio Bottom Right Pen Blast Door" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) "mHT" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -38778,6 +39555,18 @@ /obj/structure/ore_box, /turf/open/floor/iron, /area/cargo/storage) +"mHY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/iron/smooth, +/area/maintenance/department/medical) +"mIu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "mIG" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -38813,20 +39602,6 @@ /obj/effect/mapping_helpers/airlock/abandoned, /turf/open/floor/plating, /area/maintenance/department/medical) -"mJk" = ( -/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/corner{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/entry) -"mJl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet, -/area/service/library) "mJm" = ( /obj/machinery/computer/communications, /obj/structure/window/reinforced{ @@ -38837,9 +39612,41 @@ }, /turf/open/floor/iron/dark, /area/command/bridge) +"mJp" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/screwdriver{ + pixel_y = 6 + }, +/obj/item/clothing/neck/stethoscope, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/item/gun/syringe, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/storage) "mJH" = ( /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) +"mJV" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) +"mKa" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "mKc" = ( /obj/machinery/door/airlock/command{ name = "Captain's Quarters"; @@ -38857,27 +39664,26 @@ }, /turf/open/floor/iron/white, /area/science/genetics) +"mKk" = ( +/obj/item/grown/bananapeel{ + name = "stealthy banana peel" + }, +/obj/item/trash/tray, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/crew_quarters/dorms) "mKP" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 }, /turf/open/floor/iron/white, /area/medical/medbay/central) -"mKQ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 - }, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/engine{ - dir = 1; - pixel_y = -32 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) +"mKW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) "mLc" = ( /obj/machinery/door/airlock/security/glass{ name = "Brig Control"; @@ -38891,6 +39697,13 @@ }, /turf/open/floor/iron/showroomfloor, /area/security/warden) +"mLj" = ( +/obj/effect/landmark/start/depsec/science, +/obj/effect/turf_decal/trimline/red/arrow_cw, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/security/checkpoint/science) "mLo" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -38915,82 +39728,15 @@ "mLq" = ( /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) -"mLF" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/red/filled/warning{ - dir = 10 - }, -/obj/machinery/modular_computer/console/preset/cargochat/security, -/turf/open/floor/iron, -/area/security/office) -"mLP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/floor/iron/smooth, -/area/maintenance/department/cargo) -"mMi" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/escape) -"mMo" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) -"mMz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/commons/locker) -"mMK" = ( +"mLu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/engineering/main) -"mMQ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 5 }, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/aft) -"mMX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/item/shard, -/obj/item/stack/rods, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, /area/maintenance/starboard/central) "mNe" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, @@ -39023,12 +39769,6 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/airless, /area/mine/explored) -"mNy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/right) "mNz" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -39051,26 +39791,6 @@ }, /turf/open/floor/iron/white, /area/medical/pharmacy) -"mNN" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Air Tank Access"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/medical/virology) -"mNW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "mOo" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 9 @@ -39086,33 +39806,22 @@ }, /turf/open/floor/iron/white, /area/science/explab) -"mOB" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/center) "mOF" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/science/robotics/mechbay) -"mOH" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 +"mOL" = ( +/obj/item/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 5 }, /obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/security/prison/shower) +/turf/open/floor/wood, +/area/service/lawoffice) "mON" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/hallway/primary/tram/right) -"mOO" = ( -/obj/machinery/light/small/directional/west, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) "mOQ" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 5 @@ -39137,53 +39846,16 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) -"mOX" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) -"mPa" = ( -/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/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) "mPu" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /turf/open/floor/plating, /area/engineering/atmos) -"mPz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/security/detectives_office) -"mPM" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" - }, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher/directional/south{ - id = "Cell 3" - }, -/turf/open/floor/iron, -/area/security/brig) +"mPH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "mPT" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -39239,16 +39911,6 @@ }, /turf/open/floor/iron, /area/security/prison/workout) -"mQx" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/firealarm/directional/west, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/virology) "mQy" = ( /obj/machinery/door/airlock/security{ name = "Labor Shuttle"; @@ -39289,13 +39951,6 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron/dark, /area/hallway/secondary/exit) -"mQT" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/wood, -/area/service/library) "mQU" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -39307,15 +39962,28 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron/dark, /area/engineering/supermatter/room) -"mRt" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner, +"mRE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable, /turf/open/floor/iron, -/area/cargo/miningdock) +/area/commons/lounge) +"mRL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/medical_doctor, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/surgery) "mRN" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -39335,6 +40003,15 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/courtroom) +"mRY" = ( +/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 = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "mSe" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -39344,16 +40021,6 @@ "mSi" = ( /turf/closed/wall/r_wall, /area/science/mixing) -"mSv" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/bridge) "mSz" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -39361,16 +40028,18 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/commons/lounge) -"mSB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 +"mSC" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) +/turf/open/floor/iron/white, +/area/science/lab) "mSE" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/tile/neutral{ @@ -39406,40 +40075,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/cytology) -"mSU" = ( -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" - }, -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/turf/open/floor/plating/airless, -/area/mine/explored) -"mTy" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Atmospherics South-East"; - dir = 1; - 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/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmos) -"mTH" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 10 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/obj/structure/closet/secure_closet/chemical, -/turf/open/floor/iron/white, -/area/medical/pharmacy) "mTX" = ( /obj/machinery/door/window/brigdoor{ dir = 4; @@ -39461,25 +40096,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/security/checkpoint/medical) -"mUh" = ( -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch"; - req_access_txt = "50" - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/cargo) -"mUy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch"; - req_access_txt = "11" - }, +"mTY" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/secondary) "mUL" = ( /obj/effect/decal/cleanable/dirt, /obj/item/assembly/mousetrap/armed, @@ -39493,12 +40113,15 @@ /obj/machinery/newscaster/security_unit/directional/north, /turf/open/floor/iron, /area/security/checkpoint/escape) -"mVf" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 +"mVb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/obj/structure/cable, /turf/open/floor/iron, -/area/security/checkpoint/engineering) +/area/hallway/secondary/command) "mVj" = ( /obj/effect/turf_decal/bot_white/right, /obj/effect/turf_decal/tile/neutral{ @@ -39539,6 +40162,21 @@ }, /turf/open/floor/plating, /area/engineering/supermatter/room) +"mVZ" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access"; + req_access_txt = "19" + }, +/obj/machinery/door/firedoor, +/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/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "bridge-left" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/bridge) "mWs" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -39547,6 +40185,22 @@ /obj/item/reagent_containers/glass/bucket, /turf/open/floor/iron/dark, /area/service/hydroponics) +"mWt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"mWv" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/security) "mWF" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -39554,16 +40208,6 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"mWP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/clothing/head/cone{ - pixel_y = -8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/aft) "mWR" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 1 @@ -39629,20 +40273,6 @@ }, /turf/open/floor/iron/white, /area/medical/chemistry) -"mXx" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Art Storage" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/storage/art) "mXD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/junction/flip, @@ -39657,39 +40287,10 @@ }, /turf/open/floor/iron/dark, /area/service/bar) -"mYm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "mYq" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/hallway/secondary/exit) -"mYz" = ( -/obj/machinery/camera/emp_proof{ - c_tag = "Engineering - Security Outpost"; - network = list("ss13","engineering","Security") - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/machinery/newscaster/security_unit/directional/north, -/turf/open/floor/iron, -/area/security/checkpoint/engineering) "mYF" = ( /turf/open/floor/engine, /area/engineering/supermatter) @@ -39706,6 +40307,12 @@ }, /turf/open/floor/iron/dark, /area/command/bridge) +"mYS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/obj/structure/barricade/wooden, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "mZd" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -39722,13 +40329,18 @@ }, /turf/open/floor/iron, /area/commons/storage/primary) -"mZn" = ( +"mZj" = ( +/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/stripes/corner, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/light/directional/south, +/obj/structure/extinguisher_cabinet/directional/south, /obj/structure/cable, /turf/open/floor/iron/white, -/area/science/xenobiology) +/area/science/explab) "mZD" = ( /obj/structure/table, /obj/item/book/manual/wiki/security_space_law, @@ -39737,6 +40349,19 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/security/office) +"mZS" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Quartermaster"; + req_access_txt = "41" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/qm) "nac" = ( /obj/machinery/door/airlock/research{ name = "Research and Development Lab"; @@ -39761,13 +40386,11 @@ }, /turf/open/floor/iron/white, /area/science/lab) -"naw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/navbeacon/wayfinding/aiupload, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai_upload) +"nai" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "naC" = ( /obj/machinery/light/small/directional/north, /obj/effect/decal/cleanable/dirt, @@ -39806,26 +40429,12 @@ }, /turf/open/floor/iron/white, /area/science/cytology) -"nba" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc/auto_name/south, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/medical) "nbk" = ( /obj/structure/chair{ dir = 8 }, /turf/open/floor/iron/dark, /area/security/interrogation) -"nbp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) "nbx" = ( /obj/machinery/door/airlock/external{ name = "Supply Dock Airlock"; @@ -39850,14 +40459,16 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/freezer, /area/service/bar) -"nbO" = ( +"nbH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/robot_debris/old, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) +/area/maintenance/central/secondary) "nbR" = ( /obj/structure/table, /obj/item/electronics/apc, @@ -39867,6 +40478,15 @@ }, /turf/open/floor/iron/dark, /area/engineering/storage/tech) +"nbU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) "nbY" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -39904,6 +40524,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison/garden) +"ncD" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/mid) "ncI" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner, /turf/open/floor/iron/white, @@ -39914,17 +40546,12 @@ }, /turf/closed/wall, /area/cargo/sorting) -"ncU" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/center) +"ncO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "ncZ" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -39933,11 +40560,11 @@ /obj/structure/cable, /turf/open/floor/engine, /area/engineering/supermatter/room) -"nde" = ( +"ndc" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/right) +/area/maintenance/tram/mid) "ndl" = ( /obj/structure/ladder, /obj/effect/decal/cleanable/dirt, @@ -39953,16 +40580,19 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/command/nuke_storage) -"ndw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"ndq" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, +/obj/item/wrench, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, /area/maintenance/starboard/central) +"ndt" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "ndy" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -39983,36 +40613,10 @@ /obj/structure/filingcabinet, /turf/open/floor/iron, /area/security/checkpoint/science) -"nek" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) -"neE" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) "neO" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/central/secondary) -"neR" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/airless, -/area/mine/explored) "neU" = ( /turf/closed/wall/r_wall, /area/science/mixing/chamber) @@ -40029,22 +40633,6 @@ /obj/machinery/air_sensor/atmos/carbon_tank, /turf/open/floor/engine/co2, /area/engineering/atmos) -"nfx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - name = "sorting disposal pipe (HoS)"; - sortType = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/office) -"nfQ" = ( -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/cargo) "ngd" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -40060,16 +40648,16 @@ /obj/item/relic, /turf/open/floor/plating/asteroid, /area/mine/explored) -"ngt" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/security/prison) -"ngu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/cable_coil/cut, -/turf/open/floor/iron/smooth, -/area/maintenance/department/medical) +"ngv" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) "ngB" = ( /obj/effect/turf_decal/trimline/purple/filled/corner, /turf/open/floor/iron/white, @@ -40105,19 +40693,11 @@ /obj/structure/disposalpipe/segment, /turf/closed/wall/r_wall, /area/medical/virology) -"nhB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail{ - sortType = 16 - }, +"nhq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/structure/cable, /turf/open/floor/iron, -/area/commons/lounge) +/area/cargo/miningdock) "nhJ" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/ai_upload) @@ -40135,24 +40715,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/hallway/primary/central) -"nhQ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/mob/living/simple_animal/bot/secbot{ - arrest_type = 1; - health = 45; - icon_state = "secbot1"; - idcheck = 1; - name = "Sergeant-at-Armsky"; - weaponscheck = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/ai_monitored/security/armory) "nie" = ( /obj/machinery/biogenerator, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -40161,6 +40723,11 @@ /obj/machinery/newscaster/directional/south, /turf/open/floor/iron, /area/service/hydroponics/garden) +"nii" = ( +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/security) "nim" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -40179,53 +40746,22 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) -"njr" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"njg" = ( +/obj/structure/table/wood/fancy, +/obj/item/flashlight/lantern, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) -"njB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/lounge) +/turf/open/floor/iron/dark, +/area/service/chapel) "njY" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 8 }, /turf/open/floor/iron/white, /area/service/kitchen) -"nky" = ( -/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/stairs/medium, -/area/service/theater) +"nkC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/crew_quarters/dorms) "nkI" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 @@ -40233,11 +40769,15 @@ /obj/structure/cable, /turf/open/floor/iron, /area/command/heads_quarters/ce) -"nld" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/floor/iron/smooth, -/area/maintenance/department/medical) +"nlj" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Laser Room"; + req_one_access_txt = "10;24" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "nlo" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -40264,37 +40804,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/cargo/office) -"nlH" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Post - Research Division"; - req_access_txt = "47;63" - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/science) -"nlL" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/tram/left) "nlQ" = ( /obj/structure/table, /obj/item/reagent_containers/glass/beaker/large{ @@ -40305,14 +40814,23 @@ }, /turf/open/floor/iron/white, /area/science/explab) -"nlW" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch"; - req_one_access_txt = null +"nmb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/center) +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"nmd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "nmu" = ( /obj/machinery/door/airlock/highsecurity{ name = "Power Access Hatch"; @@ -40329,61 +40847,23 @@ }, /turf/open/floor/iron/dark, /area/engineering/supermatter/room) -"nmS" = ( -/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/airlock/grunge{ - name = "Chapel Hall" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/service/chapel) "nmW" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 8 }, /turf/open/floor/iron/dark, /area/command/bridge) -"nnk" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) -"nnD" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"nnA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) -"nnH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment{ dir = 9 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/left) -"nnL" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, /obj/structure/cable, /turf/open/floor/iron, -/area/engineering/gravity_generator) +/area/hallway/primary/tram/left) "nnT" = ( /obj/machinery/camera{ c_tag = "Secure - Gateway North"; @@ -40409,22 +40889,6 @@ }, /turf/open/floor/iron, /area/cargo/office) -"noh" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "nom" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -40432,59 +40896,26 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/white, /area/command/heads_quarters/captain/private) -"noq" = ( -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch"; - req_access_txt = "11" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) -"noE" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"non" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/depsec/medical, +/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/security/checkpoint/medical) +/area/hallway/primary/central) "noL" = ( /obj/item/kirbyplants/random, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) -"noZ" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/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/commons/storage/tools) -"npk" = ( -/turf/open/floor/iron/goonplaque, -/area/hallway/secondary/entry) -"npl" = ( -/obj/structure/window/reinforced{ - dir = 4; - layer = 2.9 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 - }, -/obj/machinery/power/apc/auto_name/north, -/obj/structure/disposalpipe/trunk/multiz/down, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/sorting) +"noU" = ( +/obj/effect/spawner/random/trash/garbage, +/obj/effect/decal/cleanable/dirt, +/obj/item/wrench, +/turf/open/floor/iron/smooth, +/area/maintenance/port/aft) "npC" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -40497,6 +40928,14 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) +"npM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "rdoffice"; + name = "Research Director's Shutters" + }, +/turf/open/floor/plating, +/area/command/heads_quarters/rd) "npU" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 6 @@ -40534,23 +40973,6 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) -"nqv" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Treatment Center"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/treatment_center) "nqz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /obj/structure/cable, @@ -40568,11 +40990,13 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/engine, /area/engineering/supermatter/room) -"nrj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/chair, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) +"nre" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/civil) "nrn" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -40589,54 +41013,34 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/iron, /area/science/lab) +"nrt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/library) "nrv" = ( /obj/structure/table/wood, /obj/machinery/newscaster/directional/south, /turf/open/floor/wood, /area/service/library) -"nrz" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/coin/plasma, -/obj/item/paper/fluff/gateway, -/obj/item/melee/chainofcommand, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/wood, -/area/command/heads_quarters/captain) -"nrH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/plumbing/synthesizer{ - dir = 4; - reagent_id = /datum/reagent/water - }, -/turf/open/floor/iron/smooth, -/area/maintenance/department/crew_quarters/dorms) -"nrM" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/door/airlock/command/glass{ - name = "AI Core"; - req_access_txt = "65" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI core shutters" - }, -/obj/machinery/flasher/directional/west{ - id = "AI" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai) -"nrN" = ( +"nrE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/left) +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/iron, +/area/cargo/miningdock) +"nrF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/maintenance/department/medical) "nrP" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 @@ -40660,6 +41064,11 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/carpet, /area/commons/dorms) +"nsk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/iron/smooth, +/area/maintenance/department/medical) "nsl" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 8 @@ -40681,11 +41090,6 @@ /obj/machinery/light/directional/north, /turf/open/openspace, /area/hallway/primary/tram/right) -"nsC" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/right) "nsG" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/oil/slippery, @@ -40702,6 +41106,15 @@ }, /turf/open/floor/iron, /area/maintenance/tram/left) +"nsQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) "ntd" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/dark, @@ -40722,6 +41135,15 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/dark, /area/science/xenobiology) +"ntj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "ntr" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -40747,13 +41169,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/engineering/storage/tech) -"ntI" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/security/brig) "ntT" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -40788,16 +41203,17 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/foyer) -"nuW" = ( -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/security) "nvj" = ( /obj/structure/bed, /obj/item/bedsheet/brown, /turf/open/floor/carpet, /area/cargo/miningdock) +"nvm" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/vending/wallmed/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) "nvp" = ( /obj/machinery/vending/autodrobe, /obj/machinery/airalarm/directional/north, @@ -40825,6 +41241,26 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/tram/left) +"nwg" = ( +/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/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) +"nwq" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + 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/cargo/qm) "nwu" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -40838,15 +41274,28 @@ "nww" = ( /turf/open/floor/plating, /area/security/processing) -"nwG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 5 +"nwA" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, -/area/commons/dorms) +/area/security/checkpoint/supply) +"nwO" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) "nwV" = ( /obj/structure/chair/pew{ dir = 4 @@ -40856,13 +41305,6 @@ dir = 8 }, /area/service/chapel) -"nxd" = ( -/obj/machinery/power/smes, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard) "nxe" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 @@ -40894,6 +41336,23 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/service/kitchen) +"nxG" = ( +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/filled/corner{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/airalarm/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/engineering/storage/tech) "nxZ" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -40926,6 +41385,19 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/maintenance/tram/right) +"nyl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) "nyp" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -40937,24 +41409,6 @@ }, /turf/open/floor/iron, /area/cargo/miningdock) -"nyq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/right) -"nyG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "nyM" = ( /obj/machinery/conveyor{ id = "packageSort2" @@ -40968,16 +41422,6 @@ }, /turf/open/floor/iron/dark, /area/command/bridge) -"nzj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/cargo/storage) "nzo" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/landmark/start/hangover, @@ -40992,6 +41436,16 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) +"nzr" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/miningdock) "nzt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment, @@ -41001,17 +41455,6 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/carpet, /area/cargo/miningdock) -"nzE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/service/bar) "nzK" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -41034,30 +41477,36 @@ }, /turf/open/openspace, /area/science/xenobiology) -"nzT" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "1" +"nzW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, +/obj/effect/turf_decal/trimline/neutral/filled/line, /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/public/glass{ + name = "Auxiliary Tool Storage"; + req_access_txt = "12" + }, +/obj/machinery/door/firedoor, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/security/office) +/turf/open/floor/iron, +/area/commons/storage/tools) +"nAd" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/treatment_center) "nAf" = ( /obj/structure/cable, /turf/open/floor/engine, /area/engineering/supermatter) -"nAp" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "nAu" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 @@ -41078,14 +41527,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/engineering/engine_smes) -"nBr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/cable, -/turf/open/floor/engine, -/area/engineering/supermatter/room) "nBs" = ( /obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ dir = 1 @@ -41093,6 +41534,18 @@ /obj/effect/turf_decal/trimline/purple/filled/corner, /turf/open/floor/iron, /area/engineering/atmos) +"nBt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/science/research) +"nBz" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/mine/explored) "nBB" = ( /obj/machinery/door/poddoor/shutters/preopen{ id = "pharmacy_shutters_2"; @@ -41110,6 +41563,17 @@ /obj/machinery/light/directional/south, /turf/open/openspace, /area/hallway/primary/tram/right) +"nBH" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) "nBN" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/oxygen, @@ -41138,26 +41602,18 @@ /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/white, /area/science/cytology) -"nCx" = ( +"nCl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 }, -/obj/structure/disposalpipe/junction{ - dir = 1 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) -"nDq" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/airalarm/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) +/turf/open/floor/iron/dark, +/area/security/courtroom) "nDr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/trimline/purple/filled/corner{ @@ -41165,10 +41621,6 @@ }, /turf/open/floor/iron/dark, /area/science/xenobiology) -"nDx" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/turf/open/floor/iron, -/area/security/brig) "nDB" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner, /turf/open/floor/iron, @@ -41184,6 +41636,42 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/maintenance/radshelter/service) +"nDJ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Kitchen"; + req_access_txt = "28" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/kitchen) +"nDM" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/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, +/turf/open/floor/plating, +/area/maintenance/tram/mid) "nDT" = ( /obj/item/ammo_casing/spent, /turf/open/floor/plating/airless, @@ -41200,6 +41688,15 @@ "nEh" = ( /turf/open/floor/iron, /area/security/prison/workout) +"nEj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "nEl" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/engineering{ @@ -41222,6 +41719,20 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/engineering/atmospherics_engine) +"nEM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) "nEN" = ( /obj/machinery/air_sensor/atmos/plasma_tank, /turf/open/floor/engine/plasma, @@ -41231,6 +41742,18 @@ /obj/effect/turf_decal/trimline/yellow/filled/line, /turf/open/floor/iron/dark, /area/engineering/atmospherics_engine) +"nFd" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Medical - Main North"; + network = list("ss13","medbay") + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "nFe" = ( /obj/structure/chair/office, /obj/effect/landmark/start/head_of_personnel, @@ -41249,22 +41772,18 @@ }, /turf/open/floor/iron, /area/commons/storage/primary) -"nFW" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, +"nGb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/duct, /obj/structure/cable, /turf/open/floor/iron, -/area/security/brig) -"nGa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/server) +/area/hallway/primary/central) "nGc" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -41301,17 +41820,6 @@ /obj/machinery/light/directional/south, /turf/open/floor/plating, /area/engineering/supermatter/room) -"nGp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "nGz" = ( /obj/effect/turf_decal/siding/wood, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -41334,11 +41842,50 @@ }, /turf/open/floor/iron, /area/security/brig) +"nGW" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) +"nGX" = ( +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/security) +"nHd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"nHk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/security) "nHp" = ( /obj/structure/table/wood, /obj/item/storage/fancy/donut_box, /turf/open/floor/carpet, /area/command/heads_quarters/captain) +"nHJ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/east, +/obj/structure/cable, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) "nHL" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -41349,6 +41896,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison) +"nIg" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/right) +"nIq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/service/kitchen/coldroom) "nIw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -41361,6 +41918,35 @@ /obj/structure/cable, /turf/open/floor/iron, /area/commons/storage/primary) +"nIz" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) +"nID" = ( +/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/maintenance{ + name = "Security Maintenance"; + req_access_txt = "12"; + req_one_access_txt = null + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "interro-court" + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/security/courtroom) "nIG" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -41388,13 +41974,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/service/hydroponics) -"nIV" = ( -/obj/effect/turf_decal/siding/wood, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/window/reinforced/spawner, -/obj/structure/cable, -/turf/open/floor/wood, -/area/service/theater) +"nIQ" = ( +/obj/machinery/door/airlock/mining{ + name = "Drone Bay"; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/cargo/storage) "nJc" = ( /obj/effect/turf_decal/bot_white/right, /obj/effect/turf_decal/tile/neutral{ @@ -41425,6 +42014,30 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/service/bar) +"nJo" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/chemistry) +"nJr" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) "nJs" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -41439,16 +42052,6 @@ }, /turf/open/floor/iron, /area/maintenance/tram/left) -"nJt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) "nJA" = ( /obj/machinery/computer/chef_order{ dir = 1 @@ -41458,14 +42061,19 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) -"nKq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/obj/structure/disposalpipe/segment{ - dir = 10 +"nJH" = ( +/obj/effect/landmark/start/janitor, +/turf/open/floor/iron, +/area/service/janitor) +"nJN" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" }, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/security/processing) "nKs" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -41480,19 +42088,6 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/security/checkpoint/medical) -"nKz" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/starboard/central) "nKT" = ( /turf/open/floor/engine/vacuum, /area/science/mixing/chamber) @@ -41502,6 +42097,18 @@ }, /turf/closed/wall/r_wall, /area/engineering/atmos) +"nLb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + name = "sorting disposal pipe (Dorms)"; + sortType = 26 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) "nLc" = ( /obj/effect/turf_decal/sand/plating, /obj/item/relic, @@ -41520,36 +42127,18 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) -"nLq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/heads_quarters/cmo) "nLs" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/cargo/office) -"nLD" = ( -/obj/machinery/air_sensor/atmos/incinerator_tank{ - pixel_x = -32; - pixel_y = -32 +"nLJ" = ( +/obj/structure/sign/warning/vacuum{ + pixel_y = 32 }, -/obj/machinery/igniter{ - id = "Incinerator" - }, -/obj/structure/cable/layer1, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/left) "nLN" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -41569,16 +42158,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/service/kitchen) -"nLT" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "nMb" = ( /obj/structure/chair/sofa/right{ dir = 8 @@ -41595,17 +42174,6 @@ /obj/structure/grille, /turf/closed/wall/r_wall, /area/engineering/atmos) -"nMn" = ( -/obj/machinery/modular_computer/console/preset/civilian, -/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 = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/break_room) "nMy" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/structure/chair{ @@ -41620,18 +42188,19 @@ /obj/structure/reagent_dispensers/peppertank/directional/south, /turf/open/floor/iron, /area/security/checkpoint/science) -"nMO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +"nML" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 }, -/obj/machinery/airalarm/directional/west, /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, /turf/open/floor/iron, -/area/hallway/primary/tram/left) +/area/hallway/secondary/command) "nNb" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -41702,13 +42271,11 @@ /obj/structure/curtain, /turf/open/floor/iron/freezer, /area/security/prison/shower) -"nNI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) +"nNX" = ( +/obj/structure/altar_of_gods, +/obj/item/storage/book/bible, +/turf/open/floor/iron/dark, +/area/service/chapel) "nOb" = ( /obj/structure/closet/secure_closet/medical3, /obj/item/storage/belt/medical{ @@ -41738,12 +42305,24 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) -"nOh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/obj/machinery/meter, -/obj/structure/cable/layer1, -/turf/open/floor/iron, -/area/maintenance/disposal/incinerator) +"nOe" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/southleft{ + name = "Desk Door"; + req_access_txt = "63" + }, +/turf/open/floor/plating, +/area/security/checkpoint) +"nOn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopleft"; + name = "Xenobio Topleft Pen Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/xenobiology) "nOu" = ( /obj/structure/stairs/north, /turf/open/floor/iron/stairs/medium, @@ -41753,6 +42332,27 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/commons/storage/art) +"nOD" = ( +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) +"nOJ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/closet/athletic_mixed, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) "nOP" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/plating, @@ -41784,29 +42384,6 @@ /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/white, /area/science/cytology) -"nPb" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber"; - req_one_access_txt = "65" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/ai_monitored/turret_protected/aisat/foyer) -"nPf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/security/courtroom) "nPj" = ( /obj/machinery/door/airlock/command/glass{ name = "Bridge"; @@ -41836,6 +42413,13 @@ }, /turf/open/floor/iron/dark, /area/science/xenobiology) +"nPS" = ( +/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, +/turf/open/floor/iron, +/area/hallway/secondary/command) "nQg" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -41849,44 +42433,6 @@ "nQj" = ( /turf/closed/wall, /area/tcommsat/server) -"nQn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) -"nQo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/security/warden) -"nQq" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/service/hydroponics) "nQJ" = ( /obj/structure/window/reinforced, /obj/structure/table, @@ -41909,17 +42455,13 @@ dir = 5 }, /area/science/breakroom) -"nRM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, +"nRE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/west, -/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) "nSb" = ( /obj/machinery/door/airlock/atmos/glass{ name = "Distribution Loop"; @@ -41940,6 +42482,13 @@ }, /turf/open/floor/iron, /area/security/office) +"nSi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "nSo" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -41971,6 +42520,11 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/genetics) +"nST" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "nSU" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -41980,23 +42534,18 @@ }, /turf/open/floor/iron, /area/service/hydroponics) -"nTc" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_access_txt = "65" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/aisat/maint) "nTd" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 5 }, /turf/open/floor/iron/white, /area/medical/pharmacy) +"nTf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/machinery/meter, +/obj/structure/cable/layer1, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) "nTl" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics Plasma Chamber"; @@ -42041,14 +42590,6 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron, /area/science/research) -"nTW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "nUa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment, @@ -42119,6 +42660,16 @@ /obj/machinery/door/poddoor/incinerator_atmos_aux, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"nVx" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "nVA" = ( /obj/effect/turf_decal/sand, /obj/structure/closet/crate, @@ -42131,14 +42682,6 @@ }, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) -"nVJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "privacy shutters" - }, -/turf/open/floor/plating, -/area/command/heads_quarters/hop) "nVQ" = ( /obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ dir = 1 @@ -42147,6 +42690,18 @@ /obj/effect/turf_decal/trimline/neutral/corner, /turf/open/floor/iron, /area/engineering/atmos) +"nVS" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "nWi" = ( /obj/machinery/door/airlock/highsecurity{ name = "Secure Tech Storage"; @@ -42154,13 +42709,25 @@ }, /turf/open/floor/iron/dark, /area/engineering/storage/tech) -"nWj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/south, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/command/bridge) +"nWm" = ( +/obj/machinery/button/door{ + id = "Secure Gate"; + name = "Cell Shutters"; + pixel_x = -27; + pixel_y = -2; + req_access_txt = "3" + }, +/obj/machinery/button/door{ + id = "briglockdown"; + name = "Prison Wing Lockdown"; + pixel_x = -27; + pixel_y = 8; + req_access_txt = "3" + }, +/obj/structure/chair/office, +/obj/effect/landmark/start/warden, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) "nWz" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 5 @@ -42168,13 +42735,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/tcommsat/computer) -"nWE" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/security/brig) "nWL" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -42211,6 +42771,19 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark, /area/hallway/primary/central) +"nXb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera/emp_proof{ + c_tag = "Engineering - Atmospherics Incinerator"; + dir = 6; + network = list("ss13","engineering") + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) "nXi" = ( /turf/open/floor/plating/asteroid, /area/maintenance/port/central) @@ -42236,25 +42809,51 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) +"nXx" = ( +/obj/machinery/door/airlock{ + name = "Service Lathe Access"; + req_one_access_txt = "35;26;28;25;22;37" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) +"nXN" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"nXS" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/command/nuke_storage) "nYd" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/science/research) -"nYh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, +"nYk" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/commons/lounge) -"nYE" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/chem_mass_spec, +/turf/open/floor/iron/white, +/area/medical/pharmacy) "nYM" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -42271,14 +42870,6 @@ /obj/structure/chair/stool/directional/south, /turf/open/floor/carpet, /area/commons/dorms) -"nZh" = ( -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "nZk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -42288,6 +42879,14 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/white, /area/science/mixing) +"nZK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/robot_debris/old, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "oab" = ( /obj/structure/toilet{ dir = 1 @@ -42295,17 +42894,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/iron/freezer, /area/science/research) -"oae" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - name = "sorting disposal pipe (CMO's Office)"; - sortType = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "oaf" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 @@ -42317,6 +42905,15 @@ /obj/item/trash/cheesie, /turf/open/floor/plating/asteroid/airless, /area/mine/explored) +"oaJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "obn" = ( /obj/machinery/door/airlock{ name = "Permabrig Showers" @@ -42328,38 +42925,25 @@ /obj/structure/cable, /turf/open/floor/iron/freezer, /area/security/prison/shower) -"oby" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ +"obs" = ( +/obj/structure/window/reinforced/plasma{ dir = 4 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, +/obj/structure/cable, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) +"obu" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 4 - }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 10 - }, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/turf/open/floor/iron/white, -/area/medical/pharmacy) -"obP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/primary/central) +/area/security/brig) "obY" = ( /obj/machinery/gibber, /obj/machinery/light/directional/east, @@ -42376,33 +42960,16 @@ dir = 5 }, /area/command/heads_quarters/rd) -"ocv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/landmark/start/depsec/medical, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/medical) -"ocE" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, +"ocn" = ( /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/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/qm) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/secondary) "ocI" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 10 @@ -42413,21 +42980,28 @@ /obj/machinery/chem_dispenser, /turf/open/floor/iron/white, /area/medical/chemistry) -"ocO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"ocJ" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/north, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Maintenance - East Tram Tunnel 3"; + dir = 6 + }, /obj/structure/cable, /turf/open/floor/iron, -/area/ai_monitored/command/storage/eva) -"ocQ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) +/area/maintenance/tram/right) +"ocW" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) "odg" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, @@ -42441,12 +43015,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, /area/command/heads_quarters/captain/private) -"odL" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance/three, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) "oej" = ( /obj/effect/turf_decal/trimline/green/corner{ dir = 8 @@ -42467,25 +43035,6 @@ }, /turf/open/floor/iron, /area/hallway/secondary/entry) -"oeB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/office) -"oeM" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/light/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/wood, -/area/commons/vacant_room/office) "oeU" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -42506,35 +43055,19 @@ }, /turf/open/floor/iron, /area/security/processing) -"ofb" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/science) +"ofx" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "ofB" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison) -"ofC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/security/detectives_office) "ofE" = ( /turf/closed/wall, /area/medical/surgery) -"ofL" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/start/hangover, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) "ofN" = ( /obj/item/trash/can, /turf/open/floor/plating/asteroid/airless, @@ -42558,11 +43091,16 @@ }, /turf/open/floor/iron, /area/engineering/engine_smes) -"ogx" = ( -/obj/structure/reagent_dispensers/watertank, +"ogw" = ( +/obj/machinery/door/airlock/hatch{ + name = "Ladder Access Hatch"; + req_one_access_txt = null + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) "ogJ" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -42581,27 +43119,12 @@ /obj/machinery/navbeacon/wayfinding/kitchen, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) -"ohf" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, +"ohg" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/storage) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "ohj" = ( /obj/structure/table/wood, /obj/item/folder/yellow, @@ -42616,24 +43139,81 @@ }, /turf/open/floor/vault, /area/hallway/primary/tram/center) -"ohN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/cable_coil/cut, -/turf/open/floor/iron/smooth, -/area/maintenance/department/cargo) -"ohP" = ( -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/security/prison) -"oic" = ( +"ohp" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/turf/open/floor/wood, -/area/service/bar) +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron, +/area/security/brig) +"ohr" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/mob/living/simple_animal/bot/secbot{ + arrest_type = 1; + health = 45; + icon_state = "secbot1"; + idcheck = 1; + name = "Sergeant-at-Armsky"; + weaponscheck = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) +"ohw" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/cargo/storage) +"ohA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"ohD" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"oid" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/flip, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"oii" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "oim" = ( /obj/structure/table/glass, /obj/machinery/reagentgrinder, @@ -42650,19 +43230,18 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/white, /area/medical/pharmacy) -"oiC" = ( -/obj/structure/sign/warning/radiation/rad_area{ - dir = 1; - pixel_y = 32 +"oiS" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 9 }, /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/hallway/secondary/construction/engineering) +/area/hallway/secondary/command) "oiX" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -42672,6 +43251,18 @@ }, /turf/open/floor/iron/white, /area/medical/pharmacy) +"ojj" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) "ojq" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -42684,27 +43275,9 @@ }, /turf/open/floor/iron, /area/commons/storage/primary) -"ojt" = ( -/obj/effect/landmark/start/janitor, -/turf/open/floor/iron, -/area/service/janitor) "ojx" = ( /turf/closed/wall/r_wall, /area/security/prison/shower) -"ojy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/virology) "ojG" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -42737,12 +43310,19 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/hallway/secondary/entry) -"okg" = ( -/obj/structure/table/wood/fancy, -/obj/item/flashlight/lantern, +"okf" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/service/chapel) +/turf/open/floor/iron, +/area/commons/lounge) "okh" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -42767,6 +43347,13 @@ }, /turf/open/floor/iron, /area/cargo/storage) +"okt" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ + dir = 8 + }, +/obj/structure/cable/layer1, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) "oky" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -42837,19 +43424,14 @@ /obj/machinery/newscaster/directional/west, /turf/open/floor/iron, /area/hallway/primary/central) +"olu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/security/prison) "olE" = ( /obj/machinery/navbeacon/wayfinding/tcomms, /turf/open/floor/iron, /area/tcommsat/computer) -"omf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Science - Lower Power Hatch"; - dir = 1; - network = list("ss13","rd") - }, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) "omi" = ( /obj/structure/fluff/tram_rail, /turf/open/openspace, @@ -42891,38 +43473,14 @@ }, /turf/open/floor/engine/plasma, /area/engineering/atmos) -"omB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"omw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/maintenance/starboard/secondary) -"omF" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "sorting disposal pipe (Cargo)"; - sortType = 2 - }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, /obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/office) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "omZ" = ( /obj/effect/turf_decal/siding/thinplating/corner{ dir = 4 @@ -42931,14 +43489,23 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/cargo/storage) +"ond" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/west, +/obj/machinery/newscaster/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "one" = ( /turf/closed/wall/r_wall, /area/engineering/atmos) -"onm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/security/prison) "onn" = ( /turf/open/floor/iron/dark, /area/ai_monitored/command/nuke_storage) @@ -42946,26 +43513,6 @@ /obj/structure/rack, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/foyer) -"onw" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator Room"; - req_access_txt = "19;23" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/gravity_generator) "onA" = ( /obj/structure/chair{ dir = 4 @@ -42975,37 +43522,26 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/security/office) +"onS" = ( +/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/line, +/obj/machinery/camera{ + c_tag = "Science - Xenobiology South"; + dir = 1; + network = list("ss13","rd","xeno") + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "onV" = ( /obj/machinery/plate_press, /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/security/prison/work) -"oob" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) -"ooj" = ( -/obj/machinery/flasher/directional/east{ - id = "AI"; - pixel_y = 26 - }, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai) -"ool" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/grunge{ - name = "Morgue"; - req_access_txt = "5;6" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/medical/morgue) "ooo" = ( /obj/machinery/modular_computer/console/preset/civilian{ dir = 4 @@ -43019,42 +43555,25 @@ }, /turf/open/floor/iron/dark, /area/science/robotics/lab) -"ooG" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"oop" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Escape Wing" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) -"ooS" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 }, -/turf/open/floor/iron, -/area/maintenance/tram/mid) +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/virology) "ooT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/duct, /turf/open/floor/plating, /area/security/prison) -"ooW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/turf/open/floor/iron/freezer, -/area/service/bar) "opt" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -43075,16 +43594,24 @@ }, /turf/open/floor/iron, /area/security/processing) -"oqj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/junction/flip{ +"opV" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ dir = 8 }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) +/turf/open/floor/iron, +/area/service/kitchen) "oqn" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -43119,14 +43646,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/hallway/secondary/construction/engineering) -"oqM" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai) "orn" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -43165,15 +43684,6 @@ }, /turf/open/floor/iron, /area/maintenance/tram/right) -"orK" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access"; - req_one_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) "osa" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -43189,11 +43699,6 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron, /area/security/prison/workout) -"osE" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) "osQ" = ( /obj/structure/bed, /obj/item/clothing/suit/straight_jacket, @@ -43233,10 +43738,28 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /turf/closed/wall/r_wall, /area/security/checkpoint/engineering) +"oug" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "ouE" = ( /obj/structure/table, /turf/open/floor/iron/showroomfloor, /area/security/warden) +"ouL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "ouR" = ( /obj/effect/spawner/structure/window/reinforced/plasma, /turf/open/floor/plating, @@ -43249,6 +43772,17 @@ }, /turf/open/floor/plating/airless, /area/maintenance/disposal/incinerator) +"ova" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/bar) "ovf" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 @@ -43260,6 +43794,17 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/science/research) +"ovj" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/service/library) "ovm" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/button/door/directional/east{ @@ -43268,6 +43813,17 @@ }, /turf/open/floor/plating, /area/maintenance/central) +"ovn" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) "ovq" = ( /obj/structure/chair/comfy/black{ dir = 1 @@ -43279,16 +43835,6 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/iron, /area/science/xenobiology) -"ovu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "ovv" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -43311,11 +43857,6 @@ /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/security/processing) -"ovH" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/right) "ovK" = ( /turf/open/floor/glass/reinforced, /area/ai_monitored/turret_protected/aisat/hallway) @@ -43336,15 +43877,6 @@ }, /turf/open/floor/iron, /area/cargo/miningdock) -"owm" = ( -/obj/structure/cable/multilayer/multiz, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/end, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/hallway/primary/tram/left) "oww" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/structure/railing/corner, @@ -43356,18 +43888,6 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/center) -"owH" = ( -/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 = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "owJ" = ( /obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ dir = 4 @@ -43402,6 +43922,21 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/dark, /area/service/hydroponics) +"owU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/status_display/ai/directional/west, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter/room) +"owX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "oxc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /turf/closed/wall/r_wall, @@ -43411,6 +43946,22 @@ icon_state = "wood-broken7" }, /area/commons/vacant_room/office) +"oxf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) "oxi" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 1 @@ -43419,31 +43970,6 @@ /obj/machinery/status_display/ai/directional/south, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) -"oxj" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) -"oxm" = ( -/obj/machinery/door/window/southleft{ - name = "Armory"; - req_access_txt = "3" - }, -/obj/machinery/door/firedoor, -/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/showroomfloor, -/area/security/warden) "oxt" = ( /obj/machinery/door/airlock/security/glass{ name = "Prison Laundry" @@ -43453,44 +43979,21 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/cafeteria, /area/security/prison) -"oxv" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"oxJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/structure/cable, -/turf/open/floor/wood, -/area/service/library) +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "oxN" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison/mess) -"oxU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/turf/open/floor/plating, -/area/command/heads_quarters/ce) "oxX" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine/air, /area/engineering/atmos) -"oxZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Medical Maintenance"; - req_access_txt = "5" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/medical) "oyh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -43519,34 +44022,11 @@ }, /turf/open/floor/iron/dark, /area/maintenance/radshelter/service) -"oyV" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Power Storage"; - req_access_txt = "11" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/engine_smes) "oza" = ( /obj/item/stack/cable_coil, /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/airless, /area/mine/explored) -"ozc" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/office) "ozl" = ( /obj/machinery/hydroponics/soil, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -43558,6 +44038,14 @@ }, /turf/open/floor/iron, /area/security/prison/garden) +"ozn" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/engineering/atmos) "ozp" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -43567,20 +44055,13 @@ }, /turf/open/floor/iron, /area/hallway/secondary/command) -"ozA" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/medical) -"ozC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, +"ozu" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/event_spawn, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) +/turf/open/floor/iron, +/area/commons/storage/tools) "ozN" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 6 @@ -43601,6 +44082,14 @@ /obj/structure/cable, /turf/open/floor/circuit, /area/ai_monitored/command/nuke_storage) +"ozU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/aft) "ozW" = ( /obj/machinery/light/directional/east, /obj/machinery/button/elevator{ @@ -43658,31 +44147,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/commons/dorms) -"oAV" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) -"oBk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch"; - req_access_txt = "11" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) "oBl" = ( /obj/machinery/light/directional/west, /turf/open/floor/glass/reinforced, /area/ai_monitored/turret_protected/aisat/hallway) +"oBm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/robotics/lab) "oBs" = ( /obj/effect/turf_decal/siding/thinplating, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -43693,43 +44167,12 @@ /obj/structure/cable, /turf/open/floor/iron, /area/commons/dorms) -"oBw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-maint-passthrough" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) "oBQ" = ( /obj/machinery/atmospherics/components/binary/pump{ name = "Mix to Port" }, /turf/open/floor/iron, /area/engineering/atmos) -"oBW" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"oCa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/iron, -/area/cargo/miningdock) "oCp" = ( /obj/machinery/door/airlock/external{ req_access_txt = "24" @@ -43751,86 +44194,44 @@ /obj/structure/fluff/tram_rail/end, /turf/open/openspace, /area/hallway/primary/tram/right) -"oCz" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) -"oCA" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine Room"; - req_one_access_txt = "10;24" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/supermatter/room) -"oCH" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "oCQ" = ( /obj/machinery/computer/station_alert{ dir = 8 }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/foyer) -"oCX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) -"oDc" = ( -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "oDf" = ( /obj/structure/cable, /turf/open/floor/plating, /area/maintenance/solars/port/aft) -"oDn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"oDj" = ( +/obj/machinery/power/apc/auto_name/south, /obj/structure/disposalpipe/segment{ - dir = 4 + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/security/brig) +/turf/open/floor/iron/dark, +/area/medical/psychology) "oDr" = ( /obj/machinery/button/tram{ id = "right_part" }, /turf/closed/wall, /area/hallway/primary/tram/right) +"oDJ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/chair/office, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/escape) "oDL" = ( /obj/machinery/door/airlock/security/glass{ name = "Security Post - Cargo"; @@ -43844,16 +44245,6 @@ }, /turf/open/floor/iron, /area/security/checkpoint/supply) -"oDT" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/xenobiology) "oDV" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -43872,19 +44263,6 @@ }, /turf/open/floor/iron, /area/security/courtroom) -"oEc" = ( -/obj/machinery/door/window/westleft{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Brig Infirmary" - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/turf/open/floor/iron/white, -/area/security/brig) "oEl" = ( /obj/structure/chair/stool/directional/east, /obj/effect/landmark/start/roboticist, @@ -43912,6 +44290,10 @@ }, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) +"oES" = ( +/obj/machinery/computer/security/hos, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) "oEU" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -43967,6 +44349,13 @@ }, /turf/open/floor/engine, /area/science/explab) +"oFz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/secondary) "oFA" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/reagent_dispensers/watertank, @@ -43978,61 +44367,6 @@ "oFG" = ( /turf/open/floor/iron/dark, /area/engineering/supermatter/room) -"oGj" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"oGv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) -"oGx" = ( -/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, -/turf/open/floor/iron, -/area/hallway/secondary/command) -"oGz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/secondary) -"oGS" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/research{ - autoclose = 0; - frequency = 1449; - id_tag = "xeno_airlock_exterior"; - name = "Xenobiology Lab External Airlock"; - req_access_txt = "55" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiomain"; - name = "Xenobiology Lockdown Blastdoor" - }, -/turf/open/floor/iron/white, -/area/science/xenobiology) "oHj" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -44042,29 +44376,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/cargo/storage) -"oHl" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/right) "oHn" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /turf/open/floor/iron, /area/cargo/miningdock) +"oHI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/cargo/storage) "oHS" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -44081,14 +44401,26 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/security/armory) -"oIb" = ( +"oHX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/structure/disposalpipe/sorting/mail{ + name = "sorting disposal pipe (Custodial Closet)"; + sortType = 22 }, +/obj/machinery/duct, +/obj/structure/cable, /turf/open/floor/iron, -/area/engineering/main) +/area/hallway/primary/central) +"oIj" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/mid) "oIo" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -44183,6 +44515,28 @@ /obj/effect/landmark/blobstart, /turf/open/floor/iron, /area/science/mixing) +"oJN" = ( +/obj/machinery/door/airlock/research{ + name = "Cytology Access"; + req_access_txt = "55" + }, +/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{ + id = "cytologylockdown"; + name = "Cytology Lockdown" + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/cytology) "oJO" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 10 @@ -44198,15 +44552,6 @@ /obj/machinery/duct, /turf/open/floor/iron/freezer, /area/commons/toilet/restrooms) -"oKd" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/security/detectives_office) "oKe" = ( /obj/machinery/hydroponics/constructable, /obj/structure/disposalpipe/segment, @@ -44255,6 +44600,12 @@ }, /turf/open/floor/iron, /area/service/bar) +"oKI" = ( +/obj/structure/closet/emcloset, +/obj/item/flashlight, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "oKN" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -44271,6 +44622,26 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) +"oKZ" = ( +/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/disposalpipe/sorting/mail{ + dir = 4; + name = "sorting disposal pipe (Civilan Wing)"; + sortTypes = list(16,17) + }, +/obj/structure/sign/warning/docking{ + desc = "A warning sign which reads 'KEEP CLEAR OF TRAM DOCKING AREA'."; + name = "KEEP CLEAR: TRAM DOCKING AREA sign"; + pixel_y = 32 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/left) "oLf" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/structure/railing/corner{ @@ -44306,14 +44677,14 @@ }, /turf/open/floor/engine, /area/science/explab) -"oLV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"oLT" = ( +/obj/machinery/door/airlock/hatch, /obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/aft) +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/mid) "oMa" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -44343,24 +44714,6 @@ }, /turf/open/floor/iron, /area/engineering/break_room) -"oMI" = ( -/obj/machinery/door/airlock{ - name = "Service Lathe Access"; - req_one_access_txt = "35;26;28;25;22;37" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) "oMJ" = ( /obj/machinery/light/directional/west, /turf/open/floor/circuit, @@ -44383,6 +44736,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/engineering/main) +"oNe" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/escape) "oNg" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -44391,33 +44748,42 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/commons/lounge) -"oNr" = ( +"oNh" = ( +/obj/machinery/rnd/production/techfab/department/service, +/obj/structure/window/reinforced/spawner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/junction, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, +/obj/effect/landmark/event_spawn, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) -"oNw" = ( -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Testing Room"; - req_access_txt = "24" - }, +/turf/open/floor/iron, +/area/hallway/primary/central) +"oNm" = ( /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/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/engineering/atmospherics_engine) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/left) +"oNq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-maint-passthrough" + }, +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/secondary) "oND" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/trimline/yellow/filled/corner{ @@ -44425,6 +44791,17 @@ }, /turf/open/floor/iron, /area/tcommsat/computer) +"oNH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/directional/west, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) "oNR" = ( /obj/effect/turf_decal/stripes/end{ dir = 1 @@ -44456,45 +44833,32 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating/airless, /area/mine/explored) -"oOi" = ( -/obj/structure/sign/warning/radiation/rad_area{ - dir = 1; - pixel_y = 32 - }, -/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/hallway/secondary/construction/engineering) "oOk" = ( /obj/machinery/light/directional/north, /turf/open/floor/iron/dark, /area/security/interrogation) +"oOy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) +"oOK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/disposal) "oOP" = ( /turf/closed/wall, /area/maintenance/department/cargo) -"oOT" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Laundromat" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/commons/locker) "oOU" = ( /obj/effect/turf_decal/caution/stand_clear, /obj/effect/decal/cleanable/dirt, @@ -44526,23 +44890,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/hallway/secondary/entry) -"oPu" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"oPJ" = ( -/obj/structure/bed/maint, -/obj/structure/sign/poster/contraband/rip_badger{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/central/secondary) "oPN" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 6 @@ -44599,6 +44946,14 @@ }, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/foyer) +"oQZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) "oRa" = ( /obj/machinery/atmospherics/components/binary/pump{ name = "Port to Filter" @@ -44610,16 +44965,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/iron, /area/engineering/atmos) -"oRy" = ( -/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, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/engineering/atmospherics_engine) "oRG" = ( /obj/item/soap, /obj/effect/landmark/event_spawn, @@ -44633,17 +44978,6 @@ }, /turf/open/floor/iron/dark, /area/service/hydroponics) -"oRQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/shard, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) "oRZ" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/lattice/catwalk, @@ -44664,17 +44998,6 @@ }, /turf/open/floor/iron, /area/engineering/main) -"oSe" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/gravity_generator) "oSh" = ( /obj/machinery/airalarm/directional/north, /obj/structure/rack, @@ -44687,6 +45010,18 @@ }, /turf/open/floor/wood, /area/service/lawoffice) +"oSl" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/miningdock) "oSp" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -44701,15 +45036,6 @@ }, /turf/open/floor/iron, /area/security/prison) -"oSK" = ( -/obj/structure/window/reinforced/plasma{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/structure/cable, -/obj/machinery/power/grounding_rod/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) "oTr" = ( /obj/effect/turf_decal/trimline/green/filled/corner, /obj/effect/turf_decal/trimline/green/line{ @@ -44720,15 +45046,13 @@ }, /turf/open/floor/iron/dark, /area/service/hydroponics) -"oTu" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/north, -/obj/effect/landmark/start/hangover, +"oTv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/construction/engineering) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/medical) "oTx" = ( /obj/machinery/door/airlock/command/glass{ name = "Control Room"; @@ -44763,49 +45087,18 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/engineering/atmos) -"oUp" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"oUk" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/structure/cable, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/maintenance/tram/right) +/area/security/brig) "oUr" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/carbon_dioxide, /turf/open/floor/iron, /area/science/storage) -"oUs" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) -"oUv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/flasher/directional/west{ - id = "AI"; - pixel_y = -26 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai) "oUw" = ( /obj/structure/table, /obj/item/stock_parts/scanning_module{ @@ -44846,6 +45139,30 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/security/prison/safe) +"oUX" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/storage/art) +"oVa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) "oVf" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -44857,6 +45174,18 @@ }, /turf/open/floor/iron, /area/service/bar) +"oVg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/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/ai_monitored/security/armory) "oVk" = ( /obj/structure/table/reinforced, /obj/machinery/computer/security/telescreen{ @@ -44881,18 +45210,25 @@ /obj/structure/fluff/tram_rail/floor, /turf/open/floor/glass/reinforced, /area/hallway/primary/tram/left) -"oVQ" = ( -/obj/machinery/power/apc/auto_name/north, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Medical - Main North"; - network = list("ss13","medbay") +"oWk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 }, /obj/structure/cable, /turf/open/floor/iron/white, /area/medical/medbay/central) +"oWx" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/mid) "oWE" = ( /obj/item/wallframe/apc, /obj/item/electronics/apc, @@ -44911,17 +45247,6 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron, /area/science/research) -"oXn" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/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/hallway/secondary/construction/engineering) "oXr" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ @@ -44952,15 +45277,39 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/cargo/miningdock) +"oXL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"oYd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) "oYl" = ( /turf/closed/wall/r_wall, /area/maintenance/radshelter/civil) -"oYr" = ( -/obj/machinery/power/apc/auto_name/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, +"oYq" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, -/area/maintenance/disposal/incinerator) +/area/hallway/primary/tram/left) "oYA" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -44994,35 +45343,20 @@ }, /turf/open/floor/iron, /area/cargo/office) -"oZj" = ( -/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 = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "sorting disposal pipe (Toxins)"; - sortType = 25 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) +"oZi" = ( +/obj/effect/turf_decal/sand, +/obj/structure/rack, +/obj/item/electronics/airlock, +/obj/item/stack/cable_coil/five, +/obj/item/electronics/apc, +/turf/open/floor/iron/airless, +/area/mine/explored) "oZm" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/girder, /obj/item/stack/sheet/iron, /turf/open/floor/plating, /area/maintenance/port/fore) -"oZs" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "briglockdown"; - name = "brig shutters" - }, -/turf/open/floor/plating, -/area/security/warden) "oZB" = ( /obj/structure/table, /obj/item/book/manual/wiki/security_space_law{ @@ -45078,25 +45412,6 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/service/kitchen) -"paq" = ( -/obj/machinery/door/airlock/medical/glass{ - id_tag = "MedbayFoyer"; - name = "Medbay"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "pas" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -45137,6 +45452,16 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) +"paH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) "paJ" = ( /obj/effect/spawner/structure/window/reinforced/plasma, /turf/open/floor/plating, @@ -45192,22 +45517,21 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"pcf" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ +"pci" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/machinery/camera{ - c_tag = "Maintenance - West Tram Tunnel 1"; - dir = 10 +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, +/obj/machinery/door/airlock/public/glass{ + name = "Escape Wing" + }, +/obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/iron, -/area/maintenance/tram/left) +/area/hallway/secondary/exit) "pcp" = ( /obj/machinery/door/poddoor{ id = "QMLoaddoor"; @@ -45219,13 +45543,14 @@ }, /turf/open/floor/plating, /area/cargo/storage) -"pcA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +"pcq" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Server Access"; + req_access_txt = "30" }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, +/turf/open/floor/iron/dark, +/area/science/server) "pcH" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -45272,17 +45597,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/commons/dorms) -"pdc" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "pde" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -45337,46 +45651,17 @@ /obj/item/flashlight/lamp, /turf/open/floor/iron/grimy, /area/service/lawoffice) -"pfd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, -/obj/machinery/status_display/ai/directional/east, -/obj/structure/cable, -/turf/open/floor/engine, -/area/engineering/supermatter/room) -"pfh" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/trimline/purple/filled/line{ +"pfC" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, /obj/structure/cable, /turf/open/floor/iron/dark, /area/science/xenobiology) -"pfi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/command/heads_quarters/captain) "pfK" = ( /obj/machinery/light/small/directional/north, /turf/open/floor/engine, /area/science/xenobiology) -"pfM" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) "pfP" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 6 @@ -45394,6 +45679,34 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/engine, /area/science/xenobiology) +"pgc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) +"pgd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Mining Maintenance Access"; + req_access_txt = "48" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "pgh" = ( /obj/item/storage/toolbox/electrical, /turf/open/floor/plating/asteroid/airless, @@ -45428,14 +45741,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/secondary/entry) -"pgR" = ( -/obj/structure/sign/warning/vacuum{ - pixel_y = 32 - }, -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/center) "pgW" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -45449,15 +45754,6 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) -"phG" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/vault, -/area/hallway/primary/tram/center) "phH" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -45469,17 +45765,19 @@ }, /turf/open/floor/iron, /area/security/office) -"phL" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ +"phK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 }, -/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/trimline/purple/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) +/turf/open/floor/iron, +/area/service/janitor) "phM" = ( /obj/machinery/door/airlock/maintenance_hatch{ req_one_access_txt = "12" @@ -45487,17 +45785,6 @@ /obj/effect/mapping_helpers/airlock/abandoned, /turf/open/floor/plating, /area/maintenance/central/secondary) -"piJ" = ( -/obj/machinery/door/airlock{ - id_tag = "commissarydoor"; - name = "Commissary" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/commons/vacant_room/commissary) "piN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -45512,14 +45799,6 @@ }, /turf/open/floor/iron/dark, /area/engineering/supermatter/room) -"pja" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/aft) "pjh" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -45528,6 +45807,37 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/hallway/primary/central) +"pjv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/security) +"pjH" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) +"pjL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/navbeacon/wayfinding/aiupload, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload) "pjO" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -45537,6 +45847,21 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) +"pjP" = ( +/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 = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/maintenance/starboard/secondary) "pjS" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -45560,12 +45885,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/hallway/secondary/exit) -"pkz" = ( -/obj/structure/closet, -/obj/effect/spawner/random/maintenance/four, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/security) "pkG" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -45573,12 +45892,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/science/storage) -"pkY" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/taperecorder, -/turf/open/floor/carpet, -/area/command/heads_quarters/hos) "pkZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /obj/effect/turf_decal/trimline/blue/filled/corner, @@ -45611,22 +45924,27 @@ /obj/structure/fluff/tram_rail/floor, /turf/open/floor/glass/reinforced, /area/hallway/primary/tram/right) -"plu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/xenobiology) "ply" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, /turf/open/floor/iron/white, /area/science/lab) +"plY" = ( +/obj/structure/closet/crate, +/obj/item/pickaxe/mini, +/obj/effect/spawner/random/maintenance/two, +/obj/item/flashlight, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) +"pmg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/medical) "pmi" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -45692,21 +46010,26 @@ dir = 1 }, /area/science/research) -"pnm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 +"pnp" = ( +/obj/machinery/door/airlock/hatch{ + name = "Radstorm Shelter" }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/maintenance/radshelter/service) +"pnv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "sorting disposal pipe (Kitchen)"; + sortType = 20 }, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/secondary/construction/engineering) +/area/hallway/primary/central) "pnE" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -45728,6 +46051,14 @@ /obj/machinery/light_switch/directional/west, /turf/open/floor/iron, /area/commons/storage/tools) +"poe" = ( +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) "pof" = ( /obj/structure/filingcabinet/chestdrawer, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -45779,11 +46110,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/hallway/primary/tram/left) -"poz" = ( -/obj/effect/spawner/random/trash/mess, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/secondary) "poO" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -45841,6 +46167,20 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/airless, /area/mine/explored) +"pqm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/engineering/main) +"pqy" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "pqM" = ( /obj/structure/railing{ dir = 8 @@ -45853,15 +46193,29 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/service/hydroponics) -"prl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc/auto_name/north, +"prb" = ( /obj/structure/disposalpipe/segment{ - dir = 6 + dir = 4 }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron, -/area/maintenance/disposal) +/area/engineering/main) +"prd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/machinery/bluespace_vendor/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) "prE" = ( /obj/machinery/hydroponics/soil, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -45874,25 +46228,40 @@ /obj/machinery/igniter/incinerator_ordmix, /turf/open/floor/engine/vacuum, /area/science/mixing/chamber) -"prL" = ( -/obj/machinery/door/airlock/command{ - name = "Chief Medical Officer"; - req_access = null; - req_access_txt = "40" +"psh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) +"psi" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division"; + req_one_access_txt = "47" }, /obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/heads_quarters/cmo) +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance-right" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Sciencelockdown"; + name = "Research Lockdown Blastdoor" + }, +/turf/open/floor/iron, +/area/science/research) "pss" = ( /obj/structure/industrial_lift/tram{ icon_state = "titanium_blue" @@ -45903,30 +46272,11 @@ /obj/structure/fluff/tram_rail, /turf/open/openspace, /area/hallway/primary/tram/center) -"psF" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/public/glass{ - name = "Command Wing Hallway" - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) -"psR" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch"; - req_one_access_txt = null - }, +"psw" = ( +/obj/machinery/portable_atmospherics/canister/air, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, -/area/maintenance/tram/left) +/area/security/prison) "psZ" = ( /obj/machinery/seed_extractor, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -45938,6 +46288,11 @@ }, /turf/open/floor/iron, /area/service/hydroponics/garden) +"pti" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) "ptl" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -45955,25 +46310,17 @@ }, /turf/open/floor/iron, /area/service/kitchen) -"ptC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/mid) -"ptJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"ptL" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/junction/flip{ - dir = 2 +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/commons/lounge) +/turf/open/floor/iron/white, +/area/medical/medbay/central) "ptQ" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 @@ -45987,15 +46334,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/maintenance/solars/port/aft) -"pup" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM"; - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/science/server) "pus" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -46006,6 +46344,20 @@ }, /turf/open/floor/iron/dark, /area/engineering/gravity_generator) +"puy" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) "puK" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/on{ dir = 1 @@ -46042,17 +46394,6 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/security/prison) -"pvc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/engine_smes) "pvg" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -46064,47 +46405,29 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron, /area/maintenance/tram/mid) -"pvu" = ( -/obj/machinery/door/airlock/medical{ - name = "Surgery"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/turf_decal/trimline/blue/filled/line{ +"pvt" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/smart/manifold4w/violet/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"pvw" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/surgery) -"pvF" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/cargo/storage) -"pwp" = ( -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ 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/purple/filled/line, -/obj/machinery/light/directional/south, -/obj/structure/extinguisher_cabinet/directional/south, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/explab) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "pwt" = ( /obj/machinery/plumbing/synthesizer{ reagent_id = /datum/reagent/water @@ -46112,13 +46435,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/central) -"pwv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/medical) "pwz" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -46171,6 +46487,19 @@ }, /turf/open/floor/iron, /area/security/prison) +"pyc" = ( +/obj/structure/sign/warning/radiation/rad_area{ + dir = 1; + pixel_y = 32 + }, +/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/hallway/secondary/construction/engineering) "pyh" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -46188,16 +46517,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) -"pyy" = ( -/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, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "pyS" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -46211,16 +46530,19 @@ }, /turf/open/floor/iron/dark, /area/command/bridge) -"pyW" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ +"pyV" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, /obj/structure/cable, /turf/open/floor/iron, -/area/cargo/miningdock) +/area/commons/dorms) "pzb" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -46248,19 +46570,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison) -"pzz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/lounge) "pzD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -46270,15 +46579,27 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/hallway/secondary/entry) -"pzG" = ( +"pzL" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) +"pzR" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/right) +"pzX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "pAc" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -46292,6 +46613,35 @@ /obj/machinery/navbeacon/wayfinding/incinerator, /turf/open/floor/iron, /area/maintenance/disposal/incinerator) +"pAj" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_interior"; + name = "Virology Interior Airlock"; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door_buttons/access_button{ + idDoor = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_y = 24; + req_access_txt = "39" + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/virology) "pAt" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -46324,6 +46674,21 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/left) +"pAS" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Storage"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/storage) "pAW" = ( /turf/closed/wall/r_wall, /area/engineering/main) @@ -46355,23 +46720,15 @@ }, /turf/open/floor/plating/asteroid, /area/mine/explored) -"pBy" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access"; - req_one_access_txt = "12" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"pBq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/tram/left) +/turf/open/floor/iron/dark, +/area/medical/morgue) "pBF" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 @@ -46383,11 +46740,6 @@ /obj/effect/spawner/random/trash/food_packaging, /turf/open/floor/plating, /area/maintenance/department/medical) -"pBU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, -/turf/open/floor/iron/smooth, -/area/maintenance/department/medical) "pCt" = ( /obj/structure/window/reinforced{ pixel_y = 2 @@ -46418,15 +46770,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, /area/engineering/supermatter) -"pCG" = ( -/obj/machinery/navbeacon/wayfinding/engineering, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/modular_computer/console/preset/cargochat/engineering{ - dir = 1 +"pCI" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 9 }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/machinery/light/directional/north, +/obj/machinery/power/apc/auto_name/north, /obj/structure/cable, /turf/open/floor/iron, /area/engineering/break_room) @@ -46496,20 +46845,6 @@ /obj/structure/grille, /turf/open/floor/plating, /area/maintenance/port/fore) -"pDH" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/supply) "pDT" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 9 @@ -46524,23 +46859,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/fore) -"pEb" = ( -/obj/structure/disposalpipe/trunk/multiz{ - dir = 2 - }, -/obj/machinery/door/window/northleft{ - base_state = "right"; - icon_state = "right"; - name = "Containment Pen #5"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiobottomleft"; - name = "Xenobio Bottom Left Pen Blast Door" - }, -/turf/open/floor/iron/dark, -/area/science/xenobiology) "pEc" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -46551,6 +46869,27 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit/departure_lounge) +"pEe" = ( +/obj/machinery/door/airlock/security{ + id_tag = "scidoor"; + name = "Security Post - Science"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/security/checkpoint/science) "pEh" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/door/poddoor/shutters{ @@ -46571,16 +46910,6 @@ }, /turf/closed/wall, /area/cargo/sorting) -"pEp" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/three, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/security) "pEG" = ( /obj/structure/safe, /obj/item/clothing/head/bearpelt, @@ -46619,17 +46948,11 @@ /obj/structure/grille, /turf/closed/wall/r_wall, /area/engineering/atmos) -"pFf" = ( -/obj/machinery/duct, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"pEZ" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) +/area/maintenance/starboard/central) "pFx" = ( /obj/structure/chair/pew/left{ dir = 4 @@ -46648,20 +46971,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/hallway/primary/central) -"pFO" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "pFY" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -46681,6 +46990,15 @@ /obj/structure/cable, /turf/open/floor/iron, /area/cargo/miningdock) +"pGf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/medical/morgue) "pGq" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 1 @@ -46705,18 +47023,6 @@ }, /turf/open/floor/vault, /area/hallway/primary/tram/left) -"pGQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/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/hallway/primary/central) "pGX" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 8 @@ -46727,6 +47033,23 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/security/prison/garden) +"pHf" = ( +/obj/item/soap/nanotrasen, +/obj/effect/landmark/event_spawn, +/obj/machinery/duct, +/obj/machinery/light/floor, +/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/freezer, +/area/security/prison/shower) +"pHp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/cytology) "pHr" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -46748,11 +47071,11 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/hallway) -"pHS" = ( -/obj/effect/decal/cleanable/dirt, +"pHI" = ( +/obj/structure/disposalpipe/junction, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/cargo) +/turf/open/floor/iron/white, +/area/medical/medbay/central) "pHW" = ( /turf/open/floor/iron/dark, /area/science/robotics/lab) @@ -46763,29 +47086,22 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron/white, /area/medical/medbay/central) -"pIk" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay"; - req_one_access_txt = "31;48" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/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/cargo/storage) "pIr" = ( /obj/structure/chair/stool/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/security/prison/rec) +"pIv" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "pIz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, @@ -46798,17 +47114,6 @@ /obj/machinery/meter, /turf/open/floor/iron, /area/engineering/atmos) -"pIW" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/bluespace_vendor/south, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/miningdock) "pJm" = ( /obj/structure/bodycontainer/morgue, /turf/open/floor/iron/dark, @@ -46834,6 +47139,19 @@ }, /turf/open/floor/iron/showroomfloor, /area/security/warden) +"pJH" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/mid) "pJU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -46846,6 +47164,11 @@ }, /turf/open/openspace, /area/hallway/primary/tram/center) +"pKi" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "pKj" = ( /turf/open/floor/carpet, /area/command/bridge) @@ -46908,6 +47231,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/engine, /area/engineering/supermatter/room) +"pLd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/mob/living/carbon/human/species/monkey/punpun, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/bar) "pLh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/event_spawn, @@ -46956,36 +47291,6 @@ }, /turf/open/floor/iron, /area/command/heads_quarters/ce) -"pMk" = ( -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/virology) -"pMm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/medical/glass{ - name = "Chemistry"; - req_access_txt = "33" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/chemistry) "pMo" = ( /obj/machinery/door/airlock/public/glass{ name = "Holodeck Door" @@ -47000,18 +47305,24 @@ }, /turf/open/floor/iron, /area/commons/lounge) -"pME" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"pMt" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Experimentation Lab"; + req_access_txt = "47" + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/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 = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/door/firedoor, /obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) +/turf/open/floor/iron/white, +/area/science/explab) "pMR" = ( /obj/structure/chair/stool/directional/east, /turf/open/floor/iron, @@ -47021,6 +47332,17 @@ /obj/machinery/navbeacon/wayfinding/hop, /turf/open/floor/iron, /area/command/heads_quarters/hop) +"pNm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/newscaster/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "pNr" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table, @@ -47038,6 +47360,22 @@ /obj/item/crowbar, /turf/open/floor/iron, /area/maintenance/port/central) +"pNt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/prison) +"pNu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/turf/open/floor/plating, +/area/security/brig) "pNw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -47047,17 +47385,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/engineering/atmos) -"pNz" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/miningdock) "pNC" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8; @@ -47084,6 +47411,14 @@ }, /turf/open/floor/plating, /area/maintenance/department/medical) +"pNY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/secondary) "pOk" = ( /obj/effect/turf_decal/trimline/green/line{ dir = 9 @@ -47105,36 +47440,6 @@ /obj/structure/cable, /turf/open/floor/plating/airless, /area/mine/explored) -"pOy" = ( -/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/wood, -/area/command/heads_quarters/hop) -"pOE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) -"pOH" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "pOP" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/nitrogen, @@ -47146,21 +47451,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/starboard/central) -"pOU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/grimy, -/area/service/library) -"pOW" = ( -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "pOY" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -47209,14 +47499,14 @@ }, /turf/open/floor/iron, /area/security/prison) -"pPB" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, +"pPE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/cargo) +/area/maintenance/starboard/secondary) "pPM" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -47224,17 +47514,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/hallway/primary/tram/left) -"pPW" = ( -/obj/structure/table, -/obj/item/book/manual/chef_recipes, -/obj/item/kitchen/knife, -/turf/open/floor/iron/white, -/area/service/kitchen) "pPY" = ( /obj/effect/turf_decal/delivery, /obj/machinery/portable_atmospherics/canister/plasma, /turf/open/floor/iron, /area/science/storage) +"pPZ" = ( +/obj/structure/sign/warning/vacuum{ + pixel_y = -32 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/right) "pQj" = ( /obj/structure/chair{ dir = 8 @@ -47266,15 +47558,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/fore) -"pRE" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/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/hallway/secondary/exit) "pRF" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 8 @@ -47284,6 +47567,32 @@ }, /turf/open/floor/glass/reinforced, /area/hallway/primary/tram/center) +"pRJ" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/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/cargo/office) +"pRK" = ( +/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/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/central) "pRL" = ( /obj/machinery/light/directional/south, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -47295,15 +47604,6 @@ }, /turf/open/floor/iron/dark, /area/security/courtroom) -"pRN" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "pRU" = ( /obj/structure/closet/emcloset, /obj/effect/decal/cleanable/dirt, @@ -47316,20 +47616,21 @@ }, /turf/open/floor/iron, /area/command/heads_quarters/hop) -"pRY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"pSd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) -"pSe" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/primary/tram/right) +/area/hallway/secondary/command) "pSq" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -47356,55 +47657,23 @@ /obj/machinery/light_switch/directional/west, /turf/open/floor/iron/dark, /area/medical/morgue) -"pSH" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/command/heads_quarters/ce) -"pSM" = ( -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 +"pSw" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/effect/landmark/start/hangover, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "pSS" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/hallway/secondary/entry) -"pSU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/commons/lounge) -"pTb" = ( -/obj/effect/landmark/start/hangover, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "pTe" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ @@ -47477,37 +47746,6 @@ /obj/machinery/light/floor, /turf/open/openspace, /area/security/processing) -"pUc" = ( -/obj/structure/sign/warning/vacuum{ - pixel_y = 32 - }, -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/right) -"pUd" = ( -/obj/structure/bed, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Security - Cell 3"; - dir = 1; - network = list("ss13","Security") - }, -/obj/item/radio/intercom/directional/south{ - name = "prison intercom"; - prison_radio = 1 - }, -/turf/open/floor/iron, -/area/security/brig) "pUs" = ( /obj/structure/bodycontainer/morgue, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -47515,42 +47753,27 @@ }, /turf/open/floor/iron/dark, /area/security/brig) -"pUw" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 +"pVe" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, /turf/open/floor/iron, -/area/security/checkpoint/medical) -"pUD" = ( +/area/hallway/secondary/exit) +"pVo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Atmospherics Maintenance"; - req_one_access_txt = "24" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"pUG" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) -"pUV" = ( -/obj/effect/turf_decal/trimline/red/arrow_cw{ - dir = 4 +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 }, -/obj/effect/landmark/start/depsec/supply, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, /obj/structure/cable, /turf/open/floor/iron, -/area/security/checkpoint/supply) +/area/security/checkpoint/engineering) "pVB" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron, @@ -47567,6 +47790,14 @@ }, /turf/open/floor/glass/reinforced, /area/ai_monitored/turret_protected/aisat/hallway) +"pVM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) "pVU" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 @@ -47593,6 +47824,29 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/medical/virology) +"pWV" = ( +/obj/machinery/door/airlock/research{ + id_tag = "ResearchExt"; + name = "Research Division"; + req_one_access_txt = "47" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-entrance-left" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Sciencelockdown"; + name = "Research Lockdown Blastdoor" + }, +/turf/open/floor/iron, +/area/science/research) "pXe" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/turf_decal/trimline/neutral/filled/arrow_cw{ @@ -47630,6 +47884,17 @@ }, /turf/open/floor/iron/dark, /area/medical/treatment_center) +"pXP" = ( +/obj/machinery/door/airlock{ + name = "Water Closet"; + req_access_txt = "26" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "pXQ" = ( /obj/structure/cable/multilayer/multiz, /obj/structure/sign/warning/electricshock{ @@ -47651,6 +47916,18 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/right) +"pYt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "pYu" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -47660,11 +47937,6 @@ /obj/machinery/light/small/directional/east, /turf/open/space/basic, /area/space/nearstation) -"pYC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "pYP" = ( /obj/effect/turf_decal/stripes/end{ dir = 8 @@ -47732,24 +48004,29 @@ }, /turf/open/floor/plating/asteroid/airless, /area/mine/explored) -"pZN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/highsecurity{ - name = "Prison Maintenance Access"; - req_access_txt = "2"; - security_level = 4 +"pZR" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/effect/mapping_helpers/airlock/locked, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/security/prison) +/turf/open/floor/iron, +/area/security/office) "qae" = ( /obj/machinery/restaurant_portal/restaurant, /turf/open/floor/glass, /area/service/kitchen/diner) +"qan" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/ai_monitored/security/armory) "qaY" = ( /obj/structure/industrial_lift{ id = "publicElevator" @@ -47823,13 +48100,6 @@ /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron, /area/science/research) -"qcW" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/cytology) "qcY" = ( /obj/structure/chair/sofa{ dir = 8 @@ -47841,12 +48111,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/cargo/miningdock) -"qdk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"qdf" = ( /obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/janitor) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central) +"qdg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) "qdu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, @@ -47864,21 +48140,21 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/ai_monitored/command/nuke_storage) +"qdV" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "qeg" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, /turf/open/floor/iron, /area/engineering/atmos) -"qel" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) "qeo" = ( /obj/effect/turf_decal/trimline/white/corner{ dir = 8 @@ -47939,6 +48215,27 @@ }, /turf/open/openspace, /area/hallway/primary/tram/center) +"qeQ" = ( +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/service/bar) +"qeZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/left) "qfo" = ( /obj/item/stack/cable_coil/cut, /turf/open/floor/plating/asteroid, @@ -47969,50 +48266,21 @@ /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/iron, /area/hallway/secondary/exit) -"qfY" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/flip, -/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/hallway/secondary/command) "qgg" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron/dark, /area/command/bridge) -"qgj" = ( -/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{ - sortType = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/break_room) "qgs" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/plating/asteroid/airless, /area/mine/explored) -"qgx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"qgw" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "12"; - req_one_access_txt = null +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "interro-court" - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/security/courtroom) +/turf/open/floor/plating, +/area/maintenance/starboard/central) "qgA" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -48020,6 +48288,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/commons/dorms) +"qgC" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/maintenance/tram/mid) +"qgE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "qgI" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -48046,6 +48332,25 @@ /obj/structure/closet/radiation, /turf/open/floor/iron/white, /area/science/genetics) +"qgZ" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/airlock_painter, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) "qhf" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 4 @@ -48058,20 +48363,13 @@ /obj/structure/cable, /turf/open/floor/iron, /area/commons/dorms) -"qho" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ +"qhp" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, /obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, /turf/open/floor/iron, -/area/maintenance/tram/mid) +/area/cargo/storage) "qhs" = ( /obj/machinery/telecomms/processor/preset_three, /turf/open/floor/iron/dark/telecomms, @@ -48090,6 +48388,16 @@ "qhx" = ( /turf/closed/wall, /area/science/xenobiology) +"qhy" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) "qhF" = ( /obj/machinery/door/airlock{ id_tag = "private_a"; @@ -48104,19 +48412,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/central) -"qhV" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/multitool, -/obj/effect/spawner/random/maintenance, -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/storage/tools) "qhW" = ( /obj/structure/cable/multilayer/multiz, /obj/structure/sign/warning/electricshock{ @@ -48143,22 +48438,6 @@ }, /turf/open/floor/engine/o2, /area/engineering/atmos) -"qii" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/central) -"qiq" = ( -/obj/structure/punching_bag, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/light/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/plating, -/area/maintenance/central/secondary) "qix" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/disposalpipe/segment, @@ -48214,6 +48493,23 @@ }, /turf/open/floor/iron, /area/maintenance/tram/mid) +"qje" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Monitoring"; + req_access_txt = "24" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/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/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/engineering/atmos) "qjB" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -48243,27 +48539,48 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) +"qkJ" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/prison) "qkR" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, /turf/open/floor/iron, /area/cargo/miningdock) -"qlj" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ +"qkW" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/corner{ +/obj/effect/turf_decal/trimline/purple/filled/warning{ dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/obj/machinery/duct, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/secondary/command) +/area/service/janitor) +"qlg" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/security/prison) +"qlj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "qlt" = ( /obj/structure/chair/stool/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -48285,6 +48602,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/hallway/primary/central) +"qlR" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "qlV" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/decal/cleanable/dirt, @@ -48298,6 +48621,10 @@ }, /turf/open/floor/iron, /area/maintenance/tram/right) +"qmm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/service/library) "qmu" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -48312,12 +48639,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/engineering/engine_smes) -"qmB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/status_display/ai/directional/west, -/obj/structure/cable, -/turf/open/floor/engine, -/area/engineering/supermatter/room) "qmC" = ( /obj/machinery/atmospherics/components/binary/pump/on{ dir = 8; @@ -48335,13 +48656,6 @@ /obj/machinery/chem_heater/withbuffer, /turf/open/floor/iron/white, /area/medical/chemistry) -"qmK" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/service/chapel/office) "qmR" = ( /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ @@ -48359,13 +48673,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/engineering/main) -"qmU" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/cargo/storage) "qnj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -48412,49 +48719,45 @@ }, /turf/open/floor/iron, /area/security/brig) +"qnv" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/stock_parts/matter_bin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/micro_laser, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/lab) "qnB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, /turf/closed/wall/r_wall, /area/engineering/atmospherics_engine) -"qnG" = ( -/obj/machinery/computer/security/hos, -/turf/open/floor/carpet, -/area/command/heads_quarters/hos) +"qnI" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/bridge) +"qnL" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "qnY" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output{ dir = 8 }, /turf/open/floor/engine/co2, /area/engineering/atmos) -"qod" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Quartermaster"; - req_access_txt = "41" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - 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/cargo/qm) -"qoo" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) -"qop" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/miningdock) "qoq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/event_spawn, @@ -48462,6 +48765,15 @@ dir = 5 }, /area/science/breakroom) +"qor" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/secondary) "qoF" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 @@ -48488,6 +48800,14 @@ /obj/structure/reagent_dispensers/virusfood/directional/east, /turf/open/floor/iron/white, /area/medical/virology) +"qpi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "qpj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -48507,14 +48827,6 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron, /area/commons/lounge) -"qpB" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/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/engineering/atmos) "qpM" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -48561,19 +48873,6 @@ /obj/machinery/air_sensor/atmos/oxygen_tank, /turf/open/floor/engine/o2, /area/engineering/atmos) -"qqg" = ( -/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/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/newscaster/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/construction/engineering) "qqh" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron/white, @@ -48617,14 +48916,48 @@ /obj/effect/turf_decal/trimline/red/filled/line, /turf/open/floor/iron, /area/security/courtroom) -"qrc" = ( -/obj/effect/turf_decal/siding/wood{ +"qqT" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Mailing Sorting Office"; + req_access_txt = "50" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 }, +/obj/effect/turf_decal/trimline/brown/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/south, -/turf/open/floor/wood, -/area/service/library) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/sorting) +"qqU" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/storage) +"qrv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/mess, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/plating, +/area/maintenance/starboard/central) "qrC" = ( /obj/machinery/newscaster/directional/east, /obj/machinery/camera{ @@ -48634,13 +48967,6 @@ }, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) -"qrD" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 6 - }, -/obj/machinery/newscaster/security_unit/directional/south, -/turf/open/floor/iron, -/area/security/checkpoint) "qrK" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -48653,16 +48979,22 @@ /obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, /area/maintenance/tram/left) -"qsh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"qsa" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"qsk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/warning{ + dir = 8 + }, +/obj/machinery/duct, +/obj/machinery/light/directional/west, /obj/structure/cable, /turf/open/floor/iron, -/area/engineering/atmos) +/area/service/janitor) "qss" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -48670,16 +49002,16 @@ }, /turf/open/floor/iron, /area/commons/vacant_room/commissary) -"qsK" = ( -/obj/effect/turf_decal/siding/wood, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 +"qsJ" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 }, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/command/heads_quarters/captain) +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) "qsT" = ( /obj/machinery/requests_console/directional/north{ department = "Hydroponics"; @@ -48692,6 +49024,18 @@ /obj/effect/landmark/start/botanist, /turf/open/floor/iron/dark, /area/service/hydroponics) +"qtg" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) "qtk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -48704,57 +49048,12 @@ }, /turf/open/floor/iron/white, /area/medical/chemistry) -"qtB" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/tram/mid) -"qtI" = ( -/obj/effect/turf_decal/siding/wood, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/wood, -/area/service/library) -"quc" = ( -/obj/effect/landmark/start/depsec/engineering, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/engineering) -"quC" = ( -/obj/structure/lattice/catwalk, -/obj/effect/decal/cleanable/dirt, -/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, -/turf/open/floor/plating, -/area/maintenance/tram/mid) "quF" = ( /obj/effect/decal/cleanable/dirt, /obj/item/reagent_containers/glass/bucket, /obj/item/mop, /turf/open/floor/plating, /area/maintenance/central) -"quM" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/firealarm/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/bar) "quT" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -48769,28 +49068,6 @@ }, /turf/open/floor/iron, /area/science/robotics/mechbay) -"qvg" = ( -/obj/machinery/door/airlock/research{ - name = "Cytology Access"; - req_access_txt = "55" - }, -/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{ - id = "cytologylockdown"; - name = "Cytology Lockdown" - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/cytology) "qvh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -48815,20 +49092,28 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/science/storage) -"qvP" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"qvT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) -"qwg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) +"qwl" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Port Tram Platform South-West"; + dir = 5 + }, +/obj/effect/turf_decal/caution, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/iron, -/area/security/prison) +/area/hallway/primary/tram/left) "qwy" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -48842,6 +49127,13 @@ }, /turf/open/floor/plating, /area/maintenance/central) +"qwP" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/port/fore) "qwT" = ( /obj/structure/toilet, /obj/machinery/light/small/directional/north, @@ -48860,23 +49152,6 @@ }, /turf/open/floor/iron, /area/science/robotics/lab) -"qxa" = ( -/obj/machinery/door/airlock/command{ - name = "Research Director's Office"; - req_access_txt = "30" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/command/heads_quarters/rd) "qxh" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -48911,6 +49186,14 @@ "qxt" = ( /turf/open/floor/plating/asteroid, /area/maintenance/central/secondary) +"qxF" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "qyg" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -48918,6 +49201,22 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron/white, /area/medical/medbay/central) +"qyl" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 1 + }, +/obj/machinery/door/window/northleft{ + dir = 2; + name = "Containment Pen #1"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopleft"; + name = "Xenobio Topleft Pen Blast Door" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) "qyn" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/bot, @@ -48934,108 +49233,22 @@ /obj/structure/fluff/tram_rail/anchor, /turf/open/openspace, /area/hallway/primary/tram/center) -"qyt" = ( +"qyS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch"; - req_access_txt = "11" - }, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/left) -"qyv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/corner, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) -"qyR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) +/area/maintenance/port/fore) "qze" = ( /turf/closed/wall, /area/hallway/secondary/exit) "qzt" = ( /turf/closed/wall/r_wall, /area/security/warden) -"qzB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) -"qzV" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/camera{ - c_tag = "Science - Xenobiology Lower West"; - dir = 4; - network = list("ss13","rd","xeno") - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/xenobiology) -"qAb" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 4 - }, -/obj/structure/fluff/tram_rail/floor{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) -"qAc" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/storage) -"qAq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/camera{ - c_tag = "Science - Experimentor Lab"; - dir = 1; - network = list("ss13","rd") - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/explab) "qAs" = ( /obj/machinery/computer/crew{ dir = 8 @@ -49084,6 +49297,15 @@ /obj/structure/chair/plastic, /turf/open/floor/iron, /area/maintenance/tram/mid) +"qAY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "qBk" = ( /obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ dir = 1 @@ -49119,20 +49341,24 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) -"qBA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, +"qBx" = ( +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/obj/item/wrench, +/turf/open/floor/iron/smooth, +/area/maintenance/port/fore) +"qBF" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/fore) +"qBP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/medical) "qBS" = ( /obj/docking_port/stationary/random{ dir = 8; @@ -49141,31 +49367,28 @@ }, /turf/open/openspace/airless/planetary, /area/space) -"qBW" = ( -/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/white, -/area/medical/medbay/central) -"qCb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Arrivals - North Docking Hall"; +"qCf" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 9 }, -/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, -/area/hallway/secondary/entry) +/area/cargo/storage) "qCl" = ( /obj/effect/landmark/start/cargo_technician, /turf/open/floor/glass, /area/cargo/storage) +"qCm" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/bar) "qCp" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -49177,31 +49400,20 @@ }, /turf/open/floor/iron, /area/maintenance/tram/mid) -"qCr" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - name = "sorting disposal pipe (Medical General)"; - sortTypes = list(9,10,11,27) - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "qCU" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) -"qCY" = ( -/obj/effect/turf_decal/stripes/line{ +"qDT" = ( +/obj/structure/chair/office{ dir = 8 }, -/turf/open/floor/iron, -/area/cargo/storage) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/grimy, +/area/service/library) "qDY" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ @@ -49247,12 +49459,18 @@ }, /turf/open/floor/iron/white, /area/medical/surgery) -"qEB" = ( -/obj/machinery/power/apc/auto_name/east, -/obj/effect/decal/cleanable/dirt, +"qEA" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/aft) +/turf/open/floor/iron, +/area/cargo/storage) "qEJ" = ( /obj/machinery/flasher/portable, /obj/effect/turf_decal/tile/neutral{ @@ -49308,19 +49526,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/engineering/storage/tech) -"qFi" = ( -/obj/machinery/power/apc/auto_name/south, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/cargo) -"qFq" = ( -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "qFy" = ( /obj/structure/table/glass, /obj/structure/window/reinforced{ @@ -49341,25 +49546,6 @@ }, /turf/open/floor/iron/dark, /area/command/bridge) -"qFC" = ( -/obj/machinery/button/door{ - id = "Secure Gate"; - name = "Cell Shutters"; - pixel_x = -27; - pixel_y = -2; - req_access_txt = "3" - }, -/obj/machinery/button/door{ - id = "briglockdown"; - name = "Prison Wing Lockdown"; - pixel_x = -27; - pixel_y = 8; - req_access_txt = "3" - }, -/obj/structure/chair/office, -/obj/effect/landmark/start/warden, -/turf/open/floor/iron/showroomfloor, -/area/security/warden) "qFD" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -49371,10 +49557,26 @@ }, /turf/open/floor/iron, /area/service/bar) +"qGc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/clothing/head/cone{ + pixel_y = -8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/aft) "qGf" = ( /obj/machinery/light/directional/west, /turf/open/floor/iron/smooth, /area/command/gateway) +"qGj" = ( +/obj/machinery/power/emitter/welded{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engineering/supermatter/room) "qGm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -49392,9 +49594,20 @@ }, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/foyer) -"qGu" = ( -/turf/open/floor/iron/smooth, -/area/hallway/primary/central) +"qGt" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/caution, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "qGv" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -49404,44 +49617,26 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit) -"qGB" = ( -/obj/machinery/door/airlock{ - name = "Custodial Closet"; - req_access_txt = "26" - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/purple/filled/warning, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/janitor) -"qGH" = ( -/obj/machinery/door/airlock/hatch, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/left) "qGM" = ( /obj/structure/railing{ dir = 9 }, /turf/open/floor/glass/reinforced, /area/ai_monitored/turret_protected/aisat/hallway) +"qGN" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/turf/open/floor/iron, +/area/security/prison) "qHj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /obj/effect/turf_decal/stripes/line{ @@ -49459,6 +49654,13 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"qHD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 6 + }, +/obj/machinery/newscaster/security_unit/directional/south, +/turf/open/floor/iron, +/area/security/checkpoint) "qHE" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -49496,16 +49698,6 @@ /obj/structure/table, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) -"qHZ" = ( -/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 = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "qId" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -49540,21 +49732,6 @@ }, /turf/open/floor/iron, /area/maintenance/tram/right) -"qID" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/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/white, -/area/science/xenobiology) "qIH" = ( /obj/machinery/announcement_system, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -49571,18 +49748,26 @@ /obj/machinery/duct, /turf/open/floor/iron/freezer, /area/service/bar) -"qIV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) "qJe" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, /area/cargo/miningdock) +"qJh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"qJp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/chair, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) "qJu" = ( /obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ dir = 1 @@ -49592,17 +49777,18 @@ }, /turf/closed/wall/r_wall, /area/ai_monitored/command/nuke_storage) -"qKe" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/table, -/obj/item/food/grown/banana, -/obj/item/food/grown/banana{ - pixel_x = -3; - pixel_y = 4 +"qJO" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/central/secondary) +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/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/cargo/sorting) "qKk" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -49616,11 +49802,6 @@ dir = 8 }, /area/service/chapel) -"qKN" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/security/prison) "qKS" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -49634,22 +49815,6 @@ }, /turf/open/floor/iron, /area/science/misc_lab) -"qKW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiotopright"; - name = "Xenobio Top Right Pen Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/xenobiology) -"qLa" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/cargo/storage) "qLb" = ( /obj/structure/industrial_lift/tram{ icon_state = "plating" @@ -49712,24 +49877,22 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"qLF" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) -"qLT" = ( +"qLM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/science) +/turf/open/floor/iron/white, +/area/medical/treatment_center) +"qLV" = ( +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "qMk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -49749,6 +49912,15 @@ }, /turf/open/floor/iron, /area/security/prison) +"qMI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/item/radio/intercom/directional/north, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "qNe" = ( /obj/structure/table, /obj/structure/window/reinforced{ @@ -49773,40 +49945,6 @@ /obj/item/ai_module/core/full/asimov, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) -"qNl" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-maint-passthrough" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) -"qNp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/engine, -/area/engineering/supermatter/room) -"qNq" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/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/cargo/office) "qNL" = ( /obj/structure/railing, /obj/structure/chair/sofa/corner{ @@ -49841,6 +49979,10 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"qOp" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/chapel) "qOr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment, @@ -49859,51 +50001,6 @@ /obj/machinery/telecomms/processor/preset_one, /turf/open/floor/iron/dark/telecomms, /area/tcommsat/server) -"qPk" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "bridge-right" - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/bridge) -"qPs" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Disposal Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/disposal) -"qPu" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/cargo/storage) -"qPH" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/medical) "qPI" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -49926,30 +50023,17 @@ }, /turf/open/floor/iron/dark, /area/service/bar) -"qPP" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/red/filled/line{ +"qPM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/power/terminal{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/cable, /turf/open/floor/iron, -/area/security/brig) -"qPT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engineering/break_room) -"qPU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/cargo/storage) +/area/engineering/gravity_generator) "qQj" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -49957,34 +50041,23 @@ /obj/structure/table, /turf/open/floor/iron, /area/hallway/primary/tram/center) -"qQn" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/decal/cleanable/dirt, +"qQm" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control"; + req_access_txt = "3" + }, +/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/cyclelink_helper{ + dir = 8 + }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/mob/living/simple_animal/bot/medbot{ - auto_patrol = 1; - desc = "A little medical robot. He looks somewhat overwhelmed."; - name = "Emergency T.R.A.M Unit" - }, -/turf/open/floor/iron, -/area/maintenance/tram/left) -"qQA" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/decal/cleanable/dirt, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/secondary) +/obj/structure/cable, +/turf/open/floor/iron/showroomfloor, +/area/security/warden) "qQI" = ( /obj/structure/chair/office/light{ dir = 1 @@ -50065,37 +50138,21 @@ /obj/effect/turf_decal/stripes/asteroid/corner, /turf/open/floor/plating/airless, /area/mine/explored) -"qRB" = ( -/obj/machinery/door/airlock/mining{ - name = "Mining Office"; - req_access_txt = "48" - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 +"qRm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/stack/tile/wood, /obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/miningdock) +/turf/open/floor/wood, +/area/commons/vacant_room/office) "qRI" = ( /obj/structure/lattice/catwalk, /obj/structure/railing, /turf/open/openspace, /area/science/xenobiology) -"qRQ" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) "qRS" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ @@ -50103,6 +50160,22 @@ }, /turf/open/openspace, /area/science/xenobiology) +"qRW" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/door_timer{ + id = "Cell 1"; + name = "Cell 1"; + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Security - Brig West"; + dir = 6; + network = list("ss13","Security") + }, +/turf/open/floor/iron, +/area/security/brig) "qSd" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -50113,44 +50186,19 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/cafeteria, /area/commons/locker) -"qSf" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ +"qSg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 }, -/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/cargo/sorting) +/area/security/checkpoint/science) "qSj" = ( /obj/machinery/door/airlock{ name = "Bathroom" }, /turf/open/floor/iron/freezer, /area/science/research) -"qSq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail{ - name = "sorting disposal pipe (Custodial Closet)"; - sortType = 22 - }, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) -"qTg" = ( -/obj/structure/rack, -/obj/item/latexballon, -/obj/item/scooter_frame, -/obj/effect/spawner/random/maintenance/two, -/obj/effect/decal/cleanable/dirt, -/obj/item/screwdriver, -/turf/open/floor/iron/smooth, -/area/maintenance/department/cargo) "qTm" = ( /obj/structure/industrial_lift/tram{ icon_state = "titanium_blue" @@ -50159,15 +50207,6 @@ /obj/structure/fluff/tram_rail, /turf/open/openspace, /area/hallway/primary/tram/center) -"qTo" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/abandoned, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron/smooth, -/area/maintenance/central) "qTC" = ( /obj/machinery/mech_bay_recharge_port{ dir = 2 @@ -50181,18 +50220,6 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/science/mixing) -"qTV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/maintenance{ - name = "Permabrig Maintenance"; - req_access_txt = "1" - }, -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/prison) "qUq" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/decal/cleanable/dirt, @@ -50210,6 +50237,17 @@ }, /turf/open/floor/plating/airless, /area/science/test_area) +"qUx" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/newscaster/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "qUO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -50305,6 +50343,26 @@ /obj/structure/cable, /turf/open/floor/plating, /area/science/xenobiology) +"qWA" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = 11 + }, +/obj/machinery/camera{ + c_tag = "Science - Right Entry Airlock"; + dir = 9; + network = list("ss13","rd") + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/research) "qWF" = ( /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/grimy, @@ -50316,22 +50374,32 @@ }, /turf/open/floor/wood, /area/command/heads_quarters/hop) -"qWV" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/radio, -/turf/open/floor/iron, -/area/security/checkpoint) -"qXe" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, +"qWI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/hallway/secondary/exit) +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"qWQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-maint-passthrough" + }, +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/secondary) "qXi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -50366,22 +50434,14 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/hallway/primary/central) -"qYk" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"qYw" = ( +/obj/structure/bed/dogbed/mcgriff, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/mob/living/simple_animal/pet/dog/pug/mcgriff, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) -"qYE" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/sorting) +/turf/open/floor/iron/showroomfloor, +/area/security/warden) "qYM" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -50390,6 +50450,16 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/maintenance/tram/right) +"qZl" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) "qZI" = ( /obj/machinery/door/airlock/external{ name = "Labor Camp Shuttle Airlock" @@ -50414,23 +50484,41 @@ /obj/machinery/vending/security, /turf/open/floor/iron/showroomfloor, /area/security/office) -"qZW" = ( -/obj/machinery/door_timer{ - id = "medcell"; - name = "Medical Cell"; - pixel_x = 32 +"rah" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/hatch{ + name = "Test Chamber Maintenance"; + req_access_txt = "47" }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/turf/open/floor/iron, -/area/security/checkpoint/medical) +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/science/xenobiology) "raq" = ( /obj/structure/table/glass, /turf/open/floor/iron/cafeteria{ dir = 5 }, /area/science/breakroom) +"rau" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "bridge-right" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/bridge) "raw" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -50466,19 +50554,37 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/carpet, /area/cargo/miningdock) -"raU" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 5 +"raO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "47" }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/effect/spawner/random/maintenance/two, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/research) +"raY" = ( +/obj/effect/spawner/random/trash/mess, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) +/area/maintenance/department/crew_quarters/dorms) +"rbe" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/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/cargo/storage) "rbr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -50528,21 +50634,16 @@ /obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, /area/maintenance/tram/left) +"rbZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/item/relic, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "rcc" = ( /turf/open/floor/plating, /area/engineering/supermatter/room) -"rck" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/office) "rcv" = ( /obj/machinery/camera/motion{ c_tag = "Secure - AI Upper Ring Telecomms Relay"; @@ -50554,16 +50655,34 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/hallway) -"rcD" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Cargo - Upper Power Hatch"; - dir = 6; - network = list("ss13","cargo") +"rcB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" }, -/turf/open/floor/plating, -/area/cargo/storage) +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) +"rcI" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"rcN" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/left) "rdd" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -50574,11 +50693,6 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) -"rdw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "rdD" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -50586,6 +50700,19 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/iron, /area/cargo/miningdock) +"rdF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/janitor) +"rdM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/south, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/server) "rdO" = ( /obj/machinery/door/airlock/medical/glass{ name = "Hydroponics"; @@ -50600,6 +50727,28 @@ }, /turf/open/floor/iron/dark, /area/service/hydroponics) +"rdP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Service Wing Hallway" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) +"rdR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/lounge) "rdS" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/delivery, @@ -50633,17 +50782,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/white, /area/medical/medbay/central) -"reL" = ( -/obj/effect/turf_decal/arrows/white{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmospherics_engine) "reP" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/decal/cleanable/dirt, @@ -50669,12 +50807,16 @@ }, /turf/open/floor/iron, /area/service/bar) -"rgf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, +"rfr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/bluespace_vendor/east, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) +/turf/open/floor/iron, +/area/hallway/secondary/entry) "rgq" = ( /obj/machinery/computer/cargo/request{ dir = 8 @@ -50690,6 +50832,14 @@ }, /turf/open/floor/iron, /area/engineering/break_room) +"rgv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) "rgz" = ( /obj/structure/window/reinforced{ dir = 8; @@ -50700,6 +50850,29 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/hallway) +"rgN" = ( +/obj/machinery/door/airlock{ + id_tag = "commissarydoor"; + name = "Commissary" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/commons/vacant_room/commissary) +"rgO" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) +"rgT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "rgX" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -50711,11 +50884,6 @@ }, /turf/open/floor/iron, /area/hallway/secondary/command) -"rhe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/science) "rhf" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -50727,11 +50895,6 @@ /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/white, /area/science/research) -"rhm" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/left) "rhq" = ( /obj/structure/railing{ dir = 1 @@ -50759,6 +50922,28 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/maintenance/radshelter/civil) +"rig" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Service Wing Hallway" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) +"rij" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/prison) "riv" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -50777,11 +50962,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/security/brig) -"riA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/hydroponics/garden) "riD" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -50798,29 +50978,6 @@ /obj/item/storage/lockbox/medal, /turf/open/floor/wood, /area/command/heads_quarters/captain) -"riG" = ( -/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, -/turf/open/floor/iron, -/area/engineering/atmos) -"riK" = ( -/obj/machinery/duct, -/obj/machinery/door/airlock{ - name = "Custodial Water Synth Access"; - req_access_txt = "26" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/crew_quarters/dorms) "riU" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -50858,6 +51015,15 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/commons/dorms) +"rjc" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Server Room"; + req_access_txt = "61" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/tcommsat/computer) "rjI" = ( /obj/structure/window/reinforced{ dir = 4 @@ -50915,13 +51081,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible, /turf/open/floor/engine, /area/science/cytology) -"rkF" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/closet/firecloset, -/obj/effect/landmark/start/hangover/closet, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/center) "rkL" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/on/layer2{ dir = 8 @@ -50943,21 +51102,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/commons/storage/primary) -"rlf" = ( -/obj/item/kirbyplants/dead, -/obj/machinery/requests_console/directional/north{ - announcementConsole = 1; - department = "Research Director's Desk"; - departmentType = 5; - name = "Research Director's Requests Console"; - pixel_x = 30; - receive_ore_updates = 1 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/command/heads_quarters/rd) "rlg" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron, @@ -50998,6 +51142,17 @@ }, /turf/open/floor/iron/showroomfloor, /area/security/warden) +"rmu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "rmz" = ( /obj/machinery/power/tracker, /obj/effect/turf_decal/sand/plating, @@ -51024,15 +51179,34 @@ /obj/machinery/telecomms/receiver/preset_right, /turf/open/floor/iron/dark/telecomms, /area/tcommsat/server) -"rnP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"rnt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"rnH" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/office) +"rnT" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/cargo) "roe" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -51073,29 +51247,15 @@ /obj/effect/landmark/tram/right_part, /turf/open/floor/vault, /area/hallway/primary/tram/right) -"roZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) -"rpf" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/smart/manifold4w/violet/visible, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmos) -"rpi" = ( +"rpa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/medical/morgue) +"rpd" = ( +/obj/item/stack/rods, /obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/aft) +/turf/open/floor/iron/smooth, +/area/maintenance/department/cargo) "rpo" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/spawner/random/trash/mess, @@ -51108,21 +51268,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison) -"rpw" = ( -/obj/structure/disposalpipe/junction, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) -"rpB" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, +"rpz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/security/prison) +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "rpI" = ( /obj/structure/table, /obj/item/phone{ @@ -51160,11 +51313,6 @@ /obj/effect/turf_decal/caution, /turf/open/floor/iron, /area/hallway/primary/tram/right) -"rqm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "rqB" = ( /obj/machinery/door/poddoor/preopen{ id = "Engineering"; @@ -51234,16 +51382,17 @@ }, /turf/open/floor/iron/dark, /area/command/gateway) +"rsL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "rsN" = ( /obj/effect/turf_decal/sand, /obj/effect/decal/cleanable/ash, /turf/open/floor/iron/airless, /area/mine/explored) -"rsO" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) "rsP" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -51251,6 +51400,19 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/maintenance/tram/mid) +"rsR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/surgery) "rsT" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 @@ -51261,6 +51423,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison/garden) +"rsW" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "rtj" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -51322,13 +51491,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/hallway/secondary/entry) -"rvm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"rvx" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/holopad/secure, +/obj/machinery/light/directional/south, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) +/turf/open/floor/iron, +/area/cargo/miningdock) "rvS" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron/dark, @@ -51351,16 +51520,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/engineering/atmos) -"rwn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) "rwq" = ( /obj/machinery/door/poddoor{ id = "QMLoaddoor2"; @@ -51376,6 +51535,13 @@ /obj/effect/spawner/random/trash/food_packaging, /turf/open/floor/plating, /area/maintenance/tram/right) +"rwz" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) "rwK" = ( /obj/machinery/computer/message_monitor{ dir = 1 @@ -51410,19 +51576,6 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/hallway) -"rxN" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/right) "rxV" = ( /obj/structure/table/reinforced, /obj/item/cartridge/engineering{ @@ -51442,6 +51595,12 @@ }, /turf/open/floor/iron/dark, /area/command/heads_quarters/ce) +"rye" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/iron, +/area/engineering/main) "ryg" = ( /obj/machinery/door/airlock{ id_tag = "private_l"; @@ -51458,6 +51617,21 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) +"ryr" = ( +/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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "ryt" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -51465,30 +51639,52 @@ }, /turf/open/floor/iron/white, /area/science/explab) +"ryv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/courtroom) "ryA" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) +"ryB" = ( +/obj/machinery/door/airlock/command{ + name = "Research Director's Office"; + req_access_txt = "30" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) "ryJ" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/hallway/primary/tram/right) -"ryM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/service/lawoffice) "ryX" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/command/bridge) +"rzc" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/vault, +/area/hallway/primary/tram/center) "rzp" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, @@ -51516,16 +51712,13 @@ }, /turf/open/floor/iron/white, /area/medical/pharmacy) -"rzw" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Air Outlet Pump" +"rzA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 6 - }, -/turf/open/floor/iron, -/area/engineering/atmos) +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) "rzK" = ( /turf/open/floor/iron/cafeteria, /area/security/prison) @@ -51550,6 +51743,21 @@ }, /turf/open/floor/iron, /area/command/gateway) +"rzO" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) "rzR" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -51560,19 +51768,77 @@ }, /turf/open/floor/iron/white, /area/science/cytology) -"rAf" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"rAX" = ( +"rzY" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/cable_coil/cut, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, +/obj/machinery/power/apc/auto_name/east, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) +/turf/open/floor/iron, +/area/security/processing) +"rAq" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/bar) +"rAr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/mixing) +"rAw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/ladder, +/obj/structure/sign/departments/cargo{ + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/brown/filled/end{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/research) +"rAz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"rAI" = ( +/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, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "rBt" = ( /obj/structure/chair/office{ dir = 4 @@ -51591,16 +51857,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/security/checkpoint/medical) -"rCo" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"rCv" = ( /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/plating/catwalk_floor, -/area/maintenance/starboard/central) +/turf/open/floor/iron/white, +/area/medical/medbay/central) "rCG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, @@ -51615,6 +51878,12 @@ }, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) +"rDk" = ( +/obj/effect/spawner/random/structure/crate, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "rDl" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -51645,26 +51914,6 @@ }, /turf/open/floor/plating, /area/engineering/supermatter/room) -"rDQ" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) -"rDU" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/construction/engineering) "rEw" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /obj/machinery/modular_computer/console/preset/civilian{ @@ -51693,32 +51942,20 @@ }, /turf/open/floor/iron, /area/security/office) -"rFs" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 +"rFp" = ( +/obj/machinery/power/solar_control{ + dir = 8; + id = "forestarboard"; + name = "Starboard Solar Control" }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/tram/mid) +/turf/open/floor/plating, +/area/maintenance/solars/starboard) "rFu" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 10 }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/hallway) -"rFB" = ( -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/commons/toilet/restrooms) "rFR" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/light/small/directional/east, @@ -51735,22 +51972,6 @@ /obj/item/relic, /turf/open/floor/plating/airless, /area/mine/explored) -"rGv" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/storage) "rGA" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/scrubber, @@ -51761,29 +51982,12 @@ }, /turf/open/floor/iron, /area/science/mixing) -"rGC" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/left) "rGD" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 }, /turf/open/floor/iron, /area/hallway/primary/central) -"rHj" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) "rHl" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -51795,22 +51999,6 @@ }, /turf/open/floor/iron, /area/maintenance/tram/mid) -"rHp" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Server Room"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/tcommsat/computer) -"rHt" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) "rHz" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -51852,21 +52040,6 @@ }, /turf/open/floor/vault, /area/hallway/primary/tram/center) -"rHH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) -"rHI" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/hallway/secondary/exit) "rIa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -51882,14 +52055,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/maintenance/radshelter/service) -"rIu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "rIE" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 @@ -51903,6 +52068,19 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating, /area/hallway/secondary/entry) +"rIS" = ( +/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 = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/maintenance/starboard/secondary) "rJa" = ( /obj/machinery/disposal/bin{ pixel_x = -2; @@ -51927,23 +52105,18 @@ }, /turf/open/floor/iron/white, /area/science/research) -"rJo" = ( +"rJn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/disposalpipe/junction/flip, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) -"rJu" = ( -/obj/structure/disposalpipe/segment{ +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron/white, -/area/science/research) +/area/medical/medbay/central) "rJN" = ( /obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -51951,18 +52124,16 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/command/bridge) -"rJR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"rJP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, /obj/structure/cable, -/turf/open/floor/iron, -/area/ai_monitored/command/storage/eva) +/turf/open/floor/iron/white, +/area/medical/medbay/central) "rJV" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -51974,50 +52145,30 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/medical/virology) -"rJZ" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Mailing Sorting Office"; - req_access_txt = "50" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"rKf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/sorting) -"rKa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/medical/glass{ - name = "Chemistry"; - req_access_txt = "33" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/machinery/door/firedoor, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/chemistry) -"rKi" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/mess, -/turf/open/floor/iron/smooth, -/area/maintenance/port/aft) +/turf/open/floor/iron/dark, +/area/medical/morgue) "rKk" = ( /obj/machinery/navbeacon/wayfinding/chapel, /turf/open/floor/carpet, /area/service/chapel) +"rKm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/highsecurity{ + name = "Prison Maintenance Access"; + req_access_txt = "2"; + security_level = 4 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/security/prison) "rKu" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -52038,6 +52189,15 @@ /obj/structure/ore_box, /turf/open/floor/plating/asteroid/airless, /area/mine/explored) +"rLB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) "rLI" = ( /obj/machinery/door/airlock/security{ name = "Permanent Cell 1" @@ -52053,11 +52213,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison/safe) -"rLL" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmos) "rLM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/door/firedoor, @@ -52080,23 +52235,16 @@ }, /turf/open/floor/iron, /area/security/checkpoint/medical) +"rLU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) "rLX" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/engine/o2, /area/engineering/atmos) -"rMj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"rMr" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/closet/firecloset, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/landmark/start/hangover/closet, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/right) "rMM" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -52118,21 +52266,16 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) -"rNr" = ( -/obj/structure/disposalpipe/trunk/multiz{ - dir = 2 +"rNl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" }, -/obj/machinery/door/window/northleft{ - name = "Containment Pen #6"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiobottomleft"; - name = "Xenobio Bottom Left Pen Blast Door" - }, -/turf/open/floor/iron/dark, -/area/science/xenobiology) +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "rNy" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -52175,26 +52318,20 @@ /obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2, /turf/open/floor/iron/dark, /area/ai_monitored/security/armory) +"rNG" = ( +/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, +/turf/open/floor/iron/white, +/area/science/research) "rNP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, /turf/closed/wall/r_wall, /area/engineering/atmos) -"rNQ" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/inspector, -/obj/item/inspector{ - pixel_x = -5; - pixel_y = 12 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/office) "rNY" = ( /obj/effect/decal/cleanable/dirt, /obj/item/crowbar, @@ -52206,12 +52343,6 @@ }, /turf/open/floor/iron, /area/command/heads_quarters/ce) -"rOs" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) "rOD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, @@ -52227,12 +52358,19 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/carpet, /area/command/heads_quarters/captain) -"rOV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/shard, +"rOP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/showcase/cyborg/old{ + pixel_y = 20 + }, +/obj/machinery/camera{ + c_tag = "Secure - AI Antechamber South"; + dir = 6; + network = list("ss13","minisat") + }, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/aft) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "rOW" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -52260,6 +52398,17 @@ /obj/item/clothing/mask/gas, /turf/open/floor/iron, /area/engineering/atmos) +"rPe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/commons/lounge) "rPf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -52267,6 +52416,24 @@ /obj/machinery/destructive_scanner, /turf/open/floor/iron/white, /area/science/research) +"rPj" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) +"rPp" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/central) "rPq" = ( /obj/effect/turf_decal/loading_area, /obj/machinery/door/poddoor/shutters/preopen{ @@ -52294,13 +52461,6 @@ }, /turf/open/floor/plating/catwalk_floor, /area/command/gateway) -"rPJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) "rPX" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron, @@ -52313,29 +52473,6 @@ /obj/machinery/light/directional/south, /turf/open/openspace, /area/hallway/primary/tram/center) -"rQr" = ( -/obj/machinery/door/airlock/research{ - id_tag = "ResearchExt"; - name = "Research Division"; - req_one_access_txt = "47" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance-left" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Sciencelockdown"; - name = "Research Lockdown Blastdoor" - }, -/turf/open/floor/iron, -/area/science/research) "rQy" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -52343,9 +52480,23 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /turf/open/floor/iron, /area/engineering/atmos) +"rQB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "rQC" = ( /turf/closed/wall/r_wall, /area/maintenance/solars/starboard) +"rQE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/medical/morgue) "rQH" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -52376,6 +52527,14 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark, /area/service/hydroponics) +"rRy" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Storage"; + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/port/aft) "rRE" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -52403,6 +52562,30 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/tcommsat/computer) +"rSg" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"rSr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"rSu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/right) "rSJ" = ( /obj/structure/chair{ dir = 8 @@ -52420,12 +52603,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/checkpoint/science) -"rSR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) "rTo" = ( /obj/machinery/door/airlock/security{ name = "Prison Workshop" @@ -52437,6 +52614,11 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison/work) +"rTt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/mid) "rTy" = ( /obj/structure/chair{ dir = 4 @@ -52456,6 +52638,24 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/white, /area/medical/medbay/central) +"rUL" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) +"rUM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/bar) "rUN" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -52463,6 +52663,12 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/security/checkpoint/medical) +"rUP" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/taperecorder, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) "rUT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment, @@ -52471,6 +52677,17 @@ "rUY" = ( /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"rUZ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint) "rVq" = ( /obj/structure/cable, /turf/open/floor/iron/dark, @@ -52494,6 +52711,13 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/security/brig) +"rVT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/service/library) "rVW" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -52513,6 +52737,13 @@ }, /turf/open/floor/iron/white, /area/medical/chemistry) +"rWi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/secondary) "rWj" = ( /obj/machinery/door/poddoor/shutters{ id = "armory"; @@ -52571,6 +52802,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/maintenance/radshelter/service) +"rWR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/right) "rXk" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -52616,6 +52852,14 @@ }, /turf/open/floor/iron/dark, /area/maintenance/radshelter/service) +"rXO" = ( +/obj/effect/landmark/start/paramedic, +/obj/effect/landmark/event_spawn, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "rYa" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -52629,6 +52873,14 @@ }, /turf/open/floor/plating, /area/maintenance/tram/mid) +"rYe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "rYj" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -52728,6 +52980,19 @@ /obj/machinery/light_switch/directional/west, /turf/open/floor/wood, /area/command/heads_quarters/captain) +"sav" = ( +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/hydroponics) "saA" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 10 @@ -52739,35 +53004,20 @@ }, /turf/open/floor/iron, /area/cargo/office) -"saS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/status_display/evac/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/engine, -/area/engineering/supermatter/room) -"sbe" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/holopad, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/storage) "sbo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, /turf/open/floor/iron, /area/engineering/atmos) +"sbH" = ( +/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/chapel{ + dir = 4 + }, +/area/service/chapel) "sbU" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/girder, @@ -52788,14 +53038,6 @@ }, /turf/closed/wall, /area/hallway/primary/tram/left) -"scj" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/secondary) "sck" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -52821,6 +53063,12 @@ }, /turf/open/floor/iron, /area/cargo/qm) +"scE" = ( +/obj/structure/sign/directions/engineering{ + pixel_y = 40 + }, +/turf/closed/wall/r_wall, +/area/command/teleporter) "scX" = ( /obj/effect/landmark/start/ai/secondary, /obj/item/radio/intercom/directional/north{ @@ -52843,6 +53091,23 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"sdb" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) "sdh" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -52904,12 +53169,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/hallway/secondary/exit) -"sem" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) "seA" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -52930,15 +53189,6 @@ /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/iron, /area/engineering/atmos) -"seZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiobottomleft"; - name = "Xenobio Bottom Left Pen Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/xenobiology) "sfm" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -52962,13 +53212,18 @@ }, /turf/open/floor/iron, /area/cargo/office) -"sga" = ( +"sfW" = ( +/obj/machinery/space_heater, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 +/turf/open/floor/iron/smooth, +/area/maintenance/department/cargo) +"sgd" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" }, -/turf/open/floor/plating, -/area/maintenance/central) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/port/fore) "sge" = ( /obj/machinery/door/airlock{ name = "Unisex Restrooms" @@ -52994,29 +53249,47 @@ }, /turf/open/floor/iron/white, /area/medical/surgery) -"sgN" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) -"shc" = ( +"sgJ" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/random/trash/mess, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) -"shq" = ( +/obj/item/assembly/mousetrap/armed, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/medical) +"shF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/iron, -/area/science/robotics/lab) -"shL" = ( +/area/hallway/secondary/entry) +"shS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/iron, +/area/hallway/secondary/command) +"shW" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) +"shY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/navbeacon/wayfinding/det, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) "sir" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -53036,6 +53309,15 @@ "siu" = ( /turf/closed/wall, /area/tcommsat/computer) +"siP" = ( +/obj/machinery/camera{ + c_tag = "Solar - Starboard Control"; + dir = 5 + }, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) "siT" = ( /obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ dir = 4 @@ -53077,17 +53359,6 @@ }, /turf/open/floor/iron, /area/hallway/secondary/command) -"sjo" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/xenobiology) "sjr" = ( /obj/effect/turf_decal/tile{ dir = 1 @@ -53100,19 +53371,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/secondary/entry) -"sju" = ( -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/service/hydroponics) "sjU" = ( /obj/machinery/vending/wardrobe/medi_wardrobe, /turf/open/floor/iron/dark, @@ -53128,10 +53386,15 @@ }, /turf/open/floor/iron/white, /area/medical/treatment_center) -"skz" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central) +"skj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) "skL" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -53145,16 +53408,6 @@ }, /turf/open/floor/iron/dark, /area/command/bridge) -"skM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch"; - req_access_txt = "47" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/research) "skQ" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /obj/structure/sign/warning/biohazard{ @@ -53200,21 +53453,22 @@ }, /turf/open/floor/iron/white, /area/security/prison) -"smo" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=5-TunnelRight"; - location = "4-TunnelMidDoor" - }, -/obj/effect/turf_decal/bot{ +"smb" = ( +/obj/structure/disposalpipe/trunk/multiz{ dir = 1 }, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) +/obj/machinery/door/window/northleft{ + dir = 2; + name = "Containment Pen #4"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopright"; + name = "Xenobio Top Right Pen Blast Door" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) "smu" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -53258,13 +53512,11 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/commons/storage/tools) -"snJ" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/xenobiology) +"snL" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/center) "snN" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 @@ -53274,14 +53526,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/security/prison/mess) -"snO" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch"; - req_one_access_txt = null - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/right) "snR" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -53290,21 +53534,34 @@ /obj/structure/cable, /turf/open/floor/iron, /area/engineering/atmos) -"snZ" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" +"snV" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/research{ + autoclose = 0; + frequency = 1449; + id_tag = "xeno_airlock_interior"; + name = "Xenobiology Lab Internal Airlock"; + req_access_txt = "55" }, /obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 + dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiomain"; + name = "Xenobiology Lockdown Blastdoor" }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/center) +/turf/open/floor/iron/white, +/area/science/xenobiology) "soh" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table, @@ -53358,40 +53615,10 @@ }, /turf/open/floor/iron, /area/maintenance/tram/right) -"soy" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/caution, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) "soB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/maintenance/disposal/incinerator) -"soD" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - name = "Escape Wing" - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) "soG" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 10 @@ -53400,13 +53627,6 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/commons/storage/tools) -"soH" = ( -/obj/effect/landmark/start/depsec/science, -/obj/effect/turf_decal/trimline/red/arrow_cw, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/iron, -/area/security/checkpoint/science) "soY" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 6 @@ -53437,18 +53657,11 @@ /obj/effect/spawner/random/maintenance/four, /turf/open/floor/plating, /area/maintenance/central) -"spN" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ - dir = 8 - }, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"spP" = ( +"spS" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/space_heater, +/obj/structure/grille, /turf/open/floor/iron/smooth, -/area/maintenance/department/medical) +/area/maintenance/central/secondary) "spW" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 8 @@ -53475,6 +53688,24 @@ }, /turf/open/openspace, /area/science/xenobiology) +"sqa" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) +"sqb" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "sqn" = ( /obj/machinery/meter, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -53528,6 +53759,35 @@ }, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/foyer) +"srq" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"srM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Security - Upper Power Hatch"; + dir = 6; + network = list("ss13","Security") + }, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/security) +"srR" = ( +/obj/structure/disposalpipe/segment, +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "srV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, @@ -53546,28 +53806,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plating, /area/service/janitor) -"ssu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) -"ssw" = ( -/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/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/break_room) "ssx" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -53582,12 +53820,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/circuit, /area/ai_monitored/command/nuke_storage) -"ssB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/right) "ssF" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/spawner/random/trash/mess, @@ -53615,6 +53847,20 @@ "ssV" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/ai_upload_foyer) +"stc" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera{ + c_tag = "Arrivals - South Hall"; + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) "stl" = ( /obj/structure/sink{ dir = 8; @@ -53646,10 +53892,25 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron/dark, /area/command/bridge) -"stV" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/right) +"stP" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/kitchen) "stX" = ( /obj/structure/table, /obj/machinery/recharger, @@ -53664,6 +53925,17 @@ }, /turf/open/floor/iron/dark, /area/security/courtroom) +"sue" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/service/lawoffice) "sur" = ( /obj/machinery/button/door/directional/south{ id = "kitchencounter"; @@ -53680,16 +53952,6 @@ }, /turf/open/floor/iron/white, /area/service/kitchen) -"suD" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/reagent_dispensers/peppertank/directional/east, -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint) "suQ" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -53733,6 +53995,27 @@ /obj/structure/cable, /turf/open/floor/engine, /area/engineering/supermatter/room) +"svh" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) +"svq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/violet/visible, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) +"svy" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/tram/mid) "svC" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -53797,6 +54080,22 @@ }, /turf/open/floor/iron, /area/science/mixing) +"sxk" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" + }, +/turf/open/floor/iron, +/area/commons/dorms) "sxo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -53811,6 +54110,11 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/engine/co2, /area/engineering/atmos) +"sxO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) "sxP" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 9 @@ -53825,47 +54129,12 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit) -"sxY" = ( -/obj/effect/turf_decal/siding/wood, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/north, -/obj/structure/cable, -/turf/open/floor/wood, -/area/service/library) "syc" = ( /obj/structure/chair/office/light{ dir = 1 }, /turf/open/floor/iron/white, /area/science/explab) -"syh" = ( -/obj/structure/closet/crate, -/obj/item/reagent_containers/glass/bowl, -/obj/effect/spawner/random/contraband/prison, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/reagent_containers/glass/bowl, -/obj/item/kitchen/fork/plastic, -/obj/item/kitchen/fork/plastic, -/obj/item/kitchen/fork/plastic, -/obj/item/storage/box/drinkingglasses, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/spoon/plastic, -/obj/item/kitchen/knife/plastic, -/obj/item/kitchen/knife/plastic, -/obj/item/kitchen/knife/plastic, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/bag/tray/cafeteria, -/obj/item/storage/box/drinkingglasses, -/turf/open/floor/iron/white, -/area/security/prison/mess) "syo" = ( /obj/machinery/light/small/directional/south, /obj/machinery/button/door/directional/west{ @@ -53890,6 +54159,13 @@ /obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, /area/engineering/storage/tech) +"szt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/fore) "szH" = ( /obj/structure/chair{ dir = 4; @@ -53903,76 +54179,31 @@ }, /turf/open/floor/iron, /area/security/courtroom) -"szX" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" +"sAg" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/west, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/cargo) -"sAs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"sAj" = ( +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) -"sAv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/event_spawn, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/commons/toilet/restrooms) +/turf/open/floor/iron, +/area/hallway/primary/tram/right) "sAz" = ( /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/medical/medbay/central) -"sAJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/window/brigdoor{ - dir = 1; - id = "scicell"; - name = "Medical Cell"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron, -/area/security/checkpoint/science) -"sAL" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/item/paper_bin{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 9 - }, -/obj/machinery/power/apc/auto_name/east, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/genetics) +"sAK" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "sAN" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 6 @@ -54003,11 +54234,6 @@ }, /turf/open/floor/iron, /area/maintenance/port/central) -"sBd" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/right) "sBh" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -54038,18 +54264,6 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"sBo" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/service/lawoffice) "sBt" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -54059,6 +54273,11 @@ }, /turf/open/floor/iron/dark, /area/service/hydroponics) +"sBA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/central) "sBJ" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -54077,18 +54296,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/dark, /area/hallway/secondary/exit/departure_lounge) -"sBP" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/six, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/medical) -"sBR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/central) "sBU" = ( /obj/effect/spawner/random/entertainment/arcade, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -54096,17 +54303,18 @@ }, /turf/open/floor/iron, /area/security/prison/rec) -"sCe" = ( -/obj/machinery/suit_storage_unit/rd, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/command/heads_quarters/rd) "sCf" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/tcommsat/computer) +"sCA" = ( +/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/white, +/area/service/kitchen) "sCD" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -54137,6 +54345,15 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/hallway/primary/central) +"sDb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) "sDh" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/sand/plating, @@ -54158,6 +54375,14 @@ /obj/structure/window/reinforced/spawner/west, /turf/open/floor/iron/dark, /area/ai_monitored/command/storage/eva) +"sDo" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/security/checkpoint/supply) "sDu" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -54199,15 +54424,15 @@ }, /turf/open/floor/plating, /area/cargo/storage) -"sDM" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Medical Maintenance"; - req_access_txt = "5" +"sDP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/medical) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/iron, +/area/security/processing) "sDW" = ( /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, @@ -54227,6 +54452,14 @@ /obj/effect/turf_decal/caution/stand_clear, /turf/open/floor/iron, /area/maintenance/tram/left) +"sEj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/south, +/turf/open/floor/wood, +/area/service/library) "sEo" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 5 @@ -54240,6 +54473,33 @@ "sEJ" = ( /turf/closed/wall/r_wall, /area/science/robotics/mechbay) +"sES" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) +"sFj" = ( +/obj/machinery/flasher/directional/east{ + id = "AI"; + pixel_y = 26 + }, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"sFv" = ( +/obj/structure/table, +/obj/item/multitool, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Hallway - Lower West Power Hatch"; + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/left) "sFC" = ( /obj/structure/bed, /obj/item/bedsheet/captain, @@ -54263,6 +54523,12 @@ /obj/effect/landmark/tram/left_part, /turf/open/floor/vault, /area/hallway/primary/tram/left) +"sFN" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/medical) "sGN" = ( /obj/machinery/light/directional/west, /obj/structure/chair/stool/directional/north, @@ -54280,14 +54546,6 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/maintenance/port/central) -"sGW" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) "sHa" = ( /turf/closed/wall/r_wall, /area/science/genetics) @@ -54307,21 +54565,32 @@ }, /turf/open/floor/engine/o2, /area/engineering/atmos) -"sHA" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 +"sHF" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /obj/structure/cable, /turf/open/floor/iron/white, -/area/medical/treatment_center) +/area/science/xenobiology) "sHG" = ( /obj/machinery/newscaster/directional/west, /turf/open/floor/iron/dark, /area/maintenance/radshelter/service) +"sHL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/plumbing/synthesizer{ + dir = 4; + reagent_id = /datum/reagent/water + }, +/turf/open/floor/iron/smooth, +/area/maintenance/department/crew_quarters/dorms) "sHP" = ( /obj/machinery/door/airlock/maintenance_hatch{ req_one_access_txt = "12" @@ -54330,20 +54599,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/fore) -"sIq" = ( -/obj/effect/turf_decal/siding/wood, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/command/heads_quarters/captain) -"sIx" = ( -/obj/structure/lattice/catwalk, -/obj/effect/decal/cleanable/dirt, -/mob/living/basic/cockroach, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/tram/mid) "sIA" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 1 @@ -54376,17 +54631,6 @@ /obj/machinery/light/directional/north, /turf/open/floor/grass, /area/service/hydroponics) -"sJB" = ( -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch"; - req_access_txt = "11" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "sJR" = ( /obj/structure/chair/office{ dir = 4 @@ -54394,14 +54638,52 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/grimy, /area/service/library) +"sJU" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/cafeteria, +/area/commons/locker) "sKc" = ( /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron/dark, /area/command/bridge) +"sKm" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Port Tram Platform North-West"; + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "sKw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/hallway/secondary/exit) +"sKH" = ( +/obj/machinery/computer/turbine_computer{ + dir = 1; + id = "incineratorturbine" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable/layer1, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) "sKS" = ( /obj/structure/chair/stool/directional/north, /obj/effect/landmark/start/scientist, @@ -54423,19 +54705,6 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/science/robotics/lab) -"sLd" = ( -/obj/machinery/door/airlock/command{ - name = "Research Director's Office"; - req_access_txt = "30" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/command/heads_quarters/rd) "sLq" = ( /obj/structure/cable, /turf/open/floor/iron/white, @@ -54459,22 +54728,10 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/hallway/primary/tram/center) -"sLx" = ( -/obj/effect/turf_decal/trimline/red/filled/corner, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - name = "sorting disposal pipe (Detective's Office)"; - sortType = 30 - }, +"sLy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction, /obj/structure/cable, /turf/open/floor/iron, /area/hallway/secondary/command) @@ -54482,6 +54739,11 @@ /obj/structure/lattice, /turf/open/space/basic, /area/mine/explored) +"sLF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/service/library) "sLN" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/bot, @@ -54490,23 +54752,32 @@ /obj/effect/spawner/random/maintenance/three, /turf/open/floor/iron, /area/cargo/storage) -"sMe" = ( -/obj/machinery/door/airlock/command{ - name = "Gateway Access"; - req_access_txt = "62" +"sLP" = ( +/obj/machinery/door/airlock/mining{ + name = "Mining Office"; + req_access_txt = "48" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, /obj/structure/cable, /turf/open/floor/iron, -/area/command/gateway) +/area/cargo/miningdock) +"sMb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/brown/filled/line, +/turf/open/floor/iron, +/area/cargo/miningdock) "sMm" = ( /obj/structure/railing/corner{ dir = 1 @@ -54538,15 +54809,19 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) +"sMD" = ( +/obj/effect/turf_decal/trimline/neutral/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, +/turf/open/floor/iron, +/area/hallway/secondary/entry) "sMM" = ( /obj/machinery/door/poddoor/massdriver_ordnance, /turf/open/floor/plating, /area/science/mixing) -"sMS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/medical) "sMW" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/girder, @@ -54560,18 +54835,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) -"sNn" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +"sNm" = ( +/obj/machinery/power/apc/auto_name/north, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air to Distro" }, /obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/storage) +/turf/open/floor/plating, +/area/medical/virology) "sNq" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -54580,25 +54852,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison) -"sNC" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/security/prison) -"sNJ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/public/glass{ - name = "Primary Tool Storage" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/storage/primary) "sNM" = ( /obj/machinery/processor/slime, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -54612,27 +54865,20 @@ }, /turf/open/floor/iron/dark, /area/service/bar) -"sNU" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 +"sNY" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) -"sNZ" = ( -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/iron, -/area/security/prison) +/turf/open/floor/iron/white, +/area/science/research) "sOu" = ( /obj/machinery/computer/mech_bay_power_console{ dir = 4 @@ -54640,19 +54886,16 @@ /obj/effect/turf_decal/sand, /turf/open/floor/iron, /area/maintenance/port/central) -"sOE" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"sOF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 4 +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) "sOQ" = ( /obj/machinery/light/small/directional/west, /obj/machinery/mech_bay_recharge_port{ @@ -54675,6 +54918,39 @@ }, /turf/open/floor/iron, /area/hallway/secondary/construction/engineering) +"sPe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Bar Excess Storage"; + req_one_access_txt = "12;25" + }, +/obj/machinery/duct, +/turf/open/floor/iron/smooth, +/area/maintenance/central) +"sPj" = ( +/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, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/maintenance/starboard/secondary) +"sPl" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/mid) "sPs" = ( /obj/effect/turf_decal/siding/thinplating/corner{ dir = 8 @@ -54682,6 +54958,31 @@ /obj/item/banner/cargo/mundane, /turf/open/floor/iron, /area/cargo/storage) +"sPN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/right) +"sPU" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 1 + }, +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 2; + icon_state = "right"; + name = "Containment Pen #3"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopright"; + name = "Xenobio Top Right Pen Blast Door" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) "sPW" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/camera{ @@ -54708,6 +55009,31 @@ "sQi" = ( /turf/closed/wall, /area/science/misc_lab) +"sQE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) +"sQP" = ( +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Testing Room"; + req_access_txt = "24" + }, +/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/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/engineering/atmospherics_engine) "sRg" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 6 @@ -54721,34 +55047,12 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"sRq" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/flip, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "sRB" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/effect/decal/cleanable/dirt, /obj/machinery/navbeacon/wayfinding/disposals, /turf/open/floor/iron, /area/maintenance/disposal) -"sRD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) -"sRJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) "sSa" = ( /obj/structure/chair{ dir = 8 @@ -54766,23 +55070,6 @@ /obj/item/stack/cable_coil/five, /turf/open/floor/mech_bay_recharge_floor, /area/maintenance/port/central) -"sSc" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/camera{ - c_tag = "Command - Bridge Right Airlock"; - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/bridge) "sSd" = ( /obj/machinery/button/door/directional/east{ id = "pharmacy_shutters_2"; @@ -54794,6 +55081,14 @@ /obj/machinery/chem_heater/withbuffer, /turf/open/floor/iron/white, /area/medical/pharmacy) +"sSe" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + 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/cargo/miningdock) "sSh" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 @@ -54806,11 +55101,6 @@ }, /turf/open/floor/iron, /area/hallway/secondary/command) -"sSp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/starboard) "sSs" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -54818,16 +55108,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/science/xenobiology) -"sSx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "sSA" = ( /obj/effect/turf_decal/tile/bar{ dir = 1 @@ -54841,6 +55121,17 @@ dir = 4 }, /area/service/bar) +"sSH" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) "sSU" = ( /obj/machinery/door_timer{ id = "engcell"; @@ -54866,14 +55157,11 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/medical/virology) -"sTe" = ( -/obj/structure/sign/departments/restroom{ - pixel_y = 32 - }, +"sTg" = ( +/obj/effect/spawner/random/trash/mess, /obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) +/turf/open/floor/iron/smooth, +/area/maintenance/department/security) "sTm" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 @@ -54887,30 +55175,20 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/security/brig) +"sTu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "sTF" = ( /turf/open/floor/glass, /area/cargo/storage) -"sTX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/security/warden) -"sUs" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Chapel Office"; - req_access_txt = "22" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/service/chapel/office) "sUv" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/line{ @@ -54921,23 +55199,16 @@ }, /turf/open/floor/plating, /area/maintenance/tram/right) +"sUQ" = ( +/obj/machinery/suit_storage_unit/rd, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) "sUZ" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/maintenance/department/security) -"sVi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/maintenance/radshelter/civil) -"sVG" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/hallway/primary/central) "sVP" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /obj/effect/turf_decal/stripes/corner{ @@ -54984,18 +55255,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/command/bridge) -"sWf" = ( -/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 = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/disposal/incinerator) "sWg" = ( /obj/effect/turf_decal/siding/wood{ dir = 6 @@ -55056,15 +55315,27 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark, /area/medical/morgue) -"sXo" = ( -/obj/effect/turf_decal/trimline/brown/filled/corner{ +"sXm" = ( +/obj/machinery/door/airlock{ + name = "Law Office"; + req_access_txt = "38" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 1 +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/lawoffice) +"sXp" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 }, +/obj/structure/cable, /turf/open/floor/iron, -/area/cargo/miningdock) +/area/engineering/atmos) "sXv" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 4 @@ -55102,44 +55373,48 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/cargo/office) -"sXL" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, +"sXJ" = ( +/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, /turf/open/floor/iron, -/area/cargo/office) +/area/cargo/qm) "sXN" = ( /turf/closed/wall/r_wall, /area/tcommsat/computer) -"sYc" = ( -/obj/machinery/power/apc/auto_name/east, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/central) +"sXZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/service/library) "sYd" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/decal/cleanable/dirt, /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/security/prison) -"sYq" = ( -/obj/machinery/door/airlock/medical{ - name = "Psychology"; - req_access_txt = "70" +"sYg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/grunge{ + name = "Morgue"; + req_access_txt = "5;6" }, /obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/psychology) +/turf/open/floor/iron/dark, +/area/medical/morgue) "sYs" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/girder, @@ -55154,13 +55429,6 @@ }, /turf/open/floor/iron, /area/security/prison/mess) -"sYR" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/service/chapel/office) "sYS" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/structure/cable, @@ -55179,12 +55447,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/brig) -"sZc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/maintenance/radshelter/service) "sZo" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -55195,6 +55457,20 @@ "sZy" = ( /turf/open/floor/grass, /area/medical/virology) +"sZD" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/mid) "sZK" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/neutral/filled/warning, @@ -55212,6 +55488,13 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/security/prison/garden) +"sZV" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "sZY" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -55230,19 +55513,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/white, /area/command/heads_quarters/captain/private) -"tay" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/chemistry) "taS" = ( /obj/structure/chair{ dir = 1 @@ -55250,13 +55520,6 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) -"taW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/secondary) "tba" = ( /obj/structure/chair{ dir = 4 @@ -55266,6 +55529,12 @@ }, /turf/open/floor/iron, /area/security/prison/mess) +"tbl" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) "tbo" = ( /obj/effect/turf_decal/sand, /obj/structure/table, @@ -55289,16 +55558,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) -"tbG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner, -/turf/open/floor/iron, -/area/security/courtroom) "tbQ" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -55344,34 +55603,26 @@ }, /turf/open/floor/iron/white, /area/science/genetics) -"tcC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/psychology) -"tcF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) "tcP" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, /turf/open/floor/iron, /area/cargo/storage) -"tde" = ( -/obj/structure/disposalpipe/segment, +"tcT" = ( +/obj/machinery/light/small/directional/north, /obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/crew_quarters/dorms) +"tdf" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) +/turf/open/floor/iron, +/area/commons/dorms) "tdp" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security/glass{ @@ -55403,13 +55654,6 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai) -"tdJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/office) "tdP" = ( /obj/machinery/power/smes{ charge = 5e+006 @@ -55456,11 +55700,13 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/brig) -"tev" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/port/aft) +"teD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/prison) "teF" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -55503,35 +55749,6 @@ dir = 5 }, /area/command/heads_quarters/rd) -"tfp" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/warning, -/obj/effect/turf_decal/trimline/blue/filled/warning{ - dir = 1 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Pharmacy"; - req_access_txt = "5; 69" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/pharmacy) -"tfu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) "tfz" = ( /obj/structure/table, /obj/item/reagent_containers/glass/bucket, @@ -55573,13 +55790,6 @@ }, /turf/open/floor/iron, /area/maintenance/tram/right) -"tgo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/assembly/mousetrap/armed, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) "tgv" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -55603,18 +55813,20 @@ }, /turf/open/floor/iron/dark, /area/command/bridge) -"tgZ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/hallway/secondary/command) "thm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) +"thr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/mixing) "thA" = ( /obj/effect/turf_decal/bot, /obj/structure/janitorialcart, @@ -55638,14 +55850,6 @@ }, /turf/open/floor/iron, /area/commons/dorms) -"thH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/food_packaging, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "thP" = ( /obj/structure/table, /obj/item/clothing/head/welding{ @@ -55663,6 +55867,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/iron, /area/engineering/atmos) +"thR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "thT" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 9 @@ -55674,15 +55885,26 @@ }, /turf/open/floor/iron/white, /area/medical/chemistry) -"tii" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ +"thX" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 1 }, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/trimline/neutral/corner{ dir = 8 }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/bot, +/obj/machinery/camera{ + c_tag = "Departures - West Main"; + dir = 9 + }, +/obj/machinery/status_display/evac/directional/east, /turf/open/floor/iron, -/area/cargo/storage) +/area/hallway/secondary/exit/departure_lounge) "tij" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/effect/turf_decal/trimline/neutral/filled/corner{ @@ -55707,18 +55929,23 @@ }, /turf/open/floor/iron/white, /area/science/robotics/lab) -"tip" = ( -/obj/structure/window/reinforced/plasma{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/structure/cable, -/obj/machinery/power/tesla_coil/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) "tiq" = ( /turf/open/floor/iron, /area/cargo/storage) +"tis" = ( +/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 = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/light/small/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/maintenance/starboard/secondary) "tiC" = ( /obj/structure/table/reinforced, /obj/item/paper_bin{ @@ -55766,14 +55993,15 @@ }, /turf/open/floor/iron/grimy, /area/hallway/secondary/entry) +"tjW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/fore) "tka" = ( /turf/open/floor/circuit/green, /area/science/robotics/mechbay) -"tkg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/right) "tkq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -55808,13 +56036,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison/garden) -"tkS" = ( -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "tld" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -55826,14 +56047,6 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/right) -"tle" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "tlf" = ( /obj/structure/table/optable{ name = "Robotics Operating Table" @@ -55856,6 +56069,15 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/white, /area/medical/medbay/central) +"tlF" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/miningdock) "tlH" = ( /obj/effect/turf_decal/trimline/white/filled/line, /obj/effect/turf_decal/trimline/white/filled/line{ @@ -55864,33 +56086,33 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/engineering/storage/tech) -"tlT" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12;25" - }, -/obj/machinery/duct, -/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, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "tlX" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, /turf/open/floor/iron, /area/security/processing) -"tmk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) "tmw" = ( /turf/closed/wall/r_wall, /area/ai_monitored/command/nuke_storage) +"tmA" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Security - Brig Upper West"; + dir = 4; + network = list("ss13","Security") + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) "tmI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -55900,44 +56122,24 @@ /obj/effect/landmark/start/depsec/medical, /turf/open/floor/iron, /area/security/checkpoint/medical) -"tng" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "tni" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/iron/dark, /area/science/xenobiology) -"tnu" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - name = "sorting disposal pipe (Virology)"; - sortType = 27 +"tnm" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 }, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) +/turf/open/floor/iron, +/area/engineering/atmos) "tnB" = ( /obj/structure/cable, /turf/open/floor/iron/dark, /area/science/genetics) -"tnG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/iron/smooth, -/area/maintenance/central) -"tnJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/grille_or_waste, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) "tnL" = ( /turf/open/floor/iron, /area/engineering/atmos) @@ -55962,31 +56164,6 @@ }, /turf/open/floor/iron/dark, /area/command/bridge) -"tnV" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/south, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/miningdock) -"tob" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/central) -"tog" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/brig) "tol" = ( /obj/effect/turf_decal/siding/thinplating/corner, /obj/structure/railing/corner, @@ -56116,6 +56293,17 @@ /obj/machinery/duct, /turf/open/floor/iron/freezer, /area/service/bar) +"tpH" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Research Maintnenace"; + req_one_access_txt = "47" + }, +/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/plating/catwalk_floor, +/area/maintenance/starboard/secondary) "tpK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /obj/structure/disposalpipe/segment{ @@ -56146,22 +56334,16 @@ }, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) -"tqb" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line{ +"tqn" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" - }, +/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/commons/dorms) +/area/cargo/storage) "tqq" = ( /obj/structure/table, /turf/open/floor/glass, @@ -56175,6 +56357,16 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) +"tqt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/xenobiology) "tqw" = ( /obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 @@ -56197,6 +56389,18 @@ }, /turf/open/floor/plating, /area/commons/lounge) +"tqE" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/command/gateway) "tqT" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/ordnance_mixing_input{ dir = 4 @@ -56218,29 +56422,11 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/carpet, /area/cargo/miningdock) -"trl" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"trx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) -"trq" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/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/commons/dorms) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "trK" = ( /turf/open/floor/iron/smooth, /area/command/gateway) @@ -56248,6 +56434,19 @@ /obj/machinery/telecomms/bus/preset_three, /turf/open/floor/iron/dark/telecomms, /area/tcommsat/server) +"tsh" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "tsp" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/crate, @@ -56313,28 +56512,17 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) -"ttf" = ( -/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/grimy, -/area/service/chapel/office) +"tte" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/right) "ttn" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /obj/structure/cable, /turf/open/floor/engine, /area/engineering/supermatter/room) -"ttx" = ( -/obj/machinery/duct, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/crew_quarters/dorms) "ttL" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -56390,6 +56578,35 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/maintenance/port/central) +"tut" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) +"tuw" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics"; + req_access_txt = "24" + }, +/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, +/turf/open/floor/iron, +/area/engineering/atmos) "tuA" = ( /obj/structure/showcase/cyborg/old{ dir = 8; @@ -56407,15 +56624,25 @@ }, /turf/open/floor/iron, /area/science/robotics/lab) -"tvc" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"tvh" = ( +/obj/machinery/door/airlock/command{ + name = "Chief Medical Officer"; + req_access = null; + req_access_txt = "40" }, +/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) +/turf/open/floor/iron/dark, +/area/command/heads_quarters/cmo) "tvn" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -56428,6 +56655,19 @@ /mob/living/simple_animal/pet/cat/jerry, /turf/open/floor/iron, /area/maintenance/tram/mid) +"tvo" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/mid) "tvB" = ( /obj/structure/closet/l3closet/janitor, /obj/machinery/firealarm/directional/south, @@ -56440,15 +56680,6 @@ }, /turf/open/floor/iron, /area/service/janitor) -"tvC" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/commons/lounge) "tvR" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 @@ -56456,24 +56687,6 @@ /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/iron/dark, /area/medical/treatment_center) -"tvS" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/four, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) -"tvX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/center) -"twb" = ( -/obj/structure/window/reinforced, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai) "twg" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -56510,20 +56723,6 @@ }, /turf/open/floor/iron/white, /area/medical/chemistry) -"twG" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/caution{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) "twX" = ( /obj/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -56542,6 +56741,39 @@ }, /turf/open/floor/plating, /area/maintenance/tram/left) +"txz" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"txD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/commons/lounge) +"txX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "tyc" = ( /obj/machinery/modular_computer/console/preset/civilian, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -56555,32 +56787,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/science/lab) -"tyl" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) -"tyr" = ( -/turf/open/floor/iron/dark, -/area/science/server) -"tyx" = ( -/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, -/turf/open/floor/iron/white, -/area/science/research) "tyN" = ( /obj/machinery/air_sensor/atmos/air_tank, /turf/open/floor/engine/air, @@ -56615,34 +56821,9 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/carpet, /area/commons/dorms) -"tAa" = ( -/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/duct, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "tAh" = ( /turf/closed/wall/r_wall, /area/engineering/storage/tech) -"tAk" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/left) -"tAm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "tAo" = ( /obj/effect/turf_decal/sand/plating, /obj/item/clothing/glasses/welding, @@ -56669,6 +56850,16 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/right) +"tBf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/secondary) "tBs" = ( /obj/machinery/telecomms/server/presets/science, /turf/open/floor/iron/dark/telecomms, @@ -56677,17 +56868,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/dark, /area/security/interrogation) -"tBD" = ( -/obj/machinery/modular_computer/console/preset/engineering{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/iron/dark, -/area/engineering/engine_smes) "tBO" = ( /turf/closed/wall/r_wall, /area/engineering/supermatter/room) @@ -56715,11 +56895,6 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/hallway/secondary/exit) -"tCy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/iron/smooth, -/area/maintenance/central) "tCJ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -56787,16 +56962,6 @@ }, /turf/open/floor/iron, /area/security/checkpoint/science) -"tDy" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/brig) "tDB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -56807,17 +56972,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/service/chapel/office) -"tEy" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) +"tEb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/wallframe/apc, +/turf/open/floor/plating, +/area/maintenance/starboard/central) "tEA" = ( /obj/machinery/computer/cargo{ dir = 4 @@ -56830,20 +56989,6 @@ }, /turf/open/floor/iron, /area/cargo/qm) -"tEC" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/east, -/obj/machinery/newscaster/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "tEG" = ( /obj/machinery/airalarm/directional/north, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -56851,16 +56996,15 @@ }, /turf/open/floor/iron/white, /area/science/explab) -"tEH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 +"tEN" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 }, -/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/status_display/evac/directional/east, /turf/open/floor/iron, -/area/maintenance/disposal) +/area/commons/lounge) "tEQ" = ( /obj/structure/table, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -56873,10 +57017,39 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/carpet, /area/cargo/qm) +"tET" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Atmospherics Maintenance"; + req_one_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "tEW" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/science/mixing) +"tEZ" = ( +/obj/structure/sign/warning/vacuum{ + pixel_y = -32 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/left) +"tFo" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) "tFt" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/effect/decal/cleanable/dirt, @@ -56900,13 +57073,41 @@ }, /turf/open/floor/iron, /area/cargo/storage) -"tFE" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, +"tFL" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/central) +"tFP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/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/duct, +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/prison) +"tGc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/machinery/airalarm/all_access{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable/layer1, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) +"tGd" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/commons/lounge) "tGh" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -56942,11 +57143,18 @@ /obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden, /turf/open/floor/iron, /area/science/mixing) -"tHv" = ( -/obj/structure/grille, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/port/fore) +"tHm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/iron/grimy, +/area/service/library) +"tHG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/wood, +/area/service/bar) "tHL" = ( /obj/structure/table, /obj/machinery/recharger, @@ -56978,45 +57186,22 @@ }, /turf/open/floor/iron, /area/commons/storage/primary) -"tIf" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restrooms" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/commons/toilet/restrooms) "tIj" = ( /obj/structure/ore_box, /turf/open/floor/plating/asteroid, /area/mine/explored) -"tIo" = ( +"tIp" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) -"tIu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) -"tIA" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/reagent_containers/food/drinks/bottle/holywater, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/service/chapel/office) +/turf/open/floor/plating, +/area/maintenance/solars/starboard) "tIC" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -57024,11 +57209,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/maintenance/disposal) -"tJu" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/center) "tJx" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -57095,14 +57275,6 @@ /obj/machinery/computer/security/telescreen/cmo, /turf/open/floor/iron/dark, /area/command/heads_quarters/cmo) -"tKk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/engineering/atmos) "tKy" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -57161,6 +57333,16 @@ }, /turf/open/floor/wood, /area/security/courtroom) +"tLd" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/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/cargo/office) "tLf" = ( /obj/structure/railing{ dir = 8 @@ -57171,6 +57353,15 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) +"tLk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/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/hallway/secondary/entry) "tLv" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -57178,31 +57369,30 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/command/bridge) -"tLx" = ( -/obj/structure/disposalpipe/trunk/multiz{ - dir = 2 +"tLw" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Engineering Maintenance"; + req_access_txt = "11" }, -/obj/machinery/door/window/northleft{ - name = "Containment Pen #8"; - req_access_txt = "55" +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiobottomright"; - name = "Xenobio Bottom Right Pen Blast Door" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/iron/dark, -/area/science/xenobiology) -"tLD" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) +"tLy" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/fluff/tram_rail/floor, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "tLF" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -57213,12 +57403,18 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/hallway/primary/central) -"tLH" = ( +"tLK" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/medical) +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/bar) "tLQ" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -57242,6 +57438,20 @@ }, /turf/open/floor/plating, /area/medical/virology) +"tMk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/flasher/directional/north{ + id = "engcell" + }, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) "tMs" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning{ @@ -57259,21 +57469,6 @@ }, /turf/open/floor/iron, /area/security/prison/rec) -"tMv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) "tMz" = ( /obj/structure/table, /turf/open/floor/iron/white, @@ -57297,6 +57492,16 @@ }, /turf/open/floor/iron, /area/science/research) +"tMW" = ( +/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/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) "tNb" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 @@ -57314,6 +57519,18 @@ }, /turf/open/floor/plating, /area/security/processing) +"tNs" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/departments/mait{ + pixel_x = -32 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "tNv" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -57323,50 +57540,46 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/plating/asteroid/airless, /area/mine/explored) -"tNG" = ( -/obj/structure/table, -/obj/item/multitool, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/right) -"tNJ" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, +"tND" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/mixing) +/turf/open/floor/iron, +/area/cargo/miningdock) "tNM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, /turf/open/floor/iron, /area/maintenance/disposal/incinerator) -"tNP" = ( +"tNX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, /obj/structure/cable, -/turf/open/floor/iron, -/area/service/hydroponics/garden) -"tOb" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/medical) +"tOc" = ( +/obj/effect/turf_decal/siding/thinplating{ dir = 1 }, -/obj/machinery/navbeacon/wayfinding/sec, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/structure/cable, /turf/open/floor/iron, -/area/security/brig) +/area/commons/dorms) "tOh" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/rnd_secure_all, /obj/effect/turf_decal/trimline/white/filled/line, /turf/open/floor/iron/dark, /area/engineering/storage/tech) -"tOj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/item/shard, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) "tOl" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -57400,6 +57613,19 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"tOv" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + name = "sorting disposal pipe (Xenobiology)"; + sortType = 28 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "tOA" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -57407,22 +57633,32 @@ }, /turf/open/floor/iron, /area/maintenance/port/central) -"tOV" = ( -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"tOF" = ( +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, /obj/structure/cable, -/turf/open/floor/plating/airless, -/area/mine/explored) -"tPk" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) +"tOK" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access"; + req_one_access_txt = "12" }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/bridge) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/central) +"tPz" = ( +/obj/structure/bed/maint, +/obj/structure/sign/poster/contraband/rip_badger{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) "tPS" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -57433,6 +57669,21 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/security/brig) +"tPT" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=3-TunnelMid"; + location = "2-TunnelLeftDoor" + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/mid) "tQc" = ( /obj/structure/table, /obj/machinery/recharger, @@ -57470,22 +57721,16 @@ }, /turf/open/floor/iron, /area/hallway/secondary/entry) -"tQx" = ( -/obj/machinery/power/smes, -/obj/structure/sign/warning/electricshock{ - pixel_x = 32 +"tQM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"tQG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron/grimy, -/area/security/detectives_office) +/turf/open/floor/iron, +/area/hallway/secondary/command) "tRt" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 4 @@ -57515,24 +57760,14 @@ }, /turf/open/floor/plating, /area/maintenance/tram/right) -"tSm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/iron/smooth, -/area/maintenance/department/medical) -"tSp" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ +"tSC" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron, -/area/cargo/storage) +/area/commons/dorms) "tSI" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -57540,20 +57775,29 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) -"tTe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/navbeacon/wayfinding/det, -/turf/open/floor/iron/grimy, -/area/security/detectives_office) -"tTf" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"tTd" = ( +/obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) +/turf/open/floor/plating, +/area/engineering/engine_smes) +"tTg" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access"; + req_access_txt = "19" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "bridge-right" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/command/bridge) "tTm" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -57563,6 +57807,12 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/research) +"tTu" = ( +/obj/structure/table, +/obj/item/multitool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/right) "tTA" = ( /obj/structure/ladder, /obj/effect/decal/cleanable/dirt, @@ -57580,30 +57830,6 @@ }, /turf/closed/wall/r_wall, /area/maintenance/starboard/secondary) -"tTO" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/engine_smes) -"tTX" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/sand/plating, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) "tUl" = ( /obj/structure/railing/corner{ dir = 1 @@ -57637,35 +57863,16 @@ }, /turf/open/floor/iron/white, /area/science/cytology) -"tUA" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 +"tUF" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/item/pen/fourcolor, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"tUE" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/item/airlock_painter, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/yellow/filled/warning{ - dir = 6 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/break_room) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "tUM" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 10 @@ -57674,6 +57881,19 @@ /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/iron, /area/engineering/break_room) +"tVe" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "sci-maint-passthrough" + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/secondary) "tVj" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -57689,6 +57909,13 @@ /obj/structure/window/reinforced/spawner/east, /turf/open/floor/iron/dark, /area/ai_monitored/command/storage/eva) +"tVk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/commons/lounge) "tVq" = ( /obj/structure/closet/radiation, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -57706,6 +57933,12 @@ }, /turf/open/floor/iron/white, /area/command/heads_quarters/rd) +"tVF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/security/interrogation) "tVO" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 4; @@ -57720,16 +57953,6 @@ }, /turf/open/floor/circuit/telecomms, /area/science/xenobiology) -"tVZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) "tWb" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -57739,26 +57962,6 @@ }, /turf/open/floor/iron/dark, /area/engineering/atmospherics_engine) -"tWg" = ( -/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 (Law Office)"; - sortType = 29 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) -"tWi" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/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/plating/catwalk_floor, -/area/maintenance/port/aft) "tWj" = ( /obj/structure/table, /obj/item/assembly/igniter{ @@ -57779,10 +57982,11 @@ }, /turf/open/floor/engine, /area/science/xenobiology) -"tWJ" = ( -/obj/effect/landmark/event_spawn, +"tWK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, /turf/open/floor/iron/white, -/area/security/brig) +/area/science/xenobiology) "tWP" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -57793,14 +57997,6 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) -"tWV" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/security/checkpoint/supply) "tXp" = ( /obj/machinery/door/airlock/vault{ name = "Vault"; @@ -57833,41 +58029,35 @@ }, /turf/open/floor/plating, /area/science/cytology) -"tXZ" = ( -/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{ +"tXQ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 8 }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ +/obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, /obj/structure/cable, /turf/open/floor/iron, -/area/engineering/atmos) -"tYa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/area/commons/dorms) +"tYd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, /obj/structure/cable, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/command/heads_quarters/rd) +/turf/open/floor/iron, +/area/hallway/secondary/command) "tYf" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/directional/south, /turf/open/floor/plating, /area/maintenance/port/aft) -"tYh" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "tYi" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/effect/turf_decal/trimline/blue/filled/corner{ @@ -57909,6 +58099,12 @@ /mob/living/simple_animal/mouse, /turf/open/floor/plating, /area/maintenance/tram/right) +"tZh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/right) "tZl" = ( /obj/effect/turf_decal/arrows/red{ pixel_y = 15 @@ -57916,23 +58112,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/engineering/atmospherics_engine) -"tZq" = ( -/obj/structure/disposalpipe/trunk/multiz{ - dir = 2 - }, -/obj/machinery/door/window/northleft{ - base_state = "right"; - icon_state = "right"; - name = "Containment Pen #7"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiobottomright"; - name = "Xenobio Bottom Right Pen Blast Door" - }, -/turf/open/floor/iron/dark, -/area/science/xenobiology) "tZs" = ( /obj/effect/turf_decal/delivery, /obj/structure/holosign/barrier/atmos/sturdy, @@ -57962,18 +58141,19 @@ }, /turf/open/space/basic, /area/space/nearstation) -"tZA" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"tZE" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/navbeacon/wayfinding/cargo, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) +/area/cargo/office) +"tZH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/security/processing) "tZI" = ( /obj/structure/bookcase/random, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -57981,25 +58161,6 @@ }, /turf/open/floor/iron, /area/security/prison/rec) -"uax" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/security/brig) -"uaz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/cargo/storage) "uaC" = ( /obj/structure/disposalpipe/segment, /obj/machinery/holopad, @@ -58044,20 +58205,18 @@ "ubz" = ( /turf/closed/wall/r_wall, /area/science/cytology) -"ubY" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) "uce" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/cargo/storage) +"ucf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "Sciencelockdown"; + name = "Research Lockdown Blastdoor" + }, +/turf/open/floor/plating, +/area/science/research) "uch" = ( /obj/machinery/door/airlock/research{ glass = 1; @@ -58072,14 +58231,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/iron/dark, /area/science/xenobiology) -"uco" = ( -/obj/effect/turf_decal/siding/thinplating{ +"ucm" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/yellow/filled/corner, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) +/turf/open/floor/iron/white, +/area/medical/chemistry) "ucp" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/delivery, @@ -58121,16 +58283,6 @@ /obj/structure/cable, /turf/open/floor/wood, /area/command/heads_quarters/captain) -"ucX" = ( -/obj/effect/turf_decal/arrows/white{ - dir = 8 - }, -/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/cargo/office) "udf" = ( /obj/item/target, /obj/structure/window/reinforced, @@ -58139,6 +58291,11 @@ }, /turf/open/floor/plating/airless, /area/science/test_area) +"udg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) "udB" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -58158,17 +58315,6 @@ /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/iron/dark, /area/command/bridge) -"udH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet, -/obj/effect/spawner/random/maintenance/seven, -/turf/open/floor/iron/smooth, -/area/maintenance/central) -"udJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/turf/open/floor/plating, -/area/maintenance/central/secondary) "udR" = ( /obj/effect/turf_decal/bot, /obj/effect/decal/cleanable/dirt, @@ -58179,6 +58325,13 @@ /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/dark, /area/science/genetics) +"uec" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) "uef" = ( /obj/machinery/vending/cola/red, /obj/effect/turf_decal/tile/neutral{ @@ -58198,15 +58351,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/engineering/gravity_generator) -"ueB" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/status_display/ai/directional/west, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "ueC" = ( /obj/structure/table, /obj/item/storage/box/beakers{ @@ -58227,16 +58371,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/cargo/office) -"ufC" = ( -/obj/machinery/door/window{ - name = "Captain's Desk"; - req_access_txt = "20" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/wood, -/area/command/heads_quarters/captain) "ufF" = ( /obj/machinery/door/airlock/mining/glass{ name = "Quartermaster"; @@ -58265,6 +58399,29 @@ }, /turf/open/floor/iron, /area/science/robotics/lab) +"ufO" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) +"ufP" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/hallway/primary/central) "ufR" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -58283,35 +58440,18 @@ /obj/structure/closet/emcloset, /turf/open/floor/iron/white, /area/science/xenobiology) -"ufU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/security/courtroom) -"ufX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) "uga" = ( /obj/effect/turf_decal/sand/plating, /obj/machinery/light/small/directional/west, /turf/open/floor/plating, /area/maintenance/department/medical) +"ugq" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/service/chapel/office) "ugr" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -58335,13 +58475,15 @@ }, /turf/open/floor/iron/freezer, /area/service/bar) -"ugT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, +"ugX" = ( +/obj/structure/window/reinforced/plasma{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /obj/structure/cable, -/turf/open/floor/iron/chapel, -/area/service/chapel) +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/turf/open/floor/engine, +/area/engineering/supermatter) "ugZ" = ( /obj/effect/turf_decal/stripes, /obj/effect/turf_decal/stripes{ @@ -58367,11 +58509,15 @@ "uht" = ( /turf/closed/wall, /area/medical/treatment_center) -"uhC" = ( -/obj/structure/grille, +"uhu" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/abandoned, /obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/smooth, -/area/maintenance/department/crew_quarters/dorms) +/area/maintenance/central) "uhK" = ( /obj/machinery/door/airlock/hatch{ name = "MiniSat Teleporter"; @@ -58387,16 +58533,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/dark, /area/science/xenobiology) -"uic" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/construction/engineering) "uir" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 1 @@ -58418,13 +58554,6 @@ /obj/machinery/newscaster/directional/west, /turf/open/floor/iron, /area/engineering/atmos) -"uiF" = ( -/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/airless, -/area/mine/explored) "uiJ" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -58451,6 +58580,17 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit) +"uiS" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "uiX" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 10 @@ -58478,14 +58618,19 @@ }, /turf/open/floor/iron, /area/security/prison) -"ujh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"uji" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/machinery/light/directional/west, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/hallway/secondary/construction/engineering) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/mid) +"ujs" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/robot_debris/limb, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/secondary) "ujz" = ( /obj/docking_port/stationary{ dwidth = 5; @@ -58592,14 +58737,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/starboard/central) -"ult" = ( -/obj/structure/sign/warning/vacuum{ - pixel_y = 32 - }, -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/left) "ulF" = ( /obj/structure/kitchenspike, /obj/machinery/light/directional/west, @@ -58619,6 +58756,14 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/freezer, /area/science/research) +"umg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/mid) "umR" = ( /obj/structure/industrial_lift/tram{ icon_state = "titanium_white" @@ -58646,25 +58791,6 @@ /obj/effect/turf_decal/stripes/asteroid/box, /turf/open/floor/plating/airless, /area/mine/explored) -"uno" = ( -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/structure/sign/nanotrasen{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Security - Brig Upper East"; - dir = 8; - network = list("ss13","Security") - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/brig) "unq" = ( /obj/structure/table/wood, /obj/item/paper_bin, @@ -58712,16 +58838,6 @@ /obj/structure/railing, /turf/open/floor/plating, /area/maintenance/tram/right) -"uov" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=4-TunnelMidDoor"; - location = "3-TunnelMid" - }, -/obj/item/reagent_containers/food/drinks/bottle/beer/almost_empty, -/turf/open/floor/iron, -/area/maintenance/tram/mid) "uoz" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -58732,6 +58848,16 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/iron, /area/hallway/primary/tram/right) +"uoY" = ( +/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 (Law Office)"; + sortType = 29 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) "uoZ" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/ai) @@ -58746,18 +58872,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/hallway/primary/central) -"upf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/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/engineering/atmos) -"upq" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/service/kitchen/coldroom) "upr" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -58767,13 +58881,6 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/left) -"upv" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/cytology) "upD" = ( /obj/machinery/light/small/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, @@ -58783,25 +58890,6 @@ /obj/effect/turf_decal/siding/blue, /turf/open/floor/iron/dark/telecomms, /area/science/server) -"upF" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/miningdock) -"upO" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Tunnel Access"; - req_one_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "upP" = ( /obj/structure/chair, /obj/effect/turf_decal/stripes/line{ @@ -58845,19 +58933,24 @@ }, /turf/open/floor/iron, /area/cargo/storage) +"uqR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/carpet, +/area/service/library) "uqW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, /area/science/xenobiology) -"urs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, +"urC" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/entry) +/turf/open/floor/plating/airless, +/area/mine/explored) "urN" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -58874,19 +58967,6 @@ }, /turf/open/floor/wood, /area/command/heads_quarters/captain/private) -"usb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/surgery) "usd" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/structure/railing/corner, @@ -58906,11 +58986,6 @@ /obj/machinery/portable_atmospherics/canister, /turf/open/floor/engine, /area/engineering/supermatter/room) -"usp" = ( -/obj/effect/spawner/random/structure/crate, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) "ust" = ( /turf/open/floor/iron/dark, /area/security/interrogation) @@ -58930,6 +59005,28 @@ /obj/machinery/status_display/ai/directional/east, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) +"usW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"uta" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/dark, +/area/science/server) +"utD" = ( +/obj/machinery/light_switch/directional/north{ + pixel_x = 12 + }, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/iron/cafeteria{ + dir = 5 + }, +/area/command/heads_quarters/rd) "utP" = ( /obj/structure/fluff/tram_rail/end{ dir = 8 @@ -58939,6 +59036,13 @@ "utS" = ( /turf/open/floor/iron, /area/science/misc_lab) +"uue" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/mine/explored) "uuo" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -58964,36 +59068,21 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/iron/dark, /area/medical/morgue) -"uuv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/aft) "uuB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /turf/closed/wall/r_wall, /area/science/mixing/chamber) -"uuX" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"uuG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, /obj/structure/cable, /turf/open/floor/iron, -/area/cargo/storage) +/area/commons/dorms) "uvq" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 1 @@ -59027,33 +59116,43 @@ /obj/effect/landmark/start/janitor, /turf/open/floor/iron/dark, /area/service/janitor) -"uvW" = ( +"uvZ" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/security/brig) +"uwh" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "1" + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/security/office) +"uwv" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/construction/engineering) +/turf/open/floor/iron/white, +/area/science/xenobiology) "uwx" = ( /turf/open/floor/iron, /area/hallway/secondary/exit) -"uwC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/two, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) -"uwN" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/service/bar) "uwP" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -59082,6 +59181,18 @@ /obj/machinery/light_switch/directional/north, /turf/open/floor/iron/dark, /area/ai_monitored/command/nuke_storage) +"uxB" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/machinery/power/apc/auto_name/north, +/obj/machinery/camera{ + c_tag = "Science - Server Room"; + dir = 6; + network = list("ss13","rd") + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/server) "uxR" = ( /obj/structure/chair/sofa/corner{ dir = 8 @@ -59100,6 +59211,24 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/left) +"uyb" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/door_assembly/door_assembly_ext, +/turf/open/floor/plating/airless, +/area/mine/explored) +"uyh" = ( +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera{ + c_tag = "Cargo - Mining South-West"; + dir = 9; + network = list("ss13","cargo") + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/miningdock) "uyr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /obj/effect/turf_decal/trimline/blue/filled/corner{ @@ -59111,14 +59240,26 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/engineering/atmos) -"uyJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ +"uyF" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 8 }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line, /obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/disposal/incinerator) +/turf/open/floor/iron/white, +/area/science/xenobiology) +"uyS" = ( +/obj/structure/sign/warning/vacuum{ + pixel_y = -32 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/center) "uyV" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/effect/landmark/start/hangover, @@ -59134,17 +59275,12 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/security/prison/garden) -"uzB" = ( +"uzy" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/seven, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "uzL" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -59169,20 +59305,16 @@ }, /turf/open/floor/iron/white, /area/science/research) +"uAd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "uAe" = ( /obj/structure/transit_tube, /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/airless, /area/mine/explored) -"uAm" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/tram/mid) "uAn" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/engine/vacuum, @@ -59214,25 +59346,13 @@ }, /turf/open/floor/iron, /area/cargo/office) -"uBj" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/item/storage/belt/medical{ - pixel_y = 2 - }, -/obj/item/screwdriver{ - pixel_y = 6 - }, -/obj/item/clothing/neck/stethoscope, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/north, -/obj/item/gun/syringe, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, +"uAT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/storage) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "uBm" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/camera{ @@ -59249,6 +59369,55 @@ }, /turf/open/floor/iron/white, /area/medical/virology) +"uBv" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"uBB" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Head of Security"; + req_access_txt = "58" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) +"uBC" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) +"uBG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/disposal) +"uCf" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/office) "uCh" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 5 @@ -59264,11 +59433,6 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) -"uCl" = ( -/obj/machinery/navbeacon/wayfinding/dockescpod3, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) "uCp" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -59282,38 +59446,6 @@ }, /turf/open/floor/carpet, /area/command/heads_quarters/captain) -"uCt" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, -/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"; - req_access_txt = "56" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/command/heads_quarters/ce) -"uCw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/command/heads_quarters/hos) "uCE" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/iron, @@ -59328,15 +59460,19 @@ /obj/structure/cable, /turf/open/floor/iron, /area/cargo/office) -"uCT" = ( +"uCO" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) +"uCZ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/medical/morgue) +/turf/open/floor/iron, +/area/security/prison) "uDb" = ( /obj/effect/turf_decal/siding/thinplating, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -59391,34 +59527,32 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/engineering/atmos) -"uEg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille/broken, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/cargo) -"uEi" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 5 - }, -/obj/machinery/light_switch/directional/north, -/obj/structure/disposalpipe/trunk{ +"uEA" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 }, -/obj/machinery/power/apc/auto_name/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, /obj/structure/cable, /turf/open/floor/iron, -/area/cargo/qm) -"uEN" = ( -/obj/machinery/power/apc/auto_name/south, -/obj/structure/table/reinforced, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/blood_filter, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/surgery) +/area/hallway/primary/tram/left) +"uEE" = ( +/obj/machinery/door_timer{ + id = "crgcell"; + name = "Cargo Cell"; + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/checkpoint/supply) "uEX" = ( /turf/closed/wall, /area/security/checkpoint/escape) @@ -59431,18 +59565,6 @@ }, /turf/open/floor/iron, /area/commons/vacant_room/commissary) -"uFv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/engineering) "uFw" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -59458,14 +59580,6 @@ /obj/effect/spawner/random/vending/colavend, /turf/open/floor/iron/dark, /area/hallway/secondary/exit/departure_lounge) -"uFH" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Server Access"; - req_access_txt = "30" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, -/turf/open/floor/iron/dark, -/area/science/server) "uFJ" = ( /obj/effect/decal/cleanable/dirt, /obj/item/wrench, @@ -59526,6 +59640,21 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison/workout) +"uHd" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/storage) "uHk" = ( /obj/machinery/door/airlock/security{ name = "Security Office"; @@ -59566,19 +59695,6 @@ /obj/item/assembly/prox_sensor, /turf/open/floor/iron, /area/science/robotics/mechbay) -"uHA" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "uHD" = ( /obj/machinery/vending/tool, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -59603,36 +59719,26 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/iron, /area/maintenance/tram/left) +"uHQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) "uIa" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/iron, /area/hallway/secondary/exit) -"uIg" = ( -/obj/machinery/door/airlock/research{ - id_tag = "ResearchExt"; - name = "Research Division"; - req_one_access_txt = "47" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance-left" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Sciencelockdown"; - name = "Research Lockdown Blastdoor" - }, -/turf/open/floor/iron, -/area/science/research) +"uIj" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/mess, +/turf/open/floor/iron/smooth, +/area/maintenance/port/aft) "uIr" = ( /obj/structure/ladder, /obj/effect/decal/cleanable/dirt, @@ -59659,15 +59765,6 @@ "uIG" = ( /turf/closed/wall/r_wall, /area/cargo/storage) -"uIL" = ( -/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/grimy, -/area/service/chapel/office) "uIP" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 6 @@ -59713,6 +59810,15 @@ /obj/structure/stairs/north, /turf/open/floor/iron/stairs/medium, /area/cargo/miningdock) +"uJH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/commons/lounge) "uJK" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -59721,6 +59827,18 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/carpet, /area/command/heads_quarters/captain) +"uJQ" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/science/research) "uKe" = ( /obj/machinery/computer/atmos_control/tank/mix_tank{ dir = 8 @@ -59731,25 +59849,36 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /turf/open/floor/iron, /area/engineering/atmos) +"uKg" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Treatment Center"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/unres, +/turf/open/floor/iron/white, +/area/medical/treatment_center) "uKh" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/cargo/storage) -"uKl" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "port to mix" +"uKm" = ( +/obj/machinery/camera{ + c_tag = "Service - Upper Power Hatch"; + dir = 6; + network = list("ss13","Service") }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/mixing) -"uKw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating, -/area/engineering/supermatter/room) +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/central) "uKH" = ( /obj/machinery/atmospherics/components/binary/pump/on{ dir = 1; @@ -59768,6 +59897,12 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) +"uKV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/left) "uLa" = ( /obj/machinery/door/airlock/hatch{ name = "Radstorm Shelter" @@ -59777,6 +59912,14 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/maintenance/radshelter/civil) +"uLr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/robot_debris/old, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "uLy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -59804,14 +59947,6 @@ /obj/item/clothing/mask/breath, /turf/open/floor/iron, /area/engineering/atmos) -"uMg" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/carpet/blue, -/area/medical/psychology) "uMm" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -59819,11 +59954,6 @@ }, /turf/open/floor/iron/white, /area/science/explab) -"uMo" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/door_assembly/door_assembly_ext, -/turf/open/floor/plating/airless, -/area/mine/explored) "uMt" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -59849,16 +59979,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/service/bar) -"uMy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/courtroom) "uMB" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 5 @@ -59901,6 +60021,26 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) +"uMR" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/bar) +"uMV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) "uNc" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -59917,6 +60057,20 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/service/kitchen) +"uOl" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "uOF" = ( /obj/structure/chair/sofa/left{ dir = 8 @@ -59928,15 +60082,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white, /area/medical/medbay/central) -"uOZ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/security/courtroom) "uPd" = ( /obj/machinery/computer/atmos_alert, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -59966,6 +60111,16 @@ /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, /area/maintenance/tram/right) +"uPo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) "uPs" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -59990,39 +60145,20 @@ "uQe" = ( /turf/open/floor/plating, /area/science/mixing) +"uQq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiotopright"; + name = "Xenobio Top Right Pen Blast Door" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/xenobiology) "uQv" = ( /obj/structure/table/wood, /obj/machinery/newscaster/directional/north, /turf/open/floor/wood, /area/service/library) -"uQB" = ( -/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, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/command/heads_quarters/ce) -"uQL" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/center) "uQZ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -60036,6 +60172,19 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/security/prison) +"uRi" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron/dark/side{ + dir = 8 + }, +/area/service/bar) "uRm" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -60043,16 +60192,16 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/medical/medbay/central) -"uRy" = ( +"uRU" = ( +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, /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, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) "uRZ" = ( /obj/effect/turf_decal/siding/thinplating/corner{ dir = 1 @@ -60075,9 +60224,32 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron, /area/commons/lounge) +"uSn" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/left) +"uSw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "uSH" = ( /turf/open/openspace, /area/ai_monitored/turret_protected/aisat/hallway) +"uSK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "uSL" = ( /obj/structure/chair/comfy/black{ dir = 8 @@ -60095,15 +60267,6 @@ }, /turf/open/floor/wood, /area/service/library) -"uSO" = ( -/obj/structure/table, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/firealarm/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/gravity_generator) "uTb" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 9 @@ -60116,6 +60279,18 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) +"uTd" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) "uTr" = ( /obj/machinery/shower{ pixel_y = 24 @@ -60123,24 +60298,6 @@ /obj/structure/curtain, /turf/open/floor/iron/freezer, /area/commons/toilet/restrooms) -"uTy" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "bridge-right" - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/bridge) "uTA" = ( /obj/structure/chair/office, /obj/effect/turf_decal/trimline/yellow/filled/line, @@ -60158,13 +60315,6 @@ }, /turf/open/floor/iron/white, /area/science/research) -"uUc" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/cargo) "uUj" = ( /obj/effect/turf_decal/trimline/brown/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -60191,26 +60341,6 @@ /obj/item/weldingtool, /turf/open/floor/plating/asteroid, /area/maintenance/department/medical) -"uVh" = ( -/obj/structure/table/glass, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/storage/secure/briefcase{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/turf/open/floor/iron/dark, -/area/command/heads_quarters/cmo) -"uVN" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/security/courtroom) "uWf" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/camera/emp_proof{ @@ -60220,22 +60350,6 @@ }, /turf/open/floor/iron, /area/engineering/atmospherics_engine) -"uWt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/tram/left) "uWz" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -60270,55 +60384,27 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/hallway/secondary/exit) -"uXw" = ( -/obj/structure/lattice/catwalk, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/tram/mid) -"uXx" = ( -/obj/machinery/light/directional/east, -/obj/machinery/modular_computer/console/preset/engineering{ - dir = 8 +"uXz" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 }, /turf/open/floor/iron, -/area/engineering/atmos) -"uXC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +/area/security/checkpoint/medical) +"uXE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, /turf/open/floor/iron, -/area/commons/lounge) +/area/security/courtroom) "uYl" = ( /obj/structure/chair/stool/directional/west, /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison/rec) -"uYm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/turf/open/floor/iron, -/area/hallway/secondary/entry) -"uYp" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - pixel_y = -32 - }, -/obj/item/gavelblock, -/obj/item/gavelhammer, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/courtroom) "uYt" = ( /obj/structure/window/reinforced, /obj/effect/turf_decal/loading_area{ @@ -60330,27 +60416,29 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"uYH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) "uYT" = ( /turf/closed/wall/r_wall, /area/security/checkpoint/engineering) -"uYV" = ( -/obj/structure/disposalpipe/trunk/multiz{ - dir = 1 +"uYZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" }, -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 2; - icon_state = "right"; - name = "Containment Pen #3"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiotopright"; - name = "Xenobio Top Right Pen Blast Door" - }, -/turf/open/floor/iron/dark, -/area/science/xenobiology) +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/security) "uZp" = ( /obj/structure/disposalpipe/segment, /turf/closed/wall/r_wall, @@ -60379,6 +60467,15 @@ }, /turf/open/floor/iron, /area/cargo/storage) +"uZH" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/fluff/tram_rail/floor, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "uZJ" = ( /obj/machinery/computer/mech_bay_power_console, /turf/open/floor/iron, @@ -60393,6 +60490,19 @@ /obj/machinery/smartfridge/organ, /turf/open/floor/iron/dark, /area/medical/morgue) +"van" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + name = "sorting disposal pipe (Xenobiology)"; + sortType = 28 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "vas" = ( /obj/effect/turf_decal/sand, /obj/item/chair, @@ -60417,21 +60527,21 @@ /obj/structure/cable, /turf/open/floor/engine, /area/engineering/supermatter/room) -"vaU" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"vaN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/iron, -/area/service/bar) +/turf/open/floor/iron/dark, +/area/science/xenobiology) "vaX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/violet/visible, /turf/open/floor/iron, /area/engineering/atmos) +"vbb" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/command/heads_quarters/hop) "vbr" = ( /obj/effect/turf_decal/tile{ dir = 1 @@ -60445,41 +60555,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/hallway/secondary/entry) -"vbt" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Gravity Generator Area"; - req_access_txt = "19; 61" - }, -/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, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/gravity_generator) -"vbA" = ( -/obj/machinery/door/airlock/hatch{ - name = "Ladder Access Hatch"; - req_one_access_txt = null - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/center) -"vbL" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/sign/picture_frame/portrait/bar{ - pixel_y = 28 - }, -/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/service/bar) "vbR" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -60495,6 +60570,16 @@ /obj/structure/cable, /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) +"vca" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) "vcn" = ( /obj/machinery/power/port_gen/pacman, /turf/open/floor/plating, @@ -60514,41 +60599,17 @@ /obj/effect/turf_decal/siding/thinplating, /turf/open/floor/iron, /area/security/checkpoint/supply) -"vcE" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) -"vcG" = ( -/obj/machinery/flasher/directional/north{ - id = "AI" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"vcH" = ( -/obj/machinery/light/small/directional/south, +"vcB" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=8-TunnelMidBottom"; - location = "7-TunnelRightBottomDoor" - }, -/obj/effect/turf_decal/bot{ - dir = 1 - }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/trash/mess, /turf/open/floor/iron/smooth, -/area/maintenance/tram/mid) -"vcL" = ( -/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/purple/filled/line, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/mixing) +/area/maintenance/starboard/central) +"vcF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "vcO" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 4 @@ -60558,18 +60619,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/cargo/miningdock) -"vcV" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/miningdock) "vdf" = ( /obj/machinery/computer/shuttle/mining/common{ dir = 8 @@ -60609,6 +60658,10 @@ }, /turf/open/floor/iron, /area/hallway/secondary/entry) +"veb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/cargo) "vem" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 @@ -60638,38 +60691,47 @@ }, /turf/open/floor/iron/dark, /area/science/xenobiology) +"veF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/supply) "veM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/hallway/primary/tram/right) +"vft" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/right) "vfF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/closed/wall/r_wall, /area/engineering/supermatter/room) -"vgd" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, +"vfJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/purple/filled/corner{ dir = 4 }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + name = "sorting disposal pipe (Toxins)"; + sortType = 25 + }, /obj/structure/cable, -/turf/open/floor/iron, -/area/commons/lounge) -"vgf" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +/turf/open/floor/iron/white, +/area/science/research) +"vgz" = ( +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, +/obj/effect/turf_decal/tile, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/public/glass{ - name = "Commons Area" - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/start/hangover, /obj/structure/cable, /turf/open/floor/iron, /area/hallway/secondary/entry) @@ -60678,14 +60740,6 @@ /obj/effect/turf_decal/caution, /turf/open/floor/plating, /area/maintenance/tram/left) -"vgS" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "vhe" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -60699,26 +60753,6 @@ }, /turf/open/floor/iron, /area/hallway/secondary/command) -"vhk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Hallway - Upper East Power Hatch"; - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/right) -"vhm" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/right) "vhE" = ( /obj/machinery/light/small/directional/south, /obj/effect/landmark/event_spawn, @@ -60737,6 +60771,19 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/dark, /area/maintenance/radshelter/civil) +"vil" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "vio" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -60761,22 +60808,14 @@ /obj/item/clothing/mask/whistle, /turf/open/floor/iron, /area/security/checkpoint/engineering) -"vjp" = ( +"vjC" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) +/turf/open/floor/plating, +/area/maintenance/starboard/central) "vjF" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -60803,31 +60842,46 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/science/research) -"vkz" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Research Maintnenace"; - req_one_access_txt = "47" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"vkH" = ( +"vkF" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, +/obj/structure/table/glass, /obj/structure/cable, /turf/open/floor/iron/white, -/area/science/research) +/area/medical/medbay/central) "vkJ" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 }, /turf/open/floor/iron/white, /area/science/research) +"vkP" = ( +/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/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) +"vkR" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/iron/white, +/area/medical/pharmacy) "vlc" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -60839,6 +60893,21 @@ }, /turf/open/floor/iron/dark, /area/science/xenobiology) +"vll" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "vlt" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 5 @@ -60874,22 +60943,28 @@ /obj/item/flashlight/lamp/green, /turf/open/floor/carpet, /area/commons/vacant_room/office) -"vlX" = ( -/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/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/ai_monitored/command/storage/eva) +"vlK" = ( +/obj/effect/turf_decal/sand, +/obj/item/wallframe/apc, +/turf/open/floor/iron/airless, +/area/mine/explored) +"vlW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/command/heads_quarters/hos) "vlZ" = ( /obj/machinery/porta_turret/ai, /obj/machinery/light/directional/north, /obj/structure/cable, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/hallway) +"vma" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) "vmk" = ( /obj/structure/table, /obj/item/storage/box/donkpockets, @@ -60898,11 +60973,6 @@ }, /turf/open/floor/iron/dark, /area/security/courtroom) -"vmn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, -/turf/open/floor/iron/smooth, -/area/maintenance/department/cargo) "vmq" = ( /obj/machinery/requests_console/directional/east{ announcementConsole = 1; @@ -60930,17 +61000,6 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/iron, /area/science/research) -"vnp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/space_heater, -/turf/open/floor/iron/smooth, -/area/maintenance/port/fore) -"vnH" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/right) "vnK" = ( /obj/machinery/rnd/server, /turf/open/floor/circuit/telecomms/server, @@ -60960,6 +61019,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/cargo/storage) +"vow" = ( +/obj/machinery/modular_computer/console/preset/civilian, +/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 = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) "voB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, @@ -60969,17 +61039,6 @@ /obj/effect/spawner/random/trash/food_packaging, /turf/open/floor/plating, /area/maintenance/department/medical) -"voM" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/item/radio/intercom/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "voW" = ( /obj/structure/window/reinforced{ dir = 1 @@ -60991,20 +61050,6 @@ /obj/item/circular_saw, /turf/open/floor/iron/white, /area/science/robotics/lab) -"vpd" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/center) "vpp" = ( /obj/effect/landmark/start/depsec/supply, /obj/structure/chair/office{ @@ -61016,28 +61061,15 @@ }, /turf/open/floor/iron, /area/security/checkpoint/supply) -"vpx" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"vpz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/door/airlock/command{ - name = "Chief Engineer"; - req_access_txt = "56" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/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/command/heads_quarters/ce) +/area/hallway/secondary/exit) "vpD" = ( /obj/effect/decal/remains/human, /obj/item/storage/toolbox/mechanical/old{ @@ -61063,43 +61095,6 @@ }, /turf/open/floor/wood, /area/service/library) -"vpL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) -"vpV" = ( -/obj/effect/turf_decal/trimline/neutral/filled/arrow_ccw{ - dir = 1 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = 28 - }, -/obj/structure/sign/directions/medical{ - pixel_y = 34 - }, -/obj/structure/sign/directions/engineering{ - pixel_y = 40 - }, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/directions/upload{ - dir = 4; - pixel_y = 22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "vqc" = ( /obj/structure/falsewall, /obj/effect/decal/cleanable/dirt, @@ -61144,56 +61139,28 @@ /obj/structure/table, /turf/open/floor/iron/dark, /area/security/interrogation) -"vqQ" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/radio/intercom/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/medical) -"vqR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/janitor) "vrc" = ( /obj/machinery/telecomms/bus/preset_two, /turf/open/floor/iron/dark/telecomms, /area/tcommsat/server) -"vrg" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/treatment_center) "vrn" = ( /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/tcommsat/computer) -"vry" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, +"vrD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) +/turf/open/floor/iron/white, +/area/medical/medbay/central) "vrI" = ( /obj/structure/window/reinforced, /obj/structure/railing{ @@ -61209,6 +61176,12 @@ /obj/structure/grille, /turf/open/floor/plating, /area/maintenance/starboard/secondary) +"vrP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "vrY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -61217,6 +61190,13 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/science/research) +"vso" = ( +/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/duct, +/turf/open/floor/plating/catwalk_floor, +/area/service/hydroponics) "vss" = ( /turf/open/floor/iron/stairs/medium{ dir = 1 @@ -61240,13 +61220,11 @@ }, /turf/open/floor/iron, /area/science/lab) -"vsU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/central) +"vsY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/maintenance/department/cargo) "vtd" = ( /obj/structure/tank_holder/extinguisher, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -61254,6 +61232,17 @@ }, /turf/open/floor/iron, /area/cargo/storage) +"vtj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "sorting disposal pipe (Medical)"; + sortType = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "vtw" = ( /obj/machinery/door/airlock/mining/glass{ name = "Mining Dock"; @@ -61271,63 +61260,26 @@ }, /turf/open/floor/iron, /area/cargo/miningdock) -"vtC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/janitor) -"vtN" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/fluff/tram_rail/floor{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "vtQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/circuit, /area/ai_monitored/command/nuke_storage) -"vuh" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"vuG" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/wood, -/area/service/library) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/service/bar) "vuO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/science/robotics/mechbay) -"vuQ" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) -"vva" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/medical/medbay/central) "vvf" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -61346,11 +61298,12 @@ }, /turf/open/floor/plating, /area/command/heads_quarters/hop) -"vvq" = ( +"vvI" = ( +/obj/machinery/duct, /obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/random/trash/mess, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/crew_quarters/dorms) "vvQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -61381,39 +61334,26 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/hallway/primary/tram/center) -"vwe" = ( +"vwP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/mixing) -"vwh" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Hallway - North-East Escape Wing Entry"; - dir = 1 + dir = 6 }, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/secondary/exit) -"vwq" = ( -/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/showroomfloor, -/area/security/warden) -"vwS" = ( -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/power/apc/auto_name/south, +/area/hallway/secondary/entry) +"vxp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/machinery/duct, /obj/structure/cable, /turf/open/floor/iron, -/area/cargo/storage) +/area/service/janitor) "vxD" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/red/filled/corner{ @@ -61436,23 +61376,37 @@ }, /turf/open/floor/iron/dark, /area/service/hydroponics) -"vxN" = ( -/obj/machinery/duct, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/rods, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/crew_quarters/dorms) -"vxT" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/right) "vya" = ( /obj/structure/closet/emcloset, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/tram/mid) +"vyD" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/maintenance/tram/left) +"vyF" = ( +/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/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/fore) "vzg" = ( /obj/machinery/smartfridge/organ, /obj/machinery/airalarm/directional/north, @@ -61468,12 +61422,6 @@ }, /turf/open/floor/iron/white, /area/medical/surgery) -"vzj" = ( -/obj/structure/disposalpipe/trunk/multiz, -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/left) "vzm" = ( /obj/effect/spawner/random/trash/food_packaging, /obj/effect/decal/cleanable/dirt, @@ -61492,37 +61440,20 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron/white, /area/science/research) -"vzx" = ( -/obj/structure/chair{ - dir = 4; - name = "Judge" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/courtroom) -"vzA" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/service/library) -"vzC" = ( -/obj/effect/landmark/start/chaplain, -/turf/open/floor/iron/dark, -/area/service/chapel) "vzN" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/maintenance/port/central) +"vAs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/entry) "vAt" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -61531,59 +61462,6 @@ /obj/effect/landmark/blobstart, /turf/open/floor/iron, /area/cargo/miningdock) -"vAC" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/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_multi{ - cycle_id = "tcomms-entrance" - }, -/obj/machinery/door/airlock/engineering{ - name = "Telecommunications"; - req_access_txt = "61" - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) -"vAE" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/mob/living/simple_animal/bot/secbot/pingsky{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"vAI" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) -"vAJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/navbeacon/wayfinding/cargo, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/office) "vAW" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -61652,6 +61530,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/science/robotics/mechbay) +"vBs" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/miningdock) "vBt" = ( /obj/machinery/camera{ c_tag = "Science - Maintenance Intersection"; @@ -61682,12 +61569,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/vault, /area/hallway/primary/tram/center) -"vBV" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/four, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/cargo) "vCp" = ( /obj/machinery/door/airlock{ id_tag = "miningdorm3"; @@ -61702,52 +61583,28 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/grimy, /area/service/chapel/office) -"vCv" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/effect/turf_decal/bot, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/robotics/lab) -"vCx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-maint-passthrough" - }, -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) "vCE" = ( /turf/closed/wall/rock/porous, /area/maintenance/starboard/secondary) +"vCG" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) "vCI" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) -"vCQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, +"vDd" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) -"vDh" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/engineering/main) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "vDn" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -61782,6 +61639,11 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron, /area/service/bar) +"vDX" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "vDZ" = ( /obj/structure/table, /obj/machinery/microwave{ @@ -61793,6 +61655,11 @@ }, /turf/open/floor/iron/dark, /area/medical/virology) +"vEb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/turf/open/floor/iron/smooth, +/area/maintenance/central) "vEx" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/directional/west, @@ -61830,21 +61697,6 @@ }, /turf/open/floor/glass/reinforced, /area/ai_monitored/turret_protected/aisat/hallway) -"vEI" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/machinery/door/firedoor, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/storage) "vEL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /obj/effect/turf_decal/trimline/yellow/filled/corner{ @@ -61852,6 +61704,18 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"vEQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Security - Detective's Office"; + dir = 6; + network = list("ss13","Security") + }, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) "vEY" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 1 @@ -61863,42 +61727,6 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron, /area/hallway/secondary/construction/engineering) -"vFq" = ( -/obj/effect/turf_decal/siding/thinplating{ - dir = 1 - }, -/obj/structure/chair/stool/bar/directional/south, -/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/cafeteria, -/area/service/kitchen/diner) -"vFu" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Quartermaster"; - req_access_txt = "41" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/qm) -"vFy" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/camera{ - c_tag = "Maintenance - Central Tram Tunnel 2"; - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/tram/mid) "vFI" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/stripes/line{ @@ -61906,6 +61734,30 @@ }, /turf/open/floor/iron, /area/science/explab) +"vFP" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/machinery/button/door/directional/north{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = -6; + req_access_txt = "24" + }, +/obj/machinery/button/door/directional/north{ + desc = "A door remote control switch for the engineering security airlocks."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = 6; + req_access_txt = "10" + }, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) "vFT" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 5 @@ -61954,35 +61806,40 @@ /obj/structure/ladder, /turf/open/floor/plating, /area/command/bridge) +"vGS" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/corner{ + dir = 1 + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Security - Cell 2"; + dir = 1; + network = list("ss13","Security") + }, +/obj/machinery/flasher/directional/south{ + id = "Cell 2" + }, +/turf/open/floor/iron, +/area/security/brig) "vGU" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, /turf/open/floor/plating/airless, /area/science/test_area) -"vGX" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/corner, +"vHm" = ( +/obj/machinery/light/small/directional/south, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/turf/open/floor/iron, -/area/security/brig) -"vHk" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) +/turf/open/floor/iron/smooth, +/area/security/prison) "vHo" = ( /obj/machinery/conveyor{ dir = 4; @@ -61994,6 +61851,24 @@ }, /turf/open/floor/iron, /area/cargo/storage) +"vHp" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/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/security/brig) +"vHs" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/medical) "vHt" = ( /obj/effect/spawner/random/structure/crate, /obj/effect/decal/cleanable/dirt, @@ -62018,11 +61893,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/white, /area/medical/storage) -"vIp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/turf/open/floor/iron/smooth, -/area/maintenance/department/medical) "vIB" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -62064,6 +61934,17 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/hallway/secondary/entry) +"vIT" = ( +/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, +/turf/open/floor/iron/white, +/area/science/research) "vJu" = ( /obj/structure/railing/corner{ dir = 8 @@ -62091,16 +61972,6 @@ }, /turf/open/floor/iron, /area/maintenance/tram/mid) -"vJF" = ( -/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, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/maintenance/starboard/secondary) "vJP" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/brown/filled/line{ @@ -62154,16 +62025,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/hallway/secondary/exit) -"vKP" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/brig) "vKS" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -62174,6 +62035,36 @@ /obj/item/wirecutters, /turf/open/floor/plating/asteroid/airless, /area/mine/explored) +"vKZ" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/storage) +"vLb" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Art Storage" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/storage/art) "vLd" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -62195,20 +62086,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/freezer, /area/service/bar) -"vLt" = ( -/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; - sortType = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/break_room) "vLw" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -62228,19 +62105,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white, /area/science/lab) -"vMj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/brown/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/brown/filled/line, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/miningdock) "vMl" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -62259,39 +62123,70 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible, /turf/open/floor/iron, /area/engineering/atmos) -"vMv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 1 - }, -/obj/structure/sign/departments/restroom{ - pixel_y = 32 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) -"vMQ" = ( -/obj/effect/turf_decal/trimline/green/filled/corner, +"vMw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/cargo/storage) +"vMK" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, /obj/structure/cable, -/turf/open/floor/iron/dark, -/area/service/hydroponics) +/turf/open/floor/iron, +/area/science/robotics/lab) +"vMN" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_one_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/ai_monitored/turret_protected/aisat/foyer) +"vMR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/cytology) "vNg" = ( /obj/structure/grille, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/department/cargo) -"vNo" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/closet/crate, -/obj/effect/spawner/random/maintenance/two, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/port/fore) +"vNk" = ( +/obj/effect/landmark/start/hangover, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"vNp" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/fluff/tram_rail/floor{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/center) "vNI" = ( /obj/effect/turf_decal/delivery, /obj/effect/turf_decal/stripes{ @@ -62300,6 +62195,18 @@ /obj/effect/turf_decal/trimline/neutral/filled/corner, /turf/open/floor/iron, /area/hallway/primary/central) +"vNK" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Central Escape Wing Entry"; + dir = 5 + }, +/obj/machinery/power/apc/auto_name/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) "vNM" = ( /obj/item/target/alien/anchored, /obj/effect/turf_decal/stripes/line{ @@ -62365,17 +62272,6 @@ /obj/machinery/navbeacon/wayfinding/vault, /turf/open/floor/iron/dark, /area/ai_monitored/command/nuke_storage) -"vPn" = ( -/obj/structure/chair, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/light/directional/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "vPp" = ( /turf/open/floor/iron/white, /area/security/prison) @@ -62399,6 +62295,20 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/iron, /area/science/research) +"vPO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/mob/living/simple_animal/bot/secbot/pingsky{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"vQc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "vQn" = ( /obj/machinery/door/airlock/external{ name = "Port Docking Bay 3" @@ -62413,12 +62323,40 @@ /obj/structure/railing, /turf/open/floor/plating, /area/maintenance/tram/mid) -"vQN" = ( +"vQw" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room"; + req_one_access_txt = "10;24" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/service/kitchen) +/turf/open/floor/iron, +/area/engineering/supermatter/room) +"vQC" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing"; + req_access_txt = "2" + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/processing) "vQZ" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -62430,6 +62368,34 @@ }, /turf/open/floor/iron/white, /area/science/xenobiology) +"vRe" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/door/airlock/command/glass{ + name = "AI Core"; + req_access_txt = "65" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI core shutters" + }, +/obj/machinery/flasher/directional/west{ + id = "AI" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"vRh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/secondary) "vRk" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 1 @@ -62440,27 +62406,51 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) +"vRm" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Cargo - Upper Power Hatch"; + dir = 6; + network = list("ss13","cargo") + }, +/turf/open/floor/plating, +/area/cargo/storage) +"vRS" = ( +/obj/machinery/power/apc/auto_name/east, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/aft) "vRU" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/junction{ dir = 8 }, /turf/closed/wall/r_wall, /area/engineering/supermatter/room) -"vRW" = ( -/obj/structure/railing{ - dir = 4 +"vRY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "vSe" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /turf/open/floor/iron/white, /area/medical/chemistry) +"vSg" = ( +/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, +/turf/open/floor/iron/white, +/area/science/research) "vSq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/junction, @@ -62480,14 +62470,6 @@ }, /turf/open/floor/carpet, /area/cargo/qm) -"vSw" = ( -/obj/machinery/duct, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central) "vSz" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -62505,11 +62487,15 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) -"vSM" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +"vSR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Cargo - Lower Power Hatch"; + dir = 6; + network = list("ss13","cargo") + }, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "vST" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -62530,16 +62516,16 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plating, /area/maintenance/tram/left) -"vTB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille, -/turf/open/floor/iron/smooth, -/area/maintenance/department/security) "vTE" = ( /obj/effect/turf_decal/sand, /obj/item/wirecutters, /turf/open/floor/iron, /area/maintenance/port/central) +"vTV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) "vUo" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /turf/open/floor/iron, @@ -62548,6 +62534,15 @@ /obj/structure/fluff/tram_rail, /turf/open/openspace, /area/hallway/primary/tram/left) +"vUC" = ( +/obj/structure/closet/crate, +/obj/item/paper{ + info = "lol" + }, +/obj/item/relic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/crew_quarters/dorms) "vUF" = ( /obj/machinery/pinpointer_dispenser, /turf/closed/wall, @@ -62570,25 +62565,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/cafeteria, /area/security/prison) -"vUT" = ( +"vVa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/right) -"vUW" = ( -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, -/turf/open/floor/plating, -/area/engineering/supermatter) +/turf/open/floor/iron/white, +/area/medical/medbay/central) "vVu" = ( /obj/machinery/door/airlock/external{ name = "Escape Pod Three" @@ -62644,33 +62630,16 @@ /obj/structure/cable, /turf/open/floor/iron/freezer, /area/medical/coldroom) -"vWa" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/office) -"vWb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/item/assembly/mousetrap/armed, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) -"vWe" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/right) "vWh" = ( /turf/open/floor/carpet, /area/command/heads_quarters/hos) +"vWs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "vWt" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -62725,19 +62694,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/security/processing) -"vXi" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/left) -"vXu" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ +"vXl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 4 }, -/obj/machinery/power/apc/auto_name/east, /obj/structure/cable, -/turf/open/floor/iron, -/area/security/office) +/turf/open/floor/iron/white, +/area/medical/chemistry) "vXx" = ( /obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 @@ -62748,31 +62717,26 @@ /obj/machinery/telecomms/server/presets/supply, /turf/open/floor/iron/dark/telecomms, /area/tcommsat/server) -"vXI" = ( -/obj/effect/turf_decal/trimline/yellow/warning{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/camera{ - c_tag = "Maintenance - Central Tram Tunnel 4"; - dir = 1 +"vXG" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator Room"; + req_access_txt = "19;23" }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/maintenance/tram/mid) -"vXM" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, /obj/structure/cable, -/turf/open/floor/carpet/blue, -/area/medical/psychology) +/turf/open/floor/iron, +/area/engineering/gravity_generator) "vYn" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 4 @@ -62829,12 +62793,19 @@ /obj/machinery/duct, /turf/open/floor/iron/freezer, /area/commons/toilet/restrooms) -"vZj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"vZi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/duct, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) +/turf/open/floor/iron, +/area/hallway/primary/central) "vZm" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -62844,6 +62815,15 @@ /obj/machinery/light_switch/directional/west, /turf/open/floor/iron, /area/science/misc_lab) +"vZn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/command/heads_quarters/ce) "vZz" = ( /obj/machinery/computer/secure_data, /obj/machinery/requests_console/directional/north{ @@ -62859,29 +62839,28 @@ }, /turf/open/floor/carpet, /area/command/heads_quarters/hos) -"vZA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"vZK" = ( +/obj/machinery/door/airlock{ + name = "Water Closet"; + req_access_txt = "26" + }, +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central) +"vZR" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Quartermaster"; + req_access_txt = "41" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/engineering/atmospherics_engine) -"vZH" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/left) -"vZN" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/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/maintenance/starboard/central) +/turf/open/floor/iron, +/area/cargo/qm) "vZU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, @@ -62894,6 +62873,17 @@ /obj/item/paicard, /turf/open/floor/iron/white, /area/science/research) +"wag" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock{ + name = "Kitchen Acces"; + req_access_txt = "28" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/service/kitchen/coldroom) "wak" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -62902,37 +62892,6 @@ }, /turf/open/floor/iron, /area/hallway/secondary/entry) -"wal" = ( -/obj/effect/turf_decal/siding/thinplating, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/kitchen) -"wan" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access_txt = "16" - }, -/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 = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai_upload) "wao" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -62947,17 +62906,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/medical/virology) -"waB" = ( -/obj/effect/turf_decal/siding/thinplating/corner, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, +"waC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/light/directional/west, -/obj/item/radio/intercom/directional/west, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/duct, /obj/structure/cable, /turf/open/floor/iron, -/area/commons/dorms) +/area/hallway/primary/central) "waG" = ( /obj/item/beacon, /obj/effect/turf_decal/stripes/line{ @@ -62972,6 +62929,13 @@ /obj/structure/fluff/tram_rail/floor, /turf/open/floor/glass/reinforced, /area/hallway/primary/tram/center) +"wbm" = ( +/obj/machinery/power/smes, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) "wbD" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, @@ -63007,14 +62971,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) -"wco" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/plating, -/area/maintenance/central) "wcv" = ( /turf/closed/wall/r_wall, /area/mine/explored) +"wcA" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/left) "wcM" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -63023,17 +62987,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/vault, /area/hallway/primary/tram/left) -"wcS" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/bar) "wcU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /turf/open/floor/iron, @@ -63067,26 +63020,13 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/brig) -"wdE" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = 11 - }, -/obj/machinery/camera{ - c_tag = "Science - Right Entry Airlock"; - dir = 9; - network = list("ss13","rd") +"wds" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/science/research) +/turf/open/floor/iron/white, +/area/medical/medbay/central) "wdJ" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -63094,6 +63034,13 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/hallway/secondary/entry) +"wdO" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "wdR" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 10 @@ -63111,6 +63058,36 @@ /obj/machinery/light/directional/east, /turf/open/floor/engine, /area/engineering/supermatter/room) +"wed" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/public/glass{ + name = "Commons Area" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"wej" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/science) +"wel" = ( +/obj/machinery/door/airlock{ + name = "Bar Storage"; + req_access_txt = "25" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/wood, +/area/service/bar) "wen" = ( /obj/effect/turf_decal/trimline/neutral/filled/line, /obj/effect/turf_decal/trimline/neutral/filled/corner{ @@ -63121,13 +63098,19 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/left) -"weq" = ( +"weA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/right) +/turf/open/floor/iron/white, +/area/medical/medbay/central) "weC" = ( /obj/machinery/camera/emp_proof{ c_tag = "Secure - Telecomms Server Room"; @@ -63135,24 +63118,6 @@ }, /turf/open/floor/circuit/telecomms/mainframe, /area/tcommsat/server) -"weH" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/purple/filled/warning{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/janitor) "weK" = ( /obj/structure/chair/sofa/corner{ dir = 1 @@ -63171,6 +63136,29 @@ }, /turf/open/floor/iron/dark, /area/command/bridge) +"weV" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, +/obj/machinery/button/door/directional/south{ + id = "engsm"; + name = "Radiation Shutters Control"; + req_access_txt = "10" + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter/room) +"wfn" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=10-TunnelLeftBottom"; + location = "9-TunnelLeftBottomDoor" + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/left) "wfu" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -63178,33 +63166,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/security/prison) +"wfP" = ( +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/ai_monitored/turret_protected/aisat/foyer) "wfV" = ( /obj/structure/closet/crate, /obj/effect/spawner/random/maintenance/three, /turf/open/floor/plating/asteroid/airless, /area/mine/explored) -"wgb" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/shower{ - dir = 1 - }, -/obj/effect/turf_decal/box, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) -"wgj" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/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/medical/virology) "wgv" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -63214,26 +63188,51 @@ }, /turf/open/floor/iron, /area/hallway/primary/tram/center) -"wgz" = ( -/obj/structure/girder, -/obj/structure/grille, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/security) -"wgQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Bar Excess Storage"; - req_one_access_txt = "12;25" +"wgK" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, /obj/machinery/duct, -/turf/open/floor/iron/smooth, -/area/maintenance/central) +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/commons/toilet/restrooms) +"wgM" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/hallway/primary/central) "wgT" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/cable, /turf/open/floor/plating/airless, /area/mine/explored) +"whk" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/library) "whs" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -63254,19 +63253,22 @@ /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating, /area/maintenance/tram/right) -"why" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmos) "whM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible, /obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/engineering/atmos) +"whP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/courtroom) "whS" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -63279,6 +63281,28 @@ }, /turf/open/floor/iron, /area/security/checkpoint/medical) +"whV" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/warning, +/obj/effect/turf_decal/trimline/blue/filled/warning{ + dir = 1 + }, +/obj/machinery/door/airlock/medical/glass{ + name = "Pharmacy"; + req_access_txt = "5; 69" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/pharmacy) "wic" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -63289,25 +63313,46 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/security/brig) -"wip" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ +"wij" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + name = "sorting disposal pipe (Head of Personnel's Office)"; + sortType = 15 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) -"wiw" = ( -/obj/machinery/button/ignition{ - id = "Incinerator"; - pixel_x = -6; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, -/obj/structure/cable/layer1, /turf/open/floor/iron, -/area/maintenance/disposal/incinerator) +/area/hallway/secondary/command) +"wit" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/prison) +"wiu" = ( +/obj/machinery/flasher/directional/south{ + id = "AI"; + pixel_x = 20 + }, +/obj/machinery/door/window{ + atom_integrity = 300; + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + name = "Primary AI Core Access"; + req_access_txt = "16" + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) "wiA" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/railing{ @@ -63315,29 +63360,15 @@ }, /turf/open/floor/plating, /area/maintenance/tram/mid) -"wiL" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"wjj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/yjunction{ dir = 8 }, -/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/commons/lounge) -"wiR" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/commons/lounge) -"wjo" = ( -/obj/machinery/light/directional/east, -/turf/open/floor/iron/dark, -/area/service/chapel) +/area/hallway/primary/central) "wjq" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 9 @@ -63345,26 +63376,6 @@ /obj/machinery/medical_kiosk, /turf/open/floor/iron/white, /area/medical/medbay/central) -"wjH" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/robot_debris/limb, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) -"wjO" = ( -/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/structure/cable, -/turf/open/floor/iron, -/area/maintenance/disposal/incinerator) "wjR" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -63400,6 +63411,19 @@ "wkE" = ( /turf/closed/wall/r_wall, /area/security/processing) +"wkF" = ( +/obj/effect/turf_decal/trimline/brown/filled/line, +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/storage) "wkL" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -63471,25 +63495,28 @@ /obj/machinery/duct, /turf/open/floor/iron/dark, /area/service/hydroponics) -"wls" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ +"wma" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 }, +/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/dark, +/area/command/bridge) +"wmf" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/navbeacon/wayfinding/bar, +/obj/machinery/duct, /obj/structure/cable, /turf/open/floor/iron, -/area/hallway/secondary/entry) -"wlO" = ( -/obj/structure/closet/crate, -/obj/item/paper{ - info = "lol" - }, -/obj/item/relic, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/crew_quarters/dorms) +/area/service/bar) "wml" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/rack, @@ -63500,6 +63527,38 @@ }, /turf/open/floor/plating, /area/maintenance/central) +"wmu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) +"wmv" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medical Freezer"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/freezer, +/area/medical/coldroom) +"wmz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/storage) "wmA" = ( /obj/item/plate, /obj/effect/decal/cleanable/dirt, @@ -63538,27 +63597,6 @@ /obj/machinery/newscaster/directional/south, /turf/open/floor/iron, /area/hallway/primary/tram/left) -"wnp" = ( -/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/atmospherics/pipe/smart/manifold4w/orange/hidden, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) -"wnH" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Escape Wing" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/hallway/secondary/exit/departure_lounge) "wnM" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -63574,14 +63612,13 @@ /obj/machinery/recharger, /turf/open/floor/iron/dark, /area/ai_monitored/security/armory) -"wnR" = ( -/obj/effect/turf_decal/trimline/blue/filled/line, +"woi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table/glass, +/obj/effect/landmark/start/medical_doctor, +/obj/effect/turf_decal/trimline/blue/filled/corner, /obj/structure/cable, /turf/open/floor/iron/white, -/area/medical/medbay/central) +/area/medical/storage) "wos" = ( /obj/structure/window/reinforced{ dir = 8 @@ -63589,6 +63626,16 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/engine, /area/science/xenobiology) +"woF" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) "woI" = ( /obj/machinery/door/airlock{ id_tag = "private_d"; @@ -63654,44 +63701,9 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) -"wpr" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door_buttons/airlock_controller{ - idExterior = "virology_airlock_exterior"; - idInterior = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Console"; - pixel_x = -24; - pixel_y = 24; - req_access_txt = "39" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/virology) "wpu" = ( /turf/open/floor/plating/airless, /area/science/test_area) -"wpv" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) "wpP" = ( /obj/structure/railing/corner, /obj/effect/landmark/start/hangover, @@ -63702,42 +63714,13 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/plating, /area/maintenance/central) -"wqm" = ( +"wqT" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/space_heater, -/obj/structure/disposalpipe/segment{ - dir = 6 +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 }, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/secondary) -"wqo" = ( -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/iron/smooth, -/area/hallway/primary/tram/right) -"wqz" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) -"wqE" = ( -/obj/machinery/navbeacon/wayfinding/dorms, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) -"wqR" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance/three, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) +/turf/open/floor/plating, +/area/maintenance/central) "wry" = ( /obj/structure/chair{ dir = 8 @@ -63754,6 +63737,13 @@ }, /turf/open/floor/iron, /area/security/brig) +"wrB" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/iron, +/area/security/courtroom) "wrF" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -63765,42 +63755,58 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/hallway/primary/tram/center) -"wrR" = ( -/obj/structure/ladder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/left) -"wsd" = ( -/obj/effect/spawner/random/trash/food_packaging, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/security/prison) +"wrQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "wsh" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/plating, /area/engineering/atmos) -"wso" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"wsm" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" }, -/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) +/turf/open/floor/plating, +/area/maintenance/starboard/central) "wsp" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 8 }, /turf/open/floor/iron/white, /area/medical/pharmacy) +"wsA" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/closet/emcloset, +/obj/effect/landmark/start/hangover/closet, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/left) "wsJ" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 }, /turf/open/floor/iron, /area/security/checkpoint/science) +"wsL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/north, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/medical/morgue) "wsP" = ( /obj/structure/cable, /turf/open/floor/iron, @@ -63817,13 +63823,19 @@ /obj/structure/cable, /turf/open/floor/iron, /area/engineering/atmos) -"wte" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/duct, +"wtj" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/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/plating/catwalk_floor, -/area/maintenance/central) +/turf/open/floor/iron, +/area/science/misc_lab) "wtB" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 6 @@ -63841,15 +63853,6 @@ }, /turf/open/floor/iron/dark, /area/hallway/secondary/exit) -"wtH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Ordnance Lab Maintenance"; - req_one_access_txt = "47" - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) "wtK" = ( /obj/effect/landmark/start/station_engineer, /turf/open/floor/iron, @@ -63860,31 +63863,15 @@ }, /turf/open/floor/iron/dark, /area/medical/morgue) -"wtT" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/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/duct, -/obj/machinery/firealarm/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/prison) -"wtX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 +"wtV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "cytologysecure"; + name = "Secure Pen Lockdown" }, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/surgery) +/turf/open/floor/plating, +/area/science/cytology) "wux" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output{ dir = 8 @@ -63939,11 +63926,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/engineering/main) -"wva" = ( -/obj/effect/spawner/random/trash/garbage, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) +"wuW" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) "wve" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning, @@ -63972,6 +63972,19 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai_upload_foyer) +"wvj" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/lounge) "wvq" = ( /turf/open/floor/circuit, /area/science/robotics/mechbay) @@ -63982,6 +63995,25 @@ /obj/structure/cable, /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/aisat/hallway) +"wvK" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/kitchen) "wvZ" = ( /obj/structure/table/glass, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -64001,6 +64033,16 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/carpet, /area/cargo/miningdock) +"wwk" = ( +/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/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/ai_monitored/command/storage/eva) "wws" = ( /obj/effect/turf_decal/siding/thinplating/corner, /obj/item/banner/cargo/mundane, @@ -64027,6 +64069,27 @@ /obj/machinery/pinpointer_dispenser, /turf/closed/wall, /area/cargo/office) +"wwO" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 8 + }, +/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, +/turf/open/floor/iron, +/area/hallway/secondary/command) "wxb" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/camera/emp_proof{ @@ -64049,6 +64112,20 @@ /obj/structure/chair/stool/directional/south, /turf/open/floor/carpet, /area/hallway/secondary/entry) +"wxB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) +"wxC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) "wxO" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -64095,31 +64172,6 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"wyp" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/service/hydroponics/garden) -"wys" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/iron, -/area/security/brig) "wyt" = ( /obj/item/stack/ore/glass, /obj/item/stack/ore/iron, @@ -64131,6 +64183,12 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) +"wyz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/medical) "wyE" = ( /obj/structure/table/glass, /obj/structure/window/reinforced{ @@ -64157,6 +64215,25 @@ /obj/item/reagent_containers/syringe, /turf/open/floor/iron/white, /area/medical/pharmacy) +"wyH" = ( +/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 = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"wyO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "wyP" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -64174,20 +64251,25 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison) -"wzs" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 +"wzp" = ( +/obj/structure/disposalpipe/segment, +/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/neutral/filled/line{ +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 4 }, -/obj/machinery/door/airlock/public/glass{ - name = "Service Wing Hallway" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable, /turf/open/floor/iron, -/area/hallway/primary/central) +/area/engineering/atmos) +"wzB" = ( +/obj/item/clothing/head/cone{ + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/central/secondary) "wzC" = ( /obj/structure/chair, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -64195,78 +64277,10 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) -"wzH" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/right) -"wzP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) -"wzX" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/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_multi{ - cycle_id = "tcomms-entrance" - }, -/obj/machinery/door/airlock/engineering{ - name = "Telecommunications"; - req_access_txt = "61" - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) -"wAa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/central) "wAe" = ( /obj/structure/cable, /turf/open/floor/iron/white, /area/science/mixing) -"wAf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/security/prison) -"wAk" = ( -/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/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/purple/filled/line, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access_txt = "16" - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"wAD" = ( -/obj/item/assembly/mousetrap/armed, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/item/crowbar, -/turf/open/floor/iron/smooth, -/area/maintenance/department/medical) "wAI" = ( /obj/effect/turf_decal/trimline/red/corner, /obj/effect/turf_decal/trimline/red/filled/line{ @@ -64287,24 +64301,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /turf/open/floor/iron, /area/engineering/atmos) -"wAY" = ( -/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/decal/cleanable/dirt, -/obj/item/clothing/head/cone{ - pixel_x = -9; - pixel_y = 8 - }, -/obj/item/clothing/head/cone{ - pixel_x = 9; - pixel_y = 8 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) "wBm" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 @@ -64332,16 +64328,22 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison/rec) -"wBJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/medical_doctor, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 +"wBD" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/surgery) +/obj/item/pen/fourcolor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"wBM" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/security) "wBO" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 @@ -64371,6 +64373,11 @@ }, /turf/open/floor/iron, /area/security/prison/rec) +"wBZ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) "wCv" = ( /obj/effect/turf_decal/siding/wideplating/dark{ dir = 4 @@ -64391,6 +64398,14 @@ }, /turf/open/floor/plating/airless, /area/mine/explored) +"wCC" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/maintenance/tram/right) "wCV" = ( /obj/docking_port/stationary{ dwidth = 2; @@ -64431,41 +64446,6 @@ "wDN" = ( /turf/closed/wall/r_wall, /area/security/prison/rec) -"wDQ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/construction/engineering) -"wEh" = ( -/obj/effect/turf_decal/trimline/blue/filled/line{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/neutral/filled/warning{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) -"wEj" = ( -/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/duct, -/turf/open/floor/plating/catwalk_floor, -/area/service/hydroponics) "wEy" = ( /obj/effect/turf_decal/trimline/red/filled/corner, /obj/effect/turf_decal/trimline/red/filled/corner{ @@ -64477,20 +64457,6 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit) -"wEC" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/effect/turf_decal/trimline/red/corner, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 - }, -/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/science/research) "wEN" = ( /obj/structure/girder, /obj/effect/turf_decal/sand/plating, @@ -64510,21 +64476,6 @@ }, /turf/open/floor/plating, /area/service/janitor) -"wFr" = ( -/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/carpet, -/area/service/chapel) -"wFB" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/holopad/secure, -/obj/structure/cable, -/turf/open/floor/glass/reinforced, -/area/ai_monitored/turret_protected/aisat/hallway) "wFG" = ( /obj/machinery/airlock_sensor/incinerator_atmos{ pixel_x = 8; @@ -64537,6 +64488,19 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) +"wFN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/cone{ + pixel_x = -9; + pixel_y = 8 + }, +/obj/item/clothing/head/cone{ + pixel_x = 9; + pixel_y = 8 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/central) "wGe" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -64556,13 +64520,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison/rec) -"wGw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/security) "wGG" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/purple/filled/line{ @@ -64580,15 +64537,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/hallway/secondary/command) -"wGS" = ( -/obj/structure/window/reinforced/plasma{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, -/obj/structure/cable, -/obj/machinery/power/grounding_rod/anchored, -/turf/open/floor/engine, -/area/engineering/supermatter) "wGY" = ( /turf/closed/wall/r_wall, /area/science/explab) @@ -64607,6 +64555,46 @@ /obj/item/restraints/handcuffs, /turf/open/floor/iron, /area/security/prison) +"wHo" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit) +"wHp" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/brown/filled/corner, +/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/cargo/storage) +"wHr" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library Game Room" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/wood, +/area/service/library) "wHx" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 10 @@ -64645,26 +64633,6 @@ }, /turf/open/floor/iron/white, /area/medical/chemistry) -"wHX" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/effect/turf_decal/trimline/green/filled/line, -/obj/effect/turf_decal/trimline/green/filled/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/service/hydroponics) "wIc" = ( /obj/machinery/computer/gateway_control, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -64672,6 +64640,13 @@ }, /turf/open/floor/iron, /area/command/gateway) +"wIj" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/hangover/closet, +/turf/open/floor/iron/smooth, +/area/hallway/primary/tram/center) "wIq" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -64689,12 +64664,6 @@ /obj/item/clothing/shoes/sneakers/orange, /turf/open/floor/iron/cafeteria, /area/security/prison) -"wIA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/showroomfloor, -/area/service/kitchen/coldroom) "wIC" = ( /mob/living/simple_animal/sloth/paperwork, /turf/open/floor/glass, @@ -64707,17 +64676,6 @@ /obj/effect/turf_decal/siding/blue, /turf/open/floor/iron/dark/telecomms, /area/science/server) -"wIQ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/button/door/directional/south{ - id = "engsm"; - name = "Radiation Shutters Control"; - req_access_txt = "10" - }, -/obj/structure/cable, -/turf/open/floor/engine, -/area/engineering/supermatter/room) "wIU" = ( /obj/structure/window/reinforced{ dir = 8 @@ -64727,14 +64685,6 @@ }, /turf/open/floor/engine, /area/science/xenobiology) -"wJn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/aft) "wJq" = ( /obj/machinery/computer/med_data{ dir = 4 @@ -64762,18 +64712,36 @@ }, /turf/open/floor/iron/dark, /area/science/xenobiology) -"wJB" = ( -/obj/effect/decal/cleanable/dirt, +"wJC" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/disposalpipe/segment, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/aft) -"wJD" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/crew_quarters/dorms) +/turf/open/floor/iron/white, +/area/science/xenobiology) +"wJI" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/medical/medbay/central) "wJK" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -64789,6 +64757,19 @@ }, /turf/open/floor/iron, /area/tcommsat/computer) +"wJO" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) "wJP" = ( /turf/closed/wall, /area/service/kitchen/diner) @@ -64796,17 +64777,43 @@ /obj/machinery/light/directional/east, /turf/open/floor/glass/reinforced, /area/ai_monitored/turret_protected/aisat/hallway) +"wJV" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Treatment Center"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/treatment_center) "wKs" = ( /turf/open/floor/wood, /area/commons/vacant_room/office) -"wKC" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"wKw" = ( +/obj/machinery/door/airlock/atmos{ + name = "Turbine Access"; + req_access_txt = "24" + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/status_display/evac/directional/south, -/obj/machinery/duct, +/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/structure/cable, /turf/open/floor/iron, -/area/commons/dorms) +/area/maintenance/disposal/incinerator) "wKG" = ( /turf/closed/wall/r_wall, /area/engineering/supermatter) @@ -64819,6 +64826,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/medical/virology) +"wKQ" = ( +/obj/structure/sign/warning/pods{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/cut, +/obj/item/wirecutters, +/turf/open/floor/iron/smooth, +/area/maintenance/starboard/central) "wKR" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -64831,6 +64847,11 @@ /obj/structure/cable, /turf/open/floor/iron, /area/cargo/office) +"wKY" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/port/central) "wLb" = ( /obj/machinery/computer/camera_advanced/xenobio, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -64858,17 +64879,11 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) -"wLg" = ( -/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_atmos{ - pixel_x = 38; - pixel_y = 6 - }, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable/layer1, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) +"wLD" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/security) "wLL" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line, @@ -64877,12 +64892,6 @@ "wLS" = ( /turf/closed/wall/r_wall, /area/command/heads_quarters/captain) -"wLZ" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai) "wMb" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 1 @@ -64890,53 +64899,38 @@ /obj/effect/turf_decal/trimline/yellow/filled/corner, /turf/open/floor/iron, /area/engineering/break_room) -"wMg" = ( +"wMj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch"; - req_access_txt = "11" +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/effect/decal/cleanable/dirt, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/department/security) +/turf/open/floor/iron/white, +/area/medical/medbay/central) "wMp" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/engineering/main) -"wMC" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"wNa" = ( +/obj/effect/landmark/start/depsec/engineering, +/obj/structure/chair/office, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, /obj/structure/cable, /turf/open/floor/iron, -/area/security/checkpoint/science) -"wME" = ( -/obj/machinery/door/airlock/research{ - id_tag = "ResearchExt"; - name = "Research Division"; - req_one_access_txt = "47" +/area/security/checkpoint/engineering) +"wNd" = ( +/obj/structure/chair{ + dir = 4; + name = "Judge" }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/unres, -/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "sci-entrance-right" +/obj/machinery/airalarm/directional/west, +/obj/machinery/camera{ + c_tag = "Civilian - Courtroom"; + dir = 5 }, /obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "Sciencelockdown"; - name = "Research Lockdown Blastdoor" - }, /turf/open/floor/iron, -/area/science/research) +/area/security/courtroom) "wNf" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -64955,6 +64949,50 @@ }, /turf/open/floor/engine, /area/engineering/supermatter/room) +"wNw" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north{ + name = "prison intercom"; + prison_radio = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/red/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/security/checkpoint/engineering) +"wNA" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/cable, +/turf/open/floor/iron, +/area/construction/mining/aux_base) +"wNK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/window/brigdoor{ + dir = 1; + id = "scicell"; + name = "Medical Cell"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/iron, +/area/security/checkpoint/science) "wNL" = ( /obj/effect/turf_decal/bot/left, /obj/effect/decal/cleanable/dirt, @@ -64972,15 +65010,6 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/iron/dark, /area/service/chapel) -"wOj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiobottomright"; - name = "Xenobio Bottom Right Pen Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/xenobiology) "wOm" = ( /obj/structure/table, /obj/machinery/light/directional/north, @@ -64988,11 +65017,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/maint) -"wOo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/service/library) "wOt" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 8 @@ -65000,6 +65024,16 @@ /obj/effect/turf_decal/trimline/green/filled/corner, /turf/open/floor/iron/dark, /area/service/hydroponics) +"wOw" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "wOB" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -65017,15 +65051,14 @@ }, /turf/open/floor/iron, /area/engineering/main) -"wOH" = ( -/obj/machinery/light_switch/directional/north{ - pixel_x = 12 +"wOI" = ( +/obj/machinery/power/smes, +/obj/structure/sign/warning/electricshock{ + pixel_x = 32 }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/command/heads_quarters/rd) +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) "wON" = ( /obj/machinery/atmospherics/components/trinary/filter/atmos/co2, /turf/open/floor/iron, @@ -65047,6 +65080,13 @@ /obj/structure/cable, /turf/open/floor/iron, /area/maintenance/disposal/incinerator) +"wPg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/tram/mid) "wPB" = ( /obj/effect/turf_decal/trimline/red/corner{ dir = 1 @@ -65080,6 +65120,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison) +"wPP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/command/heads_quarters/ce) "wQd" = ( /obj/structure/ladder, /obj/effect/decal/cleanable/dirt, @@ -65091,12 +65139,17 @@ }, /turf/open/floor/iron, /area/maintenance/tram/right) -"wQe" = ( -/obj/machinery/power/apc/auto_name/north, -/obj/effect/decal/cleanable/dirt, +"wQn" = ( +/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/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/secondary) +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) "wQs" = ( /obj/machinery/door/airlock/security{ name = "Permanent Cell 6" @@ -65112,13 +65165,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/security/prison/safe) -"wQt" = ( -/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/engineering/atmos) "wQZ" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green, @@ -65145,21 +65191,11 @@ }, /turf/open/floor/iron, /area/cargo/storage) -"wRp" = ( -/obj/item/stack/rods, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/cargo) -"wRt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"wRo" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) "wRF" = ( /obj/machinery/firealarm/directional/south, /obj/structure/sink{ @@ -65184,6 +65220,28 @@ /obj/machinery/meter/atmos/atmos_waste_loop, /turf/open/floor/iron, /area/engineering/atmos) +"wSC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) +"wSI" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/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/hallway/primary/central) "wSO" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -65210,12 +65268,6 @@ }, /turf/open/floor/plating, /area/engineering/supermatter) -"wTn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/checkpoint/engineering) "wTv" = ( /obj/machinery/conveyor{ id = "packageSort2" @@ -65228,6 +65280,15 @@ }, /turf/open/floor/glass/reinforced, /area/ai_monitored/turret_protected/aisat/hallway) +"wTL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/landmark/start/hangover, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/right) "wTO" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -65260,19 +65321,23 @@ }, /turf/open/floor/iron/white, /area/science/cytology) -"wUm" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/commons/lounge) "wUq" = ( /obj/structure/door_assembly/door_assembly_mhatch, /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/maintenance/department/medical) +"wUA" = ( +/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/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) "wUT" = ( /obj/structure/fluff/tram_rail/anchor{ dir = 1 @@ -65289,20 +65354,14 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"wVm" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Quarters"; - req_access_txt = "20" - }, -/obj/machinery/door/firedoor, +"wVu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, /obj/structure/cable, -/turf/open/floor/iron, -/area/command/heads_quarters/captain) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/aft) "wVD" = ( /obj/machinery/seed_extractor, /obj/effect/turf_decal/trimline/green/filled/line, @@ -65332,15 +65391,29 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/dark, /area/hallway/secondary/exit) -"wVR" = ( -/obj/effect/turf_decal/stripes/line{ +"wVS" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 1 }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/machinery/status_display/ai/directional/north, +/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/engine, -/area/engineering/supermatter/room) +/turf/open/floor/iron, +/area/engineering/break_room) +"wVU" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/starboard) "wVV" = ( /obj/machinery/door/airlock{ id_tag = "miningdorm2"; @@ -65368,51 +65441,6 @@ }, /turf/open/floor/iron/dark, /area/security/interrogation) -"wWi" = ( -/obj/machinery/camera{ - c_tag = "Cargo - Security Outpost"; - dir = 4; - network = list("ss13","Security","cargo") - }, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/button/door/directional/west{ - id = "crgdoor"; - name = "Cargo Cell Control"; - normaldoorcontrol = 1; - req_access_txt = "63" - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/supply) -"wWk" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Arrivals - North Hall"; - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/entry) -"wWn" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/duct, -/obj/structure/cable, -/turf/open/floor/iron/freezer, -/area/commons/toilet/restrooms) -"wWw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/grille, -/turf/open/floor/iron/smooth, -/area/maintenance/central) "wWx" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 1 @@ -65465,16 +65493,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/commons/vacant_room/office) -"wXi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +"wXl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/start/hangover, /obj/structure/cable, /turf/open/floor/iron, -/area/engineering/atmos) +/area/hallway/secondary/exit) "wXt" = ( /obj/structure/table, /obj/item/analyzer, @@ -65487,48 +65513,36 @@ "wXK" = ( /turf/closed/wall, /area/security/interrogation) -"wXV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Atmospherics Maintenance"; - req_one_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) -"wXW" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) "wYf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /obj/effect/turf_decal/trimline/neutral/filled/corner, /obj/structure/cable, /turf/open/floor/iron, /area/engineering/atmos) -"wYs" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics"; - req_access_txt = "24" +"wYk" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Mining Construction Storage"; + req_one_access_txt = "12" }, -/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/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/port/central) +"wYp" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 2 }, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 8 +/obj/machinery/door/window/northleft{ + name = "Containment Pen #6"; + req_access_txt = "55" }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmos) +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomleft"; + name = "Xenobio Bottom Left Pen Blast Door" + }, +/turf/open/floor/iron/dark, +/area/science/xenobiology) "wYx" = ( /obj/structure/table/glass, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -65546,13 +65560,16 @@ }, /turf/open/floor/iron/white, /area/medical/virology) -"wYQ" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/closet, -/obj/effect/spawner/random/maintenance/two, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) +"wYL" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/research) "wYR" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 10 @@ -65560,6 +65577,35 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron/dark, /area/science/research) +"wYU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/camera{ + c_tag = "Civilian - Library North Bookcases"; + dir = 1 + }, +/turf/open/floor/wood, +/area/service/library) +"wYY" = ( +/obj/effect/turf_decal/trimline/red/arrow_cw{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/supply, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"wZe" = ( +/obj/machinery/atmospherics/components/binary/thermomachine/freezer/on{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/server) "wZm" = ( /turf/closed/wall/rock/porous, /area/mine/explored) @@ -65576,20 +65622,6 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron/dark, /area/security/courtroom) -"wZD" = ( -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Cargo - Mining South-East"; - dir = 5; - network = list("ss13","cargo") - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/cargo/miningdock) "wZS" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 4 @@ -65620,16 +65652,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/science/research) -"wZW" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 10 - }, -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/power/apc/auto_name/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/escape) "xab" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 9 @@ -65655,15 +65677,6 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"xaP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "Cargo - Lower Power Hatch"; - dir = 6; - network = list("ss13","cargo") - }, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "xaQ" = ( /obj/machinery/vending/coffee, /turf/open/floor/iron/cafeteria{ @@ -65674,30 +65687,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/showroomfloor, /area/security/warden) -"xaX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/maintenance_hatch{ - req_one_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) -"xba" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/flasher/directional/north{ - id = "engcell" - }, -/turf/open/floor/iron, -/area/security/checkpoint/engineering) "xbj" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 6 @@ -65707,6 +65696,24 @@ }, /turf/open/floor/iron, /area/tcommsat/computer) +"xbl" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Power Storage"; + req_access_txt = "11" + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/engine_smes) "xbu" = ( /obj/structure/disposaloutlet, /obj/structure/disposalpipe/trunk{ @@ -65715,6 +65722,10 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/airless, /area/mine/explored) +"xbH" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/white, +/area/security/brig) "xbT" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -65731,21 +65742,54 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/engine, /area/engineering/supermatter) -"xcd" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/effect/spawner/structure/window/reinforced, +"xcc" = ( +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/sorting/mail{ + dir = 1; + name = "sorting disposal pipe (Detective's Office)"; + sortType = 30 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/plating, -/area/security/checkpoint/engineering) +/turf/open/floor/iron, +/area/hallway/secondary/command) +"xcD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/office) +"xcH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) +"xcL" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/central) "xdg" = ( /obj/machinery/atmospherics/components/trinary/filter/atmos/n2, /turf/open/floor/iron, /area/engineering/atmos) -"xdl" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/left) "xdr" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/iron/cafeteria, @@ -65754,14 +65798,6 @@ /obj/structure/fluff/tram_rail, /turf/open/openspace, /area/hallway/primary/tram/center) -"xdt" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Storage"; - req_one_access_txt = "12" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/port/aft) "xdD" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -65779,6 +65815,15 @@ dir = 5 }, /area/science/breakroom) +"xdJ" = ( +/obj/machinery/duct, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/crew_quarters/dorms) "xdP" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -65789,6 +65834,18 @@ }, /turf/open/floor/iron, /area/cargo/storage) +"xdW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/turf/open/floor/iron/smooth, +/area/maintenance/department/medical) +"xdZ" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/engineering/main) "xee" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -65853,22 +65910,18 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating, /area/cargo/storage) -"xeS" = ( -/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 = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/research) "xeZ" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/aisat/foyer) +"xfa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) "xft" = ( /obj/structure/table, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -65880,6 +65933,24 @@ /obj/item/stack/sheet/glass/fifty, /turf/open/floor/iron, /area/engineering/main) +"xfx" = ( +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/command) "xfD" = ( /obj/machinery/computer/warrant{ dir = 4 @@ -65900,6 +65971,21 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/security/checkpoint/supply) +"xfS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/trimline/purple/filled/line, +/obj/machinery/light/directional/south, +/obj/machinery/camera{ + c_tag = "Science - Experimentor Lab"; + dir = 1; + network = list("ss13","rd") + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/explab) "xfZ" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -65962,45 +66048,51 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/fore) -"xhl" = ( -/obj/structure/chair{ - dir = 1 +"xhH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Ordnance Lab Maintenance"; + req_one_access_txt = "47" }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/secondary) +"xis" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/command/heads_quarters/hos) -"xif" = ( -/obj/machinery/door/window/brigdoor{ - dir = 4; - id = "crgcell"; - name = "Cargo Cell"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint/supply) -"xiB" = ( -/obj/effect/turf_decal/sand/plating, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/central) "xiI" = ( /obj/effect/landmark/carpspawn, /turf/open/space/basic, /area/space) +"xiP" = ( +/obj/machinery/door/airlock/security{ + name = "Detective's Office"; + req_access_txt = "4" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron/grimy, +/area/security/detectives_office) +"xiT" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/office) "xiV" = ( /obj/effect/spawner/random/vending/colavend, /obj/machinery/newscaster/directional/west, @@ -66014,12 +66106,6 @@ /obj/effect/turf_decal/trimline/neutral/corner, /turf/open/floor/iron, /area/hallway/primary/tram/right) -"xji" = ( -/obj/structure/cable, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/command/heads_quarters/rd) "xjk" = ( /obj/structure/closet/secure_closet/hydroponics, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -66031,12 +66117,6 @@ "xjn" = ( /turf/closed/wall/r_wall, /area/science/server) -"xjs" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/turf/open/floor/plating, -/area/maintenance/central) "xjG" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -66064,14 +66144,6 @@ }, /turf/open/floor/iron, /area/cargo/storage) -"xjV" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/status_display/ai/directional/south, -/obj/machinery/duct, -/turf/open/floor/iron, -/area/commons/dorms) "xjX" = ( /obj/structure/closet/secure_closet/atmospherics, /obj/effect/turf_decal/stripes/line{ @@ -66096,9 +66168,48 @@ }, /turf/open/floor/iron, /area/service/kitchen) +"xks" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/door/window/southright{ + dir = 8; + name = "Bar Door"; + req_one_access_txt = "25;28" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/camera{ + c_tag = "Civilian - Bar North"; + dir = 6 + }, +/obj/machinery/firealarm/directional/north, +/obj/structure/cable, +/turf/open/floor/iron, +/area/service/bar) "xkv" = ( /turf/closed/wall, /area/security/brig) +"xkH" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/exit/departure_lounge) +"xkN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + name = "sorting disposal pipe (CMO's Office)"; + sortType = 10 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "xkR" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, @@ -66114,6 +66225,14 @@ /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/white, /area/science/xenobiology) +"xlb" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmos) "xlh" = ( /obj/structure/chair/sofa/right{ dir = 1 @@ -66143,6 +66262,13 @@ }, /turf/open/floor/iron, /area/ai_monitored/command/storage/eva) +"xlA" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/cargo) "xlC" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -66154,6 +66280,15 @@ }, /turf/open/floor/iron/white, /area/medical/chemistry) +"xlP" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/iron, +/area/commons/dorms) "xmc" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -66172,14 +66307,6 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/dark, /area/hallway/primary/central) -"xmC" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Chemistry Maintenance"; - req_one_access_txt = "12;33" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/medical) "xmG" = ( /obj/structure/flora/ausbushes/sunnybush, /turf/open/floor/grass, @@ -66189,23 +66316,6 @@ /obj/item/toy/figure/assistant, /turf/open/floor/plating/airless, /area/science/test_area) -"xmP" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/brown/filled/corner, -/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/cargo/storage) "xmS" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/trash/food_packaging, @@ -66219,6 +66329,12 @@ /obj/structure/ladder, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat_interior) +"xna" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/medical) "xnc" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/showroomfloor, @@ -66232,30 +66348,23 @@ dir = 8 }, /area/service/chapel) -"xnk" = ( -/obj/item/clothing/head/cone{ - pixel_y = 8 +"xnp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/central/secondary) +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/medbay/central) "xnt" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/hallway/secondary/entry) -"xnu" = ( -/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 = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/science/xenobiology) "xnD" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment{ @@ -66317,29 +66426,26 @@ }, /turf/open/floor/iron/dark, /area/medical/treatment_center) -"xnZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "rdoffice"; - name = "Research Director's Shutters" - }, -/turf/open/floor/plating, -/area/command/heads_quarters/rd) -"xom" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"xoh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/junction/flip{ dir = 8 }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/public/glass{ - name = "Command Wing Hallway" +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) +"xoi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/command) +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/secondary) "xor" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -66370,22 +66476,6 @@ /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron/white, /area/medical/storage) -"xpm" = ( -/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/security/brig) -"xpr" = ( -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch"; - req_access_txt = "11" - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/central) "xpu" = ( /obj/effect/turf_decal/tile/bar, /obj/effect/turf_decal/tile/bar{ @@ -66394,13 +66484,6 @@ /obj/structure/chair/sofa/corp/corner, /turf/open/floor/iron, /area/service/bar) -"xpJ" = ( -/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/wood, -/area/service/library) "xqd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -66412,33 +66495,26 @@ }, /turf/open/floor/iron, /area/hallway/secondary/exit) -"xqq" = ( -/obj/machinery/door/airlock/command/glass{ - name = "EVA Storage"; - req_access_txt = "18" +"xql" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 2 }, -/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 = 8 +/obj/machinery/door/window/northleft{ + base_state = "right"; + icon_state = "right"; + name = "Containment Pen #5"; + req_access_txt = "55" }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id = "xenobiobottomleft"; + name = "Xenobio Bottom Left Pen Blast Door" }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/ai_monitored/command/storage/eva) +/turf/open/floor/iron/dark, +/area/science/xenobiology) "xqx" = ( /turf/open/floor/iron/white, /area/science/explab) -"xqB" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/bot, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/brig) "xri" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -66458,15 +66534,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron/dark, /area/hallway/primary/central) -"xrx" = ( -/obj/machinery/power/compressor{ - comp_id = "incineratorturbine"; - dir = 1; - luminosity = 2 - }, -/obj/structure/cable/layer1, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) "xrB" = ( /obj/structure/table/glass, /obj/item/paper_bin, @@ -66475,30 +66542,29 @@ dir = 5 }, /area/science/breakroom) -"xrF" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/paramedic, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) -"xrJ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ +"xrI" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, -/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/item/radio/intercom/directional/east, /obj/structure/cable, /turf/open/floor/iron, -/area/engineering/atmos) +/area/security/checkpoint/medical) "xrK" = ( /obj/machinery/holopad, /turf/open/floor/carpet/blue, /area/medical/psychology) +"xrN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, +/obj/machinery/status_display/ai/directional/east, +/obj/structure/cable, +/turf/open/floor/engine, +/area/engineering/supermatter/room) "xrY" = ( /obj/effect/turf_decal/trimline/brown/filled/corner, /obj/effect/turf_decal/trimline/brown/filled/corner{ @@ -66591,17 +66657,6 @@ }, /turf/open/floor/plating/airless, /area/mine/explored) -"xsQ" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/camera{ - c_tag = "Hallway - North-West Escape Wing Entry"; - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/exit) "xsT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/junction/yjunction{ @@ -66616,20 +66671,19 @@ }, /turf/open/floor/iron/white, /area/science/robotics/lab) +"xsY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/flasher/directional/west{ + id = "AI"; + pixel_y = -26 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) "xtb" = ( /turf/closed/wall, /area/cargo/office) -"xtg" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) "xth" = ( /obj/effect/turf_decal/trimline/red/filled/line, /obj/effect/turf_decal/trimline/red/corner{ @@ -66642,6 +66696,27 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/iron, /area/security/checkpoint/supply) +"xtn" = ( +/obj/effect/turf_decal/trimline/red/arrow_cw{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/supply, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/supply) +"xtP" = ( +/obj/effect/turf_decal/trimline/brown/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/cargo/sorting) "xuo" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 4 @@ -66662,31 +66737,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/engineering/gravity_generator) -"xuT" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/effect/landmark/event_spawn, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/storage/tools) "xuX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/service/hydroponics/garden) -"xva" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/ladder, -/obj/structure/sign/departments/cargo{ - pixel_x = -32 - }, -/obj/effect/turf_decal/trimline/brown/filled/end{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/science/research) "xvf" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 10 @@ -66778,20 +66833,6 @@ /obj/item/radio/off, /turf/open/floor/iron, /area/command/gateway) -"xwT" = ( -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/xenobiology) "xxk" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 8 @@ -66840,15 +66881,6 @@ }, /turf/open/openspace/airless/planetary, /area/ai_monitored/turret_protected/aisat/hallway) -"xxR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "xenobiotopleft"; - name = "Xenobio Topleft Pen Blast Door" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/xenobiology) "xyc" = ( /turf/closed/wall, /area/science/test_area) @@ -66861,6 +66893,17 @@ "xyk" = ( /turf/open/floor/engine/plasma, /area/engineering/atmos) +"xyl" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) "xyz" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -66893,11 +66936,6 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"xza" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/command/nuke_storage) "xzd" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -66908,23 +66946,6 @@ }, /turf/open/floor/engine, /area/engineering/supermatter/room) -"xzq" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prisoner Processing"; - req_access_txt = "2" - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/airlock/unres{ - dir = 8 - }, -/turf/open/floor/iron, -/area/security/processing) "xzO" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/yellow/warning, @@ -66941,6 +66962,12 @@ /obj/structure/table, /turf/open/floor/iron/cafeteria, /area/service/kitchen/diner) +"xzX" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/six, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/medical) "xAh" = ( /obj/effect/turf_decal/trimline/white/line{ dir = 6 @@ -66980,6 +67007,12 @@ }, /turf/open/floor/plating/airless, /area/mine/explored) +"xAt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/department/cargo) "xBm" = ( /mob/living/simple_animal/bot/floorbot, /turf/open/floor/iron/dark, @@ -66998,43 +67031,25 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/security/brig) -"xBW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, +"xBB" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner, /obj/structure/cable, /turf/open/floor/iron/white, -/area/medical/medbay/central) +/area/science/mixing) "xCh" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 }, /turf/open/floor/iron, /area/commons/lounge) -"xCm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ +"xCE" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 }, +/obj/machinery/power/apc/auto_name/east, /obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/medbay/central) -"xCs" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/status_display/ai/directional/north, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"xCv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/iron, +/area/security/office) "xCH" = ( /obj/effect/turf_decal/trimline/brown/filled/line{ dir = 1 @@ -67068,13 +67083,6 @@ }, /turf/open/floor/iron, /area/security/office) -"xDr" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/carpet, -/area/service/library) "xDt" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -67099,17 +67107,12 @@ }, /turf/open/floor/iron, /area/cargo/sorting) -"xDS" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"xDF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/security/processing) +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/starboard/central) "xEr" = ( /obj/machinery/atmospherics/components/binary/pump/on{ dir = 8; @@ -67117,11 +67120,6 @@ }, /turf/open/floor/iron, /area/engineering/atmos) -"xEu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/firecloset, -/turf/open/floor/iron/smooth, -/area/maintenance/department/security) "xEz" = ( /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/white, @@ -67135,18 +67133,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/maintenance/tram/right) -"xFb" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Head of Security"; - req_access_txt = "58" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/command/heads_quarters/hos) "xFg" = ( /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 4 @@ -67155,35 +67141,29 @@ /obj/effect/spawner/random/trash/cigbutt, /turf/open/floor/iron, /area/maintenance/tram/mid) -"xFn" = ( -/obj/effect/turf_decal/tile{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/north, -/obj/machinery/camera{ - c_tag = "Arrivals - North Docking Wing"; - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/secondary/entry) "xFo" = ( /obj/machinery/telecomms/server/presets/security, /turf/open/floor/iron/dark/telecomms, /area/tcommsat/server) -"xFu" = ( -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ +"xFp" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ dir = 1 }, -/turf/open/floor/iron/white, -/area/medical/treatment_center) +/obj/structure/sign/picture_frame/portrait/bar{ + pixel_y = 28 + }, +/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/service/bar) +"xFv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/screwdriver, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/fore) "xFM" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 @@ -67202,15 +67182,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/fore) -"xFQ" = ( -/obj/machinery/door/window{ - dir = 1; - name = "Library Desk"; - req_access_txt = "37" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/service/library) "xFU" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics Air Chamber"; @@ -67249,6 +67220,13 @@ }, /turf/open/floor/iron/white, /area/medical/medbay/central) +"xGK" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/command/bridge) "xGU" = ( /obj/structure/closet/secure_closet/hos, /obj/item/storage/secure/safe/hos{ @@ -67338,6 +67316,24 @@ }, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai_upload_foyer) +"xIh" = ( +/obj/structure/table/reinforced, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = -1 + }, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/requests_console/directional/north{ + department = "AI"; + departmentType = 5; + name = "AI Requests Console" + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "xIj" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 1 @@ -67383,27 +67379,6 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/commons/dorms) -"xIF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/green/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/iron, -/area/hallway/primary/central) "xIJ" = ( /obj/structure/chair{ dir = 1 @@ -67450,28 +67425,60 @@ "xJK" = ( /turf/open/floor/iron, /area/command/gateway) -"xJO" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line{ +"xKb" = ( +/obj/structure/window/reinforced{ dir = 1 }, -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/atmos) -"xJQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) -"xKr" = ( -/obj/machinery/door/airlock/hatch, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 +/turf/open/floor/iron/dark, +/area/ai_monitored/turret_protected/ai) +"xKe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/tram/mid) +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/psychology) +"xKk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Atmospherics Maintenance"; + req_one_access_txt = "24" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"xKn" = ( +/obj/machinery/button/door/directional/south{ + id = "Sciencelockdown"; + name = "Science Lockdown Toggle"; + pixel_x = -6; + req_access_txt = "47" + }, +/obj/machinery/button/door/directional/south{ + id = "rndlab1"; + name = "Research Lab Shutter Control"; + pixel_x = 6; + req_access_txt = "47" + }, +/obj/machinery/button/door/directional/south{ + id = "xenobiomain"; + name = "Xenobiology Containmenr Blast Door"; + pixel_x = -6; + pixel_y = -34; + req_access_txt = "55" + }, +/obj/machinery/button/door/directional/south{ + id = "misclab"; + name = "Test Chamber Blast Doors"; + pixel_x = 6; + pixel_y = -34; + req_access_txt = "55" + }, +/turf/open/floor/iron/cafeteria, +/area/command/heads_quarters/rd) "xKv" = ( /obj/item/food/grown/banana, /obj/machinery/light/directional/east, @@ -67493,45 +67500,6 @@ }, /turf/open/floor/iron, /area/security/processing) -"xKI" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/port/fore) -"xKN" = ( -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/iron, -/area/security/checkpoint) -"xKP" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/machinery/airalarm/directional/north, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) -"xKR" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/blue/filled/line, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/medical/storage) "xLe" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, @@ -67546,6 +67514,14 @@ }, /turf/open/floor/iron, /area/engineering/main) +"xLA" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/holopad/secure, +/obj/structure/cable, +/turf/open/floor/glass/reinforced, +/area/ai_monitored/turret_protected/aisat/hallway) "xLE" = ( /obj/machinery/light/directional/north, /turf/open/openspace, @@ -67553,34 +67529,10 @@ "xLT" = ( /turf/open/floor/engine, /area/science/explab) -"xMk" = ( -/obj/effect/turf_decal/trimline/purple/filled/line{ - dir = 9 - }, -/obj/machinery/power/apc/auto_name/north, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/science/explab) -"xMl" = ( -/obj/machinery/power/apc/auto_name/north, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Air to Distro" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/medical/virology) "xMn" = ( /obj/structure/cable, /turf/open/floor/iron/dark/telecomms, /area/tcommsat/server) -"xMv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) "xMx" = ( /obj/machinery/light/small/directional/east, /obj/effect/decal/cleanable/dirt, @@ -67629,37 +67581,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/engineering/main) -"xMP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, +"xMZ" = ( +/obj/structure/lattice/catwalk, +/obj/effect/decal/cleanable/dirt, +/mob/living/basic/cockroach, /obj/structure/cable, -/turf/open/floor/iron, -/area/command/heads_quarters/ce) -"xMW" = ( -/obj/structure/rack, -/obj/item/tank/internals/oxygen, -/obj/item/clothing/mask/gas, -/obj/item/wrench, -/turf/open/floor/iron/smooth, -/area/maintenance/port/fore) +/turf/open/floor/plating, +/area/maintenance/tram/mid) "xNa" = ( /obj/effect/turf_decal/trimline/brown/filled/corner{ dir = 8 }, /turf/open/floor/iron, /area/cargo/miningdock) -"xNo" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/break_room) "xNp" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -67691,14 +67625,6 @@ }, /turf/open/floor/iron, /area/security/prison/work) -"xNt" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/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/hallway/secondary/command) "xNF" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -67739,6 +67665,16 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/ai) +"xOL" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/science/xenobiology) "xOP" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_large{ @@ -67773,22 +67709,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/maintenance/port/central) -"xPj" = ( -/obj/effect/turf_decal/trimline/yellow/warning, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Hallway - Port Tram Platform North-West"; - dir = 4 - }, -/obj/effect/turf_decal/caution{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) "xPm" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 6 @@ -67796,12 +67716,26 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /turf/open/floor/iron, /area/engineering/atmos) +"xPs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/central) "xPw" = ( /obj/machinery/seed_extractor, /obj/effect/turf_decal/trimline/green/filled/line, /obj/machinery/airalarm/directional/north, /turf/open/floor/iron, /area/security/prison/garden) +"xPx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hallway/primary/tram/right) "xPD" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/engine/n2, @@ -67825,13 +67759,6 @@ }, /turf/open/floor/iron, /area/cargo/storage) -"xQr" = ( -/obj/machinery/power/apc/auto_name/west, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/structure/cable, -/turf/open/floor/wood, -/area/service/lawoffice) "xQO" = ( /obj/structure/table, /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden, @@ -67865,36 +67792,45 @@ /obj/machinery/newscaster/directional/west, /turf/open/floor/iron/dark, /area/science/robotics/lab) -"xRc" = ( +"xQU" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/brig) +"xRx" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Post - Research Division"; + req_access_txt = "47;63" + }, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Mining Maintenance Access"; - req_access_txt = "48" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/starboard/central) +/obj/machinery/door/firedoor, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/checkpoint/science) "xRE" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/interrogation) -"xRI" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/department/security) -"xRQ" = ( -/obj/machinery/door/airlock/hatch, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 +"xRM" = ( +/obj/machinery/door/airlock/engineering{ + name = "Power Access Hatch"; + req_access_txt = "11" }, -/turf/open/floor/iron/smooth, -/area/maintenance/tram/right) +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central) "xRS" = ( /obj/structure/window/reinforced{ dir = 1; @@ -67933,6 +67869,16 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"xSo" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/camera/motion{ + c_tag = "Secure - AI Core South"; + dir = 6; + network = list("aicore") + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "xSI" = ( /obj/effect/turf_decal/stripes{ dir = 4 @@ -67940,6 +67886,16 @@ /obj/structure/fluff/tram_rail/floor, /turf/open/floor/plating, /area/hallway/primary/tram/right) +"xST" = ( +/obj/machinery/button/ignition{ + id = "Incinerator"; + pixel_x = -6; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, +/obj/structure/cable/layer1, +/turf/open/floor/iron, +/area/maintenance/disposal/incinerator) "xSW" = ( /obj/machinery/conveyor_switch/oneway{ dir = 8; @@ -67976,6 +67932,20 @@ /obj/machinery/meter, /turf/open/floor/engine, /area/engineering/supermatter/room) +"xTK" = ( +/obj/machinery/navbeacon/wayfinding/dorms, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/commons/dorms) +"xTR" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/port/fore) "xTU" = ( /obj/effect/turf_decal/sand/plating, /obj/item/stack/sheet/iron, @@ -67985,14 +67955,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/science/robotics/lab) -"xTX" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, -/obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/maintenance/central/secondary) "xUd" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -68014,6 +67976,31 @@ }, /turf/open/floor/iron, /area/security/checkpoint/supply) +"xUp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/service/library) +"xUq" = ( +/obj/effect/turf_decal/trimline/red/filled/line, +/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/security/checkpoint/escape) +"xUr" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/hidden, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/atmospherics_engine) "xUz" = ( /obj/structure/table/wood, /obj/structure/window/reinforced{ @@ -68039,6 +68026,17 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/hallway/secondary/command) +"xVf" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/structure/cable, +/turf/open/floor/iron, +/area/security/prison) "xVg" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -68049,6 +68047,28 @@ }, /turf/open/floor/iron, /area/hallway/primary/central) +"xVm" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Chapel Maintenance Access"; + req_access_txt = "22" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) +"xVp" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_one_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/central/secondary) "xVq" = ( /obj/machinery/telecomms/server/presets/common, /turf/open/floor/iron/dark/telecomms, @@ -68073,33 +68093,27 @@ }, /turf/open/floor/iron, /area/maintenance/tram/mid) -"xVw" = ( -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/yellow/filled/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/engineering/main) "xVA" = ( /obj/effect/decal/cleanable/cobweb, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/fore) -"xVD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/neutral/filled/line{ +"xVE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ dir = 8 }, -/turf/open/floor/plating, -/area/maintenance/starboard/secondary) +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/main) "xVP" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 1 @@ -68109,10 +68123,6 @@ }, /turf/open/floor/iron, /area/cargo/miningdock) -"xVZ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron/smooth, -/area/maintenance/starboard/central) "xWn" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet, @@ -68207,14 +68217,16 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron, /area/cargo/qm) -"xXp" = ( -/obj/machinery/power/terminal{ - dir = 1 +"xXm" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 }, -/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip, /obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) +/turf/open/floor/iron/white, +/area/medical/medbay/central) "xXs" = ( /obj/docking_port/stationary{ dir = 4; @@ -68241,6 +68253,20 @@ }, /turf/open/floor/iron/white, /area/science/lab) +"xXC" = ( +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/primary/tram/left) "xXP" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 6 @@ -68264,6 +68290,26 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/hallway/secondary/command) +"xYk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/science/xenobiology) +"xYC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/aft) "xYL" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, @@ -68275,9 +68321,40 @@ }, /turf/open/floor/iron, /area/engineering/main) +"xZa" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/medical/virology) +"xZb" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/commons/lounge) +"xZf" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/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/medical/medbay/central) "xZg" = ( /turf/open/floor/iron/white, /area/medical/storage) +"xZj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/command/heads_quarters/hos) "xZp" = ( /obj/structure/table, /obj/item/stock_parts/micro_laser{ @@ -68300,13 +68377,6 @@ }, /turf/open/floor/iron, /area/cargo/storage) -"xZr" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/iron, -/area/ai_monitored/security/armory) "xZz" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -68350,19 +68420,31 @@ }, /turf/open/floor/iron, /area/engineering/atmos) +"yae" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/maintenance/department/crew_quarters/dorms) +"yah" = ( +/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/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/engineering/break_room) "yak" = ( /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) -"yaF" = ( -/obj/effect/turf_decal/trimline/neutral/filled/corner, -/obj/effect/turf_decal/trimline/neutral/filled/corner{ - dir = 4 - }, -/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/hallway/primary/central) "yaL" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -68375,6 +68457,14 @@ "yaU" = ( /turf/open/floor/iron/dark, /area/ai_monitored/turret_protected/aisat/foyer) +"yaX" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/plating/catwalk_floor, +/area/maintenance/port/fore) "ybr" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -68412,17 +68502,21 @@ }, /turf/open/floor/plating/airless, /area/maintenance/disposal/incinerator) -"ybK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +"ybE" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - name = "sorting disposal pipe (Medical)"; - sortType = 9 +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 }, /obj/structure/cable, /turf/open/floor/iron/white, -/area/medical/medbay/central) +/area/science/xenobiology) "ybL" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -68447,12 +68541,6 @@ }, /turf/open/floor/iron/dark, /area/hallway/secondary/exit/departure_lounge) -"ybP" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) "ybS" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -68494,25 +68582,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison/rec) -"ycu" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/newscaster/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/center) -"ycW" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/camera{ - c_tag = "Civilian - Upper Power Hatch"; - dir = 9 - }, -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/catwalk_floor, -/area/hallway/primary/tram/left) "ydp" = ( /obj/machinery/computer/cargo/request{ dir = 8 @@ -68531,24 +68600,11 @@ /obj/effect/turf_decal/trimline/green/filled/line, /turf/open/floor/iron, /area/security/prison/garden) -"ydy" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/start/hangover, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/lounge) "ydK" = ( /obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/engine, /area/engineering/supermatter/room) -"ydY" = ( -/obj/effect/turf_decal/sand, -/obj/item/wallframe/apc, -/turf/open/floor/iron/airless, -/area/mine/explored) "yec" = ( /obj/effect/turf_decal/trimline/yellow/warning, /obj/effect/decal/cleanable/dirt, @@ -68563,17 +68619,15 @@ "yee" = ( /turf/closed/wall, /area/maintenance/department/crew_quarters/dorms) -"yes" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/airlock/engineering{ - name = "Power Access Hatch"; - req_access_txt = "11" +"yeu" = ( +/obj/machinery/power/apc/auto_name/west, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 }, -/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/directional/south, /obj/structure/cable, -/turf/open/floor/plating/catwalk_floor, -/area/commons/lounge) +/turf/open/floor/iron, +/area/security/checkpoint/supply) "yev" = ( /obj/effect/turf_decal/trimline/red/filled/corner{ dir = 1 @@ -68607,6 +68661,18 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/cargo/storage) +"yfs" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/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, +/turf/open/floor/iron, +/area/commons/dorms) "yft" = ( /obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4{ dir = 4 @@ -68619,22 +68685,6 @@ }, /turf/open/floor/plating, /area/hallway/primary/central) -"yfw" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/hallway/primary/tram/left) -"yfx" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/iron, -/area/engineering/main) "yfG" = ( /obj/effect/landmark/secequipment, /obj/effect/turf_decal/bot, @@ -68649,16 +68699,6 @@ }, /turf/open/floor/iron, /area/engineering/main) -"yfL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "test chamber blast door" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/xenobiology) "yfV" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -68696,40 +68736,22 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/carpet, /area/command/heads_quarters/hos) -"ygk" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Bridge Access"; - req_access_txt = "19" - }, -/obj/machinery/door/firedoor, -/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/effect/mapping_helpers/airlock/cyclelink_helper_multi{ - cycle_id = "bridge-left" - }, -/obj/structure/cable, -/turf/open/floor/iron/dark, -/area/command/bridge) "ygv" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 10 }, /turf/open/floor/iron/white, /area/medical/chemistry) +"ygI" = ( +/obj/structure/table/wood, +/obj/item/instrument/violin, +/turf/open/floor/wood, +/area/service/theater) "ygM" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible, /turf/open/floor/iron, /area/engineering/atmos) -"yhj" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/command/heads_quarters/ce) "yhJ" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 5 @@ -68740,10 +68762,6 @@ }, /turf/open/floor/iron, /area/commons/lounge) -"yhT" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/service/library) "yhW" = ( /obj/machinery/door/firedoor, /obj/structure/railing/corner{ @@ -68769,27 +68787,18 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/engineering/atmos) -"yie" = ( -/obj/machinery/door/airlock/security{ - id_tag = "scidoor"; - name = "Security Post - Science"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/trimline/red/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/corner{ +"yid" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ dir = 1 }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/red/filled/corner{ - dir = 4 - }, -/obj/machinery/door/firedoor, /turf/open/floor/iron, -/area/security/checkpoint/science) +/area/security/courtroom) +"yif" = ( +/obj/structure/table, +/obj/item/book/manual/chef_recipes, +/obj/item/kitchen/knife, +/turf/open/floor/iron/white, +/area/service/kitchen) "yil" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 9 @@ -68817,39 +68826,13 @@ }, /turf/open/floor/iron, /area/science/misc_lab) -"yiw" = ( -/obj/machinery/power/apc/auto_name/north, -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 1 - }, -/obj/machinery/light/directional/east, -/obj/structure/cable, -/turf/open/floor/iron/cafeteria, -/area/service/kitchen/diner) -"yix" = ( +"yiR" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/newscaster/directional/west, -/obj/structure/cable, +/obj/structure/disposalpipe/segment, /turf/open/floor/iron, -/area/hallway/primary/tram/center) -"yiN" = ( -/obj/effect/turf_decal/siding/thinplating/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/east, -/obj/item/radio/intercom/directional/east, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/dorms) +/area/hallway/secondary/command) "yiT" = ( /turf/closed/wall/r_wall, /area/maintenance/port/central) @@ -68883,17 +68866,6 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron/dark, /area/hallway/secondary/exit) -"yjf" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/status_display/ai/directional/west, -/obj/structure/cable, -/turf/open/floor/iron, -/area/commons/lounge) "yjg" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Emitter Room East"; @@ -68926,11 +68898,38 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/commons/storage/primary) -"yjF" = ( +"yjD" = ( +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner, +/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/engineering/main) +"yjS" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) +/turf/open/floor/iron, +/area/commons/dorms) +"yjT" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/hallway/secondary/construction/engineering) "yka" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 4 @@ -68940,19 +68939,6 @@ }, /turf/open/floor/glass/reinforced, /area/hallway/primary/tram/center) -"yke" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library Game Room" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood/corner, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/wood, -/area/service/library) "ykf" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 @@ -68961,6 +68947,20 @@ /obj/structure/cable, /turf/open/floor/iron, /area/security/prison/workout) +"ykh" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Library Game Room" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/service/library) "ykx" = ( /obj/machinery/door/firedoor, /turf/open/floor/iron/white, @@ -83807,17 +83807,17 @@ aBM ahI ahI ahI -jvs -jvs -jvs -jvs -jvs -jvs -jvs -rgf -jvs -pja -wJB +qBF +qBF +qBF +qBF +qBF +qBF +qBF +bhL +qBF +kHS +kZq aKl aKl aKl @@ -84062,9 +84062,9 @@ dhe dhe aBM ahI -vNo -jvs -iOy +qwP +qBF +xFv ahI ahI ahI @@ -84074,9 +84074,9 @@ ahI ahI ahI aKl -rOV -wJB -lJT +jzs +kZq +aZx aKl dhe dhe @@ -84319,8 +84319,8 @@ dhe dhe aBM ahI -tHv -jvs +hlf +qBF ahI ahI arm @@ -84332,8 +84332,8 @@ bfh jIX aKl aKl -wJB -mkH +kZq +csb aKl dhe dhe @@ -84576,8 +84576,8 @@ dhe dhe dhe ahI -eqh -jvs +xTR +qBF ahI aYI etc @@ -84589,8 +84589,8 @@ aMr aRc aAb aKl -wJB -tev +kZq +hvZ aKl dhe dhe @@ -84834,7 +84834,7 @@ dhe ahI ahI ahI -jvs +qBF ahI amU nGz @@ -84846,7 +84846,7 @@ aMr jJi aRQ aKl -wJB +kZq aKl aKl aKl @@ -85089,23 +85089,23 @@ dhe dhe dhe ahI -rPJ -rPJ -fWD -fAu -vuh -mAv -mnF -djN -bKL -jag -pOU -gBX -xpJ -tWi -wJn -wJn -uuv +szt +szt +itl +hwj +lAF +eXV +dpH +bgc +lGQ +qDT +tHm +nrt +euo +eHc +ozU +ozU +gco aKl dhe dhe @@ -85346,23 +85346,23 @@ dhe dhe dhe ahI -rPJ +szt ahI ahI ahI aEM -gMh +ykh aCa aWH adG aWH aCa -yke +wHr aEM aKl aKl aKl -fdw +xYC aKl dhe dhe @@ -85603,23 +85603,23 @@ dhe dhe dhe ahI -rPJ +szt ahI arz arz aFN -chl +xUp aCa aCa aCa aCa aCa -qtI +goc aFN aVX aVX aKl -fdw +xYC aKl dhe dhe @@ -85860,23 +85860,23 @@ ahI ahI ahI ahI -rPJ +szt ahI aFN kQF aFN -meg +wYU aCa aEs aPq aia aCa -kGa +jut aFN aFN aFN aKl -fdw +xYC aKl dhe dhe @@ -86116,24 +86116,24 @@ azZ xFN cdu ahI -vnp -fWD +cNm +itl ahI asT asT aFN -chl +xUp aCa and aeF aRg aCa -qtI +goc aFN aKE aKE aKl -fdw +xYC aKl dhe dhe @@ -86331,9 +86331,9 @@ fSF fSF oJf wfu -wAf -gYn -iwn +wit +dtr +qkJ ubs gOy ujd @@ -86357,40 +86357,40 @@ azZ azZ azZ azZ -dVS -fgR +bzm +bMK ahI dhe dhe dhe dhe ahI -fgR +bMK ahI lDv xFN -fgR +bMK xFN dsx ahI -rPJ -rPJ +szt +szt ahI aFN aFN aFN -qrc +sEj aCa aCa agF aCa aCa -sxY +flz aFN aFN aFN aKl -fdw +xYC aKl dhe dhe @@ -86588,7 +86588,7 @@ fSF fSF oJf bCC -onm +eNH pmL gEc mLp @@ -86615,39 +86615,39 @@ ikj ahI ahI ahI -iTC +sgd ahI ahI ahI ahI ahI ahI -dxi +ilo ahI ahI ahI -iTC +sgd ahI ahI ahI -tIo +tjW ahI ahI aCa awr -mQT -jDL -xFQ -yhT -iOG -bst -izP -oxv +rVT +hZA +jGz +kbb +cdV +anw +aCT +whk cPG aeO aKl aKl -fdw +xYC aKl dhe dhe @@ -86845,7 +86845,7 @@ fSF fSF ozW pxY -rpB +nXN afj nTn wHh @@ -86871,28 +86871,28 @@ aBo azZ pRU ahI -mxu -bvl -bvl -bvl -bvl -bvl -bvl -bvl -bvl -bvl -bvl -xKI -rPJ -rPJ -rPJ -tIo -tgo +fpO +yaX +yaX +yaX +yaX +yaX +yaX +yaX +yaX +yaX +yaX +bDg +szt +szt +szt +tjW +myz hnF dhe aCa aoE -fLo +qmm dQU ast aYz @@ -86903,8 +86903,8 @@ aYz fcR aSc aKl -rKi -fdw +uIj +xYC aKl dhe dhe @@ -87102,7 +87102,7 @@ lHo lHo lHo gEc -egj +qGN gEc lHo lHo @@ -87128,7 +87128,7 @@ pDF azZ azZ ahI -tVZ +qyS ahI ahI ahI @@ -87137,11 +87137,11 @@ ahI ahI ahI ahI -xMW -dxi -rwn -dxi -dxi +qBx +ilo +fog +ilo +ilo ahI oZm fyx @@ -87149,7 +87149,7 @@ hnF cTS aCa uQv -fLo +qmm dQU ahj xNF @@ -87160,8 +87160,8 @@ aYz fcR nrv aKl -hBk -fdw +noU +xYC aKl aKl aKl @@ -87359,7 +87359,7 @@ lnQ qcu rLI ngd -fNZ +hbW rmB lGw qcu @@ -87385,7 +87385,7 @@ aBo azZ azZ ahI -tVZ +qyS ahI dhe dhe @@ -87396,7 +87396,7 @@ dhe bxO bxO bxO -qyt +oNm bxO bxO bxO @@ -87406,7 +87406,7 @@ iAV oXC aCa uSL -kdD +aaV lil aaR aFN @@ -87417,13 +87417,13 @@ cyA mtH vpE aKl -qEB -wJn -wJn -wJn -wJn -wJn -uuv +vRS +ozU +ozU +ozU +ozU +ozU +gco aKl dhe dhe @@ -87642,7 +87642,7 @@ ahI ahI ahI ahI -oRQ +gZj ahI dhe dhe @@ -87651,11 +87651,11 @@ aEc aEc aEc aJt -vzj -hcz -nnH -gGc -lSF +kGR +aFs +jjX +rcN +gAv aJt aEc aEc @@ -87663,7 +87663,7 @@ aEc dhe aCa alZ -mJl +lDT kAc aFN aFN @@ -87680,7 +87680,7 @@ aKl aKl aKl aKl -fdw +xYC aKl dhe aKl @@ -87873,7 +87873,7 @@ cIh cIh cIh csu -onm +eNH ofB cIh cIh @@ -87899,31 +87899,31 @@ oyx sDh gap sHP -wAY +egk ahI dhe dhe dhe aEc -vZH -wrR +fNT +aIq aJt -vZH -mhC -vZH -nrN -kGD +fNT +aNe +fNT +lJr +sFv aJt -wrR -vZH +aIq +fNT aEc dhe aCa azz -mJl -bSu -wOo -xDr +lDT +hqP +sLF +uqR kUk xTs xTs @@ -87937,7 +87937,7 @@ afu axF pDy aKl -fdw +xYC aKl dhe aKl @@ -88130,7 +88130,7 @@ lnQ qcu xnF fLV -onm +eNH dbW wQs qcu @@ -88141,7 +88141,7 @@ tQh wdR mfj hXp -syh +gbS pxG cpJ dhe @@ -88156,23 +88156,23 @@ wZm mwz lvw ahI -mPa +vyF ahI dhe dhe dhe aEc -tAk -vZH +wcA +fNT aJt -xdl +cKo nvY -wrR +aIq tKK -vZH +fNT aJt -jCM -bmu +qeZ +aOO aEc dhe aCa @@ -88180,7 +88180,7 @@ aCu amJ aCJ aew -hYy +sXZ aFN xTs awO @@ -88194,7 +88194,7 @@ azS aqw omq aKl -fdw +xYC aKl dhe aKl @@ -88413,14 +88413,14 @@ dhe dhe dhe ahI -bYi +pRK ahI ahI ahI ahI aEc aEc -psR +aaa aJt aJt aJt @@ -88428,7 +88428,7 @@ aJt aJt aJt aJt -psR +aaa aEc aEc dhe @@ -88437,7 +88437,7 @@ ahS aGV agL aCa -hYy +sXZ aFN xTs aCa @@ -88451,12 +88451,12 @@ azS nOy apJ aKl -fdw +xYC aKl aKl aKl -aSA -eAc +kVx +uSK ebN uqv aKl @@ -88670,15 +88670,15 @@ dhe aaB aaB aaB -dEL -bzI -bzI -bzI -bzI -bzI -gIQ -uWt -iTn +rPp +dXP +dXP +dXP +dXP +dXP +tOK +nHd +fNQ lpd aMK aMK @@ -88694,7 +88694,7 @@ aEM aEM aEM aCa -vzA +ovj aEM evR aCa @@ -88703,17 +88703,17 @@ aEM aEM aCa age -igN +oUX orr sBh age aKl -fku -brs -rpi +mBz +eoW +dPa aKl aKl -xdt +rRy aKl aKl aKl @@ -88901,7 +88901,7 @@ bpv nUW rpv bcB -wAf +wit imG rpv nUW @@ -88925,9 +88925,9 @@ dhe dhe dhe aaB -oGv -oGv -oGv +jae +jae +jae iti iti iti @@ -88935,7 +88935,7 @@ iti iti aaB aEc -bsj +oKZ lBw lBw lBw @@ -88951,7 +88951,7 @@ aPW aPW aPW tpB -nhB +iYA bkp vIC oNg @@ -88961,19 +88961,19 @@ aPW aRh aOP fEF -mXx +vLb fEF aOP aKl -mMQ +fKU aKl -rpi -brs -brs -brs -brs -brs -rpi +dPa +eoW +eoW +eoW +eoW +eoW +dPa aKl aKl dhe @@ -89158,7 +89158,7 @@ kbl nGm pzp rvT -iof +teD nUJ pzp nGm @@ -89182,7 +89182,7 @@ dhe dhe dhe aaB -oGv +jae aaB aaB aaB @@ -89198,31 +89198,31 @@ aMK aMK aMK gwU -eYZ +aNE aEc aOQ iBb -nYh -tvC -mdw -mdw -mdw -bWO -wUm -wUm -wiR -mdw -wUm -wUm -bzV -myb -mCq -icC -njB -wiL -uXC -uXC -keR +tGd +cuz +txD +txD +txD +mDC +efs +efs +gwR +txD +efs +efs +tEN +iDl +krp +uJH +okf +eAG +hoX +hoX +wvj aKl aKl aKl @@ -89230,8 +89230,8 @@ aKl aKl aKl aKl -rpi -rpi +dPa +dPa aKl dhe dhe @@ -89415,7 +89415,7 @@ rYA cIh cIh afo -qwg +rij tsF cIh cIh @@ -89439,7 +89439,7 @@ dhe dhe dhe aaB -oGv +jae aaB jco laB @@ -89455,11 +89455,11 @@ aMK aMK aMK gwU -eYZ +aNE aEc eKr -kqg -jUb +rdR +gvT aOP aQy aQy @@ -89479,7 +89479,7 @@ aRx aRx aRx aRY -vgd +paH aRW arH aqS @@ -89488,7 +89488,7 @@ ogJ dSU aKl aKl -rpi +dPa aKl dhe dhe @@ -89672,7 +89672,7 @@ rZn hkZ cIh ttL -bVe +uCZ pmL cIh hkZ @@ -89696,7 +89696,7 @@ aaB aaB aaB aaB -oGv +jae aaB sGS eUy @@ -89712,10 +89712,10 @@ oRZ oRZ oRZ oRZ -boA +aNF aEc qpx -kqg +rdR aQb aQy aII @@ -89736,7 +89736,7 @@ aOP aOP aOP aRZ -vgd +paH aRW afF aUD @@ -89745,7 +89745,7 @@ aAh aUD ayq aKl -rpi +dPa aKl dhe dhe @@ -89929,7 +89929,7 @@ iQg qcu gWt fLV -iof +teD fBG gWE qcu @@ -89949,11 +89949,11 @@ rpo mwz dhe aaB -oGv -oGv -oGv -oGv -oGv +jae +jae +jae +jae +jae aaB fPR nsG @@ -89969,10 +89969,10 @@ aMK aMK aMK hym -eYZ +aNE dyH aOW -kqg +rdR aQb aQy aII @@ -89993,7 +89993,7 @@ aRD aRE aRE aSb -vgd +paH arc qqP cKs @@ -90002,7 +90002,7 @@ cKs aUD sZY aKl -rpi +dPa aKl dhe dhe @@ -90186,7 +90186,7 @@ cIh cIh cIh ttL -qwg +rij sNq cIh cIh @@ -90206,7 +90206,7 @@ nLc wZm dhe aaB -oGv +jae yiT yiT yiT @@ -90226,10 +90226,10 @@ aMK aMK aMK gwU -eYZ +aNE dyH aOW -kHV +kQq aQc aQy aII @@ -90250,7 +90250,7 @@ aRD aRE aRE aSd -dXj +mRE aBx qqP tfY @@ -90259,7 +90259,7 @@ tfY aUD aks aKl -rpi +dPa aKl dhe dhe @@ -90443,7 +90443,7 @@ fcZ hkZ cIh uXd -bVe +uCZ sYd cIh hkZ @@ -90463,9 +90463,9 @@ csa lvw dhe aaB -oGv +jae yiT -kth +bUL xCO yiT mqc @@ -90483,10 +90483,10 @@ aMK aMK aMK gwU -pcf +bgd aEc aOX -pSU +xZb aQd aQy aII @@ -90507,16 +90507,16 @@ aRD aRE aRE aSf -gDC -oOT -hJX -mMz -liJ -bfn +nLb +ldn +iHM +sJU +lcH +ewq dLn ajR aKl -rpi +dPa aKl dhe dhe @@ -90700,7 +90700,7 @@ iQg qcu qAw fLV -eGP +pNt fBG iHr qcu @@ -90720,10 +90720,10 @@ pBp dhe dhe aaB -dGs -beC -oGv -bVa +gkt +fLD +jae +wKY yiT vDu fPR @@ -90740,10 +90740,10 @@ aMM aMM aMM aMM -nlL -pBy -ptJ -jXY +vyD +cIk +cUx +iyN auE aOP aIS @@ -90771,9 +90771,9 @@ aau kTM aau dLn -cpR +nOJ aKl -oLV +wVu aKl dhe dhe @@ -90940,7 +90940,7 @@ aBM dhe dhe tmw -xza +nXS yiU yiU ozT @@ -90957,7 +90957,7 @@ cIh cIh cIh abB -bVe +uCZ ofB gpn gpn @@ -90977,9 +90977,9 @@ oXC dhe dhe aaB -tcF +xPs yiT -cbH +mbE cVw yiT dab @@ -91030,7 +91030,7 @@ aUD efK aYM aKl -rpi +dPa aKl dhe dhe @@ -91214,7 +91214,7 @@ rzK ewN ccM ttL -bVe +uCZ uBm gpn eve @@ -91234,7 +91234,7 @@ dhe dhe dhe aaB -tcF +xPs yiT yiT yiT @@ -91287,7 +91287,7 @@ aDH efK aRI aKl -rpi +dPa aKl dhe dhe @@ -91471,7 +91471,7 @@ hTT rki gEc ttL -bVe +uCZ pmL gpn eve @@ -91491,11 +91491,11 @@ dhe dhe dhe aaB -tcF -tcF -tcF -tcF -tcF +xPs +xPs +xPs +xPs +xPs aaB fPR uFJ @@ -91514,7 +91514,7 @@ fgr mGH dyH aPa -ydy +gSF aQb aQy aII @@ -91544,7 +91544,7 @@ aDH efK vGo aKl -rpi +dPa aKl dhe dhe @@ -91727,12 +91727,12 @@ emw xdr eWF oxt -fsD -iof +hrd +teD kuN obn qpj -hun +pHf nNG oLy oLy @@ -91752,7 +91752,7 @@ aaB aaB aaB aaB -tcF +xPs aaB emL eUy @@ -91801,7 +91801,7 @@ aAh aUL adR aKl -rpi +dPa aKl dhe dhe @@ -91984,12 +91984,12 @@ dKT fjv vUR gEc -gRV +hLR pva -sNZ +afv gpn eve -mOH +hje cJD wvG aDb @@ -92009,8 +92009,8 @@ dhe dhe dhe aaB -tcF -lCe +xPs +xis xPd gnH gnH @@ -92029,7 +92029,7 @@ xWx aEc aPa fYd -crn +hZS aOP aQy aQy @@ -92058,7 +92058,7 @@ anE aEA aKl aKl -rpi +dPa aKl lvw mwz @@ -92241,9 +92241,9 @@ ccM aeC wIw ccM -biT +iux gEc -ngt +qlg gpn eve ehO @@ -92266,7 +92266,7 @@ dhe dhe dhe aaB -kth +bUL aaB aaB aaB @@ -92276,7 +92276,7 @@ kjx tbE sAV qId -qQn +aZc lpd aMK aMK @@ -92287,7 +92287,7 @@ aEc yhJ kWJ eeG -yjf +dqa rVH rVH rVH @@ -92314,10 +92314,10 @@ aKl aKl aKl aKl -rpi -mWP -kXZ -bUK +dPa +qGc +drI +uue gnC jdK dhe @@ -92498,8 +92498,8 @@ ccM ccM ccM ccM -wtT -qwg +tFP +rij pmL gpn gpn @@ -92523,9 +92523,9 @@ dhe dhe dhe aaB -wAa -kth -kth +eGH +bUL +bUL aaB jqt pNr @@ -92549,7 +92549,7 @@ aRx aRx aRx iem -pzz +fpc aQG aRd hNG @@ -92566,12 +92566,12 @@ aiU aiU aiU aKl -rpi -brs -brs -brs -brs -rpi +dPa +eoW +eoW +eoW +eoW +dPa aKl aKl hjW @@ -92756,7 +92756,7 @@ nHL pPA nlp wPE -qwg +rij wzc uPs oJB @@ -92782,7 +92782,7 @@ ngS aaB aaB aaB -kth +bUL aaB aaB aaB @@ -92800,13 +92800,13 @@ aNY aOH aJt aPT -yes +rPe aXA aRz aRz aRz axc -nmS +byp aRz aXn axc @@ -92823,7 +92823,7 @@ soZ aat ahQ aKl -xaX +rcB aKl aKl aKl @@ -93013,11 +93013,11 @@ lGE cRh cRh hES -eGP +pNt nUJ pzp pzp -jgy +xVf cRh iUC qUS @@ -93039,7 +93039,7 @@ sOQ sSb sOu aaB -sTe +aCk aaB dhe dhe @@ -93056,17 +93056,17 @@ gwU qrV asY aJt -hVI -kuI +eck +tVk aXA avP avP avP awm -gYy +mkV avP avP -cGb +anK avP avP avP @@ -93080,9 +93080,9 @@ aat aat baC aJo -gkr +nSi aJo -oGj +kfa hzS neO bbb @@ -93270,11 +93270,11 @@ rTo gTG gTG qMv -jgy +xVf teW ccM ccM -jXP +aci ccM wvG pKw @@ -93296,7 +93296,7 @@ sDW vTE vBy aaB -kth +bUL aaB dhe aBM @@ -93313,14 +93313,14 @@ gwU tMs aEc aJt -dLB -eXl +ehP +ijQ aXA avP avP avP avP -gYy +mkV avP avP avP @@ -93337,9 +93337,9 @@ aat aat fPs aJo -gkr -aWR -lVW +nSi +ndt +rSr cUX neO aJo @@ -93527,11 +93527,11 @@ kBG iQA gTG ccM -qTV +mAB ccM ccM abE -lwn +acP ooT wvG rZV @@ -93552,8 +93552,8 @@ nXi nXi sDW sDW -icK -gAm +wYk +wFN aaB aBM aBM @@ -93570,14 +93570,14 @@ gwU rbJ tTA aJt -hVI +eck tqz aXA aeV aui aTE xnh -gYy +mkV avP avP aeV @@ -93594,9 +93594,9 @@ pZb eas jcx aJo -gkr +nSi aJo -oPu +gsd lDn nlt aJo @@ -93783,9 +93783,9 @@ kSD yaL ioN gTG -igm -dOJ -fai +knE +jxm +olu ccM sjX jpo @@ -93810,7 +93810,7 @@ nXi sDW acg aaB -kth +bUL aaB dhe aBM @@ -93834,7 +93834,7 @@ adJ anX aoc anX -gYy +mkV avP avP aoc @@ -93851,7 +93851,7 @@ aJo aJo aJo aJo -gkr +nSi aJo aJo aJo @@ -94040,9 +94040,9 @@ onV xNs onV gTG -fai -dOJ -fai +olu +jxm +olu ccM nTN xMx @@ -94067,7 +94067,7 @@ uMG siZ mgP aaB -kth +bUL aaB dhe dhe @@ -94091,7 +94091,7 @@ gqc ane aTE aCv -gYy +mkV rKk avP dLp @@ -94104,11 +94104,11 @@ azQ hLA azQ aJo -ivr -gkr -gkr -gkr -ivr +eYG +nSi +nSi +nSi +eYG aJo dhe dhe @@ -94297,9 +94297,9 @@ iao iao iao iao -qKN -dOJ -fBq +dHz +jxm +vHm nTn nTn nTn @@ -94324,7 +94324,7 @@ eiT aaB aaB aaB -kth +bUL aaB dhe dhe @@ -94348,7 +94348,7 @@ aoc anX aoc anX -gYy +mkV eQS avP aoc @@ -94356,16 +94356,16 @@ anX aoc anX aiU -kWj +anP ahP -qmK +ugq amp aJo -ivr -hhi -dFd -cEI -fiv +eYG +uCO +sAK +oKI +fVf aJo dhe dhe @@ -94553,11 +94553,11 @@ dhe dhe dhe nTn -sNC -fai -dOJ -fai -ohP +psw +olu +jxm +olu +fAg nTn dhe dhe @@ -94569,7 +94569,7 @@ dhe dhe aac jmR -rdw +nST aac bsZ aGF @@ -94581,7 +94581,7 @@ dhe dhe dhe aaB -sRD +kSf aaB dhe aBM @@ -94605,7 +94605,7 @@ adZ nwV aTE aCv -gYy +mkV avP avP aeV @@ -94615,10 +94615,10 @@ aCv aiU bwG adV -tIA +klt aUe aJo -ivr +eYG aJy aJy aJy @@ -94810,11 +94810,11 @@ dhe dhe dhe nTn -wsd -fai -dOJ -fai -fai +gPN +olu +jxm +olu +olu nTn dhe dhe @@ -94825,10 +94825,10 @@ dhe dhe dhe aac -kUw -dkr -noq -dkr +dXk +hzf +iEH +hzf aGF dhe dhe @@ -94838,7 +94838,7 @@ dhe dhe dhe aaB -kth +bUL aaB aBM aBM @@ -94862,20 +94862,20 @@ aoc anX iEi ksr -jFp -wFr -wFr -iQb -ugT -iQb -ugT -sUs -ttf -itH -uIL +dAU +gwZ +gwZ +sbH +fPJ +sbH +fPJ +isk +cLD +efa +aPM fzt aJo -ivr +eYG aJy rrm duJ @@ -94886,7 +94886,7 @@ qrK mfy xFo qhs -czB +gQw lSQ cHo mfy @@ -95069,7 +95069,7 @@ dhe nTn nTn nTn -pZN +rKm nTn nTn nTn @@ -95083,9 +95083,9 @@ dhe dhe aac swe -imt +cif aac -dkr +hzf aGF dhe dhe @@ -95095,7 +95095,7 @@ dhe dhe dhe aaB -kth +bUL aaB aBM aBM @@ -95119,8 +95119,8 @@ apw avI bFc avI -okg -eyK +njg +nNX arJ afx qKz @@ -95129,10 +95129,10 @@ avI aiU vCu azQ -sYR -fyB -lIx -hSZ +nGW +kcd +xVm +jPA aJy jEz cdF @@ -95325,9 +95325,9 @@ dhe dhe dhe aGF -tnG -tYh -skz +cPu +rPj +qlj aGF dhe dhe @@ -95342,7 +95342,7 @@ aac aac aac aac -dkr +hzf aGF dhe dhe @@ -95352,14 +95352,14 @@ dhe dhe dhe aaB -kth +bUL aaB aBM aBM aBM aHH -kzf -qGH +kMm +dZx kHg rZy rjS @@ -95367,8 +95367,8 @@ rjS rjS ddj hJL -gcv -vZH +uSn +fNT aEc dhe axc @@ -95376,8 +95376,8 @@ afU aDS aAp anX -lEA -vzC +qOp +mBn aQe aoc aju @@ -95389,7 +95389,7 @@ azQ aRw deb aJo -mla +oOy aJy nWz ptQ @@ -95582,9 +95582,9 @@ dhe dhe dhe aGF -kip -tYh -kRX +vEb +rPj +lsj aGF dhe dhe @@ -95599,7 +95599,7 @@ dhe dhe dhe aGF -dkr +hzf aGF dhe dhe @@ -95609,13 +95609,13 @@ dhe dhe dhe aaB -kth +bUL vzN aBM aBM oJR rFf -ssu +wPg aHH aEc ucp @@ -95625,7 +95625,7 @@ ucp ucp aEc aEc -vZH +fNT aEc dhe axc @@ -95634,7 +95634,7 @@ axc axc awp ann -wjo +cRi ain wOc aJo @@ -95646,7 +95646,7 @@ aJo aJo aJo aJo -mla +oOy aJy qrK ioa @@ -95839,9 +95839,9 @@ dhe dhe dhe aGF -aeg -tYh -skz +aSZ +rPj +qlj aGF dhe dhe @@ -95856,7 +95856,7 @@ dhe dhe dhe aGF -thH +vDd aGF dhe dhe @@ -95866,13 +95866,13 @@ dhe dhe dhe aaB -kth +bUL vzN aBM aBM aBM rFf -kPx +tPT bdP aHH rOW @@ -95881,8 +95881,8 @@ rOW rOW rOW aEc -rGC -beJ +cay +wfn aEc dhe dhe @@ -95895,23 +95895,23 @@ aJy aJy aJy aJo -bMD -dwp -dwp -dwp -dwp -dwp -dwp -mla -mla +qgE +aOB +aOB +aOB +aOB +aOB +aOB +oOy +oOy aJy qeq iVr pcR tnM -rHp +rjc rVq -fWE +kvP kbj mfy wSk @@ -96097,7 +96097,7 @@ dhe dhe aGF aGF -hfG +pXP aGF aGF aGF @@ -96113,7 +96113,7 @@ aGF aGF aGF aGF -dkr +hzf aGF aGF aGF @@ -96123,13 +96123,13 @@ aGF dhe dhe aaB -kth +bUL vzN aBM aBM aBM rFf -ssu +wPg aHH aHH uJk @@ -96139,7 +96139,7 @@ uJk uJk aHH aEc -vZH +fNT aEc dhe dhe @@ -96148,19 +96148,19 @@ dhe dhe aJy ckL -rsO +aJK siT aJy -bMD -vWb -qyR -aXw -bRG -hhi -iFO -iFO -eSu -iFO +qgE +hxB +lXc +dAl +cfH +uCO +inv +inv +beB +inv aJy mrp vrn @@ -96354,24 +96354,24 @@ dhe dhe dhe aGF -dkr -dkr -dkr -dkr -dkr -dkr -dkr -dkr -dkr -dkr -dkr -thH -dkr -dkr -dkr -dkr -dkr -skz +hzf +hzf +hzf +hzf +hzf +hzf +hzf +hzf +hzf +hzf +hzf +vDd +hzf +hzf +hzf +hzf +hzf +qlj aGF cFv vLw @@ -96380,14 +96380,14 @@ aGF dhe dhe aaB -kth +bUL aaB oJR aBM aBM aHH -nKq -xKr +aay +oIj xVs rYa nxj @@ -96395,8 +96395,8 @@ nxj nxj cAg faf -gZH -vZH +oLT +fNT aEc tAh tAh @@ -96404,11 +96404,11 @@ tAh tAh tAh aJy -kNT -gkr -lxK +aQS +nSi +ohg aJy -kHB +nbH aJy aJy aJy @@ -96416,7 +96416,7 @@ aJy aJy aJy aJo -jaR +hzj aJo aJy axO @@ -96618,7 +96618,7 @@ aGF aGF aGF aGF -iny +lGG aGF aGF aGF @@ -96627,17 +96627,17 @@ aGF aGF aGF aGF -dkr -dFc +hzf +lPJ aGF adA vLw -xjs +hod aGF aGF aGF aGF -bOx +adr aGF aBM aBM @@ -96662,19 +96662,19 @@ sXA xeJ aJy aJy -oBk +psh aJy aJy -kHB +nbH aJy ame buL aRe efY aJy -raU -eSu -usp +khx +beB +pzL aJy wJK vrn @@ -96874,9 +96874,9 @@ dhe dhe aGF vLw -eQF -mhy -sga +alU +jaH +wqT aGF wZm oXC @@ -96885,16 +96885,16 @@ dhe dhe aGF aGF -dFc +lPJ aGF pwt qhG -eDE -lAW -kkO -wWw -byx -rdw +lUp +vZK +qdf +dcD +eLo +nST aGF aBM aBM @@ -96918,22 +96918,22 @@ gTq doC cBt aJy -iFO -cct -dwp -dwp -eSR +inv +cTo +aOB +aOB +vRY aJy asV acC acC aml aJy -gVs -eSu -iFO +ofx +beB +inv aJy -dnu +cYC iqJ rSf anC @@ -97142,16 +97142,16 @@ oXC dhe dhe aGF -dFc +lPJ aac aac aac aac aac -kkO -skz -rdw -rdw +qdf +qlj +nST +nST aGF dhe aBM @@ -97176,7 +97176,7 @@ nWi tAh aJy aJo -kHB +nbH aJy aJy aJy @@ -97187,10 +97187,10 @@ aYJ aUb aJy aJy -eKw +tLw aJy aJy -wzX +doz wMp nEl lpV @@ -97399,15 +97399,15 @@ dhe dhe dhe aGF -dFc +lPJ aac -hrl -mmX -dFc -sJB -vSw -rdw -foB +bUB +hSj +lPJ +xRM +fpX +nST +rsL aGF aGF aGF @@ -97433,21 +97433,21 @@ hdc gqg ref aJo -kHB +nbH aJy aDx vcn aas aUb -lDp +axt eiv agA -isC +jTP agA -pvc +iNS aPb aIG -dZp +xVE pyh aUj lpV @@ -97656,15 +97656,15 @@ dhe dhe dhe aGF -dFc +lPJ aac -hOx -kUw +foZ +dXk pYP aac -vSw -skz -skz +fpX +qlj +qlj myW iTv bfI @@ -97690,7 +97690,7 @@ kSM ntH xnQ aJo -kHB +nbH aJy aDx eBT @@ -97704,7 +97704,7 @@ cMo lvc azk aJS -mxg +prb jED cni wMp @@ -97913,13 +97913,13 @@ dhe dhe dhe aGF -dFc +lPJ aac aac aac aac aac -vSw +fpX aGF aGF aGF @@ -97947,7 +97947,7 @@ szi ntH hZO aJo -kHB +nbH aJy aaS gYs @@ -98170,21 +98170,21 @@ aGF aGF aGF aGF -dFc +lPJ aGF -fPg -bfy -bfy -bfy -eYE -glE -glE -glE -glE -glE -hVQ -skz -eKn +fRD +lBW +lBW +lBW +aho +fuB +fuB +fuB +fuB +fuB +jMM +qlj +dft aHH fhR euF @@ -98204,7 +98204,7 @@ nbR ntH cem aJo -kHB +nbH aJy eIm azl @@ -98233,13 +98233,13 @@ jqQ esS svf svf -pfd +xrN svf svf mQb -iTY +mrX dJi -fym +gwh wxb paJ oFG @@ -98420,16 +98420,16 @@ jgz xux rdS aGF -wco +kwY aGF -fPg -bfy -bfy -bfy -bfy -pRN -bfy -oAV +fRD +lBW +lBW +lBW +lBW +jeq +lBW +kvZ aej aej aej @@ -98439,9 +98439,9 @@ aej aej aej aej -oDc -skz -iVR +dZk +qlj +vcF aHH aHH lfx @@ -98455,27 +98455,27 @@ aHH aHH gHd gHd -eMB -cbb +gAo +cze dKZ -bjG +nxG aJo aJo -kHB +nbH aJy azl azl aRt aUb -dbP -gzp +cOg +gUT nSo -dFk -gOL -tTO +fNx +lhV +aJN axN aIG -bgJ +oYd yfK eiE lpV @@ -98487,19 +98487,19 @@ ayG tBO iPh eeu -eHw +ahn xkR bTb pCw fbD -vUW +fmi fbD pCw -saS -kNb +ntj +mPH pKM -hjw -fpu +kVP +ffs mnk rcc nGo @@ -98677,9 +98677,9 @@ crx vvW txi gIe -eYn -qTo -lrN +kfA +uhu +jnZ afq afq afq @@ -98696,9 +98696,9 @@ aej kSB duH aej -oDc -skz -kOy +dZk +qlj +doe aHH aqI hqC @@ -98717,22 +98717,22 @@ ahX kPg kPc aJo -bMD -eSR +qgE +vRY aJy awy awy awy aUb gqH -tBD +aln kZF aIG -jET -oyV -jET +tTd +xbl +tTd aIG -vAC +eRd wMp oSa lpV @@ -98752,14 +98752,14 @@ mYF nAf mYF wKG -krr +ciD oVv pKM paJ rcc rcc -dIg -dIg +qGj +qGj tBO dhe dhe @@ -98934,9 +98934,9 @@ ovm rFR jss aGF -qii +tFL aGF -lrN +jnZ afq arD aqQ @@ -98953,18 +98953,18 @@ bKU aZb vSZ aej -pFf -iML -iML -kIe -lYt -iqF -sIx -uXw -uXw -uXw -uXw -qtB +qLV +gJj +gJj +mtm +kKa +tvo +xMZ +svy +svy +svy +svy +dwF fTY aHH dhe @@ -98974,7 +98974,7 @@ gHd gHd gqk aJo -fbk +xVp aJo aJy aUb @@ -98986,18 +98986,18 @@ aUb aUb aIG xab -xVw -dmX -fHi -bfj -dmX -iAR -dyJ -fPw -lXs -sNU -neE -mKQ +kQE +kpR +fMC +rzO +kpR +sSH +iYD +nIz +jYs +eYW +nJr +kWz tBO mxe dXs @@ -99005,11 +99005,11 @@ eeA oms wKG roS -tip -oSK -tip +ugX +obs +ugX wKG -guW +qMI mlb pKM tBO @@ -99193,7 +99193,7 @@ aGF aGF aGF aGF -jEf +tUF aiM eYw qVP @@ -99209,10 +99209,10 @@ aej aej mXZ mbD -kpA -vSw +gNI +fpX aGF -wWw +dcD aGF aHH qUq @@ -99221,17 +99221,17 @@ aMP aMP aMP vQt -qtB +dwF aHH aHH dhe dhe dhe gut -ujh -jdB -uvW -hRQ +avB +dXZ +skj +bdC vbR mwx pAW @@ -99243,10 +99243,10 @@ gCq rqB lpV xIj -mMK +pqm jED bnR -mMK +pqm jED upb jED @@ -99254,11 +99254,11 @@ jED jED hsv jED -osE +klK gnw cjg dXs -mmu +kGk jnv fXg roS @@ -99266,7 +99266,7 @@ gCO gCO gCO aNy -hSq +kBB dFK ybA paJ @@ -99447,10 +99447,10 @@ dhe dhe dhe aGF -dFc -dFc -dFc -dFc +lPJ +lPJ +lPJ +lPJ afq nvp cVm @@ -99465,12 +99465,12 @@ dhe dhe aej sNT -kfu +rUM aej -skz +qlj aGF -dfz -ekp +mpz +iXd aHH qUq wiA @@ -99478,17 +99478,17 @@ aMP aMP aMP vQt -qtB +dwF aHH dhe dhe dhe dhe gut -oTu -gDi +iyu +lIp iXO -dQu +usW mnj emU pAW @@ -99501,18 +99501,18 @@ ewL fcp gdY aQE -biP -kTL +jdR +iHi aQE aQE -oIb +cjM hsv -yfx -mMK -mMK -mMK -iZX -oCA +rye +pqm +pqm +pqm +yjD +vQw vaG aFA xvl @@ -99523,7 +99523,7 @@ mYF nSy mYF ouR -cJY +dxS ydK hgP paJ @@ -99704,7 +99704,7 @@ dhe dhe dhe aGF -dFc +lPJ jZY jZY jZY @@ -99722,7 +99722,7 @@ aej aej aej bnm -uwN +ksI aej aej aej @@ -99735,7 +99735,7 @@ aMP aMP aMP vQt -vFy +gDq aHH aHH aHH @@ -99745,7 +99745,7 @@ aHH aHH aHH awz -dQu +usW hQH cXM pAW @@ -99756,23 +99756,23 @@ lTa lTa rqB uYT -xcd +lOJ gUn uYT hTn jED jED -vDh +xdZ jED jED jED uQZ jED -wgb +qhy gnw cjg jDY -wIQ +weV bQM fXp roS @@ -99780,7 +99780,7 @@ dJI dJI dJI oAv -nBr +qpi dsL mJb paJ @@ -99961,7 +99961,7 @@ amK amK amK amK -eWL +gFt jZY aXK ulF @@ -99970,39 +99970,39 @@ jZY clt adU aes -cga -nIV +ygI +fbQ qFD jxI gGu aej aZE nvw -hXj -cnu -cnC +fmY +uRi +aWh tQi bgh jSq aej fux -ooS +qgC wiA aMP xmS aMP vQt -rFs -eqa -bNt -bNt -bNt -bNt -bNt -bNt -uzB +ncD +fNs +ndc +ndc +ndc +ndc +ndc +ndc +mfe daZ -hiS +wUA jYp iXL iXL @@ -100013,29 +100013,29 @@ bhR bhR bhR uYT -jpf -jHm +wNw +cwm uYT anb bcf xjN -jhG +qsJ xjN xLz hQY xjN xjN -bkM +agi tBO jcs jDY -byP +cps wKG oAv roS -bdI -wGS -bdI +lHz +mld +lHz wKG jqb mlb @@ -100215,10 +100215,10 @@ amK amK dzV bKQ -jFX -wEj -wEj -tAa +gzo +vso +vso +omw jZY auC auC @@ -100228,7 +100228,7 @@ nUP dxK akg kJx -fsg +kDv kXp pjS pHr @@ -100237,13 +100237,13 @@ aZE gRy ahV ahV -gLr +qCm oKC bgh jSq aej rsP -kLt +ilv wiA aMP aMP @@ -100259,25 +100259,25 @@ mRa mRa mRa afB -ldq +vkP oqA iXL bhR -ceU -dCi -ssw +pCI +axd +yah vcp tUM bhR uYT -xba -ahz +tMk +nyl uYT uYT lOd -dCc -vpx -dCc +wPP +lBt +wPP lOd lOd bOS @@ -100294,13 +100294,13 @@ mYF nAf mYF wKG -krr -hbp +ciD +gXs kXu paJ rcc rcc -kdF +bfM rcc tBO dhe @@ -100475,10 +100475,10 @@ jMq amK amK amK -tAa -cOe -wIA -wIA +omw +wag +hWm +hWm gjU jZY vvQ @@ -100492,15 +100492,15 @@ ahV ahV ahV ahV -lTZ +dfy cUl -gLr +qCm meo aej aej aej rsP -kLt +ilv wiA aMP aMP @@ -100516,24 +100516,24 @@ ahg dCy iiQ afB -qqg +eoJ aim iXL oMt lPQ tAA -xNo +dkF cGs vFU uHD uYT gUn -erv +bsf uYT uYT -frN +aaA sCR -pSH +dSY dSr fRN lOd @@ -100551,11 +100551,11 @@ osV hCQ wTk wKG -wVR -qNp -mil -bSm -uKw +buH +jRa +eiA +nlj +gTY rDP rcc nGo @@ -100732,10 +100732,10 @@ iKE vss lYO amK -tAa +omw jZY bNT -upq +nIq auC jZY inl @@ -100749,15 +100749,15 @@ ahV ahV ahV ahV -fvB +fRo aQz -gLr +qCm axf aVH bLN qAS aOj -uov +eIk wiA aMP aMP @@ -100773,24 +100773,24 @@ ahg rCG diZ afB -oOi +fuI xwc -qPT +geu eyf emj fNC -gbW +iSF dlU cGs iqY gUn bcg -uFv +kDb sSU uYT dKk ltC -yhj +eDx nkI cWe bJt @@ -100803,13 +100803,13 @@ jDY uUF ncZ ncZ -kdv +fJp jOX jOX jOX -qmB +owU edf -qNp +jRa cOZ paJ oFG @@ -100989,32 +100989,32 @@ qMp vss lYO amK -tAa +omw jZY cNC -aam +bOz mqV jZY qWf gqr pzb oka -nky -vaU -gwM -mij -vaU -lKE -lrt +ifI +ova +kwj +hmX +ova +iYq +jWd jvh jvh -kKO +wmf apZ aLL bLN oIo naO -kLt +ilv cJa cJa cJa @@ -101026,32 +101026,32 @@ afO afD agh uei -vbt +eWr eSA -nnL -onw -pnm -oXn -kzY -aXW -qgj -fEh -pCG -nMn +emq +vXG +jYB +gSh +adM +wVS +jpt +oxf +dvM +vow ncj -gxe -bST -dvj -hie +nEM +sdb +pVo +dHl gej uYT caL pOw -lYo +bZE jCF eaf lbB -kIq +cKE lOd ejN tBO @@ -101246,10 +101246,10 @@ xgo vss lYO amK -tAa +omw jZY imK -upq +nIq xos jZY aej @@ -101257,7 +101257,7 @@ aej aej aej aej -lCC +xks afJ rXk awL @@ -101265,13 +101265,13 @@ ahV reZ uMw aGN -gLr +qCm ahU aTa bLN ezd xFg -kLt +ilv wiA aMP aMP @@ -101285,26 +101285,26 @@ afN hch ahg cua -oSe +qPM afB -oiC +pyc xwc -qPT +geu eyf cGs rgq -tUE +qgZ rFc cGs iqY gUn -mVf -ktE +tbl +wNa kxN uYT pMh kuF -xMP +vZn nDB mfD pKF @@ -101503,7 +101503,7 @@ wlm amK amK amK -tAa +omw jZY auC kKv @@ -101512,9 +101512,9 @@ mHl aej aKt acU -hjO +amm aej -vbL +xFp iFb reZ ayI @@ -101522,13 +101522,13 @@ vDH reZ xpu mGf -gLr +qCm fXP aej aej aej rbF -kLt +ilv wiA aMP aMP @@ -101541,10 +101541,10 @@ agg mgI ahf ahg -uSO +avJ pmD afB -uic +qJh gcl iXL bAL @@ -101555,13 +101555,13 @@ dlp wMb yfV uYT -mYz -quc +hNx +kmr ikd uYT hIQ cVp -uQB +mpm rOg rxV lOd @@ -101760,7 +101760,7 @@ kUm amK rrj amK -tAa +omw jZY atV obY @@ -101769,9 +101769,9 @@ mHl aej ahh aSs -mnu +abN uNV -mhH +pLd ahV oVf ayI @@ -101779,7 +101779,7 @@ uMt reZ ahV ahV -gLr +qCm gtd bgh jSq @@ -101801,25 +101801,25 @@ mRa mRa mRa afB -bMI +vca oqA iXL bhR awV riD -vLt +gvY him alr bhR uYT -lKK +vFP dfo otN otN gjE -oxU -uCt -oxU +fVU +lnq +fVU gjE gjE xsr @@ -102017,7 +102017,7 @@ amK amK amK amK -tAa +omw jZY jZY jZY @@ -102026,56 +102026,56 @@ jZY aej igu jAM -oic -bND -wcS -ifB +tHG +wel +rAq +dVt nJm enP bbA poO sSA -hxL -quM +qeQ +tLK tQi bgh jSq aej efr -mBR +jlz wiA aMP aMP aMP vQt -giy -bGT -hlY -hlY -hlY -hlY -hlY -hlY -lMq -wDQ -rDU +bgl +pJH +umg +umg +umg +umg +umg +umg +sPl +fno +yjT jYp hiV hiV hiV -qPT +geu fmx -qPT +geu bhR bhR uYT -gzK +imM viG otN uiu pJF pVU -tXZ +hNp rPb sBn fce @@ -102274,10 +102274,10 @@ dhe dhe dhe aGF -pOW -nZh -nZh -nZh +nOD +iHc +iHc +iHc aGF dhe aej @@ -102285,27 +102285,27 @@ acM qKk aNR aej -haH +agP bmX reZ aej aej aej bnm -iTk +kUz aej aej aej aej aej aHH -uAm +oWx wiA aMP nzo aMP vQt -gyM +sZD aHH aHH aHH @@ -102326,13 +102326,13 @@ kDu qLD uDZ otN -wTn -wTn +ifD +ifD otN jQm fqJ tnL -upf +dyW eDz kdy kdy @@ -102534,7 +102534,7 @@ aGF aGF aGF aGF -nZh +iHc aGF dhe aej @@ -102542,27 +102542,27 @@ aXX anY aGX aej -eZR -kxf +akX +amv jEn aej dhe aej mXZ -hhj +uMR aej -tCy +nai aGF -skz -cYA +qlj +rbZ aHH -uAm +oWx wiA aMP aMP aMP vQt -gyM +sZD aHH dhe dhe @@ -102578,18 +102578,18 @@ mnj jXu one dxE -cTj +hLw mva iAe wsW -wYs -riG -wQt -wQt -qpB -wXi -why -hLT +tuw +cWr +kzx +kzx +hEL +mdA +eCi +gik lKj xuH xuH @@ -102791,7 +102791,7 @@ dhe dhe dhe aGF -eKj +mAC aGF aGF aej @@ -102806,20 +102806,20 @@ aej aej aej sNT -nzE -tlT -hVQ +vuG +lra +jMM aGF -hdY +mYS aHH aHH -uAm +oWx wiA aMP aMP aMP vQt -vXI +igw aHH aHH dhe @@ -103048,35 +103048,35 @@ dhe dhe dhe aGF -nZh -nZh -nZh -nZh -nZh -nZh -nZh -nZh +iHc +iHc +iHc +iHc +iHc +iHc +iHc +iHc aej lsc aUC qIK -ooW +lDh bKU jzR vSZ aej -pFf -bfy -bfy -jMs -jsc -doo -quC -quC -quC -quC -quC -qho +qLV +lBW +lBW +cjF +bUQ +joh +nDM +nDM +nDM +nDM +nDM +loY tvn aHH dhe @@ -103312,7 +103312,7 @@ aGF aGF aGF aGF -nZh +iHc aej apf aej @@ -103322,9 +103322,9 @@ aej xNp qPI aej -irS -skz -kOy +ckV +qlj +doe aHH lTD wPC @@ -103349,10 +103349,10 @@ aio awQ one xap -xrJ +cby qGm -pUD -wzP +xKk +vrP ixa jxy jxy @@ -103569,7 +103569,7 @@ dhe dhe dhe aGF -nZh +iHc aej aej aej @@ -103579,9 +103579,9 @@ aej aej aej aej -irS -skz -dmO +ckV +qlj +uAd aHH aHH kZs @@ -103606,10 +103606,10 @@ tnL tnL usM xap -tKk +ilP akU aJy -wzP +vrP aJy nNs jfy @@ -103617,7 +103617,7 @@ wyj bup wsh fXj -rpf +pvt ayl bFU vaX @@ -103826,19 +103826,19 @@ dhe dhe dhe aGF -nZh -irS -irS -wte -irS -irS -irS -irS -qFq -irS -irS -lkO -udH +iHc +ckV +ckV +vWs +ckV +ckV +ckV +ckV +tOF +ckV +ckV +gag +uzy aHH qiX vJB @@ -103861,12 +103861,12 @@ xsT kiP pDm pDm -irw -eYm -kQt +qje +wzp +ozn bIu aJy -wzP +vrP eFI wSA tnL @@ -103874,7 +103874,7 @@ xEr cuV rvV jpm -hAa +svq tnL dGY fQc @@ -104083,7 +104083,7 @@ dhe dhe dhe aGF -rCo +gMN aGF aGF aGF @@ -104094,7 +104094,7 @@ aGF aGF aGF aGF -wgQ +sPe aGF aHH aHH @@ -104117,13 +104117,13 @@ dUF gxX fYx aEi -uXx +lEo one khK mGV xXg aJy -wzP +vrP aJy vIF ktD @@ -104131,7 +104131,7 @@ cuV hZT wsh cuV -hAa +svq oBQ vaX vaX @@ -104340,7 +104340,7 @@ dhe dhe dhe adS -ikh +uAT adS dhe dhe @@ -104380,7 +104380,7 @@ aJy aJy aJy aJy -wzP +vrP aJy aKj cuV @@ -104388,7 +104388,7 @@ ygM cuV hkn cuV -gfp +sXp tnL oTZ oTZ @@ -104597,7 +104597,7 @@ dhe dhe dhe adS -ikh +uAT adS dhe dhe @@ -104636,8 +104636,8 @@ fGF fwy fwy phM -xnk -kou +wzB +pzX aJy bjM vMm @@ -104854,7 +104854,7 @@ dhe dhe dhe adS -ikh +uAT adS dhe dhe @@ -104893,8 +104893,8 @@ hjW aJo aJo aJo -fiv -ivr +fVf +eYG aJy hxm tRt @@ -104914,7 +104914,7 @@ wcU gRw seg wYf -rzw +lju gfg bNm nMl @@ -105111,7 +105111,7 @@ dhe dhe dhe adS -ikh +uAT adS dhe dhe @@ -105147,11 +105147,11 @@ dhe dhe dhe aJo -dpP -qiq +vCG +lMb aJo -iFO -xTX +inv +dpI oxc kDS qVO @@ -105170,8 +105170,8 @@ luc mxE hmp glg -qsh -mTy +cAz +ayU one jwD iCR @@ -105368,7 +105368,7 @@ dhe dhe dhe adS -ikh +uAT adS dhe dhe @@ -105404,11 +105404,11 @@ dhe dhe dhe aJo -oPJ -udJ -gzS -iFO -xTX +tPz +aJH +eIr +inv +dpI aJy cAo whM @@ -105428,7 +105428,7 @@ wsh vON ges ges -evg +ayZ one jwD one @@ -105625,7 +105625,7 @@ dhe dhe dhe adS -ikh +uAT adS dhe dhe @@ -105638,8 +105638,8 @@ dhe aBM aBM aHH -aMd -cDw +bkV +lbw wve laZ jUx @@ -105647,8 +105647,8 @@ jUx jUx iLD mri -ktH -ptC +lRU +rTt aHH oJR dhe @@ -105661,11 +105661,11 @@ dhe dhe dhe aJo -qKe -hjj +msT +kDm aJo -iFO -xTX +inv +dpI aJo jwD bNm @@ -105685,7 +105685,7 @@ jwD iok jwD tOl -xJO +xlb tOl jwD one @@ -105882,7 +105882,7 @@ dhe dhe dhe adS -gsm +kqA adS dhe dhe @@ -105895,7 +105895,7 @@ dhe aBM dhe aHH -gfF +iBD aHH aHH eMU @@ -105905,7 +105905,7 @@ eMU eMU aHH aHH -hoM +ifs aHH aBM dhe @@ -105918,11 +105918,11 @@ dhe dhe dhe aJo -kLR -tUA +cix +wBD aJo -cag -tOj +iVs +ikO aJo aJy pEV @@ -105942,7 +105942,7 @@ ntZ aPr one dGP -mnZ +aza dGP one one @@ -106139,7 +106139,7 @@ dhe adS adS adS -ikh +uAT adS dhe dhe @@ -106152,7 +106152,7 @@ dhe aBM aBM aHH -smo +fSv vya aHH gqu @@ -106161,8 +106161,8 @@ gqu gqu gqu aHH -dqx -vcH +kcA +cRs aHH aBM oJR @@ -106178,9 +106178,9 @@ aJo aJo aJo aJo -vvq -xTX -uwC +mma +dpI +rQB aJy wux cNX @@ -106199,7 +106199,7 @@ nfp hUe one kZV -jsJ +tnm dGP dhe dhe @@ -106366,9 +106366,9 @@ aBM dhe dhe rQC -nxd +wbm adk -fmy +siP knV knV knV @@ -106394,9 +106394,9 @@ aBM aBM aBM adS -oCz -fkh -ikh +exW +jlO +uAT adS aBM aBM @@ -106409,7 +106409,7 @@ aBM aBM aBM aHH -gsv +fDL aHH aHI jrz @@ -106419,7 +106419,7 @@ jrz jrz aHI aHH -hoM +ifs aHH oJR iox @@ -106435,9 +106435,9 @@ aBM cAL xjM rxe -iFO -xTX -gzQ +inv +dpI +spS aJy dTm dTm @@ -106456,7 +106456,7 @@ xFX vKh one mWF -rLL +lwa dGP ajc aBM @@ -106623,13 +106623,13 @@ dhe dhe dhe rQC -mxn +rwz nOP -sSp -hTd -sSp -hHj -tOV +csq +wVU +csq +tIp +nBz aBM dhe dhe @@ -106651,9 +106651,9 @@ aBM adS adS adS -hNy -fkh -wXW +plY +jlO +ocW adS adS adS @@ -106666,8 +106666,8 @@ oJR aBM aBM aHH -tFE -lWc +uji +fNh sov tRZ sUv @@ -106675,8 +106675,8 @@ sUv sUv pSq brE -xRQ -hoM +wCC +ifs aHH ieJ ieJ @@ -106692,9 +106692,9 @@ qgs aJo aJo aJo -gVs -xTX -hCY +ofx +dpI +cjG aJy kEz uAn @@ -106713,7 +106713,7 @@ sxN vKh one xap -dWJ +lfe dGP dGP dGP @@ -106880,15 +106880,15 @@ dhe dhe dhe rQC -moy +rFp ePt ePt knV knV knV -tOV -tOV -tOV +nBz +nBz +nBz cwr cwr cwr @@ -106902,15 +106902,15 @@ dhe aBM aBM aBM -tOV -tOV -tOV -oBW -vZN -nKz -kLu -xMv -xVZ +nBz +nBz +nBz +lVv +dUQ +wsm +xDF +hJa +jYQ agX aee aeo @@ -106949,8 +106949,8 @@ dhe dhe dhe aJo -wnp -rAX +geR +kEA aJo aJy aJy @@ -106970,7 +106970,7 @@ diU diU diU kGx -jCj +ccj jMf byD oCp @@ -107138,7 +107138,7 @@ dhe aBM rQC knV -edm +bry knV knV aBM @@ -107159,15 +107159,15 @@ dhe dhe dhe aBM -tOV +nBz aBM qgs adS adS adS -dAg -jPm -xVZ +jIg +uSw +jYQ adS adS adS @@ -107206,8 +107206,8 @@ aJo aJo aJo aJo -xTX -dFd +dpI +sAK aJo fwy neO @@ -107227,7 +107227,7 @@ nWL tVq diU dOL -cGw +wKw box box wpk @@ -107413,20 +107413,20 @@ aBM aBM dhe dhe -tOV -tOV -tOV -tOV +nBz +nBz +nBz +nBz aBM aBM aBM aBM adS -fht -fkh -tnJ +hyK +jlO +eJE adS -shc +vcB adS rLt aBM @@ -107456,15 +107456,15 @@ aJo aJo aJo aJo -ivr -ivr -ivr -ivr -ivr -ivr -ivr -wnp -eAO +eYG +eYG +eYG +eYG +eYG +eYG +eYG +geR +vDX aJo ify jVY @@ -107484,7 +107484,7 @@ tWb jbA diU ayT -wjO +wQn myV eDs bwg @@ -107652,7 +107652,7 @@ aBM aBM aBM knV -fCd +gcD knV aBM oza @@ -107662,15 +107662,15 @@ dhe aBM aBM aBM -tOV -tOV -tOV -tOV -tOV -tOV -tOV -tOV -tOV +nBz +nBz +nBz +nBz +nBz +nBz +nBz +nBz +nBz aBM aBM aBM @@ -107680,10 +107680,10 @@ aBM aBM adS adS -xMv -fkh -hsd -fkh +hJa +jlO +hpA +jlO adS dhe aBM @@ -107710,21 +107710,21 @@ aHI dhe dhe aJo -wqz -ivr -ivr -huf +fTC +eYG +eYG +nZK aJy aJy aJy aJy aJy aJy -xTX -ogx +dpI +rgO aJo fwy -kDo +qdg aJo dhe dhe @@ -107740,8 +107740,8 @@ rzp aUJ eLR diU -cob -iFs +nXb +wRo ekB poj ybU @@ -107940,7 +107940,7 @@ aeu aeu aeu aeu -fkh +jlO adS dhe dhe @@ -107967,21 +107967,21 @@ aHI aHI dhe aJo -ivr +eYG aJy aJy aJy aJy -xMk +mCm iSp -bYq +aiE rJa aJy -xTX -odL +dpI +oii aJo aJo -gzS +eIr aJo aJo aJo @@ -107994,20 +107994,20 @@ peZ udR jXF tZl -vZA -oRy -oNw -sWf -uyJ +gDf +eTh +sQP +hpM +pVM pAe pNC -gFI -wLg -spN -lWL -nLD -xrx -ajH +kPz +fhN +okt +bXP +fGa +img +fwj wWA ajc ajc @@ -108177,7 +108177,7 @@ lvw lvw lvw kgk -uMo +uyb aRN aBM aBM @@ -108194,10 +108194,10 @@ dhe dhe dhe aeu -cVO -xMv -mUy -xMv +aeP +hJa +kZA +hJa aeu yeO yeO @@ -108224,7 +108224,7 @@ tYJ aHI aHI aJo -ivr +eYG aJy xLT xLT @@ -108234,31 +108234,31 @@ nlQ nSt mqI aJy -wnp -xTX -xTX -xTX -xTX -xTX -xTX -wjH +geR +dpI +dpI +dpI +dpI +dpI +dpI +jhd aJo -tvS -hAy +qlR +bbF aJy rzp wNL tiG caj -dxJ -vZA +glC +gDf nET diU -htw +bid tNM -miP +nwO tdv -wiw +xST cGO kJk cGO @@ -108431,8 +108431,8 @@ dhe dhe dhe aBM -ydY -bBt +vlK +oZi aRN aRN lvw @@ -108451,10 +108451,10 @@ sHb sHb sHb dzy -beV +afs fBo aeu -fkh +jlO aeu bLO iJt @@ -108481,7 +108481,7 @@ ckK kay aMY nVq -kpX +hfA aJy qqd xLT @@ -108489,33 +108489,33 @@ twX qOc syc xqx -qAq +xfS aJy aJy aJy -oBk +psh aJy aJy aJo aJo -wnp -fnJ -xTX -xTX -wXV -aSB -liX -reL -aSB -aSB +geR +pSw +dpI +dpI +tET +uMV +bRs +xUr +uMV +uMV tuo rkS qnB -oYr +mwf soB mNe soB -kLv +sKH gOQ fAR yak @@ -108708,10 +108708,10 @@ nzB wwj fmq dzy -xaP +vSR huY aeu -fkh +jlO aeu msm eCN @@ -108738,7 +108738,7 @@ aKA aHI aHI aJo -ivr +eYG aJy oLN jUB @@ -108750,15 +108750,15 @@ mqI gGO aJy jcZ -qIV -omf +xcH +bpL aJy dhe aJo -gkr +nSi aJo -iFO -wva +inv +dmx aJy rzp rzp @@ -108769,10 +108769,10 @@ mwL fzd diU wOZ -jkE -lMx -kKL -nOh +bVX +tGc +hqn +nTf nqo ouV dMl @@ -108968,7 +108968,7 @@ dzy dzy dzy aeu -fkh +jlO iku aTg xfF @@ -108995,7 +108995,7 @@ adS adS adS aJo -ivr +eYG aJy gNL xLT @@ -109006,13 +109006,13 @@ jqE aIU vFI aJy -rsO -rHt +aJK +rsW aYL aJy dhe aJo -gkr +nSi aJo aJo aJo @@ -109225,7 +109225,7 @@ sHb nvj fmq adS -fkh +jlO aeu ews suQ @@ -109252,7 +109252,7 @@ tzc bRH ffX aJo -ivr +eYG aJy qqd oEI @@ -109260,7 +109260,7 @@ fMM uMm jwj xqx -pwp +mZj wGY aJy aJy @@ -109269,7 +109269,7 @@ aJy aJy oJR aJo -gkr +nSi aJo dhe dhe @@ -109277,10 +109277,10 @@ lQG pfK lPd lPd -xxR -pfh -qzV -seZ +nOn +egz +jFO +lZG lPd lPd ckj @@ -109482,7 +109482,7 @@ sHb acT trk adS -fkh +jlO aeu aeu aeu @@ -109506,10 +109506,10 @@ aHI aHI xPb tzc -tfu -nNI +fuc +fWI aJo -ivr +eYG aJy ipH uny @@ -109526,7 +109526,7 @@ aZC wmE aBM aJo -gkr +nSi aJo aBM dhe @@ -109534,10 +109534,10 @@ lQG lPd lPd kWm -fdh -plu +qyl +xYk fhe -pEb +xql hJD hUF lPd @@ -109739,9 +109739,9 @@ qVD ixV jXg adS -jPm -fkh -fkh +uSw +jlO +jlO aeu iXF rRV @@ -109763,10 +109763,10 @@ aHI adS adS adS -lGs +tFo adS aJo -nJt +rNl aJy aeu aeu @@ -109783,7 +109783,7 @@ hbz nQJ aBM aJo -gkr +nSi aJo ssQ aBM @@ -109791,10 +109791,10 @@ lQG eWI cVq sce -xxR -eEz -gzO -seZ +nOn +qZl +kfJ +lZG iVc cVq qAt @@ -109998,14 +109998,14 @@ sHb adS adS adS -xMv +hJa aeu yeO sEo dHa aeu -jvn -tfu +qrv +fuc adS hhC aHI @@ -110016,22 +110016,22 @@ aMY rvc uom hft -eiF -kka -kka -kka -kka -kka -kka -bAs -xVZ -nrj +aOM +lgr +lgr +lgr +lgr +lgr +lgr +cCM +jYQ +qJp aeu wGY wGY wGY wGY -hho +pMt wGY der der @@ -110040,7 +110040,7 @@ der wcv dVo aJo -gkr +nSi aJo iox aBM @@ -110048,10 +110048,10 @@ lQG ezA wos wIU -xxR -oDT -muE -seZ +nOn +ngv +kVl +lZG cXk wos eNB @@ -110255,14 +110255,14 @@ vkb vkb cok adS -mMX -fkh +gKi +jlO aeu aeu aeu aeu adS -nek +enG adS adS aHI @@ -110276,28 +110276,28 @@ ecy aHI adS adS -fkh -xMv -xMv -xMv -ndw -fhH -tde -vkz -tAm -dXu +jlO +hJa +hJa +hJa +cDv +srR +aPx +aQX +txX +gvc hmN hmN -mbp +fdi ecX -lrW +kkp ecX ebD der dhe dhe aJo -gkr +nSi aJo aBM dhe @@ -110305,10 +110305,10 @@ lQG lPd hUF uWz -dBQ -plu +etT +xYk fhe -rNr +wYp aPG lPd lPd @@ -110506,23 +110506,23 @@ sHb aie qoJ yeV -qRB +lKJ unW -egW +uyh deP -tnV +rvx adS adS -xMv -kLu -kLu -kLu -kLu -lsQ -gmY -bHC -bHC -upO +hJa +xDF +xDF +xDF +xDF +mIu +ies +hNl +hNl +rUL reP pmY aMY @@ -110533,7 +110533,7 @@ nNb aHI aet adS -fkh +jlO aeu aeu aeu @@ -110554,7 +110554,7 @@ der dhe dhe aJo -gkr +nSi aJo dhe dhe @@ -110562,10 +110562,10 @@ lQG pfK lPd lPd -xxR -eEz -gzO -seZ +nOn +qZl +kfJ +lZG lPd lPd ckj @@ -110770,13 +110770,13 @@ akh tJK cok adS -xRc +fZk aeu aeu aeu aeu aeu -lao +jvp adS adS aHI @@ -110790,7 +110790,7 @@ nNb aHI vzr adS -fkh +jlO aeu xaQ xiV @@ -110798,7 +110798,7 @@ uJg gJC awJ bJc -iqI +acj iZw bJd bJd @@ -110811,7 +110811,7 @@ wwt aRL aRL aRL -vCx +oNq aRL aRL aRL @@ -110820,7 +110820,7 @@ wwt lQG lQG lQG -kQH +iep ola lQG lQG @@ -111019,7 +111019,7 @@ joM gGM dsP cNu -pIW +fQC sHb uJC fDM @@ -111027,13 +111027,13 @@ rRf qJe xNa vkb -hkT +sMb iWV eGl npX cEk aeu -mxC +pEZ adS aet aHI @@ -111047,7 +111047,7 @@ xEK aHI aet adS -fkh +jlO aeu avu jtY @@ -111065,19 +111065,19 @@ wYR msN ndy wwt -hQO -bEa +mTY +bAS aRL -hMy +rIS mvv aRL -hQO -hQO +mTY +mTY wwt mOo klo iiS -bkA +pfC tqw chx veB @@ -111087,7 +111087,7 @@ gMG wJz xRY mim -lPk +bNb kZb puK lPd @@ -111274,9 +111274,9 @@ vAt ssg uUu xor -gVC -oCa -pNz +sSe +nrE +gZs sHb uJC fDM @@ -111284,17 +111284,17 @@ bJm pGb pGb tDB -gyZ +eJO bcU lAH uxd wRf aeu -jEB +rDk adS oqt aHI -iXj +ocJ aNc aNc aNc @@ -111304,7 +111304,7 @@ nNb aHI aet adS -fkh +jlO aeu vWH apV @@ -111312,7 +111312,7 @@ qoq yfW xdF mXf -bJw +gVe fZB dIs pnl @@ -111320,29 +111320,29 @@ cTs bJd oMq paP -xeS -bje -dWR -dWR -oBw -omB -vJF -axQ -fRg -fRg -kQY -xnu -dWs -dWs -sjo +fTo +lPt +pPE +pPE +gAp +pjP +sPj +tVe +oFz +oFz +rah +bes +vaN +vaN +rSg iay tni kIk tni tni -dWs +vaN tni -huW +jzt lFn bQN lPd @@ -111531,23 +111531,23 @@ uUu qmu uUu gzb -sXo +amg qoJ -pyW +tND sHb uJC fDM xVP -mgz +eMG cXe hmw -vMj +bay iWV rTL nAu npU aeu -iQu +ndq adS aet aHI @@ -111561,7 +111561,7 @@ nNb aHI aet adS -fkh +jlO aeu aUf jAF @@ -111577,21 +111577,21 @@ cTs bJd iuF bhj -czQ +rAI tTI -jms -hQO +ujs +mTY aRL -haB +tis vBt aRL -hQO -hQO +mTY +mTY wwt nth dnT mlV -snJ +jcN gFf bOD ayR @@ -111601,7 +111601,7 @@ vlc nDr iar ltu -yfL +tqt blR rke lPd @@ -111789,22 +111789,22 @@ lYr uUu sHb ami -qop -pyW +nhq +tND sHb sHb sHb agM -mRt +vBs sAN adS -hKw +pgd aeu aeu aeu aeu aeu -lao +jvp adS adS aHI @@ -111818,7 +111818,7 @@ nNb aHI jcJ adS -fkh +jlO aeu xrB ukM @@ -111826,7 +111826,7 @@ dTx oyH hvD bJc -jME +oug awU bJd bJd @@ -111834,12 +111834,12 @@ bJd bJd bJd bZy -pyy +cMH klD aRL aRL aRL -qNl +qWQ aRL aRL aRL @@ -111848,7 +111848,7 @@ wwt lQG lQG lQG -iEF +jPc fmj lQG lQG @@ -112047,25 +112047,25 @@ riv sHb qEV qoJ -jrn -bjR -vcV -wZD -mwV -upF +eGL +sLP +oSl +cjp +tlF +nzr sHb adS -oqj -cFn -nYE -cFn -cFn -cFn -cFn -cFn -dbq -eiF -oUp +xoh +iXq +hzr +iXq +iXq +iXq +iXq +iXq +wmu +aOM +fpk pmY aMY aMY @@ -112075,7 +112075,7 @@ nNb aHI aet adS -fkh +jlO aeu ifA ifA @@ -112083,7 +112083,7 @@ ifA ifA ifA ifA -vMv +gLb eGj vkJ vkJ @@ -112091,12 +112091,12 @@ wWJ vkJ vkJ lMH -pyy +cMH klD -qQA -poz -wqm -jWn +bpI +eqM +pNY +ocn aRL dhe dhe @@ -112104,10 +112104,10 @@ lQG pfK lPd lPd -qKW -oDT -muE -wOj +uQq +ngv +kVl +fqi lPd lPd ckj @@ -112312,15 +112312,15 @@ jQP sAN sHb bBA -qPs +fRQ adS adS adS -orK +dXX adS adS adS -fkh +jlO aHI ghY pmY @@ -112332,7 +112332,7 @@ ecy aHI adS adS -fkh +jlO adS dhe dhe @@ -112340,20 +112340,20 @@ der bzh nUa ulW -vcE -hjE +pqy +vIT tTm tTm -oZj -tyx -tyx -tyx -owH +vfJ +rNG +rNG +rNG +kot klD -wQe -cKB -mBi -fRg +aRT +aSl +xoi +oFz aRL dhe dhe @@ -112361,10 +112361,10 @@ lQG lPd lPd kWm -uYV -plu +sPU +xYk fhe -tZq +mHo hJD lPd lPd @@ -112568,8 +112568,8 @@ sHb sHb sHb sHb -prl -tEH +oOK +uBG hcW adS cIN @@ -112577,7 +112577,7 @@ aet drK adS adS -fkh +jlO aHI yec pmY @@ -112586,10 +112586,10 @@ aMY aMY uom cHe -jYV -kLa -djS -wRt +hAg +iMo +cgf +mLu adS aeu der @@ -112601,7 +112601,7 @@ der der der fYk -gdF +iLi fYk der der @@ -112609,7 +112609,7 @@ der klD klD klD -mBi +xoi aRL aRL dhe @@ -112618,10 +112618,10 @@ lQG eWI cVq sce -qKW -eEz -gzO -wOj +uQq +qZl +kfJ +fqi iVc cVq qAt @@ -112830,11 +112830,11 @@ xyh dEA adS gGN -cPV +fiQ aet adS -fkh -fkh +jlO +jlO aHI dIX pmY @@ -112846,8 +112846,8 @@ lqN aHI adS adS -lby -lpY +ckh +udg uZp qwT ulW @@ -112858,15 +112858,15 @@ oab fYq unT tGx -iDm +ipb wAe -agc +axz mSi wbE wbE wbE klD -mBi +xoi aRL dhe dhe @@ -112875,10 +112875,10 @@ lQG ezA wos wIU -qKW -oDT -muE -wOj +uQq +ngv +kVl +fqi cXk wos eNB @@ -113086,11 +113086,11 @@ toT xeq juI adS -gXL +tEb aet adS adS -fkh +jlO aHI aHI cCz @@ -113102,8 +113102,8 @@ aNb mmY aHI aHI -wYQ -fkh +aCb +jlO adS aeu aeu @@ -113123,7 +113123,7 @@ beR beR beR klD -mBi +xoi aRL dhe dhe @@ -113132,10 +113132,10 @@ lQG lPd lPd uWz -ivE -plu +smb +xYk fhe -tLx +dMo aPG hUF lPd @@ -113176,14 +113176,14 @@ xeZ eYL eYL mJH -shL -shL -shL -lRV -shL -shL -shL -shL +gSD +gSD +gSD +rpz +gSD +gSD +gSD +gSD cRL eYL eYL @@ -113346,8 +113346,8 @@ adS iBI cmy adS -fkh -fkh +jlO +jlO aHI lCc iij @@ -113359,8 +113359,8 @@ uom uir aup aHI -wqR -nbO +iGx +uLr adS aet pOQ @@ -113380,7 +113380,7 @@ nKT prF nKT klD -pOE +qor vCE cTS dhe @@ -113389,10 +113389,10 @@ lQG pfK lPd lPd -qKW -dar -gcQ -wOj +uQq +gBC +htI +fqi lPd lPd ckj @@ -113432,16 +113432,16 @@ oOa xeZ vSA fmk -shL -shL +gSD +gSD lVh nsl nsl mOW nsl fmk -shL -shL +gSD +gSD pGq mJH gre @@ -113603,10 +113603,10 @@ adS adS adS adS -fkh +jlO aHI aHI -bRx +aaK aMG aMG aMG @@ -113614,12 +113614,12 @@ aMG aMG aMG aMG -bRx +aaK aHI aHI -fkh +jlO adS -cUE +dYi aet aeu aik @@ -113637,7 +113637,7 @@ eUU sAP tqT klD -pOE +qor dYV oXC vKG @@ -113689,7 +113689,7 @@ dYA xeZ xeZ tsK -shL +gSD lVh kOG cSm @@ -113698,7 +113698,7 @@ cSm cSm cSm wDu -shL +gSD pGq ipX gre @@ -113860,23 +113860,23 @@ bBA dhe dhe adS -fkh +jlO aHI -nsC -stV +aIo +lAB aMG -wzH +nIg iJW aJf lON -stV +lAB aMG -stV -ovH +lAB +aPw aHI -fkh -lGs -pcA +jlO +tFo +qgw aet aeu miq @@ -113894,7 +113894,7 @@ gIF xJw usG klD -gSd +mGO nur iAV oXC @@ -113946,7 +113946,7 @@ yaU gfh xeZ tsK -shL +gSD oxi cSm cSm @@ -113955,7 +113955,7 @@ nnY jQU cSm cSm -xCs +aSN dXO qkE gre @@ -114117,23 +114117,23 @@ bBA dhe dhe adS -fkh +jlO aHI -stV -sBd +lAB +tte aMG -ctN -nde -vUT -mNy -lBk +fKQ +aNi +gDW +tZh +iLW aMG -sBd -stV +tte +lAB aHI -fkh +jlO adS -lpc +cvo jmC aeu rGA @@ -114151,7 +114151,7 @@ fHY bFu xeM klD -pOE +qor mkC oXC iAV @@ -114203,7 +114203,7 @@ cYt gTT xeZ xAh -shL +gSD dXO cSm jBO @@ -114212,7 +114212,7 @@ dRx xoI mSe cSm -hnN +rOP eYL kDL gre @@ -114374,21 +114374,21 @@ bBA dhe dhe adS -fkh +jlO aHI aHI aHI aMG -tNG -bHE -vUT -stV -vWe +tTu +aNj +gDW +lAB +jiz aMG aHI aHI aHI -fkh +jlO adS adS aeu @@ -114400,15 +114400,15 @@ lMe lMe fbR wUd -vwe -vcL +thr +gZq swZ neU gIF mhs usG wwt -pOE +qor aRL oXC dhe @@ -114456,20 +114456,20 @@ ylz ylz oYA dvT -eVi +wfP ppy -nPb +vMN fnT -vAE +vPO cID cSm wOm lzb fhq -eJh +jiR fhq -nTc -bve +lSm +ezV thm thm pDd @@ -114631,21 +114631,21 @@ dhe dhe dhe adS -fkh -fkh -fkh -fkh +jlO +jlO +jlO +jlO aMG aMG aMG -hqb +hEc aMG aMG aMG -fkh -fkh -fkh -fkh +jlO +jlO +jlO +jlO adS dhe lMe @@ -114657,7 +114657,7 @@ bgo lMe fbR fKH -iCe +mjD nZk kJX uaJ @@ -114665,7 +114665,7 @@ sqn jXs rbt wwt -mBi +xoi aRL aRL aRL @@ -114722,11 +114722,11 @@ lVh cSm xIo aVb -hda +jVZ aVb kxu cSm -iPU +cwe eYL uTb gre @@ -114891,18 +114891,18 @@ adS adS adS adS -fkh -fkh -fkh -fkh -xMv -fkh -fkh -fkh -fkh -kWE -dlo -oCz +jlO +jlO +jlO +jlO +hJa +jlO +jlO +jlO +jlO +mJV +boh +exW adS dhe lMe @@ -114914,21 +114914,21 @@ pkG lMe plm iPd -iCe -cDQ -tNJ -iQy -gwA -iQy -uKl -wtH -mSB -pRY -pRY -asF -pRY -bua -cHV +mjD +rAr +xBB +dPS +bOg +dPS +lTA +xhH +tBf +bAq +bAq +vRh +bAq +tpH +wtj hAN vZm ein @@ -114983,7 +114983,7 @@ iCh laF cSm cSm -dTd +jpM lVh tsT gre @@ -115150,11 +115150,11 @@ dhe adS adS adS -xVZ -iCE -uCl -bdm -xVZ +jYQ +jgj +itO +wKQ +jYQ adS adS adS @@ -115180,7 +115180,7 @@ jDt cZl wwt aRL -scj +idX aRL aRL aRL @@ -115409,7 +115409,7 @@ dhe adS adS adS -lgm +woF adS adS adS @@ -115436,9 +115436,9 @@ mSi mSi mSi wwt -taW -xVD -oGz +rzA +jZU +rWi aRL dhe sQi @@ -115665,9 +115665,9 @@ dhe dhe dhe adS -fRW -tmk -mDc +gOj +gfr +vjC adS dhe dhe @@ -115750,7 +115750,7 @@ jSl jSl jSl jSl -jHV +rYe jSl jSl jSl @@ -147006,7 +147006,7 @@ sWD sWD sWD sWD -xFn +kVD cyH aBa okd @@ -147259,7 +147259,7 @@ dhe sWD eOT iZO -oeM +aph jhj iZO sWD @@ -148544,7 +148544,7 @@ dhe sWD cIY vlx -iHH +qRm dAf kod itR @@ -149067,12 +149067,12 @@ qLg pgF pgF pgF -jRK +vgz pgF pgF -qCb +hhu tcb -mJk +fKA jDZ pJU aBa @@ -149583,7 +149583,7 @@ aQm aQm aEJ aUl -lkF +aqt ajD aEJ axp @@ -150611,10 +150611,10 @@ aQm apT aZT amy -lut +wNA hMe -eiV -bFR +bnS +jds jDZ gUX awt @@ -150879,12 +150879,12 @@ sOR avy wxA awt -ewU +hxx jDZ -wls -kPp -wyp -tNP +bCo +dDP +koi +ihF aGt nie yee @@ -151136,18 +151136,18 @@ awt aox awt aRH -ewU +hxx aBa aSD abG fYA -riA +ePf ahy atM yee -wJD -nrH -aSI +yae +sHL +cZN yee aBM aBM @@ -151393,7 +151393,7 @@ lCz tpy aFB tjo -ewU +hxx aEF aSD abG @@ -151402,9 +151402,9 @@ aCd ahy atM yee -hDk -dHs -gTZ +tcT +gIN +nkC yee dhe aBM @@ -151644,24 +151644,24 @@ ajE aEJ xHV fyf -wWk +lCS aGH aGH aGH aGH aGH -dAs +stc aCS aDP abG aTU -hEO +arr akp kaD yee -jgu -gcc -gTZ +cFH +vvI +nkC yee dhe dhe @@ -151907,7 +151907,7 @@ aJT fwC gNb aGH -bZc +avX asu axp abG @@ -151917,7 +151917,7 @@ abG yee yee yee -riK +gAR yee yee yee @@ -152164,25 +152164,25 @@ ayD ayD ayD aET -gWn +tLk akM -uYm -hUG -jVr +aEq +kUV +aYT cAW hkP -ttx -gcc -gcc -vxN -kNx -biC -uhC -gTZ -gTZ -jug -gTZ -wlO +xdJ +vvI +vvI +ffh +cwB +raY +bFS +nkC +nkC +mKk +nkC +vUC yee buP jpX @@ -152397,12 +152397,12 @@ rbs vrI fbd jSh -cRN +tqE jWU pII hmh qCU -kak +vTV fsa xlp tpP @@ -152418,7 +152418,7 @@ auD pJU aBa aBa -npk +azj aBa aBa jDZ @@ -152426,7 +152426,7 @@ aCH aSD axp aGj -sgN +daf aUW yee yee @@ -152659,7 +152659,7 @@ cvE pII sDn qCU -bhc +gpB pII pII pII @@ -152672,18 +152672,18 @@ hkC aMZ acN azr -amM -jFV -jFV -aDj -bMb -bMb -fHa -urs -iwV -vgf -oCH -nwG +rfr +sMD +sMD +vwP +vAs +vAs +prd +shF +dHj +pjH +mGw +uBv alg akE azK @@ -152916,7 +152916,7 @@ dcJ pII tVj qCU -dFv +hYs fsa jeU nOY @@ -152932,7 +152932,7 @@ auM awF awF awF -bbh +aQR awF awF awF @@ -152940,7 +152940,7 @@ aCL aEv aGH ybS -hDw +nEj abF akE akx @@ -153173,10 +153173,10 @@ vYS pII vVB qCU -vlX -xqq -rJR -ocO +wwk +eXN +nwg +kZX dkG pII iEY @@ -153187,17 +153187,17 @@ hkC anG anG awF -fhI -mOO -ubY -liN -aeS +jNq +ayE +gOU +uKV +aAX awF anG anG anG ybS -hDw +nEj asB akE aeb @@ -153413,7 +153413,7 @@ geq geq bxF wkE -cyX +aoP fZp fZp fZp @@ -153433,28 +153433,28 @@ oEO wuy fsa cXs -ocO +kZX mLo pII myU goB -gxE -gIC +mdg +aqH hkC -aeS -rhm +aAX +lJR awF -eVm -xJQ -xJQ -ybP -kUq +hjB +sxO +sxO +mKW +kpB awF -rhm -aeS +lJR +aAX anG ngF -hWE +cMW acs akE akE @@ -153672,7 +153672,7 @@ seA wkE apy oDZ -tWJ +xbH qqh dzX ieT @@ -153682,7 +153682,7 @@ trK ieT ieT ieT -sMe +dqk ieT pII pII @@ -153690,7 +153690,7 @@ fCu fCu pII viv -loi +tMW jfP pII ajm @@ -153698,20 +153698,20 @@ voB azG ajJ hkC -aeS -dAz +aAX +auP awF -rOs +apv pXQ -rhm +lJR hak -aeS +aAX awF -mDT -aeS +dDU +aAX anG cvW -dKi +fpN aMH kAD jUy @@ -153929,7 +153929,7 @@ ktC ktC xkv frB -oEc +anq hbZ xkv ieT @@ -153939,7 +153939,7 @@ ieT ieT ssT sjf -tMv +pSd qgI bSa csN @@ -153947,15 +153947,15 @@ ozp gWy pII fsa -bzS +mzh fsa pII kzH eFM xWF aDN -aIF -iBp +scE +acE anG awF awF @@ -153965,10 +153965,10 @@ awF awF awF anG -iBp +acE anG hlS -tkS +cHt aSq eSy wpP @@ -154176,7 +154176,7 @@ aBM dOV dOV sck -xzq +vQC sck dOV oKB @@ -154186,46 +154186,46 @@ apj eUN xBo xoK -juq +ohp vWt tdp wic vWt hYV -mkQ -tgZ -hFO -kki -eCZ -oGx -xNt -oGx -oGx -qfY -jsO -jsO +gMA +yiR +dMM +eEH +sLy +nPS +shS +nPS +nPS +bgA +tQM +tQM eDT kiQ hkC hkC hkC -eEv +jSu hkC hkC abf wya -xPj -uco -uco -nMO -uco -uco -aPD +sKm +hzt +hzt +dVE +hzt +hzt +qwl dAC wen anG kII -wqE +xTK aSq skX anM @@ -154433,22 +154433,22 @@ sck sck bCZ gQF -xDS +eKa lTu dOV vJY -gBI +nJN ktC dOl nGG -epT -gMc -dbc -nDx -rAf -uax -nDx -epT +amn +amG +cZS +anz +aof +amT +anz +amn apY uCE gmV @@ -154463,26 +154463,26 @@ ffq piN ffq jto -nRM -jEF -jEF +oNH +glI +glI eDT -lkn -psF -jch -ayc -ccr +pgc +iOT +nnA +oxJ +eCj axW axW wcM axW axW -cox -sGW -mMo -noh -pME -jzy +eSx +oYq +uEA +cXa +pYt +sZV aSq uDb anM @@ -154507,10 +154507,10 @@ dhe dhe dhe aBM -mSU -mSU -mSU -mSU +jxU +jxU +jxU +jxU aBM unm gNY @@ -154690,16 +154690,16 @@ nww qZI ovz iHP -jwk +tZH woW dOV gOY -nDx +anz xkv xkv xkv xkv -lLe +qRW cCB anB qnt @@ -154739,7 +154739,7 @@ pwz aEB aoN aGj -pTb +vNk aSq uDb aFt @@ -154752,7 +154752,7 @@ aoG aoG aoG sMm -mhG +sES sge dSI qMk @@ -154947,21 +154947,21 @@ sck sck gFm uGd -ftX -bZH +sDP +rzY izW gTn tet -gND +tmA hOq -vKP +iaY nrn -jqB -oDn +xQU +xfa apA xkv -mza -mza +pNu +pNu vGu vGu vGu @@ -154974,7 +154974,7 @@ jhv vGu vGu lOg -ygk +mVZ vGu uDD pmi @@ -154996,20 +154996,20 @@ myQ aED gLw auF -fgB -nyG -yiN -pdc -trq -cyi -cyi -trq -cyi -cyi -pOH -tEC -gMT -cMK +pyV +dBM +dwa +srq +kzp +yfs +yfs +kzp +yfs +yfs +vil +iiG +kGg +uRU aOb aNl aNl @@ -155022,10 +155022,10 @@ dhe aBM aBM aBM -mSU -mSU -mSU -mSU +jxU +jxU +jxU +jxU aBM aYr aYr @@ -155213,12 +155213,12 @@ pQm iRW pQm riw -nWE -iVB +oUk +dLC hxk xZR wAI -jXW +apP vGu nmW iCK @@ -155253,7 +155253,7 @@ pPM aFj aJV aJV -cDj +dzd aJV aJV akE @@ -155265,8 +155265,8 @@ akE akE iBK akE -cyk -xjV +thR +jVH aOb aOb aOb @@ -155470,12 +155470,12 @@ qzt mLc qzt qzt -mAq -xpm -nDx -mza -wys -kHa +ahB +liL +anz +pNu +aoB +vGS vGu jQd iyX @@ -155486,9 +155486,9 @@ lad tLv tLv ggT -gio +ixJ ggT -afL +jKr vGu kex hOf @@ -155510,7 +155510,7 @@ pov aEH aJV asq -xKN +rUZ aFU aJV aaP @@ -155522,8 +155522,8 @@ akE aDa jXQ akE -iSB -aVx +gPW +xlP thB aIg aIg @@ -155537,10 +155537,10 @@ aBM aBM aBM aBM -mSU -mSU -mSU -mSU +jxU +jxU +jxU +jxU aBM aYr aYr @@ -155723,16 +155723,16 @@ wnM eWn qzt jMY -lXC +aoJ goY cbN -oZs -uax -xpm +alq +amT +liL anJ xkv -mza -mza +pNu +pNu vGu stI sKc @@ -155742,7 +155742,7 @@ pAt qgg sWs kzh -cXU +mjM vGu vGu vGu @@ -155751,7 +155751,7 @@ hrn uMP srV lnV -nVJ +azO jOz gpw auX @@ -155765,9 +155765,9 @@ axX pSs pwz aEH -jOx +aBD azU -fQD +abY apk aJV aky @@ -155779,8 +155779,8 @@ akE aky kBf akE -xKP -jkp +akP +juE hHe aIg aIg @@ -155978,16 +155978,16 @@ kVF hBU wwx esz -oZs +alq dMF -lGr +qvT pJG ouE -oZs -uax -xpm -nDx -mza +alq +amT +liL +anz +pNu bJX oFp vGu @@ -155999,7 +155999,7 @@ tnN qgg qFy pKj -kZn +bPA vGu qVF cBf @@ -156008,7 +156008,7 @@ cFP kJw qXi xjG -nVJ +azO aBk gpw auX @@ -156022,9 +156022,9 @@ axX pAE pPM aEH -jOx +aBD aRS -fQD +abY anW aJV amI @@ -156036,8 +156036,8 @@ akE amI dEp akE -cyk -hrR +thR +vma eWv aIg aIg @@ -156052,10 +156052,10 @@ aBM aBM aBM aBM -mSU -mSU -mSU -mSU +jxU +jxU +jxU +jxU aYr aYr aYr @@ -156231,18 +156231,18 @@ hNf iBN bMT ibe -coZ +lUT jZX -nhQ -fYn -oxm -vwq -irG -jIr -qFC +ohr +oVg +ipW +jWO +qYw +czM +nWm rmi -tOb -xqB +cdZ +cJn hxk dsH kKu @@ -156256,16 +156256,16 @@ pyS oAm mJm gxl -lZB +xGK nmu chs vGB vGu arA eFD -pOy -gmp -nVJ +bnd +ayB +azO pNi gpw auX @@ -156279,9 +156279,9 @@ axX scg hWa aEH -cpB +nOe aLA -fQD +abY eTg aJV akE @@ -156293,8 +156293,8 @@ akE akE akE akE -vgS -abj +aHY +fwv akE akE akE @@ -156490,18 +156490,18 @@ vio tzk eog keZ -jJJ +iyS wjR -oZs +alq xaR oIQ -nQo +eyb qAs -oZs -uax -xpm -nDx -mza +alq +amT +liL +anz +pNu wry fNi vGu @@ -156513,14 +156513,14 @@ vOV qgg cfJ pKj -nWj +efT vGu xlC jgJ vGu jKG dUE -gXp +vbb qWH iMZ jAL @@ -156536,9 +156536,9 @@ axX hfO pwz aEH -jOx +aBD alb -fQD +abY aKM aJV azK @@ -156550,8 +156550,8 @@ akE azK nYQ akE -lDB -aVx +aFG +xlP thB aIg aIg @@ -156567,10 +156567,10 @@ aBM aBM aBM aBM -mSU -mSU -mSU -mSU +jxU +jxU +jxU +jxU unm gNY gNY @@ -156744,7 +156744,7 @@ yfG hNf erD cJU -gVS +qan mpT rZl tXz @@ -156752,15 +156752,15 @@ wjR qzt aoU stX -sTX +nsQ tsL -oZs -uax -xpm +alq +amT +liL anQ xkv -mza -mza +pNu +pNu vGu pxI uGV @@ -156777,7 +156777,7 @@ vGu vGu kBI kqN -jtz +hkb nFe vvf uFP @@ -156793,9 +156793,9 @@ axX jWp pPM aEH -jOx -qWV -fQD +aBD +aBL +abY ayX aJV aky @@ -156807,8 +156807,8 @@ akE aky apz akE -gaR -jkp +nmd +juE lnR aIg aIg @@ -157001,23 +157001,23 @@ yfG hNf hNf hdj -lYQ -xZr +aoy +fpj oHS iPe hNf qzt qzt qzt -jXl +qQm qzt qzt -fcx -xpm -nDx -mza -vGX -mPM +aAg +liL +anz +pNu +aoI +aoX vGu aAN ryX @@ -157027,14 +157027,14 @@ lNy diN lFp lFp -tPk -qPk -tPk -sSc +wma +rau +wma +cUi vGu aCz -mFv -fXN +lFo +nHJ aCR iMZ pRW @@ -157051,9 +157051,9 @@ anG izI aEH aJV -suD +arq dGj -qrD +qHD aJV aSa tzU @@ -157064,8 +157064,8 @@ akE ayH cMY akE -fDX -hrR +jpq +vma eWv aIg aIg @@ -157266,15 +157266,15 @@ wwE xhc cfy cfy -bdZ +bXJ cfy hjV -jnf -iFc +uvZ +wSC hxk wBm qLv -pUd +aqh vGu gvt hPc @@ -157287,10 +157287,10 @@ iyX aBN nPj tCM -mSv +qnI vGu iMZ -aJv +dqq iMZ iMZ iMZ @@ -157309,7 +157309,7 @@ pwz wmU aJV aJV -hhe +ewR aJV aJV akE @@ -157321,8 +157321,8 @@ akE akE bAN akE -cyk -wKC +thR +fIz aOb aOb aOb @@ -157521,17 +157521,17 @@ ajI akV bcm wdq -lMZ -uno -nFW -bNw -qPP -tDy -kee +mks +jKu +ixQ +vHp +hoU +obu +fjl anR xkv -mza -mza +pNu +pNu vGu vGu vGu @@ -157544,10 +157544,10 @@ cun vGu vGu rHC -uTy +tTg vGu -rHj -njr +oiS +wwO vhe dvg sjf @@ -157563,12 +157563,12 @@ qbg axX aBH myQ -roZ -tqb -btZ -glB -mjR -waB +dpc +sxk +bPy +tXQ +uuG +eVl jac sdT qhf @@ -157577,9 +157577,9 @@ sdT qhf qhf sdT -ivf +ond iiX -dtg +dGK aOb aNl aNl @@ -157597,10 +157597,10 @@ aBM aBM wgT aBM -mSU -mSU -mSU -mSU +jxU +jxU +jxU +jxU aBM aBM aYr @@ -157783,8 +157783,8 @@ bcm xkv xkv xkv -mbg -oDn +jIn +xfa anB iwp xWS @@ -157801,10 +157801,10 @@ vGu vGu kIT vem -qlj +ohD iXt -lUm -gab +kpp +hhU ffq ffq ffq @@ -157820,12 +157820,12 @@ qbg axX aBH jjI -mOX +wdO aoN xAk aSq aSq -dLQ +tdf ajU aWe aWe @@ -157836,10 +157836,10 @@ aWe aWe fSd aoa -tEy -tIf -wWn -gPJ +tOc +wgK +guJ +nRE vqe syo aOb @@ -158025,28 +158025,28 @@ cso pTN aoz mNh -cdr +aot vWh -bxk -fjq +ajp +ajx idY fSs mZD -kho -bZW -rck +buV +leq +pZR xCZ bcm lSt jBw -epT -ntI -oDn -nDx -epT -uax -nDx -epT +amn +anc +xfa +anz +amn +amT +anz +amn apY ffq asc @@ -158058,31 +158058,31 @@ aiH arb eVL ffq -tIu +mVb ffq -qoo -bMx -feO -sOE -sLx -eNV -xom -yfw -kRG -twG +hCC +wij +nML +mql +xcc +puy +aba +dLg +fPK +xXC axY oVG azC dnQ axY -soy -eZk -tTf -knZ -xtg -tle -tle -bUn +qGt +aDk +oaJ +wed +xyl +tSC +tSC +yjS hGz aIg aIg @@ -158096,7 +158096,7 @@ aoT qeI aOb azA -gPJ +nRE aOb aVP aOb @@ -158112,10 +158112,10 @@ aBM aRN aBM aBM -mSU -mSU -mSU -mSU +jxU +jxU +jxU +jxU unm gNY gNY @@ -158282,14 +158282,14 @@ cso vZz inb avg -xhl +hms azD cso -fjq +ajx xZz nSg lnC -oeB +dbE hvy rFo iJx @@ -158298,7 +158298,7 @@ apo wPB kkW sZa -tog +wJO sTm mqZ rVM @@ -158310,36 +158310,36 @@ wGH dbQ dbQ gBn -blG +tYd gBn gBn gYI bKm -bXb -pSM -wEh +dIS +xfx +dUk aLX asl asl -jmK +xiP aLX vUF cxX hdD -lVq -pfM -aKH -ghh -qAb -pfM -cOp +aEn +axZ +aYE +azx +hZg +axZ +crW asj -pUG +sqa awF awF awF awF -avT +cXw anM aIg aIg @@ -158353,7 +158353,7 @@ aoT bZQ aOb arX -gPJ +nRE aOb aOb aOb @@ -158535,18 +158535,18 @@ aYr aYr aBM aBM -hIl -qnG +vlW +oES vWh -pkY -gry -uCw -xFb -lIt -nfx -rNQ -lxu -lyz +rUP +xZj +nbU +uBB +hsU +fZn +ken +rnH +myI hvy xZz pok @@ -158573,15 +158573,15 @@ pmi sdh wLS wLS -wVm +jlH wLS wLS aoO -hHg -ofC +ayK +nmb aEV anG -aCQ +acH anG anG axX @@ -158591,10 +158591,10 @@ qbg axX anG anG -bZr +ogw awF -aeS -aeS +aAX +aAX awF oBs aFt @@ -158610,7 +158610,7 @@ aYv pdb aOb eUu -gPJ +nRE loK emS aOb @@ -158627,10 +158627,10 @@ aRN vKY aBM aBM -mSU -mSU -mSU -mSU +jxU +jxU +jxU +jxU aYr aYr aYr @@ -158792,33 +158792,33 @@ aYr aYr aYr aBM -hIl +vlW vWh vWh bsd ygh aad cso -aBr +ajB xZz byf lnC -oeB +dbE hvy xZz apa wXK tBt iNG -hne +tVF hQE wXK slK lTE xNY -iQr -eXs -eXs +sTg +nHk +nHk ezo ezo ezo @@ -158830,16 +158830,16 @@ wLS wLS wLS uJK -qsK +isc sac wLS aGh -afa -oKd +eYr +dGz asb anG -nbp -lqP +dmZ +wsA anG axX vUA @@ -158847,13 +158847,13 @@ azB qbg axX anG -vXi -rSR +aCP +lrP awF -hkc -iSv +hcG +lMD paa -fPd +iQC sXx cRo sXx @@ -158867,7 +158867,7 @@ sXx ejq aOb ald -rFB +poe aOb mjQ aOb @@ -159055,12 +159055,12 @@ ves fAM roQ dPO -bxk -mLF +ajp +duA nBV jSw gAL -oeB +dbE kAQ xZz vIN @@ -159073,9 +159073,9 @@ xRE ioK sdk xNY -eXs -eXs -pkz +nHk +nHk +wBM ezo rON nom @@ -159084,19 +159084,19 @@ sFC lPm ezo xJF -nrz +ebB riE afG -sIq +lct dOm wLS wkU -tTe -tQG +shY +lER aER anG -dqo -rhm +arV +lJR anG axX fve @@ -159104,11 +159104,11 @@ azB wUT axX anG -rhm -rSR +lJR +lrP awF -owm -ycW +aGC +aHg awF akE akE @@ -159124,7 +159124,7 @@ akE fDj aOb aVF -sAv +uHQ aOb aOb aOb @@ -159142,10 +159142,10 @@ aBM aBM aBM aBM -mSU -mSU -mSU -mSU +jxU +jxU +jxU +jxU aBM aYr aYr @@ -159317,7 +159317,7 @@ chR bQi tFB iZt -asp +fra qVl cQS dHx @@ -159330,9 +159330,9 @@ xRE ifi juo xNY -iKa -eXs -iMz +ciB +nHk +bpp ezo taq odD @@ -159342,17 +159342,17 @@ hBq ezo ewV bsq -ufC -pfi -cuH +myf +keg +jts uCp wLS -bHw +vEQ ayS -mPz +dZV fhm anG -oxj +ase anG anG axX @@ -159362,7 +159362,7 @@ qbg axX anG anG -bDJ +fgS awF awF awF @@ -159381,7 +159381,7 @@ aUv jXQ aOb aki -gPJ +nRE lef crg aOb @@ -159391,7 +159391,7 @@ dhe dhe aBM pug -mpU +qtg pug aBM aBM @@ -159573,8 +159573,8 @@ bcm aIY grY sCD -vXu -fWQ +xCE +xiT tQc tHL bcm @@ -159587,9 +159587,9 @@ xRE ioK ust xNY -eXs -eXs -pEp +nHk +nHk +mWv ezo iPj fOK @@ -159604,13 +159604,13 @@ huU evM hNX wLS -cdC +aql aTW wQZ lJl anG -dqo -kIi +arV +tEZ anG axX vUA @@ -159618,8 +159618,8 @@ azB qbg axX anG -ult -rSR +nLJ +lrP anG dhe dhe @@ -159638,7 +159638,7 @@ akx kBf aOb asd -gPJ +nRE aOb nlx aOb @@ -159648,7 +159648,7 @@ dhe dhe dhe pug -xiB +bOF pug aBM aBM @@ -159657,10 +159657,10 @@ aBM aBM aBM aBM -mSU -mSU -mSU -mSU +jxU +jxU +jxU +jxU aYr aYr lDe @@ -159831,7 +159831,7 @@ bcm dsN bcm bcm -nzT +uwh bcm bcm bcm @@ -159844,7 +159844,7 @@ wXK cJx wWf xNY -nuW +nGX erH erH ezo @@ -159866,7 +159866,7 @@ aGD aDn aLX anG -ciX +ass anG anG axX @@ -159876,7 +159876,7 @@ qbg axX anG anG -tyl +shW anG dhe dhe @@ -160088,10 +160088,10 @@ ksf mGs xKB bcm -wGw -eXs -ewY -lTe +gxi +nHk +nii +dIc xNY xNY xNY @@ -160101,9 +160101,9 @@ xNY xNY xNY xNY -eXs +nHk erH -eMw +srM qhW erH dhe @@ -160133,7 +160133,7 @@ qbg axX axX eFB -tOV +nBz dhe dhe dhe @@ -160345,22 +160345,22 @@ bcm vVu bcm bcm -wGw -wGw -wGw -wGw -wGw -qgx -nPf -ufU -ltN -qgx -wGw -wGw -wGw -wGw -wMg -gjf +gxi +gxi +gxi +gxi +gxi +nID +nCl +bjY +flA +nID +gxi +gxi +gxi +gxi +uYZ +pjv ndl erH dhe @@ -160390,7 +160390,7 @@ wUT axX axX eFB -tOV +nBz aBM dhe dhe @@ -160414,13 +160414,13 @@ jpX fZt aOb aBM -tOV -tTX -mBN -iAp -yjF -yjF -dPz +nBz +nBH +iXl +ojj +wBZ +wBZ +uec pTU dhe dhe @@ -160602,10 +160602,10 @@ aRN xXs aRN bcm -eXs -xRI -wgz -dGi +nHk +wLD +jub +cfk kaL aFF bdJ @@ -160615,9 +160615,9 @@ aFF kaL kaL kaL -eXs +nHk erH -huI +kaY oNR erH dhe @@ -160647,7 +160647,7 @@ qbg axX axX eFB -tOV +nBz aBM dhe lvw @@ -160671,13 +160671,13 @@ aZo lMz aOb aBM -tOV +nBz pug pug pug -tQx -xXp -dmn +wOI +cex +dhi pTU dhe dhe @@ -160872,7 +160872,7 @@ aFF dhe dhe kaL -eXs +nHk erH erH erH @@ -160904,20 +160904,20 @@ qbg axX sCS anG -tOV -tOV -tOV -tOV -tOV -tOV -tOV -neR -tOV -tOV -tOV -tOV -tOV -tOV +nBz +nBz +nBz +nBz +nBz +nBz +nBz +urC +nBz +nBz +nBz +nBz +nBz +nBz lvw lvw dhe @@ -160928,7 +160928,7 @@ aOb aOb aOb aBM -tOV +nBz aBM aBM pTU @@ -161129,25 +161129,25 @@ dhe dhe dhe kaL -eXs -eXs -eXs -eXs -eXs -eXs -eXs -eXs -eXs -eXs -eXs -eXs -eXs -eXs -eXs -eXs -eXs -eXs -eXs +nHk +nHk +nHk +nHk +nHk +nHk +nHk +nHk +nHk +nHk +nHk +nHk +nHk +nHk +nHk +nHk +nHk +nHk +nHk kaL aBM aBM @@ -161174,8 +161174,8 @@ dhe dhe dhe dhe -tOV -tOV +nBz +nBz lvw dhe dhe @@ -161184,8 +161184,8 @@ dhe kTk aBM aBM -tOV -uiF +nBz +lLc aBM dhe dhe @@ -161386,10 +161386,10 @@ dhe dhe dhe kaL -bLX -xEu -vTB -eXs +lFI +gWQ +frK +nHk kaL kaL kaL @@ -161404,7 +161404,7 @@ kaL kaL kaL kaL -eXs +nHk kaL aBM aBM @@ -161432,16 +161432,16 @@ hce hce dhe lvw -kAE -tOV -tOV -tOV -tOV -tOV -tOV -tOV -tOV -tOV +els +nBz +nBz +nBz +nBz +nBz +nBz +nBz +nBz +nBz dhe dhe dhe @@ -161661,7 +161661,7 @@ dhe dhe dhe kaL -eXs +nHk sUZ aBM aBM @@ -161898,9 +161898,9 @@ ihH qLw izg szH -juk -vzx -hmQ +wNd +bMo +ijy pXC fFT aFF @@ -161918,7 +161918,7 @@ dhe dhe dhe kaL -eXs +nHk sUZ aBM aBM @@ -161940,13 +161940,13 @@ dhe dhe dhe hce -sMS -fCF -tLH +kpe +oTv +xna hce dhe tRH -lRq +kmX har eiI rKu @@ -162155,9 +162155,9 @@ oQs pof aqL gSe -uYp +dns bmz -kDI +yid ath egB aFF @@ -162175,7 +162175,7 @@ aZQ aZQ aZQ aZQ -eXs +nHk sUZ aBM aBM @@ -162198,7 +162198,7 @@ dhe lbM hce hce -iHS +dQK hce hce lbM @@ -162412,9 +162412,9 @@ iQv lej hzE oEb -lSs -uVN -tbG +ryv +wrB +uXE aQj qqR aFF @@ -162428,11 +162428,11 @@ vmX gHg fda qQK -lgf -jZh +qsk +qkW thA aZQ -eXs +nHk sUZ aBM aBM @@ -162453,12 +162453,12 @@ lbM lbM lbM lbM -sBP -jHJ -fCF +xzX +fzc +oTv lbM -qPH -vIp +ieH +ldj lbM fQb iLa @@ -162675,8 +162675,8 @@ aYq flq aig aFF -xQr -hgM +kMo +mOL ohj aiZ aZQ @@ -162685,11 +162685,11 @@ tfz wFp aZQ gDz -dhn -vtC +heW +vxp fgx aZQ -eXs +nHk kaL aBM aBM @@ -162705,21 +162705,21 @@ ayd jpW aRN lbM -wAD -qPH -qPH -ngu -fAY -qPH -lfA -fCF -pwv -juR -tSm +lCH +ieH +ieH +mHY +mzF +ieH +nrF +oTv +pmg +tNX +aFh lbM tRH tRH -aHd +wmv tRH tRH tRH @@ -162926,14 +162926,14 @@ lWS gOF fSo plb -uMy +whP twg mvT ucq edz tLc aAL -bbw +hgA pfa aAL eoV @@ -162942,15 +162942,15 @@ eoV eoV eoV iZW -ojt -qdk +nJH +rdF fHG aZQ -eXs +nHk kaL aBM avn -snZ +asv avn avn ayd @@ -162962,7 +162962,7 @@ avn avn aEW lbM -qPH +ieH lbM lbM lbM @@ -162971,12 +162971,12 @@ lbM lbM lbM lbM -fCF -qPH +oTv +ieH lbM ate boT -mDx +fBs xZF bsl ofE @@ -163190,7 +163190,7 @@ aNx aNx aFF rlG -iKt +sue ylO aDw pnI @@ -163200,15 +163200,15 @@ yft eoV env ghK -vqR +phK xsz aZQ -eXs +nHk kaL aBM avn -gkB -mHn +asE +uyS avn ayd xds @@ -163216,26 +163216,26 @@ azT bgI ayd avn -pgR -jfN +gBD +aEZ lbM -pBU +nsk lbM jUS asJ juj oim aRv -oby +arI lbM -fCF +oTv lbM lbM qEz hUa -wBJ +mRL dPv -uEN +jOl ofE nOb xZg @@ -163447,24 +163447,24 @@ iyU jlT aFF mhz -sBo +jVF vdh aGk pnI -sBR -tob -tob +ehZ +sBA +sBA eoV jaX cjl -fRv +fRy fwx aZQ -eXs +nHk kaL dhe avn -vpd +asy avn avn ayd @@ -163474,23 +163474,23 @@ bgI ayd avn avn -bmQ +aEY lbM -qPH +ieH lbM mNG hrp pCt rzt wsp -mTH +hGC lbM -fCF -qPH +oTv +ieH lbM vzg oKi -lPg +mbh xLe twt ofE @@ -163697,32 +163697,32 @@ bvX jGR mCy jGR -uOZ +lsA mQv iBU iBU pRL aFF wyW -lDt +iUs sWg veo pnI -lOC -sYc -qGu +uKm +fUN +jUN eoV uvQ fBj -weH +dMg tvB aZQ -eXs +nHk kaL dhe avn -tvX -mOB +kgr +dRg avn ayd qyp @@ -163730,30 +163730,30 @@ azT pKf ayd avn -mOB -jfN -xmC -nld +dRg +aEZ +jre +bcy lbM akr uaI wGe jxc eqf -gVK +nYk lbM -fCF -spP +oTv +xdW lbM qEz pde -wtX +cAA bOQ fCO ofE -uBj +mJp nEg -hEn +woi ozN aIK snA @@ -163954,32 +163954,32 @@ qVv vmk ldE hWL -bIY +iXQ hWL suc gal bSp aFF oSh -ryM +loj rWE oZY pnI -sBR +ehZ pnI pnI eoV aZQ aZQ -qGB +krK aZQ aZQ -hnl +gAB kqz kqz kqz -gkB -rkF +asE +mdk avn ayd xds @@ -163987,30 +163987,30 @@ azT bgI ayd avn -kBv -jfN +aDm +aEZ lbM -qPH +ieH lbM ecY mde wyE wNf oiX -csr +vkR lbM -fCF -spP +oTv +xdW lbM sgg gYh -usb +rsR aId fVO ofE aIl fwO -xKR +wmz eZx sFG snA @@ -164211,31 +164211,31 @@ aFF aFF abr abr -bIv +gnB abr abr aFF aFF aFF abW -inX +sXm agO abW pnI -xpr +dlK pnI nxe wrF wrF wrF -vjp +jmU wrF gAb aYt wrF lmk kqz -vbA +adm avn avn ayd @@ -164245,29 +164245,29 @@ bgI ayd avn avn -nlW +adT lbM -qPH +ieH lbM jUS qQI sSd nTd jBc -czU +dje lbM -oxZ +mfx lbM lbM ofE ofE -pvu +dAW ofE ofE ofE fed vHS -vEI +pAS fed snA snA @@ -164468,41 +164468,41 @@ wrF wrF wrF fPZ -csH +ufP wrF wrF wrF amE wrF wrF -kuf +jlG wrF aqE qXI -cCr +xcL amE -gAF -aed -aed -rJo -qSq -vsU -vsU -jGD -jGD -qLF -kQL -dem -jtP -atL -ixN -hqq -lkc -vtN -ixN -eRV -yix -kUM +vZi +sQE +sQE +dhr +oHX +awd +awd +rLU +rLU +uTd +rig +uOl +lfd +aEr +ayf +tLy +iBv +ibO +ayf +aFa +pNm +iUK lbM lbM lbM @@ -164511,20 +164511,20 @@ nBB lwN hQK roD -tfp +whV lwN -eJv +vrD aHN dFl dFl jhU -aSK +vll akY dFl dFl dFl twk -lNU +xnp mKP nbz eIq @@ -164726,19 +164726,19 @@ swA swA vSq cav -vsU -vsU -vsU -fjC -fjC -fjC -tWg -aed -gQD -aed -aed -aed -jFm +awd +awd +awd +koq +koq +koq +uoY +sQE +waC +sQE +sQE +sQE +nGb naF xVg jdc @@ -164758,7 +164758,7 @@ aAa yka ayg gHx -hOY +aDr avR aGd bWy @@ -164768,27 +164768,27 @@ mhI nbz iRf aPt -aTl -hly -nCx -gUV -gUV -gUV -gUV -xrF -gUV -gUV -gUV -gUV -gUV -ybK -eWs +iea +gKu +iEv +rgT +rgT +rgT +rgT +gcX +rgT +rgT +rgT +rgT +rgT +vtj +fqL mKP jyn sva kBV fGs -kSV +asP eIq lgb mVs @@ -164982,7 +164982,7 @@ ddm ddm rhv ddm -cSq +mrk pgW oAt aYt @@ -165015,7 +165015,7 @@ azT bgI ayd aBR -nnD +nVx rlg rlg rlg @@ -165039,13 +165039,13 @@ pbd pIh qIq ioz -sAs +lit xCV jyn -bEn -ctc -ctc -gaU +sOF +bAE +bAE +nvm eIq lgb mVs @@ -165272,7 +165272,7 @@ azT bgI ayd aBR -biE +czP aFe aGe aGe @@ -165296,13 +165296,13 @@ uht uht aJd qIq -oae -ovu -prL -nLq -uVh -mER -aWq +xkN +vVa +tvh +oVa +igY +jLa +iFK eIq hHw mVs @@ -165500,7 +165500,7 @@ lgI amK amK kqz -cGK +nXx kqz aGY aGY @@ -165529,7 +165529,7 @@ hdO cdx mph aBR -hOY +aDr aFf nbz nbz @@ -165540,7 +165540,7 @@ nbz nbz aHk eLP -nDq +fzb uht uht iCx @@ -165553,7 +165553,7 @@ elV uht uht pTk -sAs +lit xCV jyn dKr @@ -165757,7 +165757,7 @@ gBv kTB amK kFu -pGQ +jgq rsb aGY uOd @@ -165786,7 +165786,7 @@ xJA kpr tlq avn -kis +aDv aFf aGi aFD @@ -165797,7 +165797,7 @@ knj bhn dri eLP -fmI +sqb uht gvN xDu @@ -165810,7 +165810,7 @@ skf hHy uht tlz -sAs +lit xCV jyn aIQ @@ -166014,10 +166014,10 @@ bRV wVD amK pjh -sem +hvc ots eVd -hyn +ihG ybr teF fLF @@ -166043,18 +166043,18 @@ knD eDw biz woO -mqE +aDs aFf goy wzC uOY jGq -kGl -nLT -paq -pFO -cdq -wnR +wMj +kef +ghi +ivP +iPX +vkF uht nso oAH @@ -166067,7 +166067,7 @@ gKY aty uht uDV -sAs +lit xCV eIq eIq @@ -166271,7 +166271,7 @@ uvq aQg aMp mjt -sem +hvc vUo iMM gzs @@ -166300,20 +166300,20 @@ knD eDw vjI vwc -mcL -wpv -vva -vuQ +aDz +aFg +aGo +gbU ggn ggn -faT +jad bqL bhn xGC eLP tYi -nqv -sHA +wJV +nAd qxj xnR asa @@ -166324,7 +166324,7 @@ gKY tNb kLo krG -sAs +lit aJL qLi thT @@ -166528,10 +166528,10 @@ jCu wOt nSU rRE -aai +oNh htX mQU -hyn +ihG lJi vYt bHJ @@ -166566,13 +166566,13 @@ lUE eLP ivk nbz -oVQ -aMO -qvP +nFd +rXO +xZf kbz -hyu -vrg -eer +kxP +qLM +hYz jli aUk ewA @@ -166581,13 +166581,13 @@ gKY gTE tDm xGC -hQa -jXj -rKa -lyZ -kHv -pMm -tay +cEX +eVW +gPh +vXl +ucm +lmI +nJo jJf jJf jJf @@ -166785,14 +166785,14 @@ uvq oRL hrA cek -sem +hvc jmu pdm gzs -hyn +ihG ajQ aqp -pPW +yif nxn abq dhb @@ -166814,22 +166814,22 @@ vBI eDw biz mRN -gNK -bYr -gcG -iEB -rHH -rHH -lZo +kTI +bUC +wJI +lgE +ncO +ncO +wds bqL bhn xGC eLP tYi -mkl -xFu +uKg +iIX gKY -iWL +asM akS pXL tvR @@ -166838,13 +166838,13 @@ bGD qQR cUO bXD -fIX +dPF uDs qLi aIR vOt qLi -hdw +bwi vXx mVs mVs @@ -167038,11 +167038,11 @@ nIO yhW kgx pqM -nQq +bTk bUF amK pPq -sem +hvc fFP aGY cRq @@ -167071,18 +167071,18 @@ knD eDw vjI hsN -dMy +fvr aFf goy dWp mOS jPo -nTW -sRq -aiX -ufX -rHH -ilt +glx +xXm +hZW +rJn +ncO +lYw uht aHQ gKY @@ -167095,7 +167095,7 @@ bGD iby uht uDV -sAs +lit peE nAX nAX @@ -167295,7 +167295,7 @@ oTr jJl bIU oJc -vMQ +llY cEY amK bmm @@ -167303,13 +167303,13 @@ cGf nJA aGY pcP -htT -miw -htQ -vQN -wal -jAt -vFq +stP +sCA +wvK +bsi +opV +dbR +iTR gsW wbZ wbZ @@ -167328,7 +167328,7 @@ ugZ tCn tlq avn -vpV +hQQ aFf aGi asz @@ -167339,7 +167339,7 @@ uzL bhn xGC eLP -djF +tut uht lWG jtI @@ -167352,9 +167352,9 @@ tNv wJt uht tlz -sAs +lit vYV -ozA +ifn deS vlw auA @@ -167552,21 +167552,21 @@ stl amK owR dlE -sju +sav amK amK kqz -oMI +cBQ kqz aGY aGY -luf +hEi bgX dIE ptl sur aGY -yiw +kPn for cPk ucr @@ -167585,7 +167585,7 @@ qLb cdx lIu aCl -nGp +ePc aFf nbz nbz @@ -167596,7 +167596,7 @@ nbz nbz aHr eLP -phL +qUx uht uht qch @@ -167609,9 +167609,9 @@ wvZ uht uht oaf -sAs +lit vYV -ozA +ifn cpK hmE bet @@ -167809,15 +167809,15 @@ amK amK czF aMp -wHX +eZW amK olt tCJ -vry +wSI eWN nBW aGY -gZw +nDJ aGY uwP aGY @@ -167842,7 +167842,7 @@ azT bgI ayd aCl -rIu +gJw aFm aGd aGR @@ -167853,7 +167853,7 @@ nbz wjq twk eLP -bLI +ixw kaB uht uht @@ -167866,9 +167866,9 @@ uht uht sDC twk -sAs +lit vYV -ozA +ifn daq alE fMi @@ -168066,7 +168066,7 @@ pjO pjO kdb pjO -xIF +wgM cQU sVV aYt @@ -168074,7 +168074,7 @@ upd aYt iEW dSj -kuf +jlG hfP whs tLF @@ -168099,7 +168099,7 @@ azT bgI ayd aCl -dMy +fvr aFn avK aGT @@ -168110,7 +168110,7 @@ nbz rej eLP mOS -xCm +qAY toV asU wpq @@ -168123,7 +168123,7 @@ kYg qyg dlF uOY -sAs +lit vYV kwQ nKt @@ -168322,21 +168322,21 @@ pFz sdr mXD pFz -sVG -jlW -fjC -fjC -fjC -fjC -fjC -fjC -fjC -giz -gzD -fjC -fjC -fjC -kyu +ays +wjj +koq +koq +koq +koq +koq +koq +koq +pnv +cNk +koq +koq +koq +bfN tCJ rdd wrF @@ -168356,7 +168356,7 @@ aAu pRF aym nIG -mqE +aDs avO aGe aGU @@ -168365,30 +168365,30 @@ ayd ayd nbz uMB -cuQ -sSx -oNr -ozC -qBW -gzI +aUx +rJP +gVF +oWk +rCv +oid ggn ggn adI ggn ggn ggn -tnu -rpw +fPc +pHI ggn -nQn -qyv +cYX +rAz vqs -dCJ -vqQ -ocv -noE -qZW -pUw +lcp +xrI +bxo +dVA +dja +uXz iGr nAX nUi @@ -168591,29 +168591,29 @@ svC xDx hPx xDx -yaF +non luY -fhM -fjC -fjC -jfV -fjC -fjC -fjC -obP -obP -vpL -wzs -qCr -ycu -cBu -def -bWU -phG -chG -def -bFO -voM +epM +koq +koq +eNY +koq +koq +koq +gJW +gJW +heE +rdP +atB +czW +aEy +ayn +uZH +rzc +vNp +ayn +aFb +ask aFo lbM fnX @@ -168622,19 +168622,19 @@ eVQ eVQ eVQ eVQ -ool +sYg eVQ eVQ oKV lub -gLH +weA lub jMF vIB bHg lub oQl -xBW +ptL lub aIw eaW @@ -168645,7 +168645,7 @@ joC joC joC nAX -ozA +ifn mTX nAX abJ @@ -168838,17 +168838,17 @@ eER adw azJ adw -sNJ +duZ adw azJ azJ alW awj -fJY +nzW awj alW alW -szX +jmB oOP rHz pLo @@ -168856,12 +168856,12 @@ vNI cpN xDx xDx -iLq +uPo xDx xDx jHv kqz -vbA +adm avn avn ayd @@ -168871,7 +168871,7 @@ bgI ayd avn avn -nlW +adT lbM wWF lbM @@ -168879,19 +168879,19 @@ irj cMw uus aGK -uCT +pBq pSu eVQ hag adW -sYq +htr adW hag lbM -sDM +iUD hce joC -hLj +iwZ joC joC joC @@ -169101,11 +169101,11 @@ aos azJ pob snB -noZ +jEg djv soG alW -dZL +ipc aiF aiF bsp @@ -169113,13 +169113,13 @@ bsp aiF jPI jPI -idw +pnp jPI jPI jPI jPI -gkB -elD +asE +avs avn ayd xds @@ -169127,28 +169127,28 @@ azT bgI ayd avn -lOT -jfN +wIj +aEZ lbM wWF iVt wZq -dgX -iRD -iRD -idJ +rQE +rKf +rKf +pGf vKS eVQ bav adD -tcC +xKe aez iWp lbM -sMS +kpe hce aKr -ojy +oop aIm joC tMg @@ -169356,13 +169356,13 @@ xHf amD gbY azJ -qhV +apg atd -xuT +ozu wbR aBP alW -dZL +ipc aiF dJA uFs @@ -169370,13 +169370,13 @@ kKX smD jPI rWL -sZc +bPg cQc sHG xIJ jPI -gkB -mOB +asE +dRg avn ayd qyp @@ -169384,12 +169384,12 @@ azT pKf ayd avn -mOB -tJu +dRg +snL lbM naC lbM -bit +axP wtS wtS wtS @@ -169398,17 +169398,17 @@ irj eVQ uMO arO -tcC +xKe aeA aeT lbM -sMS +kpe hce dUJ -hLi +ezk tCk joC -xMl +sNm joC jOI mAT @@ -169619,7 +169619,7 @@ bAW eJV goh alW -dZL +ipc aiF iPR llv @@ -169632,7 +169632,7 @@ rrL oyJ xIJ jPI -snZ +asv avn avn ayd @@ -169642,11 +169642,11 @@ bgI ayd avn avn -ncU +aFp lbM wWF lbM -gln +wsL pJm pJm pJm @@ -169655,17 +169655,17 @@ irj eVQ kIF xrK -vXM -uMg -efc +clU +mdR +oDj lbM -gTW +qBP hce joC -dKC +pAj joC joC -mNN +hlD joC rJV ahN @@ -169876,9 +169876,9 @@ alW alW alW alW -dZL -piJ -cpE +ipc +rgN +aIW azY azY sYS @@ -169889,8 +169889,8 @@ bLY rXx guo jPI -gkB -mHn +asE +uyS avn ayd xds @@ -169898,12 +169898,12 @@ azT bgI ayd avn -pgR -jfN +gBD +aEZ lbM wWF lbM -flF +rpa mIG irj dCv @@ -169916,13 +169916,13 @@ uOF atk afn lbM -sMS +kpe hce wkr -wpr -mQx -pMk -wgj +geT +dzJ +xZa +lDw jCB tLQ eOu @@ -170133,7 +170133,7 @@ dhe dhe dhe oOP -bZY +veb aiF uGj uPQ @@ -170146,7 +170146,7 @@ jPI jPI jPI jPI -uQL +atD avn avn ayd @@ -170173,7 +170173,7 @@ lbM lbM lbM lbM -sMS +kpe hce pec bka @@ -170390,7 +170390,7 @@ dhe dhe dhe oOP -bZY +veb aiF aiF aiF @@ -170427,10 +170427,10 @@ lbM wWF wWF fiT -acG -sMS -sMS -sMS +sFN +kpe +kpe +kpe hce joC pWG @@ -170647,7 +170647,7 @@ dhe dhe dhe oOP -bZY +veb oOP dhe dhe @@ -170684,7 +170684,7 @@ lbM wWF lbM lbM -bgt +vHs lbM lbM voF @@ -170904,7 +170904,7 @@ oOP oOP oOP oOP -bZY +veb oOP dhe dhe @@ -170941,8 +170941,8 @@ lbM wWF lbM hKW -kiI -nba +sgJ +wyz lbM wWF hce @@ -171157,11 +171157,11 @@ oOP oOP oOP oOP -bZY -bZY -bZY -bZY -bZY +veb +veb +veb +veb +veb oOP dhe dhe @@ -171409,12 +171409,12 @@ dhe dhe dhe oOP -bZY -ohN -bZY -mLP -bZY -bZY +veb +mDh +veb +vsY +veb +veb oOP oOP oOP @@ -171671,7 +171671,7 @@ oOP oOP oOP oOP -mLP +vsY oOP dhe dhe @@ -171926,9 +171926,9 @@ oOP ojM vNg bFV -qFi +kvs oOP -bZY +veb oOP dhe dhe @@ -172183,9 +172183,9 @@ oOP oOP oOP fOm -pHS +kuX oOP -vmn +ewS oOP dhe dhe @@ -172440,9 +172440,9 @@ dhe dhe oOP faV -pHS -pPB -pHS +kuX +jxB +kuX oOP ngq hHo @@ -172699,7 +172699,7 @@ oOP oOP oOP oOP -pHS +kuX oOP oXC puO @@ -172738,7 +172738,7 @@ dyg xQT hHc ooo -vCv +cVj dyg dyg dyg @@ -172956,7 +172956,7 @@ dhe dhe dhe oOP -pHS +kuX oOP dhe puO @@ -173213,24 +173213,24 @@ aBM dhe dhe oOP -pHS +kuX oOP oOP oOP oOP -fGB +rnT oOP oOP dhe oOP oOP -vBV -qTg -cmc -iKZ +gfB +bwI +cfo +sfW oOP oOP -rxN +atE aod aod ayt @@ -173470,25 +173470,25 @@ dhe dhe dhe oOP -uEg -bZY -bZY -bZY -bZY -nfQ -bZY +xAt +veb +veb +veb +veb +bxg +veb oOP dhe oOP -wRp -bZY -bZY -bZY -bZY -bZY +rpd +veb +veb +veb +veb +veb oOP -dXg -jNe +xPx +pPZ aod ayt omi @@ -173496,8 +173496,8 @@ aAQ ujT ayt aod -pUc -fcN +hYq +aux axR uZJ wla @@ -173727,24 +173727,24 @@ dhe dhe dhe oOP -pHS +kuX pQB pQB pQB pQB pQB -bZY +veb oOP dhe oOP -bZY +veb eUe eUe eUe eUe -bZY +veb oOP -fUg +atK aod aod ayt @@ -173754,14 +173754,14 @@ ujT ayt aod aod -vhm +aFK axR lEr tka wvq lEr lkN -hfn +arx gIt iUq nbY @@ -173984,25 +173984,25 @@ dhe dhe oOP oOP -pHS -mUh -iVV -kqG +kuX +lzu +oHI +emk sDF pQB -bZY +veb oOP oOP oOP -bZY +veb pQB wHz hzo pQB -bZY -uUc -dXg -vxT +veb +xlA +xPx +vft aod ayt pCN @@ -174010,8 +174010,8 @@ aAQ gSR ayt aod -vxT -fcN +vft +aux axR ssR tka @@ -174023,7 +174023,7 @@ cGY iUt hVw pZq -shq +oBm ufN dLe sKX @@ -174240,26 +174240,26 @@ dhe dhe dhe oOP -bZY -bZY +veb +veb pQB -rcD -qPu -uaz +vRm +jMz +eEt pQB -lgd -bZY -bZY -bZY -mLP +mlE +veb +veb +veb +vsY pQB rqE gEq pQB pQB pQB -dXg -dMp +xPx +dlX aod ayt omi @@ -174267,8 +174267,8 @@ aAQ ujT ayt aod -rMr -fcN +pzR +aux axR uHz mOF @@ -174276,7 +174276,7 @@ vuO vuO djo hKn -mbw +vMK bWW vjF vjF @@ -174286,7 +174286,7 @@ aPX bPl dyg bwc -iPl +dCn ksp der dhe @@ -174497,11 +174497,11 @@ dhe dhe wDe oOP -aVs +jwv oOP pQB uIG -kmu +gIX jFk pQB oOP @@ -174511,11 +174511,11 @@ oOP oOP pQB jqw -pDH -wWi -hHX +nwA +iDr +yeu yeO -haT +ads aod aod ayt @@ -174525,7 +174525,7 @@ ujT ayt aod aod -snO +adu axR quT eoU @@ -174543,7 +174543,7 @@ aHT aHZ dyg lSU -bss +nBt jhg der dhe @@ -174754,11 +174754,11 @@ dhe dhe wDe tGk -lMd +qCf qTC gJG okm -gYo +wkF bSv xXj ari @@ -174768,9 +174768,9 @@ vJP ajk yeO jqw -khQ -tWV -bLd +hKV +sDo +uEE oDL atP eCL @@ -174800,7 +174800,7 @@ gIt gIt dyg der -skM +raO der der der @@ -175011,22 +175011,22 @@ dhe dhe wDe iCg -tii -qCY -qCY -qCY -sNn -qod -mrh +cIC +dAu +dAu +dAu +qEA +vZR +nwq alP eNw hpp ikk kjQ yeO -lpK -xif -lpK +veF +dMe +veF yeO axR atQ @@ -175044,27 +175044,27 @@ aGs aGZ aGZ aHs -uIg +fuq ovf aXY dzR lJk -vHk -cxw -vAI -cxw -cxw -cxw -cxw -cKk -jMO -xva -cxw -cxw -cxw -rnP -bDH -chH +nVS +fYb +bxi +fYb +fYb +fYb +fYb +tNs +gAl +rAw +fYb +fYb +fYb +mRY +jIQ +dyv czV lQG hvU @@ -175272,9 +175272,9 @@ xHg bAl tiq toM -bmw -vFu -ocE +jeV +mZS +sXJ qOr tEQ vSv @@ -175282,7 +175282,7 @@ pBg kjQ yeO hHU -pUV +wYY xth yeO muh @@ -175301,12 +175301,12 @@ aEb ryJ mON aHu -kZx +ucf hRI owK lar jLP -vkH +wrQ nYd btd nYd @@ -175316,12 +175316,12 @@ nYd nYd nYd nYd -cao +man nYd nYd fVi nYd -oCX +mCl jrL lQG dGu @@ -175529,9 +175529,9 @@ xHg jLw jLw qNW -gcJ +aTY bSv -uEi +apI hgr hgr kOo @@ -175539,7 +175539,7 @@ hgr aCB yeO iQD -hKX +xtn mFa yeO ppK @@ -175558,12 +175558,12 @@ aGu aGu aGu aHw -rQr +pWV vPF qLz tML vYn -tng +wOw mxF mxF qpT @@ -175573,12 +175573,12 @@ ngB mxF mxF mxF -mii +uiS mxF mxF lBo bLs -rJu +vSg jrL lQG dGu @@ -175786,7 +175786,7 @@ iFZ uce tiq tFC -vwS +lQY bSv xtb pXz @@ -175795,9 +175795,9 @@ ufF pXz xtb yeO -lpK -lHX -lpK +veF +iGB +veF yeO aod auh @@ -175820,7 +175820,7 @@ der kvg kvg oky -bgs +ahD oky wwC wwC @@ -175828,14 +175828,14 @@ msN hIG atl vmv -xnZ -xnZ -qxa -xnZ -xnZ +npM +npM +gJR +npM +npM vmv geY -rJu +vSg jrL lQG hvU @@ -175849,9 +175849,9 @@ dGu dGu dVz lQG -hoe +baK wkP -hoe +baK lQG lQG lQG @@ -176042,8 +176042,8 @@ fub krs cmU omZ -gdo -gcw +gYm +tqn cld xtb old @@ -176077,22 +176077,22 @@ bJd kvg akF ply -kbA -iuV -bjt +mSC +qnv +arQ wwC fvb hIG jrL vmv -wOH +utD lev -tYa -xji -hUm +sDb +cHD +asN vmv vzu -rJu +vSg jrL lQG dGu @@ -176106,9 +176106,9 @@ dGu dGu dGu iCI -jwI -xwT -ocQ +hXE +sHF +fLU tSI lQG dGu @@ -176299,7 +176299,7 @@ wws gbQ sTF kQm -fTv +uHd hRw bah pXz @@ -176310,8 +176310,8 @@ ufr emY cwi lST -fLL -ucX +ggh +tLd eRr nLs auh @@ -176341,15 +176341,15 @@ wwC aHU bhi jrL -xnZ -dpC +npM +lhM lev akD tfe -kGi -xnZ +jkk +npM msN -rJu +vSg jrL lQG lQG @@ -176363,7 +176363,7 @@ tLf tLf tLf tUl -ikL +svh jZP lFs lQG @@ -176556,7 +176556,7 @@ haY sTF sTF sTF -rGv +vKZ ttN ttN pXz @@ -176598,15 +176598,15 @@ wwC iiH uTR jrL -xnZ +npM exe eJG ocb lVC tVA -xnZ +npM nPL -mNW +kTA skQ qhx ufT @@ -176620,7 +176620,7 @@ ovq iGm iGm sSs -lZH +sTu sMv wFn spY @@ -176813,23 +176813,23 @@ haY qCl wIC sTF -sbe +aQa ttN ttN pXz adv -cPt -vWa -vAJ -jRx -evZ -qNq -tdJ -fLL -ozc -sXL -lzh -oHl +fle +lor +tZE +hlM +lft +pRJ +cxq +ggh +hAd +uCf +sAj +eOI oDr ayt omi @@ -176863,21 +176863,21 @@ hLK aIH vmv dtR -fUD -jsr -oGS -iUI -iSe -jrY -fAT -qID +van +rcI +hFi +uwv +oXL +uyF +snV +ybE aqV enz hAe fwL hIw fnh -bOV +tOv cUR fzC nzS @@ -177070,12 +177070,12 @@ haY sTF sTF sTF -qAc +bJl ttN ttN pXz adE -mqR +xcD fHE hIb afW @@ -177086,7 +177086,7 @@ aqy jRW sfT lau -chU +gzz bFp ayt omi @@ -177112,29 +177112,29 @@ wwC iiH uTR jrL -xnZ +npM hAH kLG cWa eet dIv -xnZ +npM msN -pzG +ewW tLW qhx uCh auZ muc qhx -ckT -dWY +lGZ +tWK wLb dwS icu kId icu -dVn +rmu nya xkS spY @@ -177326,13 +177326,13 @@ uqM sPs kAe sTF -qmU -ohf -uuX -xmP -pIk -omF -cNF +mis +qqU +rbe +wHp +cqJ +bkL +dua fHE xDt xrY @@ -177343,7 +177343,7 @@ aqy oCq nLs auh -dct +wxB hla ayt pCN @@ -177369,31 +177369,31 @@ wwC tps mle jrL -xnZ -sCe +npM +sUQ lev lev lev dcy -xnZ +npM msN -rJu +vSg jrL lQG lQG lQG lQG lQG -iLf -mZn -gqU -vRW -vRW -vRW -oUs -qRQ -gHL -dok +dko +wyO +koJ +pIv +pIv +pIv +wJC +xOL +pKi +onS lQG lQG dGu @@ -177580,11 +177580,11 @@ vHo igg crp xuo -lcU -tSp -fee +lMa +kNo +ohw rPD -nzj +kly aBB aBF xtb @@ -177596,11 +177596,11 @@ aCC pXz ruX mvr -hUy +aqz xse wwI auh -iru +awu aod ayt omi @@ -177627,22 +177627,22 @@ aHX hIG jrL vmv -rlf +ale lev lev lev -gmy +xKn vmv msN -rJu +vSg jrL lQG dGu dGu dGu qRS -isl -sRJ +atf +etV qRI dGu dGu @@ -177650,7 +177650,7 @@ dGu lQG sNM hRg -jKH +ryr nrW lQG dGu @@ -177847,7 +177847,7 @@ jJo jJo owL owL -rJZ +qqT owL jJo jJo @@ -177857,7 +177857,7 @@ xtb xtb xtb aun -chU +gzz axM ayt omi @@ -177880,18 +177880,18 @@ nac oky wwC wwC -rDQ +mKa hIG pCR vmv -xnZ -xnZ -sLd -xnZ -xnZ +npM +npM +ryB +npM +npM vmv hcZ -rJu +vSg jrL lQG hvU @@ -177899,7 +177899,7 @@ dGu dGu mAl nzq -fxy +ixA bFg dGu dGu @@ -177907,7 +177907,7 @@ dVz ubz tXN tXN -qvg +oJN ubz lQG lQG @@ -178104,7 +178104,7 @@ jJo aiS kEf bWe -qSf +qJO gme aCD owL @@ -178114,7 +178114,7 @@ xNV xNV aoh aur -weq +hEy axM ayt omi @@ -178128,7 +178128,7 @@ aGv akj akj udB -iEe +psi nTP aHb irF @@ -178143,12 +178143,12 @@ aPA vkJ vkJ vkJ -god +mbv vkJ vkJ rJk lMH -rJu +vSg jrL lQG dGu @@ -178156,7 +178156,7 @@ dGu dGu qRS mln -sRJ +etV qRI dGu dGu @@ -178359,19 +178359,19 @@ jDB cGz kAY jJo -npl -qYE -bQz +bUh +xtP +hmS nzt buJ oEZ vKO uJw orv -nnk -pSe -kQn -mau +ccc +aok +aus +wTL axM ayt oCw @@ -178385,7 +178385,7 @@ rLM hBt pjY rqf -kZx +ucf hRI owK lar @@ -178394,18 +178394,18 @@ lCL nYd nYd nYd -jcz +kIL nYd nYd nYd nYd rBI -gZm +fwp nYd nYd cxp rUT -mxr +ouL jrL lQG dGu @@ -178413,7 +178413,7 @@ dGu dGu qRS mln -sRJ +etV qRI dGu dGu @@ -178625,7 +178625,7 @@ owL vlt fhS uIa -cjX +gEG baP hSa awx @@ -178639,30 +178639,30 @@ qpM aEm aFZ aGz -qzB -nnk -gji -wME -dTV -wdE -irK -lUz -wEC -eUz -fFt -lWt -lWt -vZj +gyu +ccc +txz +gSJ +uJQ +qWA +jdH +bpj +sNY +uBC +dfe +kyp +kyp +aQY vLI vLI vLI vLI -uHA -lWt -lWt -lWt -lWt -wip +tsh +kyp +kyp +kyp +kyp +csz jrL lQG hvU @@ -178670,7 +178670,7 @@ dGu dGu mAl nzq -vCQ +lCG bFg dGu dGu @@ -178882,7 +178882,7 @@ jJo qze lOB uIa -xsQ +dQA aod auu ash @@ -178896,46 +178896,46 @@ aFi uoz aGb aod -gQO +kiy uwx hLJ gSB gSB gSB gSB -ofb -nlH -ofb +cVT +xRx +cVT xjn xjn xjn -fIU +hoO xjn sHa sHa oYI -gzA +cMi oYI sHa sHa sHa -tLD +bEV rhj lQG dGu dGu dGu qRS -gGF -mzW +kco +qdV qRI dGu dGu dGu ubz -gXa +dBP lXu -jCW +iAc cQM ubz dhe @@ -179139,9 +179139,9 @@ jJo xnE fxf sei -jvJ +aqm aod -snO +adu aod axR axR @@ -179151,22 +179151,22 @@ axR axR axR aod -snO +adu aod -eWG +ovn uwx sZK -ofb +cVT vWW gUe -ofb +cVT tDx gtU eiP xjn ata -hMM -kmq +uta +rdM xjn mKh sWF @@ -179176,7 +179176,7 @@ qgN lxi aFW sHa -jbn +wYL aul lQG lQG @@ -179191,7 +179191,7 @@ ubz ubz ubz tUt -qcW +vMR naU rXt ubz @@ -179227,11 +179227,11 @@ uSH wxd uoZ bRI -ffd -alL -vSM -oUv -rMj +kHC +qxF +trx +xsY +vQc uHK rUY uoZ @@ -179396,34 +179396,34 @@ jJo tJC fxf uIa -jvJ +aqm aod -fcN -vnH +aux +jtb axR -fcN +aux lds avY owJ -ssB +rSu axR -wqo -fcN +aDX +aux aod -eWG +ovn uwx wEy -yie -soH -gto -sAJ -ird -qLT +pEe +mLj +keO +wNK +dXB +mWt nMy xjn fBL -tyr -aAo +eJC +kxF xjn aIf jxQ @@ -179433,7 +179433,7 @@ tct ylJ tQd oYI -nAp +fhV aPA vkJ cfU @@ -179446,9 +179446,9 @@ dhe ubz bFr etv -fii -upv -mtc +wtV +dJw +pHp fXt nCd ubz @@ -179483,13 +179483,13 @@ leZ uSH wxd uoZ -jhh +xIh dFA rQa cTx dqK -jJr -xCv +oQZ +pti bcC uoZ bEQ @@ -179636,7 +179636,7 @@ elU jRh wDe wDe -dRp +nIQ wDe wDe wDe @@ -179653,34 +179653,34 @@ jJo nxZ dMs nKs -jvJ +aqm aod -fcN -vxT +aux +vft axR -fcN -tkg -tkg -nyq -vhk +aux +rWR +rWR +jfz +ium axR -vxT -fcN +vft +aux aod -eWG +ovn uwx sZK -ofb +cVT rSJ mdu -ofb +cVT dJB -wMC +epw kCh xjn -dCT -nGa -iVm +uxB +fes +wZe hZc puN iJZ @@ -179690,7 +179690,7 @@ tzu als tKT oYI -nAp +fhV hIG coz vnZ @@ -179746,7 +179746,7 @@ inR uoZ uoZ uoZ -jAu +xSo bcC uoZ ker @@ -179892,9 +179892,9 @@ rpI xjT cNG ovy -bsQ -qPU -pvF +vMw +dLD +lCt wDe dhe dhe @@ -179910,21 +179910,21 @@ jJo qze jmz uwx -jvJ +aqm aod aod aod axR -fcN -tkg -eWy -jWW -fcN +aux +rWR +sPN +cgv +aux axR aod aod aod -eWG +ovn uwx iAY gSB @@ -179932,12 +179932,12 @@ gSB gSB gSB emz -rhe +wej nea xjn -cOD -uFH -pup +lwt +pcq +lhO xjn cjP ojG @@ -179947,9 +179947,9 @@ fZL hZH alz sHa -jal -hqH -qHZ +iQp +jXC +qWI bJn iiH iiH @@ -179995,12 +179995,12 @@ lKt wvH wvH vlZ -wFB -nrM +xLA +vRe myx -oqM -gza -kpk +hQb +wiu +byy xnP tdP bAH @@ -180148,9 +180148,9 @@ wDe vtd bsW ybt -lbY +lyf bsW -fHK +dhl hrG wDe dhe @@ -180167,21 +180167,21 @@ oYl wld fxf uwx -vwh +fbz aod mQS iDO axR axR axR -mhD +bRO axR axR axR mSE eoj aod -hLY +eMp pjY iNB sBi @@ -180189,7 +180189,7 @@ mqi gSB oZB wsJ -don +qSg aNN xjn niE @@ -180206,7 +180206,7 @@ sHa sHa ssV ssV -wAk +dmM ssV ssV der @@ -180252,7 +180252,7 @@ mLq leZ leZ xyC -gUh +cqG uoZ lve dtL @@ -180260,7 +180260,7 @@ tYB uoZ uoZ uoZ -vcG +lmw bcC uoZ aVJ @@ -180422,23 +180422,23 @@ vhP src oKN wld -trl +fsu hbU -iDT -soD -gxg -tvc -tvc +wHo +gvW +fHW +rLB +rLB kkf -jDH +vNK xIr cmK bFA -dTt -lno -wso -ooG -qBA +sAg +rgv +pVe +pci +hfS uwx uwx tCx @@ -180462,8 +180462,8 @@ sHa dhe dhe ssV -hmj -lhB +fpx +wyH wvg ssV dhe @@ -180514,9 +180514,9 @@ uoZ tiC dtL dtL -twb +ciO tdH -wLZ +xKb dtL gsu uoZ @@ -180664,7 +180664,7 @@ jUw elk gsa uKh -qLa +qhp ehn wDe dhe @@ -180676,26 +180676,26 @@ dhe oYl kUQ ntd -sVi +nre cHA uLa -pRE +vpz eVY tCx cmf fxf vIG -qYk -qYk -qYk -ofL -qel -qYk +wxC +wxC +wxC +wXl +uYH +wxC hbU wHf tCx cmf -qXe +gRa bdb uwx lMM @@ -180712,7 +180712,7 @@ xjn xjn sHa bYn -sAL +asG alk sHa sHa @@ -180720,7 +180720,7 @@ dhe dhe ssV lsF -rvm +ftQ xIa ssV dhe @@ -180772,7 +180772,7 @@ jZu dbJ oEz rUY -ooj +sFj rUY gbV rUY @@ -180977,7 +180977,7 @@ dhe dhe ssV aum -uRy +rnt xWW ssV dhe @@ -181023,7 +181023,7 @@ sBj leZ leZ uSH -mhd +ufO uoZ uoZ uoZ @@ -181201,7 +181201,7 @@ cTX cTX cTX gBY -rHI +jxS rVW tij gBY @@ -181234,7 +181234,7 @@ nhJ nhJ nhJ nhJ -wan +dvu nhJ nhJ nhJ @@ -181451,15 +181451,15 @@ dhe dhe uEX exL -lUN -wZW +aqA +aqR uEX -dsl +aqU qHU jsj gBY -wnH -hMt +bjX +bYM jOk gBY pYX @@ -181491,7 +181491,7 @@ nhJ kzi byg dZO -naw +pjL oMJ byg kzi @@ -181710,15 +181710,15 @@ uEX tGm leY eqT -jCI +oNe nXw eHH uMQ vDn fcK -ixW -mYm -ueB +xkH +kSh +owX ryA eHH jbm @@ -181967,15 +181967,15 @@ uEX kri ccG eqT -jCI +oNe nXw eHH eHH -exP +gXe jqu -ciq -msh -oob +thX +are +ohA vZU fxr jbm @@ -182223,15 +182223,15 @@ aBM uEX xAj pLh -gma -iup +oDJ +gIh wBO eHH eHH hzC ujA gBY -vPn +arf dNy cZO eHH @@ -182480,15 +182480,15 @@ aYr uEX mUX cQG -gxP -jCI +xUq +oNe nXw eHH eHH hzC bsM loN -iGi +arg dNy eHH eHH @@ -182737,19 +182737,19 @@ aYr uEX kkE aDt -mMi +ani hKF -kQh -tZA -mgC +wuW +kzt +jOS hzC taS loN -dLA +arh ark -ikW -ikW -pYC +qsa +qsa +arn ybL gBY aBM @@ -182999,7 +182999,7 @@ uEX gBY gBY aEN -rqm +cQn bsM loN ffk @@ -183256,7 +183256,7 @@ xxk aEj qjT nXw -rqm +cQn taS loN ffk @@ -183511,14 +183511,14 @@ qjT izq nLj vxD -dOZ -bri -rqm +jhT +pvw +cQn ujA qlJ tqs dNy -hTl +qnL dNy aro arp diff --git a/_maps/map_files/tramstation/tramstation_skyrat.dmm b/_maps/map_files/tramstation/tramstation_skyrat.dmm index ff3ac461949..ecbbed8b81f 100644 --- a/_maps/map_files/tramstation/tramstation_skyrat.dmm +++ b/_maps/map_files/tramstation/tramstation_skyrat.dmm @@ -19764,7 +19764,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /obj/structure/cable, /obj/structure/window/reinforced/plasma/spawner/west, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "emk" = ( @@ -20147,7 +20147,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /obj/structure/cable, /obj/structure/window/reinforced/plasma/spawner/east, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "ess" = ( @@ -63649,7 +63649,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /obj/structure/cable, /obj/structure/window/reinforced/plasma/spawner/west, -/obj/machinery/power/tesla_coil/anchored, +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "wrm" = ( @@ -66904,7 +66904,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /obj/structure/cable, /obj/structure/window/reinforced/plasma/spawner/east, -/obj/machinery/power/grounding_rod/anchored, +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, /turf/open/floor/engine, /area/engineering/supermatter) "xFn" = ( diff --git a/_maps/shuttles/ferry_lighthouse.dmm b/_maps/shuttles/ferry_lighthouse.dmm index f4c2a17fe23..385d26914b1 100644 --- a/_maps/shuttles/ferry_lighthouse.dmm +++ b/_maps/shuttles/ferry_lighthouse.dmm @@ -141,7 +141,7 @@ /turf/closed/wall/mineral/titanium/nodiagonal, /area/shuttle/transport) "aN" = ( -/obj/machinery/power/grounding_rod{ +/obj/machinery/power/energy_accumulator/grounding_rod{ anchored = 1 }, /turf/open/floor/mineral/titanium/blue, diff --git a/code/__HELPERS/maths.dm b/code/__HELPERS/maths.dm index 5e1e3e76f67..c8824aa7e67 100644 --- a/code/__HELPERS/maths.dm +++ b/code/__HELPERS/maths.dm @@ -80,13 +80,19 @@ return "[round(units * 0.000001, 0.001)] MJ" return "[round(units * 0.000000001, 0.0001)] GJ" +/proc/joules_to_energy(joules) + return joules * (1 SECONDS) / SSmachines.wait + +/proc/energy_to_joules(energy_units) + return energy_units * SSmachines.wait / (1 SECONDS) + ///Format an energy value measured in Power Cell units. /proc/display_energy(units) // APCs process every (SSmachines.wait * 0.1) seconds, and turn 1 W of // excess power into watts when charging cells. // With the current configuration of wait=20 and CELLRATE=0.002, this // means that one unit is 1 kJ. - return display_joules(units * SSmachines.wait * 0.1 WATTS) + return display_joules(energy_to_joules(units) WATTS) ///chances are 1:value. anyprob(1) will always return true /proc/anyprob(value) diff --git a/code/datums/wires/tesla_coil.dm b/code/datums/wires/tesla_coil.dm index c2517aebf84..5aa27cc9f05 100644 --- a/code/datums/wires/tesla_coil.dm +++ b/code/datums/wires/tesla_coil.dm @@ -1,13 +1,13 @@ /datum/wires/tesla_coil proper_name = "Tesla Coil" randomize = TRUE //Only one wire don't need blueprints - holder_type = /obj/machinery/power/tesla_coil + holder_type = /obj/machinery/power/energy_accumulator/tesla_coil /datum/wires/tesla_coil/New(atom/holder) wires = list(WIRE_ZAP) ..() /datum/wires/tesla_coil/on_pulse(wire) - var/obj/machinery/power/tesla_coil/C = holder + var/obj/machinery/power/energy_accumulator/tesla_coil/C = holder C.zap() ..() diff --git a/code/game/objects/items/circuitboards/machine_circuitboards.dm b/code/game/objects/items/circuitboards/machine_circuitboards.dm index cdfc8bb2125..282f63f3ddd 100644 --- a/code/game/objects/items/circuitboards/machine_circuitboards.dm +++ b/code/game/objects/items/circuitboards/machine_circuitboards.dm @@ -55,7 +55,7 @@ /obj/item/circuitboard/machine/grounding_rod name = "Grounding Rod (Machine Board)" greyscale_colors = CIRCUIT_COLOR_ENGINEERING - build_path = /obj/machinery/power/grounding_rod + build_path = /obj/machinery/power/energy_accumulator/grounding_rod req_components = list(/obj/item/stock_parts/capacitor = 1) needs_anchored = FALSE @@ -142,7 +142,7 @@ name = "Tesla Controller (Machine Board)" greyscale_colors = CIRCUIT_COLOR_ENGINEERING desc = "Does not let you shoot lightning from your hands." - build_path = /obj/machinery/power/tesla_coil + build_path = /obj/machinery/power/energy_accumulator/tesla_coil req_components = list(/obj/item/stock_parts/capacitor = 1) needs_anchored = FALSE diff --git a/code/modules/cargo/exports/large_objects.dm b/code/modules/cargo/exports/large_objects.dm index 84466609168..f70e18d6f4d 100644 --- a/code/modules/cargo/exports/large_objects.dm +++ b/code/modules/cargo/exports/large_objects.dm @@ -74,7 +74,7 @@ /datum/export/large/tesla_coil cost = CARGO_CRATE_VALUE * 2.25 unit_name = "tesla coil" - export_types = list(/obj/machinery/power/tesla_coil) + export_types = list(/obj/machinery/power/energy_accumulator/tesla_coil) /datum/export/large/supermatter cost = CARGO_CRATE_VALUE * 16 @@ -84,7 +84,7 @@ /datum/export/large/grounding_rod cost = CARGO_CRATE_VALUE * 1.2 unit_name = "grounding rod" - export_types = list(/obj/machinery/power/grounding_rod) + export_types = list(/obj/machinery/power/energy_accumulator/grounding_rod) /datum/export/large/iv cost = CARGO_CRATE_VALUE * 0.25 diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index a6fdf1de72b..60f499c27cb 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -939,10 +939,10 @@ name = "Grounding Rod Crate" desc = "Four grounding rods guaranteed to keep any uppity tesla coil's lightning under control." cost = CARGO_CRATE_VALUE * 8 - contains = list(/obj/machinery/power/grounding_rod, - /obj/machinery/power/grounding_rod, - /obj/machinery/power/grounding_rod, - /obj/machinery/power/grounding_rod) + contains = list(/obj/machinery/power/energy_accumulator/grounding_rod, + /obj/machinery/power/energy_accumulator/grounding_rod, + /obj/machinery/power/energy_accumulator/grounding_rod, + /obj/machinery/power/energy_accumulator/grounding_rod) crate_name = "grounding rod crate" crate_type = /obj/structure/closet/crate/engineering/electrical @@ -991,10 +991,10 @@ name = "Tesla Coil Crate" desc = "Whether it's high-voltage executions, creating research points, or just plain old assistant electrofrying: This pack of four Tesla coils can do it all!" cost = CARGO_CRATE_VALUE * 10 - contains = list(/obj/machinery/power/tesla_coil, - /obj/machinery/power/tesla_coil, - /obj/machinery/power/tesla_coil, - /obj/machinery/power/tesla_coil) + contains = list(/obj/machinery/power/energy_accumulator/tesla_coil, + /obj/machinery/power/energy_accumulator/tesla_coil, + /obj/machinery/power/energy_accumulator/tesla_coil, + /obj/machinery/power/energy_accumulator/tesla_coil) crate_name = "tesla coil crate" crate_type = /obj/structure/closet/crate/engineering/electrical diff --git a/code/modules/power/energy_accumulator.dm b/code/modules/power/energy_accumulator.dm new file mode 100644 index 00000000000..b8c14ca732e --- /dev/null +++ b/code/modules/power/energy_accumulator.dm @@ -0,0 +1,56 @@ +/// (this*100)% of stored power outputted per tick. +/// Doesn't change output total, lower numbers just increases the smoothing - taking longer to ramp up, and longer to drop away. +/// 4% means an accumulator, when starting up for the first time: +/// - emits 50% of what is being received after 40 seconds +/// - emits 90% of what is being received after two minutes +/// - emits 99% of what is being received after four minutes +/// after having stored energy for at least 4-5 minutes, then dropping input to nothing: +/// - emits 50% of what was previously being received after 40 seconds +/// - emits 25% of what was previously being received after 79 seconds +/// - emits 10% of what was previously being received after two minutes +/// - emits 1% of what was previously being received after four minutes +#define ACCUMULATOR_STORED_OUTPUT 0.04 + +/// Abstract type for generators that accumulate energy over time and slowly release it +/// eg. radiation collectors, tesla coils +/obj/machinery/power/energy_accumulator + anchored = FALSE + density = TRUE + ///Whether this accumulator should connect to and power a powernet + var/wants_powernet = TRUE + ///The amount of energy that is currently inside the machine before being converted to electricity + var/stored_energy = 0 + +/obj/machinery/power/energy_accumulator/proc/get_stored_joules() + return energy_to_joules(stored_energy) + +/obj/machinery/power/energy_accumulator/proc/get_power_output() + // Always consume at least 2kJ of energy if we have at least that much stored + return min(stored_energy, (stored_energy*ACCUMULATOR_STORED_OUTPUT)+joules_to_energy(2000)) + +/obj/machinery/power/energy_accumulator/process(delta_time) + // NB: stored_energy is stored in energy units, a unit of measurement which already includes SSmachines.wait + // Do not multiply by delta_time here. It is already accounted for by being energy units. + var/power_produced = get_power_output() + release_energy(power_produced) + stored_energy -= power_produced + +/obj/machinery/power/energy_accumulator/proc/release_energy(power_produced) + if(wants_powernet) + add_avail(power_produced) + +/obj/machinery/power/energy_accumulator/should_have_node() + return wants_powernet && anchored + +/obj/machinery/power/energy_accumulator/set_anchored(anchorvalue) + . = ..() + if(isnull(.)) + return //no need to process if we didn't change anything. + if(!wants_powernet) + return + if(!anchorvalue) + disconnect_from_network() + return + connect_to_network() + +#undef ACCUMULATOR_STORED_OUTPUT diff --git a/code/modules/power/singularity/collector.dm b/code/modules/power/singularity/collector.dm index 505d740891d..c73e08464dc 100644 --- a/code/modules/power/singularity/collector.dm +++ b/code/modules/power/singularity/collector.dm @@ -1,26 +1,19 @@ //radiation needs to be over this amount to get power -#define RAD_COLLECTOR_EFFICIENCY 80 -#define RAD_COLLECTOR_COEFFICIENT 100 -//(this*100)% of stored power outputted per tick. Doesn't actualy change output total, lower numbers just means collectors output for longer in absence of a source -#define RAD_COLLECTOR_STORED_OUT 0.04 -//Produces at least 1000 watts if it has more than that stored -#define RAD_COLLECTOR_OUTPUT min(stored_energy, (stored_energy*RAD_COLLECTOR_STORED_OUT)+1000) +#define RAD_COLLECTOR_THRESHOLD 80 +//amount of joules created for each rad point over RAD_COLLECTOR_THRESHOLD +#define RAD_COLLECTOR_COEFFICIENT 200 -/obj/machinery/power/rad_collector +/obj/machinery/power/energy_accumulator/rad_collector name = "Radiation Collector Array" desc = "A device which uses radiation and plasma to produce power." icon = 'icons/obj/singularity.dmi' //ICON OVERRIDEN IN SKYRAT AESTHETICS - SEE MODULE icon_state = "ca" - anchored = FALSE - density = TRUE req_access = list(ACCESS_ENGINE_EQUIP, ACCESS_ATMOSPHERICS) max_integrity = 350 integrity_failure = 0.2 rad_insulation = RAD_EXTREME_INSULATION ///Stores the loaded tank instance var/obj/item/tank/internals/plasma/loaded_tank = null - ///The amount of energy that is currently inside the machine before being converted to electricity - var/stored_energy = 0 // stored_energy += (pulse_strength-RAD_COLLECTOR_EFFICIENCY)*RAD_COLLECTOR_COEFFICIENT ///Is the collector working? var/active = FALSE ///Is the collector locked with an id? @@ -30,17 +23,10 @@ ///Multiplier for the amount of gas removed per tick var/power_production_drain = 0.001 -/obj/machinery/power/rad_collector/anchored/Initialize(mapload) - . = ..() - set_anchored(TRUE) +/obj/machinery/power/energy_accumulator/rad_collector/anchored + anchored = TRUE -/obj/machinery/power/rad_collector/Destroy() - return ..() - -/obj/machinery/power/rad_collector/should_have_node() - return anchored - -/obj/machinery/power/rad_collector/process(delta_time) +/obj/machinery/power/energy_accumulator/rad_collector/process(delta_time) if(!loaded_tank) return var/datum/gas_mixture/tank_mix = loaded_tank.return_air() @@ -55,11 +41,9 @@ tank_mix.gases[/datum/gas/tritium][MOLES] += gasdrained tank_mix.garbage_collect() - var/power_produced = RAD_COLLECTOR_OUTPUT - add_avail(power_produced) - stored_energy -= power_produced + . = ..() -/obj/machinery/power/rad_collector/interact(mob/user) +/obj/machinery/power/energy_accumulator/rad_collector/interact(mob/user) if(!anchored) return if(locked) @@ -75,24 +59,14 @@ fuel = fuel ? fuel[MOLES] : 0 investigate_log("turned [active?"on":"off"] by [key_name(user)]. [loaded_tank?"Fuel: [round(fuel/0.29)]%":"It is empty"].", INVESTIGATE_SINGULO) -/obj/machinery/power/rad_collector/can_be_unfasten_wrench(mob/user, silent) +/obj/machinery/power/energy_accumulator/rad_collector/can_be_unfasten_wrench(mob/user, silent) if(!loaded_tank) return ..() if(!silent) to_chat(user, span_warning("Remove the plasma tank first!")) return FAILED_UNFASTEN - -/obj/machinery/power/rad_collector/set_anchored(anchorvalue) - . = ..() - if(isnull(.)) - return //no need to process if we didn't change anything. - if(!anchorvalue) - disconnect_from_network() - return - connect_to_network() - -/obj/machinery/power/rad_collector/attackby(obj/item/item, mob/user, params) +/obj/machinery/power/energy_accumulator/rad_collector/attackby(obj/item/item, mob/user, params) if(istype(item, /obj/item/tank/internals/plasma)) if(!anchored) to_chat(user, span_warning("[src] needs to be secured to the floor first!")) @@ -120,12 +94,12 @@ else return ..() -/obj/machinery/power/rad_collector/wrench_act(mob/living/user, obj/item/item) +/obj/machinery/power/energy_accumulator/rad_collector/wrench_act(mob/living/user, obj/item/item) . = ..() default_unfasten_wrench(user, item) return TRUE -/obj/machinery/power/rad_collector/screwdriver_act(mob/living/user, obj/item/item) +/obj/machinery/power/energy_accumulator/rad_collector/screwdriver_act(mob/living/user, obj/item/item) if(..()) return TRUE if(!loaded_tank) @@ -134,7 +108,7 @@ to_chat(user, span_warning("Remove the plasma tank first!")) return TRUE -/obj/machinery/power/rad_collector/crowbar_act(mob/living/user, obj/item/I) +/obj/machinery/power/energy_accumulator/rad_collector/crowbar_act(mob/living/user, obj/item/I) if(loaded_tank) if(!locked) eject() @@ -146,27 +120,23 @@ to_chat(user, span_warning("There isn't a tank loaded!")) return TRUE -/obj/machinery/power/rad_collector/return_analyzable_air() +/obj/machinery/power/energy_accumulator/rad_collector/return_analyzable_air() if(!loaded_tank) return null return loaded_tank.return_analyzable_air() -/obj/machinery/power/rad_collector/examine(mob/user) +/obj/machinery/power/energy_accumulator/rad_collector/examine(mob/user) . = ..() if(!active) . += span_notice("[src]'s display displays the words: \"Power production mode. Please insert Plasma.\"") - // stored_energy is converted directly to watts every SSmachines.wait * 0.1 seconds. - // Therefore, its units are joules per SSmachines.wait * 0.1 seconds. - // So joules = stored_energy * SSmachines.wait * 0.1 - var/joules = stored_energy * SSmachines.wait * 0.1 - . += span_notice("[src]'s display states that it has stored [display_joules(joules)], and is processing [display_power(RAD_COLLECTOR_OUTPUT)].") + . += span_notice("[src]'s display states that it has stored [display_joules(get_stored_joules())], and is processing [display_power(get_power_output())].") -/obj/machinery/power/rad_collector/atom_break(damage_flag) +/obj/machinery/power/energy_accumulator/rad_collector/atom_break(damage_flag) . = ..() if(.) eject() -/obj/machinery/power/rad_collector/proc/eject() +/obj/machinery/power/energy_accumulator/rad_collector/proc/eject() locked = FALSE var/obj/item/tank/internals/plasma/tank = loaded_tank if (!tank) @@ -180,12 +150,12 @@ else update_appearance() -/obj/machinery/power/rad_collector/rad_act(pulse_strength) +/obj/machinery/power/energy_accumulator/rad_collector/rad_act(pulse_strength) . = ..() - if(loaded_tank && active && pulse_strength > RAD_COLLECTOR_EFFICIENCY) - stored_energy += (pulse_strength-RAD_COLLECTOR_EFFICIENCY)*RAD_COLLECTOR_COEFFICIENT + if(loaded_tank && active && pulse_strength > RAD_COLLECTOR_THRESHOLD) + stored_energy += joules_to_energy((pulse_strength-RAD_COLLECTOR_THRESHOLD)*RAD_COLLECTOR_COEFFICIENT) -/obj/machinery/power/rad_collector/update_overlays() +/obj/machinery/power/energy_accumulator/rad_collector/update_overlays() . = ..() if(loaded_tank) . += "ptank" @@ -194,7 +164,7 @@ if(active) . += "on" // SKYRAT EDIT CHANGE - ORIGINAL. += loaded_tank ? "on" : "error" -/obj/machinery/power/rad_collector/proc/toggle_power() +/obj/machinery/power/energy_accumulator/rad_collector/proc/toggle_power() active = !active if(active) icon_state = "ca_on" @@ -205,7 +175,5 @@ update_appearance() return -#undef RAD_COLLECTOR_EFFICIENCY +#undef RAD_COLLECTOR_THRESHOLD #undef RAD_COLLECTOR_COEFFICIENT -#undef RAD_COLLECTOR_STORED_OUT -#undef RAD_COLLECTOR_OUTPUT diff --git a/code/modules/power/supermatter/supermatter.dm b/code/modules/power/supermatter/supermatter.dm index fff2223769b..1f84bb97cfa 100644 --- a/code/modules/power/supermatter/supermatter.dm +++ b/code/modules/power/supermatter/supermatter.dm @@ -1209,8 +1209,8 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal) if(target_type > COIL) continue - if(istype(test, /obj/machinery/power/tesla_coil/)) - var/obj/machinery/power/tesla_coil/coil = test + if(istype(test, /obj/machinery/power/energy_accumulator/tesla_coil/)) + var/obj/machinery/power/energy_accumulator/tesla_coil/coil = test if(coil.anchored && !(coil.obj_flags & BEING_SHOCKED) && !coil.panel_open && prob(70))//Diversity of death if(target_type != COIL) arc_targets = list() @@ -1220,8 +1220,8 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal) if(target_type > ROD) continue - if(istype(test, /obj/machinery/power/grounding_rod/)) - var/obj/machinery/power/grounding_rod/rod = test + if(istype(test, /obj/machinery/power/energy_accumulator/grounding_rod/)) + var/obj/machinery/power/energy_accumulator/grounding_rod/rod = test //We're adding machine damaging effects, rods need to be surefire if(rod.anchored && !rod.panel_open) if(target_type != ROD) diff --git a/code/modules/power/tesla/coil.dm b/code/modules/power/tesla/coil.dm index 24f472e91e2..996a4f887db 100644 --- a/code/modules/power/tesla/coil.dm +++ b/code/modules/power/tesla/coil.dm @@ -1,10 +1,13 @@ -/obj/machinery/power/tesla_coil +// zap needs to be over this amount to get power +#define TESLA_COIL_THRESHOLD 80 +// each zap power unit produces 400 joules +#define ZAP_TO_ENERGY(p) (joules_to_energy((p) * 400)) + +/obj/machinery/power/energy_accumulator/tesla_coil name = "tesla coil" desc = "For the union!" icon = 'icons/obj/tesla_engine/tesla_coil.dmi' icon_state = "coil0" - anchored = FALSE - density = TRUE // Executing a traitor caught releasing tesla was never this fun! can_buckle = TRUE @@ -21,8 +24,6 @@ var/zap_cooldown = 100 ///Reference to the last zap done var/last_zap = 0 - ///Amount of power stored inside the coil to be released in the powernet - var/stored_energy = 0 //Variables to calculate sound based on stored_energy to give engineers an audioclue of the magnitude of energy production. ///Calculated range of zap sounds based on power @@ -30,19 +31,14 @@ ///Calculated volume of zap sounds based on power var/zap_sound_volume = 0 -/obj/machinery/power/tesla_coil/anchored +/obj/machinery/power/energy_accumulator/tesla_coil/anchored anchored = TRUE -/obj/machinery/power/tesla_coil/Initialize(mapload) +/obj/machinery/power/energy_accumulator/tesla_coil/Initialize(mapload) . = ..() wires = new /datum/wires/tesla_coil(src) - if(anchored) - connect_to_network() -/obj/machinery/power/tesla_coil/should_have_node() - return anchored - -/obj/machinery/power/tesla_coil/RefreshParts() +/obj/machinery/power/energy_accumulator/tesla_coil/RefreshParts() var/power_multiplier = 0 zap_cooldown = 100 for(var/obj/item/stock_parts/capacitor/C in component_parts) @@ -50,29 +46,25 @@ zap_cooldown -= (C.rating * 20) input_power_multiplier = (0.85 * (power_multiplier / 4)) //Max out at 85% efficency. -/obj/machinery/power/tesla_coil/examine(mob/user) +/obj/machinery/power/energy_accumulator/tesla_coil/examine(mob/user) . = ..() if(in_range(user, src) || isobserver(user)) - . += span_notice("The status display reads: Power generation at [input_power_multiplier*100]%.
Shock interval at [zap_cooldown*0.1] seconds.") + . += span_notice("The status display reads:
" + \ + "Power generation at [input_power_multiplier*100]%.
" + \ + "Shock interval at [zap_cooldown*0.1] seconds.
" + \ + "Stored [display_joules(get_stored_joules())].
" + \ + "Processing [display_power(get_power_output())].") -/obj/machinery/power/tesla_coil/on_construction() - if(anchored) - connect_to_network() - -/obj/machinery/power/tesla_coil/default_unfasten_wrench(mob/user, obj/item/I, time = 20) +/obj/machinery/power/energy_accumulator/tesla_coil/default_unfasten_wrench(mob/user, obj/item/I, time = 20) . = ..() if(. == SUCCESSFUL_UNFASTEN) if(panel_open) icon_state = "coil_open[anchored]" else icon_state = "coil[anchored]" - if(anchored) - connect_to_network() - else - disconnect_from_network() update_cable_icons_on_turf(get_turf(src)) -/obj/machinery/power/tesla_coil/attackby(obj/item/W, mob/user, params) +/obj/machinery/power/energy_accumulator/tesla_coil/attackby(obj/item/W, mob/user, params) if(default_deconstruction_screwdriver(user, "coil_open[anchored]", "coil[anchored]", W)) return @@ -88,14 +80,12 @@ return ..() -/obj/machinery/power/tesla_coil/process(delta_time) - var/power_produced = min(stored_energy, (stored_energy * 0.04) + 1000) * delta_time - add_avail(power_produced) - stored_energy -= power_produced - zap_sound_volume = min(stored_energy/100000, 100) - zap_sound_range = min(stored_energy/2000000, 10) +/obj/machinery/power/energy_accumulator/tesla_coil/process(delta_time) + . = ..() + zap_sound_volume = min(energy_to_joules(stored_energy)/200000, 100) + zap_sound_range = min(energy_to_joules(stored_energy)/4000000, 10) -/obj/machinery/power/tesla_coil/zap_act(power, zap_flags) +/obj/machinery/power/energy_accumulator/tesla_coil/zap_act(power, zap_flags) if(!anchored || panel_open) return ..() obj_flags |= BEING_SHOCKED @@ -107,10 +97,10 @@ power /= 10 zap_buckle_check(power) var/power_removed = powernet ? power * input_power_multiplier : power - stored_energy += max((power_removed - 80) * 200, 0) + stored_energy += max(ZAP_TO_ENERGY(power_removed - TESLA_COIL_THRESHOLD), 0) return max(power - power_removed, 0) //You get back the amount we didn't use -/obj/machinery/power/tesla_coil/proc/zap() +/obj/machinery/power/energy_accumulator/tesla_coil/proc/zap() if((last_zap + zap_cooldown) > world.time || !powernet) return FALSE last_zap = world.time @@ -121,22 +111,30 @@ tesla_zap(src, 10, power, zap_flags) zap_buckle_check(power) -/obj/machinery/power/grounding_rod +/obj/machinery/power/energy_accumulator/grounding_rod name = "grounding rod" desc = "Keeps an area from being fried by Edison's Bane." icon = 'icons/obj/tesla_engine/tesla_coil.dmi' icon_state = "grounding_rod0" anchored = FALSE density = TRUE + wants_powernet = FALSE can_buckle = TRUE buckle_lying = 0 buckle_requires_restraints = TRUE -/obj/machinery/power/grounding_rod/anchored +/obj/machinery/power/energy_accumulator/grounding_rod/anchored anchored = TRUE -/obj/machinery/power/grounding_rod/default_unfasten_wrench(mob/user, obj/item/I, time = 20) +/obj/machinery/power/energy_accumulator/grounding_rod/examine(mob/user) + . = ..() + if(in_range(user, src) || isobserver(user)) + . += span_notice("The status display reads:
" + \ + "Recently grounded [display_joules(get_stored_joules())].
" + \ + "This energy would sustainably release [display_power(get_power_output())].") + +/obj/machinery/power/energy_accumulator/grounding_rod/default_unfasten_wrench(mob/user, obj/item/I, time = 20) . = ..() if(. == SUCCESSFUL_UNFASTEN) if(panel_open) @@ -144,7 +142,7 @@ else icon_state = "grounding_rod[anchored]" -/obj/machinery/power/grounding_rod/attackby(obj/item/W, mob/user, params) +/obj/machinery/power/energy_accumulator/grounding_rod/attackby(obj/item/W, mob/user, params) if(default_deconstruction_screwdriver(user, "grounding_rod_open[anchored]", "grounding_rod[anchored]", W)) return @@ -156,10 +154,14 @@ return ..() -/obj/machinery/power/grounding_rod/zap_act(power, zap_flags) +/obj/machinery/power/energy_accumulator/grounding_rod/zap_act(power, zap_flags) if(anchored && !panel_open) flick("grounding_rodhit", src) zap_buckle_check(power) + stored_energy += ZAP_TO_ENERGY(power) return 0 else . = ..() + +#undef TESLA_COIL_THRESHOLD +#undef ZAP_TO_ENERGY diff --git a/code/modules/power/tesla/energy_ball.dm b/code/modules/power/tesla/energy_ball.dm index cdce557b434..70cd5b07f9c 100644 --- a/code/modules/power/tesla/energy_ball.dm +++ b/code/modules/power/tesla/energy_ball.dm @@ -192,7 +192,7 @@ return if(!iscarbon(A)) return - for(var/obj/machinery/power/grounding_rod/GR in orange(src, 2)) + for(var/obj/machinery/power/energy_accumulator/grounding_rod/GR in orange(src, 2)) if(GR.anchored) return var/mob/living/carbon/C = A @@ -262,8 +262,8 @@ else if(closest_type >= COIL) continue //no need checking these other things - else if(istype(A, /obj/machinery/power/tesla_coil)) - var/obj/machinery/power/tesla_coil/C = A + else if(istype(A, /obj/machinery/power/energy_accumulator/tesla_coil)) + var/obj/machinery/power/energy_accumulator/tesla_coil/C = A if(!(C.obj_flags & BEING_SHOCKED)) closest_type = COIL closest_atom = C @@ -271,7 +271,7 @@ else if(closest_type >= ROD) continue - else if(istype(A, /obj/machinery/power/grounding_rod)) + else if(istype(A, /obj/machinery/power/energy_accumulator/grounding_rod)) closest_type = ROD closest_atom = A diff --git a/tgstation.dme b/tgstation.dme index 638ec9e50c0..c07e5df2c32 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -3298,6 +3298,7 @@ #include "code\modules\power\apc.dm" #include "code\modules\power\cable.dm" #include "code\modules\power\cell.dm" +#include "code\modules\power\energy_accumulator.dm" #include "code\modules\power\floodlight.dm" #include "code\modules\power\generator.dm" #include "code\modules\power\gravitygenerator.dm"