From a020ae7ccfc4d667be9036af97a01f60c2d7c6fe Mon Sep 17 00:00:00 2001 From: ASmallCuteCat Date: Sun, 16 Aug 2026 16:13:34 +0000 Subject: [PATCH] Medical Facelift (#22917) This PR moves some parts of the Medical department around, and also changes the floor decal color to a more unique and less eye-smarting shade of green. The ICU and the storage room have been swapped. You no longer have to trample the GTR to rush a patient to the stasis beds. Antagonists may also enjoy an easy way to quietly steal some medical items without having to leave maintenance. The Medical lobby area has been shrunk to a more reasonable size and is less of an awkward L-shaped hallway. Pharmacy has been moved to Recovery Ward's current location, and Recovery Ward is to the right of the Lobby. --- code/__DEFINES/color.dm | 1 + code/game/turfs/flooring/flooring_decals_.dm | 12 + .../MedFacelift - ASmallCuteCat.yml | 61 + maps/sccv_horizon/sccv_horizon.dmm | 41661 ++++++++-------- 4 files changed, 20840 insertions(+), 20895 deletions(-) create mode 100644 html/changelogs/MedFacelift - ASmallCuteCat.yml diff --git a/code/__DEFINES/color.dm b/code/__DEFINES/color.dm index 8c0f88ef7e1..9ecf3c36ccb 100644 --- a/code/__DEFINES/color.dm +++ b/code/__DEFINES/color.dm @@ -24,6 +24,7 @@ #define COLOR_LIME "#00ff00" #define COLOR_CYAN "#00ffff" #define COLOR_TEAL "#33cccc" +#define COLOR_SEAFOAM "#629c87" #define COLOR_RED "#ff0000" #define COLOR_PINK "#ff00ff" #define COLOR_PALE_PINK "#bf89ba" diff --git a/code/game/turfs/flooring/flooring_decals_.dm b/code/game/turfs/flooring/flooring_decals_.dm index d2ff694370b..13d6db2ce55 100644 --- a/code/game/turfs/flooring/flooring_decals_.dm +++ b/code/game/turfs/flooring/flooring_decals_.dm @@ -528,6 +528,18 @@ icon_state = "preview_wide_threethirds" blend_state = "wide_threethirds" +/obj/effect/floor_decal/corner_wide/seafoam + name = "seafoam corner" + color = COLOR_SEAFOAM + +/obj/effect/floor_decal/corner_wide/seafoam/diagonal + icon_state = "preview_wide_diagonal" + blend_state = "wide_diagonal" + +/obj/effect/floor_decal/corner_wide/seafoam/full + icon_state = "preview_wide_threethirds" + blend_state = "wide_threethirds" + // Full corners. // If you ever need just a little more reach. Maybe for linoleum. I'm not your dad. -Wezzy /obj/effect/floor_decal/corner_full diff --git a/html/changelogs/MedFacelift - ASmallCuteCat.yml b/html/changelogs/MedFacelift - ASmallCuteCat.yml new file mode 100644 index 00000000000..19d9d98069b --- /dev/null +++ b/html/changelogs/MedFacelift - ASmallCuteCat.yml @@ -0,0 +1,61 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: ASmallCuteCat + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - qol: "Swaps the placement of the ICU and the storage room in Medical." + - qol: "Moves the Pharmacy and the Recovery Ward, with the lobby centered between them." + - qol: "The Medical Department's floor decals are now seafoam green, for less eye strain and greater difference with Service green." + diff --git a/maps/sccv_horizon/sccv_horizon.dmm b/maps/sccv_horizon/sccv_horizon.dmm index 8688a0962e3..d97a9c57d30 100644 --- a/maps/sccv_horizon/sccv_horizon.dmm +++ b/maps/sccv_horizon/sccv_horizon.dmm @@ -41,17 +41,6 @@ }, /turf/unsimulated/floor, /area/centcom/spawning) -"aaA" = ( -/obj/random/pottedplant, -/obj/structure/machinery/power/apc/west, -/obj/effect/floor_decal/corner_wide/lime{ - dir = 9 - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "aaE" = ( /obj/structure/machinery/vending/snack{ name = "Free Chocolate Corp"; @@ -76,6 +65,32 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_lasertag) +"aaN" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/sign/directions/all{ + pixel_x = 1; + pixel_y = 37; + dir = 8 + }, +/obj/structure/sign/directions/science{ + pixel_x = 1; + pixel_y = 31; + dir = 4 + }, +/obj/structure/sign/directions/security{ + pixel_x = 1; + pixel_y = 25 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/central) "aaO" = ( /obj/structure/machinery/door/airlock/glass{ dir = 1 @@ -101,24 +116,6 @@ /obj/structure/bed/stool/chair/holochair, /turf/simulated/floor/holofloor/carpet, /area/horizon/holodeck/source_meetinghall) -"aba" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/controlroom) "abc" = ( /obj/effect/floor_decal/industrial/loading/grey{ dir = 8 @@ -147,17 +144,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/horizon/security/hallway) -"abh" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/light/small, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/port/near) "abi" = ( /obj/effect/floor_decal/corner_wide/black{ dir = 10 @@ -189,6 +175,11 @@ /obj/effect/floor_decal/industrial/warning, /turf/unsimulated/floor, /area/centcom/legion/hangar5) +"abt" = ( +/obj/structure/machinery/firealarm/north, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "abB" = ( /obj/structure/bed/stool/chair/padded/brown, /obj/effect/landmark/start{ @@ -247,6 +238,13 @@ dir = 4 }, /area/antag/burglar) +"abR" = ( +/obj/structure/table/standard, +/obj/item/deck/cards, +/obj/structure/engineer_maintenance/electric/wall, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "abT" = ( /obj/structure/table/rack{ dir = 8 @@ -302,20 +300,6 @@ /obj/structure/machinery/door/firedoor, /turf/simulated/floor/plating, /area/horizon/medical/equipment) -"acj" = ( -/obj/structure/machinery/conveyor{ - dir = 6; - id = "Robocompo"; - reversed = 1 - }, -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/platform{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "ack" = ( /turf/unsimulated/wall/steel, /area/antag/jockey) @@ -349,25 +333,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenobiology) -"acs" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/service/custodial) "act" = ( /obj/effect/landmark/thunderdome2, /obj/structure/machinery/camera/network/thunder{ @@ -417,15 +382,6 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/white, /area/horizon/security/forensic_laboratory) -"acE" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_1/central) "acG" = ( /obj/structure/machinery/door/airlock/security{ name = "Interrogation Monitoring"; @@ -524,6 +480,25 @@ /obj/structure/table/reinforced/steel, /turf/unsimulated/floor/plating, /area/centcom/specops) +"acT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/security/hallway) "acU" = ( /obj/structure/shuttle/engine/propulsion/burst/right, /turf/simulated/wall/shuttle/space_ship/mercenary, @@ -586,6 +561,25 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/loading) +"adA" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/structure/machinery/button/switch/windowtint{ + id = "workshopfabrication"; + pixel_x = 10 + }, +/obj/item/pen/black{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/structure/table/reinforced/glass, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "adB" = ( /obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{ id = "library" @@ -615,16 +609,6 @@ /obj/structure/ore_box, /turf/simulated/floor/tiled/dark/full, /area/horizon/operations/mining_main/refinery) -"adQ" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "adU" = ( /obj/structure/grille/diagonal, /obj/structure/window/shuttle/scc_space_ship, @@ -929,12 +913,6 @@ /obj/structure/flora/ausbushes/ywflowers, /turf/simulated/floor/exoplanet/grass/grove, /area/centcom/shared_dream) -"aeV" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/maintenance/deck_2/service/starboard) "aeW" = ( /obj/effect/floor_decal/corner/brown{ dir = 5 @@ -1063,18 +1041,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/near) -"afR" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/radio/intercom/west{ - pixel_y = -2 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "afS" = ( /obj/structure/machinery/door/airlock/maintenance_hatch{ dir = 1; @@ -1211,22 +1177,6 @@ }, /turf/simulated/floor/carpet/art, /area/horizon/crew/lounge) -"agp" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/central) "ags" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -1280,6 +1230,15 @@ /obj/structure/machinery/alarm/north, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion/starboard) +"agx" = ( +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 1 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "agy" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 10 @@ -1302,16 +1261,6 @@ }, /turf/unsimulated/floor/plating, /area/antag/mercenary) -"agC" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/central) "agD" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 10 @@ -1331,22 +1280,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/operations/commissary) -"agP" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hangar/intrepid) "agT" = ( /obj/effect/floor_decal/industrial/warning{ dir = 10 @@ -1706,27 +1639,20 @@ "ajh" = ( /turf/simulated/wall/r_wall, /area/horizon/service/custodial) -"ajw" = ( -/obj/structure/disposalpipe/segment/mainline{ +"aju" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 + dir = 4 }, -/obj/structure/cable{ - icon_state = "1-8" +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port/far) +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/fore) "ajx" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -1854,20 +1780,6 @@ }, /turf/simulated/floor/tiled, /area/merchant_station) -"ake" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/starboard) "akf" = ( /obj/structure/sign/nosmoking_1{ pixel_y = 32 @@ -1896,15 +1808,6 @@ /obj/effect/floor_decal/corner/dark_blue/diagonal, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/starboard/docks) -"aku" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/mess_hall) "aky" = ( /obj/structure/cable/green{ icon_state = "1-8" @@ -1935,6 +1838,16 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/port/far) +"akD" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/obj/effect/floor_decal/spline/plain/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "akE" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/cyan{ dir = 6 @@ -2026,6 +1939,16 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/canary) +"alc" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/research) "alf" = ( /obj/structure/bed/stool/chair/folding{ dir = 8 @@ -2071,11 +1994,37 @@ /obj/structure/flora/ausbushes/sparsegrass, /turf/simulated/floor/holofloor/grass, /area/horizon/holodeck/source_picnicarea) +"aln" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/outline_straight/service{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/bar) "alp" = ( /turf/simulated/floor/holofloor/beach/sand{ icon_state = "beachcorner" }, /area/horizon/holodeck/source_desert) +"alr" = ( +/obj/structure/bed/stool/chair/office/bridge, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/obj/effect/landmark/start{ + name = "Executive Officer" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/command/bridge/meeting_room) "alx" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 1 @@ -2206,6 +2155,13 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/secure/tech_vault) +"amz" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/research) "amA" = ( /obj/structure/machinery/optable, /obj/structure/machinery/light{ @@ -2306,20 +2262,6 @@ /obj/effect/floor_decal/industrial/outline/medical, /turf/simulated/floor/tiled/white, /area/horizon/medical/gen_treatment) -"ank" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "ann" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -2340,6 +2282,32 @@ /obj/structure/machinery/firealarm/north, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/monitoring) +"anv" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/button/remote/blast_door{ + dir = 4; + id = "engineering_storage_d2"; + name = "Engineering Hard Storage"; + pixel_x = 21; + pixel_y = 34; + req_one_access = list(11,24) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/storage_hard/upper) "anz" = ( /obj/structure/machinery/door/firedoor/multi_tile, /obj/structure/cable/green{ @@ -2403,16 +2371,6 @@ /obj/effect/map_effect/perma_light/starlight, /turf/space, /area/template_noop) -"anO" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/wood, -/area/horizon/command/heads/xo_office) "anV" = ( /obj/structure/closet/emcloset, /obj/effect/floor_decal/corner/dark_green/full{ @@ -2470,23 +2428,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) -"aon" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "aos" = ( /obj/effect/decal/fake_object{ desc = "A rudimentary, poorly utilized railing mechanism. Stepping over it is easy."; @@ -2558,49 +2499,15 @@ }, /turf/simulated/floor/carpet/art, /area/horizon/crew/lounge) -"aoX" = ( -/obj/structure/table/standard, -/obj/structure/machinery/requests_console/east{ - department = "Research and Development"; - name = "RnD Requests Console"; - pixel_y = 18 +"aoY" = ( +/obj/structure/cable/green{ + icon_state = "1-2" }, -/obj/item/paper_bin, -/obj/item/pen{ - pixel_x = -4 - }, -/obj/item/pen/red{ - pixel_x = -1; - pixel_y = 4 - }, -/obj/item/pen/blue{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/effect/floor_decal/corner/mauve/full{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/machinery/recharger{ - pixel_x = -7; - pixel_y = 8 - }, -/obj/item/paper/stickynotes/pad/random{ - pixel_x = 10; - pixel_y = -3 - }, -/obj/item/clothing/glasses/safety/goggles/science{ - pixel_y = 10 - }, -/obj/item/reagent_containers/glass/beaker/sulphuric{ - pixel_y = 3 - }, -/obj/item/stack/material/glass/full, -/obj/item/stack/material/steel/full, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/white, -/area/horizon/rnd/lab) +/area/horizon/medical/gen_treatment) "apc" = ( /obj/effect/floor_decal/corner/red{ dir = 10 @@ -2624,13 +2531,6 @@ icon_state = "0,2" }, /area/centcom/specops) -"apM" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/research) "aqb" = ( /obj/structure/table/steel, /obj/item/storage/toolbox/electrical{ @@ -2645,22 +2545,30 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/storage/tech) -"aqe" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/machinery/iv_drip, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "aqg" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 4 }, /turf/simulated/floor/wood/maple, /area/horizon/holodeck/source_cafe) +"aqi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "aqk" = ( /obj/structure/dispenser/oxygen{ pixel_x = -1 @@ -2685,6 +2593,22 @@ /obj/structure/machinery/newscaster/east, /turf/simulated/floor/lino, /area/horizon/security/investigators_office) +"aqn" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom/north, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "aqp" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -2816,6 +2740,20 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/office) +"aqW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk/indoor, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor, +/area/horizon/maintenance/substation/command) "arj" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -2867,6 +2805,23 @@ }, /turf/unsimulated/floor, /area/centcom/distress_prep) +"arO" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/elevator) "arQ" = ( /obj/structure/table/reinforced/steel, /obj/structure/machinery/light{ @@ -2925,13 +2880,6 @@ "ask" = ( /turf/simulated/wall/r_wall, /area/horizon/rnd/xenological) -"asl" = ( -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/horizon/operations/lobby) "ass" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, @@ -2984,29 +2932,21 @@ "asT" = ( /turf/simulated/wall/shuttle/scc, /area/horizon/shuttle/intrepid/flight_deck) -"asV" = ( -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ - id = "xo_privacy_tint" - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - dir = 4; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/turf/simulated/floor, -/area/horizon/command/heads/xo_desk) "ata" = ( /obj/effect/floor_decal/industrial/warning{ dir = 9 }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port) +"atb" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) "atd" = ( /obj/structure/ladder{ pixel_y = 8 @@ -3061,14 +3001,6 @@ /obj/structure/bookcase/libraryspawn/fiction, /turf/simulated/floor/wood, /area/horizon/service/library) -"ato" = ( -/obj/effect/floor_decal/spline/plain/red{ - dir = 5 - }, -/obj/structure/crate_shelf, -/obj/structure/closet/crate/tool/machinist, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist) "atp" = ( /obj/structure/machinery/portable_atmospherics/canister/oxygen, /turf/unsimulated/floor, @@ -3100,23 +3032,6 @@ /obj/effect/map_effect/marker_helper/airlock/interior, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos/propulsion) -"atv" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/holodeck) "atx" = ( /obj/effect/floor_decal/corner/yellow{ dir = 6 @@ -3307,25 +3222,30 @@ "aus" = ( /turf/simulated/wall, /area/horizon/maintenance/deck_1/auxatmos) -"auu" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "auv" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 1 }, /turf/simulated/floor/wood, /area/horizon/service/chapel/main) +"auB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/loading) "auC" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 @@ -3348,6 +3268,18 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/command/bridge/selfdestruct) +"auE" = ( +/obj/structure/machinery/vending/wallmed2{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/obj/structure/machinery/light/floor{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "auK" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -3372,22 +3304,6 @@ /obj/effect/map_effect/window_spawner/full/reinforced/indestructible, /turf/unsimulated/floor/plating, /area/antag/mercenary) -"auR" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/central) "auT" = ( /obj/structure/platform/ledge{ dir = 1 @@ -3424,14 +3340,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/main/port) -"auZ" = ( -/obj/item/radio/intercom/east{ - pixel_y = 1 - }, -/obj/effect/floor_decal/industrial/outline/medical, -/obj/structure/machinery/stasis_bed, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/icu) "avc" = ( /obj/effect/floor_decal/corner_wide/paleblue/diagonal{ dir = 8 @@ -3454,26 +3362,6 @@ /obj/item/reagent_containers/blood/OMinus, /turf/simulated/floor/tiled/dark, /area/shuttle/mercenary) -"avd" = ( -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/structure/machinery/door/airlock/maintenance_hatch{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/wing/starboard/near) "ave" = ( /obj/effect/floor_decal/industrial/hatch_door/red, /obj/structure/machinery/door/airlock/external{ @@ -3555,14 +3443,6 @@ /obj/structure/table/reinforced/steel, /turf/unsimulated/floor/plating, /area/centcom/specops) -"avy" = ( -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/extinguisher_cabinet/east, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/mess_hall) "avC" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -3599,18 +3479,16 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/auxatmos) -"avP" = ( -/obj/structure/table/reinforced/wood, -/obj/structure/machinery/photocopier/faxmachine{ - department = "Executive Officer's Office"; - pixel_y = 5 +"avT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" }, -/obj/item/storage/secure/safe/id_lock{ - req_access = list(57); - pixel_y = 32 +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_office) +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/intrepid/interstitial) "awa" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 @@ -3645,30 +3523,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/storage/eva) -"awl" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 4; - req_one_access = list(5,10,12) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/main/starboard) "awq" = ( /obj/structure/railing/mapped{ dir = 8 @@ -3681,14 +3535,6 @@ /obj/structure/survey_probe, /turf/simulated/floor/plating, /area/horizon/hangar/intrepid) -"awu" = ( -/obj/effect/floor_decal/industrial/outline/research, -/obj/item/radio/intercom/west, -/obj/structure/machinery/computer/rdconsole/robotics/terminal{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "awz" = ( /obj/effect/floor_decal/corner/yellow{ dir = 5 @@ -3737,24 +3583,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics) -"awT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "awV" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, @@ -3769,6 +3597,18 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_3/starboard/docks) +"axc" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "entrance_shutters"; + name = "Entrance Lockdown Shutters"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/medical/reception) "axi" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 @@ -3787,21 +3627,6 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/hangar/operations) -"axn" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "axs" = ( /turf/simulated/floor/exoplanet/water/shallow{ dir = 8; @@ -3810,49 +3635,6 @@ name = "coast" }, /area/horizon/holodeck/source_konyang) -"axu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/alarm/south, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/elevator) -"axv" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/obj/structure/table/wood/gamblingtable, -/obj/structure/machinery/power/outlet{ - pixel_y = 3 - }, -/obj/item/reagent_containers/food/condiment/shaker/peppermill{ - pixel_x = 3; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/shaker/salt{ - pixel_y = 9; - pixel_x = 8 - }, -/obj/item/flame/candle{ - pixel_x = -4; - pixel_y = 9 - }, -/obj/item/flame/candle{ - pixel_x = -8; - pixel_y = 9 - }, -/turf/simulated/floor/wood, -/area/horizon/service/mess_hall) "axx" = ( /obj/structure/machinery/alarm/north, /obj/random/dirt_75, @@ -3867,6 +3649,22 @@ /obj/structure/anomaly_container, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenoarch/anomaly_storage) +"axH" = ( +/obj/structure/machinery/hologram/holopad, +/obj/effect/landmark/start{ + name = "Paramedic" + }, +/obj/structure/machinery/firealarm/south{ + pixel_x = -6 + }, +/obj/structure/machinery/light_switch/south{ + pixel_x = 6 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "axM" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 10 @@ -3996,6 +3794,34 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/monitoring) +"ayN" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/machinery/light_switch{ + pixel_y = -19; + pixel_x = -6 + }, +/obj/item/radio/intercom/south{ + pixel_x = 14 + }, +/turf/simulated/floor/wood, +/area/horizon/command/heads/captain) "ayV" = ( /obj/structure/bed/stool/chair/office/bridge/pilot, /obj/effect/floor_decal/corner/red/diagonal, @@ -4069,24 +3895,6 @@ /obj/random/pottedplant, /turf/unsimulated/floor, /area/centcom/holding) -"azC" = ( -/obj/effect/floor_decal/corner/dark_green, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) -"azE" = ( -/obj/structure/bed/stool/chair/padded/black, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/horizon/repoffice/representative_two) -"azM" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/aft) "azN" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/machinery/power/smes/buildable/horizon_shuttle{ @@ -4207,27 +4015,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/wing/starboard/far) -"aAO" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/effect/floor_decal/spline/plain/corner/green, -/obj/effect/floor_decal/industrial/outline_straight/service{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/service/kitchen) "aAR" = ( /obj/structure/machinery/light, /obj/structure/machinery/atmospherics/pipe/simple/visible/black{ @@ -4244,6 +4031,20 @@ }, /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/service/custodial/disposals/deck_1) +"aAW" = ( +/obj/structure/machinery/door/airlock/maintenance{ + dir = 1; + req_one_access = list(63) + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/firedoor, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_3/security/port) "aAX" = ( /turf/simulated/wall, /area/horizon/hangar/intrepid/interstitial) @@ -4530,12 +4331,18 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/indra/mainchamber) -"aCG" = ( -/obj/structure/machinery/firealarm/east, -/obj/structure/table/reinforced/glass, -/obj/structure/curtain/open/medical, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) +"aCF" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/fore) "aCQ" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 10 @@ -4570,6 +4377,22 @@ /obj/effect/floor_decal/industrial/outline/blue, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/hallway/aft) +"aDc" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/starboard) "aDh" = ( /obj/item/circuitboard/borgupload, /obj/item/circuitboard/aiupload{ @@ -4601,6 +4424,25 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_3/aft/port/far) +"aDt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/security/hallway) "aDv" = ( /obj/structure/bed/stool/chair/sofa/right/brown{ dir = 4 @@ -4624,52 +4466,10 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/far) -"aDM" = ( -/obj/structure/railing/mapped, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "aDN" = ( /obj/structure/machinery/telecomms/allinone/ship/station_relay, /turf/simulated/floor/bluegrid, /area/horizon/tcommsat/chamber) -"aDO" = ( -/obj/structure/platform_deco{ - dir = 1 - }, -/obj/effect/floor_decal/spline/plain/red{ - dir = 1 - }, -/obj/effect/floor_decal/spline/plain/red, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist) -"aDP" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/central) "aDS" = ( /obj/structure/bed/stool/chair/shuttle{ dir = 8 @@ -4696,64 +4496,12 @@ /obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/tiled, /area/horizon/security/hallway) -"aDZ" = ( -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 6 - }, -/obj/structure/machinery/disposal/small/west, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - Operating Room 2"; - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "aEc" = ( /obj/effect/floor_decal/corner/mauve{ dir = 6 }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/chemistry) -"aEh" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/obj/effect/floor_decal/spline/fancy/wood/corner{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/wood, -/area/horizon/command/heads/xo_office) -"aEo" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/security/port) "aEp" = ( /obj/effect/floor_decal/industrial/warning, /obj/random/dirt_75, @@ -4773,6 +4521,24 @@ }, /turf/simulated/open, /area/horizon/maintenance/deck_2/main/starboard) +"aEt" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/service/custodial{ + dir = 4; + name = "Custodial Closet"; + req_access = list(26) + }, +/turf/simulated/floor/tiled/full, +/area/horizon/service/custodial) "aEx" = ( /obj/structure/table/reinforced/steel, /obj/structure/machinery/door/window/desk/northright{ @@ -4802,16 +4568,6 @@ }, /turf/simulated/floor/exoplanet/snow, /area/centcom/shared_dream) -"aEL" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/rnd/hallway) "aEN" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ @@ -4869,6 +4625,15 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/fore) +"aFI" = ( +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "aFJ" = ( /obj/effect/floor_decal/corner/brown{ dir = 5 @@ -5024,18 +4789,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/substation/wing_starboard) -"aGK" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/purple{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/service/custodial) "aGL" = ( /obj/structure/disposaloutlet{ dir = 8 @@ -5079,6 +4832,19 @@ }, /turf/simulated/floor/plating, /area/horizon/operations/machinist/surgicalbay) +"aGX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "aGY" = ( /obj/effect/landmark/entry_point/starboard{ name = "starboard, escape pods" @@ -5200,6 +4966,29 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor, /area/centcom/legion) +"aHw" = ( +/obj/structure/machinery/camera/network/medbay{ + c_tag = "Medical - Hallway 1"; + dir = 1 + }, +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) +"aHx" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/engineer_maintenance/electric, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "aHz" = ( /obj/structure/foamedmetal, /obj/structure/shuttle_part/scc_space_ship{ @@ -5330,24 +5119,17 @@ /obj/item/melee/baton/loaded, /turf/simulated/floor/tiled, /area/horizon/command/bridge/bridge_crew) -"aIf" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/industrial/warning, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist/surgicalbay) "aIl" = ( /obj/structure/stairs/west, /turf/simulated/floor/tiled/white, /area/horizon/medical/hallway) +"aIm" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor, +/turf/simulated/open, +/area/horizon/operations/office) "aIq" = ( /obj/structure/machinery/portable_atmospherics/canister/oxygen, /obj/effect/floor_decal/industrial/outline/yellow, @@ -5390,6 +5172,15 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/operations/starboard) +"aIF" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/bed/stool/chair/padded/black{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/horizon/repoffice/representative_one) "aIO" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 @@ -5501,15 +5292,6 @@ /obj/structure/disposalpipe/trunk, /turf/simulated/floor/wood, /area/horizon/medical/psych) -"aJg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/horizon/engineering/hallway/fore) "aJk" = ( /obj/structure/railing/mapped, /obj/structure/sign/directions/prop{ @@ -5662,25 +5444,19 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled, /area/horizon/security/investigations_hallway) -"aKh" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +"aKi" = ( +/obj/structure/machinery/door/firedoor, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ dir = 8 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/structure/machinery/door/airlock/maintenance{ + dir = 1; + name = "Research/Security Maintenance"; + req_access = list(12) }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/spline/fancy/wood, -/turf/simulated/floor/wood, -/area/horizon/service/bar) +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/research) "aKl" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 8 @@ -5754,6 +5530,11 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/controlroom) +"aKx" = ( +/obj/structure/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "aKA" = ( /obj/structure/machinery/door/firedoor, /obj/structure/machinery/door/airlock/maintenance{ @@ -5842,21 +5623,6 @@ /obj/structure/machinery/vending/assist/synd, /turf/simulated/floor/tiled/dark/full, /area/shuttle/mercenary) -"aKY" = ( -/obj/structure/sign/directions/all{ - dir = 4; - pixel_y = 32 - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/airlock/glass{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_3/central) "aLf" = ( /turf/unsimulated/floor/plating, /area/centcom/ferry) @@ -5965,6 +5731,16 @@ /obj/random/hydroponics, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics/lower) +"aLO" = ( +/obj/structure/sign/staff_only{ + pixel_x = -32 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/random/loot, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/holodeck) "aLT" = ( /obj/structure/machinery/vending/coffee/free{ pixel_x = -1 @@ -6041,14 +5817,6 @@ /obj/random/pottedplant, /turf/unsimulated/floor/wood, /area/centcom/specops) -"aMr" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/structure/sign/radshield, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "aMs" = ( /obj/effect/floor_decal/industrial/warning{ dir = 9 @@ -6099,15 +5867,6 @@ /obj/structure/trash_pile, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/far) -"aMI" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 5 - }, -/obj/structure/machinery/cryopod{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) "aMK" = ( /obj/effect/floor_decal/corner/dark_green/full{ dir = 8 @@ -6436,26 +6195,6 @@ "aOI" = ( /turf/simulated/wall/r_wall, /area/horizon/maintenance/substation/engineering) -"aOK" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "aOO" = ( /obj/structure/machinery/portable_atmospherics/hydroponics{ pixel_y = 3 @@ -6559,30 +6298,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, /area/horizon/maintenance/deck_3/crewlounge) -"aPo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 4; - req_access = list(12) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_1/wing/starboard) "aPs" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/engineering/break_room) @@ -6675,26 +6390,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/intrepid/interstitial) -"aPN" = ( -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/turf/simulated/floor/tiled/slate, -/area/horizon/operations/warehouse) "aPO" = ( /obj/structure/cable/yellow{ icon_state = "0-8" @@ -6714,6 +6409,16 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/supermatter/mainchamber) +"aPP" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/research) "aPY" = ( /obj/structure/machinery/power/apc/high/north, /obj/structure/cable/green{ @@ -6740,15 +6445,14 @@ /obj/structure/machinery/alarm/east, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/operations/starboard/far) -"aQf" = ( -/obj/effect/floor_decal/spline/fancy/wood, -/obj/structure/table/wood, -/obj/random/pottedplant_small{ - pixel_x = 8; - pixel_y = 5 +"aQi" = ( +/obj/item/radio/intercom/south, +/obj/structure/machinery/light/floor, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 }, -/turf/simulated/floor/wood, -/area/horizon/hallway/primary/deck_2/central) +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "aQm" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/lattice/catwalk/indoor/grate/dark, @@ -6855,6 +6559,15 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/reactor/indra/monitoring) +"aRj" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ + id = "xo_conference_tint" + }, +/turf/simulated/floor, +/area/horizon/command/heads/xo_office) "aRo" = ( /obj/effect/floor_decal/corner/brown{ dir = 9 @@ -6876,14 +6589,6 @@ }, /turf/simulated/floor/wood, /area/horizon/service/mess_hall) -"aRD" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/port) "aRE" = ( /obj/structure/heavy_vehicle_frame, /obj/structure/machinery/mech_recharger, @@ -6891,6 +6596,20 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/unsimulated/floor/rubber_carpet, /area/antag/jockey) +"aRM" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk/indoor/grate{ + color = "#FFFFFF" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/horizon/medical/gen_treatment) "aRO" = ( /obj/structure/railing/mapped, /obj/structure/lattice, @@ -7063,11 +6782,6 @@ /obj/structure/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled/white, /area/horizon/security/autopsy_laboratory) -"aTd" = ( -/obj/structure/machinery/recharge_station, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/hallway/primary/deck_2/starboard) "aTh" = ( /obj/structure/cable/green, /obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ @@ -7097,6 +6811,23 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) +"aTw" = ( +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/structure/machinery/firealarm/west, +/obj/structure/machinery/power/outlet{ + pixel_y = 3 + }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/random/pottedplant_small{ + pixel_x = -3; + pixel_y = 12 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "aTz" = ( /obj/effect/decal/fake_object{ dir = 4; @@ -7132,20 +6863,6 @@ name = "shallow water" }, /area/horizon/holodeck/source_konyang) -"aTB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/starboard/near) "aTG" = ( /obj/structure/table/wood, /obj/item/modular_computer/laptop/preset/representative{ @@ -7245,32 +6962,6 @@ /obj/item/reagent_containers/food/drinks/carton/milk, /turf/unsimulated/floor, /area/centcom/bar) -"aUv" = ( -/obj/structure/machinery/door/firedoor, -/obj/effect/map_effect/door_helper/unres, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/map_effect/door_helper/level_access/command_foyer{ - req_one_access_by_level = list("green","yellow"=list(19,38,72),"blue"=list(19,38,72),"red"=list(19,38,72),"delta"=list(19,38,72)); - access_by_level = null - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/glass_command{ - dir = 1; - id_tag = "command_foyer"; - name = "Bridge"; - req_one_access = list(19,38,72) - }, -/obj/structure/machinery/door/blast/shutters/open{ - dir = 2; - id = "securitycommandshutter"; - name = "Security Checkpoint External Shutter" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_3/central) "aUF" = ( /obj/structure/machinery/light/floor{ dir = 1 @@ -7278,15 +6969,6 @@ /obj/structure/extinguisher_cabinet/north, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) -"aUI" = ( -/obj/structure/machinery/iv_drip, -/obj/effect/floor_decal/industrial/warning, -/obj/effect/floor_decal/industrial/outline/red, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/icu) "aUJ" = ( /obj/structure/table/reinforced/steel, /obj/structure/machinery/recharger{ @@ -7390,20 +7072,6 @@ temperature = 278 }, /area/horizon/service/kitchen/freezer) -"aVu" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 7 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/horizon/command/heads/captain) "aVv" = ( /obj/structure/machinery/door/airlock/glass_centcom{ name = "Valkyrie's Rest Kitchen"; @@ -7497,6 +7165,15 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port) +"aWn" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_1/central) "aWv" = ( /obj/structure/shuttle/engine/propulsion{ name = "spaceship engine"; @@ -7535,12 +7212,6 @@ /obj/effect/floor_decal/spline/plain, /turf/simulated/floor/exoplanet/grass, /area/centcom/shared_dream) -"aWJ" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/turf/simulated/floor/carpet, -/area/horizon/command/heads/xo_office) "aWM" = ( /obj/structure/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 9 @@ -7569,16 +7240,6 @@ }, /turf/simulated/open/airless, /area/horizon/exterior) -"aXc" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 10 - }, -/obj/random/pottedplant, -/obj/structure/machinery/light_switch/south{ - pixel_x = -12 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "aXd" = ( /obj/effect/floor_decal/corner/mauve{ dir = 6 @@ -7636,22 +7297,6 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/security/hallway) -"aXp" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_1/central) "aXq" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 5 @@ -7699,6 +7344,32 @@ name = "dirt" }, /area/horizon/holodeck/source_adhomai) +"aXC" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/obj/structure/machinery/button/remote/blast_door{ + id = "shutters_deck2_auxcustdesk"; + name = "Auxiliary Custodial Closet Desk Shutter"; + pixel_x = -25; + pixel_y = 25; + req_access = list(26); + dir = 1 + }, +/obj/structure/machinery/button/remote/blast_door{ + id = "shutters_deck2_auxcustwindow"; + name = "Auxiliary Custodial Closet Window Shutter"; + pixel_x = -36; + pixel_y = 25; + req_access = list(26); + dir = 1 + }, +/obj/structure/bed/stool/chair/office/dark{ + dir = 1 + }, +/obj/structure/machinery/light/small/floor, +/turf/simulated/floor/tiled, +/area/horizon/service/custodial/auxiliary) "aXE" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -7711,6 +7382,30 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/storage/eva) +"aXJ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/security/investigations_hallway) +"aXK" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "aXL" = ( /obj/structure/table/wood, /obj/item/clothing/accessory/holster/armpit, @@ -7725,23 +7420,20 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/plating, /area/horizon/hangar/auxiliary) -"aYe" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, +"aYi" = ( /obj/structure/disposalpipe/segment/mainline{ icon_state = "pipe-c-yellow"; dir = 4 }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 }, /obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/starboard/near) +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "aYk" = ( /obj/structure/cable/green{ icon_state = "1-8" @@ -7751,6 +7443,25 @@ }, /turf/simulated/floor/carpet, /area/horizon/repoffice/consular_two) +"aYn" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/disposal/small/north, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/main_storage) "aYo" = ( /obj/structure/table/rack, /obj/item/tank/emergency_oxygen/double{ @@ -7957,6 +7668,20 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenoarch/hallway/elevator) +"aZG" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/item/pipe_meter{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/pipe_meter{ + pixel_x = 8 + }, +/obj/item/pipe_meter{ + pixel_x = -8 + }, +/turf/simulated/floor/carpet/rubber, +/area/horizon/engineering/atmos/storage_maintenance) "aZL" = ( /obj/structure/closet{ icon_door = "white"; @@ -8041,21 +7766,13 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/port/nacelle) -"baf" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +"bac" = ( +/obj/structure/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_3/starboard) +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "bah" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, @@ -8098,46 +7815,12 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/bar) -"bas" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 9 - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/controlroom) "bay" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, /turf/simulated/floor/tiled/dark/full, /area/horizon/hallway/primary/deck_2/fore) -"baA" = ( -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/operations/machinist) "baC" = ( /obj/structure/bed/stool/bar/padded/red{ dir = 4 @@ -8227,6 +7910,14 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port) +"bba" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/research) "bbb" = ( /obj/effect/floor_decal/corner/brown{ dir = 10 @@ -8283,6 +7974,48 @@ }, /turf/simulated/floor/wood, /area/horizon/hallway/primary/deck_1/central) +"bbt" = ( +/obj/effect/floor_decal/corner/brown/full, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) +"bbu" = ( +/obj/structure/closet/walllocker/medical/secure{ + name = "Stabilization Kit"; + pixel_x = -32 + }, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/tank/oxygen, +/obj/item/tank/oxygen, +/obj/item/tank/oxygen, +/obj/item/tank/oxygen, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "bbv" = ( /obj/item/magnetic_lock, /obj/item/magnetic_lock, @@ -8296,6 +8029,12 @@ icon_state = "dark_preview" }, /area/centcom/specops) +"bbB" = ( +/obj/structure/table/glass/reinf, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "bbD" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -8330,6 +8069,29 @@ }, /turf/simulated/floor/plating, /area/shuttle/transport1) +"bbI" = ( +/obj/item/storage/box/syringes{ + pixel_x = -4; + pixel_y = 15 + }, +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = 15 + }, +/obj/item/storage/box/bloodpacks{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/storage/box/bloodpacks{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/main_storage) "bbL" = ( /obj/effect/floor_decal/spline/plain/corner{ dir = 1 @@ -8352,6 +8114,22 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos/storage) +"bbT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/security/hallway) "bce" = ( /obj/structure/machinery/door/airlock/maintenance{ name = "Xenobotany Maintenance"; @@ -8382,15 +8160,6 @@ /obj/structure/whiteboard, /turf/simulated/floor/tiled/white, /area/horizon/security/forensic_laboratory) -"bcs" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/brown/full{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/office) "bct" = ( /obj/structure/machinery/door/airlock/hatch{ dir = 1; @@ -8449,6 +8218,18 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/bluespace_drive) +"bcC" = ( +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/icu) "bcF" = ( /obj/structure/machinery/vending/cigarette{ name = "hacked cigarette machine"; @@ -8484,6 +8265,24 @@ /obj/item/hullbeacon/red, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior/no_shields) +"bcP" = ( +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/machinery/door/airlock/command{ + dir = 1; + name = "Executive Officer's Office"; + req_access = list(57) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_office) "bcT" = ( /obj/structure/machinery/alarm/north, /obj/structure/machinery/chem_heater, @@ -8607,19 +8406,6 @@ }, /turf/simulated/floor, /area/horizon/maintenance/deck_3/auxatmos) -"bdC" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/reagent_containers/glass/bucket, -/obj/structure/machinery/atmospherics/pipe/simple/hidden, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/rnd/xenobiology/xenoflora) "bdD" = ( /obj/effect/floor_decal/spline/fancy/wood, /obj/structure/bed/stool/chair/wood{ @@ -8692,6 +8478,14 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/operations) +"bdY" = ( +/obj/item/reagent_containers/glass/bucket{ + amount_per_transfer_from_this = 50 + }, +/turf/unsimulated/floor{ + icon_state = "dark_preview" + }, +/area/centcom/holding) "bdZ" = ( /obj/structure/railing/mapped{ dir = 8 @@ -8701,21 +8495,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/auxiliary) -"bec" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port/far) "bef" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/machinery/camera/network/research{ @@ -8731,15 +8510,6 @@ }, /turf/unsimulated/floor, /area/antag/mercenary) -"ber" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/obj/effect/floor_decal/spline/fancy/wood/corner{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/horizon/service/cafeteria) "beB" = ( /obj/structure/bed/stool/chair/sofa/left/red{ dir = 1 @@ -8810,25 +8580,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/repoffice/representative_two) -"beT" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/firealarm/north, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/horizon/repoffice/representative_two) "beW" = ( /obj/structure/machinery/door/airlock/centcom{ name = "Administrative Wing"; @@ -8868,20 +8619,6 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/reactor/indra/mainchamber) -"bfn" = ( -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/structure/machinery/power/apc/east, -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 1 - }, -/obj/structure/table/standard, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "bfp" = ( /obj/structure/machinery/camera/network/engineering{ c_tag = "Engineering - Meeting Room"; @@ -9002,20 +8739,6 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/indra/mainchamber) -"bgc" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/industrial/warning, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist/surgicalbay) "bgd" = ( /obj/effect/floor_decal/industrial/outline/red, /obj/structure/cable{ @@ -9036,6 +8759,24 @@ }, /turf/unsimulated/floor, /area/centcom/legion) +"bgj" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/horizon/service/custodial) "bgo" = ( /obj/effect/floor_decal/corner/brown/full, /obj/structure/table/rack/folding_table, @@ -9103,6 +8844,18 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/main/port) +"bgE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/engineering/hallway/fore) "bgG" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 4 @@ -9207,26 +8960,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/unsimulated/floor/linoleum, /area/antag/actor) -"bhv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/railing/mapped{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/starboard/near) "bhw" = ( /obj/structure/closet/walllocker/medical/secure{ name = "blood closet"; @@ -9338,6 +9071,19 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/command/heads/captain) +"bia" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/machinery/power/apc/high/south, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/main_storage) "bic" = ( /obj/structure/machinery/door/airlock/external{ dir = 4; @@ -9385,22 +9131,6 @@ /obj/effect/shuttle_landmark/escape_pod/start/pod3, /turf/simulated/floor/shuttle/dark_blue, /area/horizon/shuttle/escape_pod/pod3) -"bim" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/engineering/hallway/fore) "bin" = ( /obj/effect/floor_decal/spline/plain{ dir = 10 @@ -9439,17 +9169,6 @@ dir = 4 }, /area/antag/raider) -"biq" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/starboard) "bir" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/effect/floor_decal/spline/plain{ @@ -9515,25 +9234,18 @@ /obj/item/grenade/napalm, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/secure/tech_vault) -"biG" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +"biH" = ( +/obj/structure/disposalpipe/trunk{ dir = 4 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/structure/machinery/disposal/small/north{ + pixel_y = -17 }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/obj/effect/floor_decal/corner/brown{ +/obj/effect/floor_decal/corner_wide/seafoam{ dir = 10 }, -/turf/simulated/floor/tiled, -/area/horizon/operations/office) +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) "biM" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/machinery/door/firedoor, @@ -9848,24 +9560,6 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor/carpet, /area/antag/raider) -"bkY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "blc" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/red{ dir = 5 @@ -9972,43 +9666,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/auxatmos) -"blN" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_2/starboard) -"blQ" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/junction{ - dir = 4; - icon_state = "pipe-j2" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/controlroom) -"bma" = ( -/obj/item/modular_computer/console/preset/medical, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "bmc" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 10 @@ -10051,27 +9708,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/bridge_crew) -"bmw" = ( -/obj/structure/machinery/door/airlock/mining{ - name = "Workshop Surgical Theatre"; - req_access = list(29) - }, -/obj/effect/map_effect/door_helper/unres, -/obj/structure/machinery/holosign/surgery{ - id = "workshop_surgery" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist/surgicalbay) "bmA" = ( /obj/structure/disposalpipe/segment, /obj/structure/machinery/camera/network/service{ @@ -10156,6 +9792,21 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_3/cafe) +"bmP" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/service/custodial) "bmS" = ( /obj/effect/map_effect/door_helper/unres, /obj/structure/disposalpipe/segment, @@ -10264,18 +9915,6 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/equipment) -"bnJ" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/spline/plain/lime{ - dir = 8 - }, -/turf/simulated/floor/lino, -/area/horizon/service/chapel/main) "bnL" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /obj/effect/floor_decal/industrial/outline_segment/yellow{ @@ -10420,15 +10059,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos) -"boq" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/effect/floor_decal/spline/plain{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/structure/machinery/r_n_d/fabricator/protolathe, -/turf/simulated/floor/carpet/rubber, -/area/horizon/rnd/lab) "bot" = ( /obj/structure/closet/walllocker/emerglocker/south, /obj/structure/machinery/atmospherics/pipe/manifold/hidden, @@ -10493,6 +10123,24 @@ }, /turf/unsimulated/floor/wood, /area/antag/raider) +"boN" = ( +/obj/structure/machinery/door/airlock/multi_tile/glass{ + name = "Medical Reception" + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/firedoor/multi_tile, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "LCKDshutters"; + name = "Medical Lockdown Shutters"; + opacity = 0 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/reception) "boO" = ( /obj/effect/floor_decal/carpet, /turf/simulated/floor/carpet/magenta, @@ -10501,22 +10149,6 @@ /obj/structure/machinery/hologram/holopad, /turf/simulated/floor/wood, /area/horizon/command/bridge/minibar) -"boQ" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/floor_decal/sign/cmo, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "boS" = ( /obj/item/gps/stationary/mining_shuttle{ pixel_x = -22; @@ -10839,6 +10471,27 @@ }, /turf/unsimulated/floor, /area/centcom/legion) +"bqF" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/obj/effect/floor_decal/spline/plain/black{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "bqS" = ( /obj/structure/closet/emcloset, /obj/effect/floor_decal/corner/dark_blue/full, @@ -10875,22 +10528,18 @@ "brl" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/engineering/atmos/turbine) -"brp" = ( -/obj/structure/cable/green{ - icon_state = "4-8" +"brq" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 10 }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/operations/mining_main/refinery) +/turf/simulated/floor/tiled, +/area/horizon/engineering/hallway/aft) "bru" = ( /turf/unsimulated/wall/steel, /area/antag/wizard) @@ -11187,16 +10836,6 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/reactor/indra/monitoring) -"btn" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/obj/effect/floor_decal/corner_wide/green, -/obj/structure/machinery/vending/wallmed2{ - pixel_x = -28 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "btA" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -11243,12 +10882,51 @@ }, /turf/simulated/floor/lino, /area/horizon/security/investigators_office) +"btM" = ( +/obj/effect/landmark/entry_point/starboard{ + name = "starboard, executive officers office" + }, +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/grille, +/obj/structure/window/shuttle/scc_space_ship, +/obj/structure/machinery/door/blast/shutters{ + dir = 4; + id = "xo_office_window_shutter"; + name = "Safety Shutter" + }, +/obj/structure/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor, +/area/horizon/command/heads/xo_office) "btO" = ( /turf/simulated/floor/holofloor/beach/sand{ dir = 1; icon_state = "beachcorner" }, /area/horizon/holodeck/source_beach) +"btQ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) "btS" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -11267,6 +10945,15 @@ /obj/structure/bed/stool/padded/beige, /turf/unsimulated/floor/wood, /area/centcom/bar) +"bue" = ( +/obj/structure/table/reinforced/steel, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "bui" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 10 @@ -11301,24 +10988,6 @@ }, /turf/simulated/floor/plating, /area/centcom/shared_dream) -"buH" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) "buJ" = ( /obj/structure/tank_wall/nitrous_oxide{ density = 0; @@ -11347,6 +11016,27 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/reactor/supermatter/monitoring) +"buO" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 4; + req_one_access = list(12) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_3/aft/starboard) "buP" = ( /obj/structure/table/reinforced/wood, /obj/item/reagent_containers/food/condiment/shaker/salt{ @@ -11392,6 +11082,34 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/storage_hard/upper) +"bvg" = ( +/obj/structure/machinery/disposal/small/west, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/machinery/camera/network/medbay{ + c_tag = "Medical - Operating Room 2"; + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) +"bvk" = ( +/obj/structure/railing/mapped, +/obj/structure/sign/greencross/small{ + pixel_x = -32; + pixel_y = -32 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/obj/structure/bed/stool/chair/padded/black{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/horizon/hallway/primary/deck_2/central) "bvo" = ( /obj/structure/closet/secure_closet/security_cadet, /obj/effect/floor_decal/corner/dark_blue/full{ @@ -11536,6 +11254,14 @@ /obj/structure/machinery/power/outlet, /turf/simulated/floor/tiled, /area/horizon/engineering/lobby) +"bwa" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/machinery/vending/overloaders, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "bwn" = ( /obj/structure/machinery/recharger/wallcharger{ pixel_x = 2; @@ -11682,13 +11408,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/lobby) -"bxt" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/structure/machinery/light/floor{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "bxA" = ( /obj/structure/platform_stairs/full/east_west_cap, /obj/structure/platform{ @@ -11704,6 +11423,26 @@ temperature = 278.15 }, /area/horizon/medical/morgue) +"bxE" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_3/central) "bxI" = ( /obj/structure/table/steel, /obj/random/dirt_75, @@ -11731,6 +11470,15 @@ /obj/effect/floor_decal/industrial/warning/full, /turf/simulated/floor/reinforced, /area/shuttle/hapt) +"bxO" = ( +/obj/effect/landmark/start{ + name = "Physician" + }, +/obj/structure/bed/stool/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "bxR" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/black{ dir = 4 @@ -11799,16 +11547,6 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled/full, /area/horizon/maintenance/deck_2/wing/starboard/nacelle) -"byn" = ( -/obj/structure/machinery/power/apc/low/north, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/starboard) "byp" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden{ dir = 4 @@ -12119,6 +11857,16 @@ }, /turf/simulated/floor/lino/diamond, /area/horizon/service/bar) +"bAI" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/security/investigations_hallway) "bAJ" = ( /obj/structure/shuttle/engine/heater{ icon_state = "router" @@ -12172,6 +11920,15 @@ /obj/effect/floor_decal/industrial/hatch/engineering, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/supermatter/waste) +"bAS" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/machinery/r_n_d/fabricator/protolathe, +/turf/simulated/floor/carpet/rubber, +/area/horizon/rnd/lab) "bAY" = ( /obj/structure/railing/mapped, /obj/structure/lattice/catwalk/indoor/grate/dark, @@ -12238,17 +11995,6 @@ "bBm" = ( /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/nacelle) -"bBn" = ( -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 9 - }, -/obj/structure/closet/secure_closet/medical2, -/obj/structure/machinery/firealarm/west, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "bBo" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -12269,18 +12015,6 @@ }, /turf/unsimulated/floor/wood, /area/antag/raider) -"bBr" = ( -/obj/effect/floor_decal/corner/mauve{ - dir = 5 - }, -/obj/structure/machinery/light/floor{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/hallway) "bBu" = ( /obj/effect/floor_decal/corner_wide/purple{ dir = 9 @@ -12399,6 +12133,35 @@ }, /turf/unsimulated/floor, /area/antag/mercenary) +"bCk" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/structure/bed/stool/chair/office/dark{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain/purple{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist) +"bCo" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/obj/structure/table/standard, +/obj/item/destTagger, +/obj/item/hand_labeler, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/mail_room) "bCp" = ( /obj/structure/table/reinforced/steel, /obj/item/aicard, @@ -12485,6 +12248,14 @@ }, /turf/simulated/floor/lino, /area/horizon/security/investigators_office) +"bCQ" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/horizon/service/chapel/corpse_storage) "bCX" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/aux{ dir = 4 @@ -12508,6 +12279,17 @@ /obj/structure/machinery/telecomms/server/presets/common, /turf/simulated/floor/bluegrid, /area/horizon/tcommsat/chamber) +"bDg" = ( +/obj/structure/table/reinforced/glass, +/obj/structure/curtain/open/medical, +/obj/random/desktoy{ + pixel_y = 9 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "bDi" = ( /obj/structure/bed/stool/chair, /obj/effect/floor_decal/corner/orange/diagonal, @@ -12516,6 +12298,12 @@ icon_state = "white" }, /area/tdome/tdomeadmin) +"bDk" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "bDq" = ( /obj/effect/floor_decal/corner/yellow, /obj/effect/floor_decal/corner{ @@ -12577,6 +12365,18 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/bridge_crew) +"bDP" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/medical, +/obj/structure/machinery/power/apc/east, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "bDQ" = ( /obj/effect/floor_decal/industrial/warning{ dir = 10 @@ -12597,15 +12397,6 @@ }, /turf/unsimulated/floor, /area/centcom/evac) -"bDZ" = ( -/obj/item/modular_computer/console/preset/supply/machinist{ - dir = 4 - }, -/obj/structure/noticeboard{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/machinist) "bEa" = ( /obj/effect/landmark/start{ name = "Cyborg" @@ -12636,6 +12427,10 @@ density = 1 }, /area/antag/ninja) +"bEj" = ( +/obj/effect/floor_decal/corner/red/diagonal, +/turf/simulated/floor/tiled, +/area/horizon/maintenance/deck_3/aft/holodeck) "bEm" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -12721,27 +12516,6 @@ "bFb" = ( /turf/unsimulated/wall/steel, /area/antag/loner) -"bFe" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/outline_straight/service{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar) "bFf" = ( /obj/effect/floor_decal/industrial/outline/operations, /obj/structure/table/reinforced/steel, @@ -12795,29 +12569,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/unsimulated/floor, /area/centcom/legion/hangar5) -"bFt" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/port) -"bFx" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/horizon/service/bar) "bFC" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -12845,6 +12596,9 @@ }, /turf/unsimulated/floor, /area/centcom/bar) +"bFJ" = ( +/turf/simulated/floor/tiled, +/area/horizon/medical/washroom) "bFL" = ( /obj/structure/machinery/atmospherics/portables_connector{ dir = 8 @@ -12854,6 +12608,25 @@ }, /turf/simulated/floor/plating, /area/horizon/rnd/xenoarch/atrium) +"bFO" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/firealarm/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/horizon/repoffice/representative_two) "bFW" = ( /obj/effect/floor_decal/corner/grey/diagonal, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -12986,6 +12759,23 @@ }, /turf/simulated/floor/lino/diamond, /area/horizon/service/bar) +"bHb" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/elevator) "bHc" = ( /obj/effect/floor_decal/corner/mauve/full{ dir = 8 @@ -13019,26 +12809,6 @@ icon_state = "dark_preview" }, /area/centcom/holding) -"bHz" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_1/main/starboard) "bHA" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -13291,17 +13061,6 @@ }, /turf/unsimulated/floor, /area/antag/jockey) -"bJG" = ( -/obj/structure/machinery/ringer_button{ - id = "pharmacy_ringer"; - pixel_x = -21; - pixel_y = 22 - }, -/obj/effect/floor_decal/corner_wide/orange{ - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "bJH" = ( /obj/structure/machinery/meter, /obj/structure/machinery/atmospherics/pipe/simple/hidden{ @@ -13310,23 +13069,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/shuttle/legion) -"bJJ" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/structure/machinery/door/window{ - name = "Reception Desk"; - req_access = list(5) - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -7; - pixel_y = 4 - }, -/obj/random/pottedplant_small{ - pixel_x = 9; - pixel_y = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "bJM" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -13411,25 +13153,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/auxatmos) -"bKr" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/starboard) "bKv" = ( /obj/structure/bed/stool/chair/sofa/right/black{ desc = "A pew, how holy!"; @@ -13476,6 +13199,23 @@ /obj/effect/floor_decal/corner/green/full, /turf/unsimulated/floor, /area/centcom/bar) +"bKG" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_1/central) "bKH" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -13557,6 +13297,16 @@ }, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_tribunal) +"bLp" = ( +/obj/structure/machinery/vending/medical{ + density = 0; + pixel_x = -32 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "bLq" = ( /obj/effect/floor_decal/corner/green{ dir = 10 @@ -13591,10 +13341,37 @@ /obj/structure/machinery/merchant_pad, /turf/simulated/floor/wood, /area/merchant_station/warehouse) +"bLF" = ( +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/operations/warehouse) "bLQ" = ( /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) +"bLX" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) "bLY" = ( /obj/structure/machinery/light{ dir = 8 @@ -13707,15 +13484,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenoarch/hallway/elevator) -"bMC" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/brown{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/office) "bMG" = ( /obj/effect/floor_decal/corner/white/diagonal, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -13819,18 +13587,13 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"bNz" = ( -/obj/structure/railing/mapped, -/obj/structure/sign/greencross/small{ - pixel_x = -32; - pixel_y = -32 +"bNA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" }, -/obj/effect/floor_decal/corner/dark_green/diagonal, -/obj/effect/floor_decal/industrial/outline_straight/yellow{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/central) +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/starboard) "bNE" = ( /obj/structure/platform_stairs/south_north_solo, /obj/structure/platform{ @@ -13902,25 +13665,31 @@ /obj/structure/machinery/alarm/west, /turf/simulated/floor/tiled/dark, /area/horizon/ai/upload) +"bOh" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "bOl" = ( /obj/structure/shuttle_part/scc_space_ship{ icon_state = "d3-5-f" }, /turf/simulated/wall, /area/horizon/maintenance/deck_2/wing/starboard/near) -"bOt" = ( -/obj/structure/cable/green{ - icon_state = "1-2" +"bOo" = ( +/obj/effect/floor_decal/spline/plain/corner/red{ + dir = 8 }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/light/small{ +/obj/effect/floor_decal/spline/plain/red{ dir = 4 }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/holodeck) +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist) "bOv" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -13964,6 +13733,9 @@ }, /turf/simulated/wall, /area/horizon/engineering/bluespace_drive) +"bOF" = ( +/turf/simulated/wall/shuttle/scc_space_ship/cardinal, +/area/horizon/command/heads/xo_office) "bOL" = ( /obj/structure/shuttle_part/scc_space_ship{ icon_state = "d2-3-f" @@ -14125,6 +13897,14 @@ /obj/structure/machinery/atmospherics/pipe/simple/visible/purple, /turf/simulated/floor/reinforced/airless, /area/horizon/engineering/atmos/turbine) +"bPu" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hangar/intrepid/interstitial) "bPx" = ( /obj/structure/shuttle_part/ert{ icon_state = "10,0" @@ -14137,6 +13917,24 @@ /obj/structure/machinery/portable_atmospherics/canister/oxygen, /turf/simulated/floor/tiled/full, /area/horizon/engineering/equipment) +"bPA" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 1; + name = "Security Maintenance"; + req_access = list(63) + }, +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/red{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/security/hallway) "bPE" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/bed/stool/bar/padded/red, @@ -14306,29 +14104,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/storage) -"bQJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/airlock/maintenance_hatch{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_3/aft/starboard) "bQK" = ( /obj/effect/floor_decal/corner/grey/diagonal, /obj/effect/floor_decal/spline/plain/corner/green{ @@ -14347,24 +14122,6 @@ /obj/structure/table/steel, /turf/unsimulated/floor/monotile, /area/antag/raider) -"bQO" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "bQX" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -14408,6 +14165,14 @@ /obj/structure/machinery/light_switch/west, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/bluespace_drive/monitoring) +"bRj" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/operations, +/obj/structure/table/rack, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_1/wing/starboard) "bRk" = ( /obj/structure/sign/nosmoking_1{ pixel_y = 32 @@ -14425,17 +14190,6 @@ /obj/structure/railing/mapped, /turf/unsimulated/floor/plating, /area/centcom/spawning) -"bRp" = ( -/obj/effect/floor_decal/corner/dark_blue/full, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/security/investigations_hallway) "bRs" = ( /turf/simulated/wall/r_wall, /area/horizon/security/firing_range) @@ -14458,6 +14212,12 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/telesci) +"bRC" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "bRH" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /obj/structure/cable/green{ @@ -14662,14 +14422,13 @@ "bSS" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/security/checkpoint2) -"bSU" = ( -/obj/effect/floor_decal/corner_wide/lime/diagonal, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" +"bST" = ( +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 }, +/obj/effect/floor_decal/corner_wide/grey/diagonal, /turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) +/area/horizon/medical/reception) "bSV" = ( /obj/structure/table/wood, /obj/item/toy/desk/newtoncradle{ @@ -14682,25 +14441,6 @@ }, /turf/simulated/floor/carpet/red, /area/horizon/service/library) -"bTb" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/security/hallway) "bTe" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -14737,6 +14477,24 @@ /obj/structure/machinery/alarm/west, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_3/aft/port) +"bTC" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/service/custodial) "bTD" = ( /obj/item/deck/cards, /obj/structure/table/wood, @@ -14934,6 +14692,15 @@ icon_state = "white" }, /area/centcom/legion) +"bUM" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/spline/plain/purple, +/obj/structure/platform, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist/surgicalbay) "bUQ" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/ore_box, @@ -14986,6 +14753,26 @@ /obj/item/crowbar/rescue_axe/tactical, /turf/simulated/floor/plating, /area/shuttle/skipjack) +"bVp" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_1/main/starboard) "bVq" = ( /obj/effect/floor_decal/corner/mauve{ dir = 6 @@ -14997,6 +14784,13 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/horizon/rnd/hallway/secondary) +"bVr" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/port) "bVv" = ( /obj/random/dirt_75, /obj/random/dirt_75, @@ -15005,18 +14799,6 @@ }, /turf/simulated/floor/tiled/gunmetal/full, /area/horizon/operations/ship_supply_warehouse) -"bVB" = ( -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 4; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "MedBay Lockdown Shutters"; - opacity = 0 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/reception) "bVC" = ( /obj/effect/floor_decal/spline/plain{ dir = 1 @@ -15107,18 +14889,6 @@ }, /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/maintenance/deck_2/wing/starboard/nacelle) -"bWj" = ( -/obj/effect/floor_decal/corner_wide/paleblue/full{ - dir = 1 - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/engineer_maintenance/pipe{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "bWo" = ( /obj/structure/machinery/atmospherics/pipe/manifold4w/hidden, /turf/simulated/floor/tiled/dark, @@ -15281,18 +15051,6 @@ /obj/effect/floor_decal/industrial/outline_door/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenoarch/hallway/hangar) -"bXf" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/hallway/primary/deck_2/fore) "bXh" = ( /obj/structure/shuttle/engine/propulsion/burst/right{ dir = 8 @@ -15487,26 +15245,13 @@ /obj/structure/machinery/light/small/floor, /turf/simulated/floor/wood, /area/horizon/service/cafeteria) -"bYO" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 +"bYJ" = ( +/obj/effect/floor_decal/industrial/arrow/yellow, +/obj/effect/floor_decal/industrial/outline_straight/yellow{ + dir = 1 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) +/turf/simulated/wall/r_wall, +/area/horizon/medical/pharmacy) "bYQ" = ( /obj/structure/bed/stool/chair/shuttle{ dir = 8 @@ -15614,17 +15359,6 @@ /obj/effect/floor_decal/corner/paleblue/full, /turf/simulated/floor/tiled, /area/horizon/command/bridge/cciaroom/lounge) -"bZW" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/structure/machinery/power/apc/shuttle/north, -/turf/simulated/floor/plating, -/area/horizon/shuttle/intrepid/port_compartment) "bZX" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -15700,22 +15434,6 @@ /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/port/far) -"caB" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/yellow{ - dir = 10 - }, -/obj/structure/machinery/camera/network/engineering{ - c_tag = "Engineering - Hallway Amidships 1"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/engineering/hallway/interior) "caC" = ( /obj/effect/floor_decal/corner/black{ dir = 8 @@ -15729,24 +15447,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/turbolift/scc_ship/morgue_lift) -"caK" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner_wide/green/full, -/obj/structure/machinery/alarm/west, -/obj/item/storage/box/masks, -/obj/item/storage/box/masks, -/obj/item/storage/box/gloves{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/gloves{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/structure/railing/mapped, -/obj/structure/stairs_lower/stairs_upper, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "caO" = ( /obj/effect/floor_decal/industrial/loading/yellow{ dir = 1 @@ -15775,6 +15475,12 @@ }, /turf/simulated/floor/tiled, /area/horizon/crew/chargebay) +"cbf" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/effect/floor_decal/industrial/outline/service, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "cbh" = ( /obj/effect/decal/cleanable/dirt, /obj/item/taperecorder, @@ -15808,6 +15514,25 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/auxatmos) +"cbw" = ( +/obj/structure/table/reinforced/wood, +/obj/structure/machinery/controlhub/xo_office/private{ + pixel_x = -8; + pixel_y = -3 + }, +/obj/structure/machinery/requests_console/north{ + announcementConsole = 1; + department = "Executive Officer's Office"; + departmentType = 5; + name = "XO's Office Requests Console"; + pixel_y = 32 + }, +/obj/structure/machinery/power/outlet{ + pixel_y = 4; + pixel_x = 6 + }, +/turf/simulated/floor/carpet, +/area/horizon/command/heads/xo_office) "cbx" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 @@ -15817,37 +15542,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/service/bar) -"cbz" = ( -/obj/structure/machinery/keycard_auth{ - pixel_x = -5; - pixel_y = -24 - }, -/obj/structure/machinery/button/remote/blast_door{ - desc = "A remote control-switch for engine core."; - id = "sat_blast"; - name = "Scuttling Device Blast Doors Control"; - pixel_x = 10; - pixel_y = -20; - req_access = list(20) - }, -/obj/effect/floor_decal/spline/fancy/wood, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/horizon/command/heads/captain) "cbA" = ( /obj/effect/floor_decal/industrial/warning{ dir = 10 @@ -15892,32 +15586,6 @@ "cbU" = ( /turf/unsimulated/floor/plating, /area/centcom/spawning) -"cbY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/engineering/hallway/interior) -"ccb" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_2/central) "ccc" = ( /obj/effect/floor_decal/industrial/warning, /obj/effect/floor_decal/industrial/warning{ @@ -16057,6 +15725,23 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/hallway/primary/deck_3/starboard/docks) +"ccV" = ( +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/structure/closet/walllocker/medical/secure{ + name = "O- Blood Locker"; + pixel_x = -32 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/hatch/red, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "ccY" = ( /obj/structure/bed/stool/chair/office/dark{ dir = 4 @@ -16205,6 +15890,23 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_3/security/starboard) +"ced" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/holodeck) "ceg" = ( /turf/simulated/wall/r_wall, /area/horizon/rnd/xenoarch/isolation_b) @@ -16215,6 +15917,11 @@ }, /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/weapons/grauwolf) +"cem" = ( +/obj/structure/curtain/open, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "cet" = ( /obj/structure/machinery/power/apc/north, /obj/structure/cable/green{ @@ -16455,6 +16162,14 @@ }, /turf/simulated/floor/tiled/white, /area/centcom/shared_dream) +"cga" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/obj/structure/machinery/light_switch/east, +/obj/structure/machinery/alarm/north, +/turf/simulated/floor/wood, +/area/horizon/command/bridge/meeting_room) "cgc" = ( /obj/structure/railing/mapped{ dir = 4 @@ -16538,6 +16253,15 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/starboard/near) +"cgB" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/industrial/loading/yellow, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/horizon/stairwell/starboard/deck_2) "cgH" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -16565,14 +16289,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/starboard/far) -"cgR" = ( -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled, -/area/horizon/operations/office) "cgW" = ( /obj/structure/table/rack, /obj/item/storage/belt/security/tactical{ @@ -16607,20 +16323,6 @@ }, /turf/simulated/floor/holofloor/lino, /area/horizon/holodeck/source_theatre) -"cha" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "chc" = ( /obj/effect/floor_decal/corner/brown/full{ dir = 1 @@ -16657,27 +16359,6 @@ }, /turf/unsimulated/floor, /area/antag/mercenary) -"chu" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/obj/structure/machinery/light_switch/south{ - pixel_x = -6 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/office) "chw" = ( /obj/effect/floor_decal/carpet{ dir = 1 @@ -16823,6 +16504,23 @@ }, /turf/simulated/floor/carpet, /area/horizon/command/heads/hos) +"ciJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/machinery/mech_recharger, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "ciL" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -16929,19 +16627,6 @@ }, /turf/space, /area/horizon/exterior) -"cjn" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73) - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_3/aft/port) "cju" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 1 @@ -17055,14 +16740,28 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) -"ckn" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; +"ckm" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/industrial/warning{ dir = 8 }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/security/port) +/obj/structure/bed/stool/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist) "cko" = ( /obj/structure/table/standard, /obj/item/storage/toolbox/mechanical{ @@ -17097,16 +16796,6 @@ }, /turf/simulated/floor/carpet/art, /area/horizon/crew/lounge) -"cks" = ( -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/structure/machinery/power/apc/high/north, -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/icu) "cky" = ( /obj/structure/machinery/vending/cola{ name = "Free Robust Softdrinks"; @@ -17161,6 +16850,21 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/starboard) +"clg" = ( +/obj/item/modular_computer/console/preset/command/hop{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline_corner/security{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline_segment/security{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline_segment/security{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_office) "clj" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 @@ -17168,23 +16872,6 @@ /obj/structure/machinery/meter, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion/starboard) -"clk" = ( -/obj/effect/floor_decal/industrial/hatch_door/service{ - dir = 8 - }, -/obj/structure/machinery/door/firedoor/multi_tile, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/door/airlock/multi_tile/glass{ - name = "Bar"; - door_color = "#6f8751" - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/bar) "cls" = ( /obj/item/trap/animal/large, /obj/item/trap/animal/large, @@ -17214,6 +16901,14 @@ icon_state = "dark_preview" }, /area/centcom/holding) +"clT" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/research) "clV" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 4 @@ -17264,6 +16959,18 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/stairwell/engineering/deck_1) +"cmg" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/spline/plain/lime{ + dir = 8 + }, +/turf/simulated/floor/lino, +/area/horizon/service/chapel/main) "cmj" = ( /obj/effect/floor_decal/corner/paleblue/full{ dir = 8 @@ -17279,16 +16986,6 @@ }, /turf/unsimulated/floor, /area/centcom/holding) -"cmn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/hallway/fore) "cmr" = ( /obj/structure/machinery/door/airlock/hatch{ icon_state = "door_locked"; @@ -17431,6 +17128,11 @@ }, /turf/unsimulated/floor, /area/centcom/legion/hangar5) +"cnh" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/machinery/light, +/turf/simulated/floor/carpet/rubber, +/area/horizon/engineering/storage_hard/upper) "cnw" = ( /obj/effect/floor_decal/corner/mauve/diagonal, /obj/effect/floor_decal/corner/mauve{ @@ -17500,29 +17202,6 @@ /obj/random/dirt_75, /turf/simulated/floor, /area/horizon/operations/ship_supply_warehouse) -"cod" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "coi" = ( /obj/effect/floor_decal/spline/fancy/wood/cee, /turf/simulated/floor/wood, @@ -17571,23 +17250,6 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/operations/secure_ammunition_storage) -"coz" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_1/central) "coA" = ( /turf/simulated/wall, /area/horizon/maintenance/deck_1/wing/starboard) @@ -17597,6 +17259,25 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/bluespace_drive/monitoring) +"coG" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "coJ" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -17660,6 +17341,19 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenobiology/xenoflora) +"coZ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/door/firedoor, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/security/hallway) "cpe" = ( /obj/structure/table/rack, /obj/item/suit_cooling_unit, @@ -17670,6 +17364,25 @@ /obj/item/rig_module/cooling_unit, /turf/unsimulated/floor, /area/centcom/distress_prep) +"cph" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/alarm/north, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "cpm" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -17725,6 +17438,18 @@ /obj/structure/machinery/light, /turf/simulated/floor/tiled, /area/horizon/security/hallway) +"cpF" = ( +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/research{ + name = "Research Maintenance Conduit"; + req_access = list(7); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/rnd/xenobiology/dissection) "cpL" = ( /obj/item/clothing/glasses/welding/superior{ pixel_x = -5 @@ -17812,6 +17537,26 @@ }, /turf/simulated/floor/tiled/dark/full, /area/shuttle/skipjack) +"cqh" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "cqj" = ( /obj/structure/platform_stairs, /turf/simulated/floor/tiled/dark/full, @@ -17993,22 +17738,6 @@ }, /turf/simulated/floor/exoplanet/ice, /area/centcom/shared_dream) -"crO" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 4 - }, -/obj/structure/machinery/alarm/east, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = 12 - }, -/obj/item/storage/box/unique/freezer/organcooler{ - pixel_x = -1; - pixel_y = 3 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/main_storage) "crZ" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -18022,17 +17751,22 @@ "csd" = ( /turf/unsimulated/floor/linoleum, /area/antag/actor) -"csf" = ( -/obj/random/pottedplant, -/obj/structure/machinery/light{ +"csk" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/item/radio/intercom/east, -/obj/effect/floor_decal/corner_wide/green/full{ +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/security/port) "csl" = ( /obj/structure/machinery/portable_atmospherics/canister/oxygen, /obj/effect/floor_decal/industrial/hatch/yellow, @@ -18294,31 +18028,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/starboard_compartment) -"ctn" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/structure/machinery/door/airlock/glass_mining{ - dir = 4; - name = "Warehouse"; - req_one_access = list(31,67) - }, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/warehouse) "ctp" = ( /obj/structure/machinery/chem_master/condimaster, /obj/effect/floor_decal/industrial/outline/service, @@ -18432,10 +18141,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/quark/cargo_hold) -"cug" = ( -/obj/effect/floor_decal/corner_wide/green/diagonal, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "cuh" = ( /obj/effect/floor_decal/industrial/warning, /obj/structure/tank_wall/carbon_dioxide{ @@ -18472,6 +18177,18 @@ /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, /area/horizon/security/firing_range) +"cut" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "cuD" = ( /obj/structure/machinery/light{ dir = 4 @@ -18589,6 +18306,17 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/engineering/atmos/propulsion/starboard) +"cva" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/light/small, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/port/near) "cvc" = ( /obj/structure/closet/emcloset, /obj/effect/floor_decal/corner/dark_green/full, @@ -18639,6 +18367,15 @@ /obj/structure/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) +"cvw" = ( +/obj/structure/closet/secure_closet/xo, +/obj/effect/floor_decal/industrial/outline/security, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/alarm/south, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_office) "cvx" = ( /obj/effect/floor_decal/industrial/warning, /obj/structure/tank_wall/nitrogen{ @@ -18646,31 +18383,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"cvz" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/glass_mining{ - dir = 4; - name = "Mail Sorting"; - req_one_access = list(26,31,67) - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/mail_room) "cvA" = ( /obj/structure/disposalpipe/segment, /obj/effect/floor_decal/corner/dark_green{ @@ -18706,6 +18418,27 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/unsimulated/floor, /area/antag/mercenary) +"cvP" = ( +/obj/item/storage/photo_album, +/obj/item/camera_film, +/obj/item/camera, +/obj/structure/closet/secure_closet{ + name = "\improper Journalist's closet"; + req_access = list(70) + }, +/obj/item/paper_scanner, +/obj/item/folder/white, +/obj/item/storage/secure/briefcase, +/obj/item/clipboard, +/obj/item/folder/red, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/obj/item/radio/microphone, +/obj/item/clothing/suit/armor/carrier/press, +/obj/item/clothing/head/helmet/security/press, +/turf/simulated/floor/wood, +/area/horizon/crew/journalistoffice) "cvS" = ( /obj/structure/machinery/atmospherics/pipe/manifold/visible/cyan{ dir = 8 @@ -18754,6 +18487,10 @@ }, /turf/simulated/floor/carpet, /area/horizon/repoffice/representative_two) +"cwb" = ( +/obj/structure/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "cwh" = ( /obj/structure/toilet{ dir = 8 @@ -19055,28 +18792,20 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) -"cxV" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/icu) -"cxX" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/cafe) "cxY" = ( /turf/simulated/floor/reinforced/airless, /area/horizon/engineering/atmos/air) +"cyb" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/effect/floor_decal/spline/plain/green{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/service/kitchen) "cyc" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -19107,24 +18836,6 @@ pixel_y = -16 }, /area/antag/raider) -"cyq" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/warning, -/obj/structure/closet/walllocker/medical/secure{ - name = "Medication Closet"; - pixel_x = 31 - }, -/obj/item/storage/pill_bottle/mortaphenyl, -/obj/item/storage/pill_bottle/mortaphenyl, -/obj/item/storage/pill_bottle/ryetalyn, -/obj/item/reagent_containers/syringe/antiparasitic, -/obj/item/reagent_containers/syringe/antiparasitic, -/obj/item/reagent_containers/inhaler/pneumalin, -/obj/item/reagent_containers/inhaler/pneumalin, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "cys" = ( /obj/structure/machinery/atmospherics/pipe/zpipe/up/black, /obj/structure/lattice, @@ -19165,13 +18876,6 @@ /obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) -"cyz" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/table/standard, -/obj/item/deck/cards, -/obj/structure/engineer_maintenance/electric/wall, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "cyD" = ( /obj/structure/machinery/door/firedoor, /obj/effect/floor_decal/industrial/hatch_door/yellow{ @@ -19179,6 +18883,19 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/hallway/primary/deck_1/central) +"cyH" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/deployable_kit{ + pixel_y = 12 + }, +/obj/item/deployable_kit{ + pixel_y = 6 + }, +/obj/item/deployable_kit, +/obj/effect/floor_decal/industrial/outline/operations, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_1/wing/starboard) "cyK" = ( /obj/structure/reagent_dispensers/water_cooler, /obj/effect/floor_decal/corner/dark_blue/full{ @@ -19200,29 +18917,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/command/heads/cmo) -"cyQ" = ( -/obj/structure/closet/crate, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/scanning_module, -/obj/item/stock_parts/scanning_module, -/obj/item/stock_parts/console_screen, -/obj/item/stock_parts/console_screen, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/turf/simulated/floor/carpet/rubber, -/area/horizon/maintenance/deck_1/workshop) "cyR" = ( /obj/effect/floor_decal/corner/lime/diagonal, /obj/effect/floor_decal/spline/plain/corner/green, @@ -19236,6 +18930,18 @@ /obj/effect/floor_decal/spline/plain/green, /turf/simulated/floor/tiled/white, /area/horizon/crew/washroom/deck_2) +"cyW" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/break_room) "cyX" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -19264,15 +18970,6 @@ /obj/structure/lattice/catwalk, /turf/space, /area/template_noop) -"czb" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/obj/structure/bed/stool/chair/padded/black{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/horizon/repoffice/representative_one) "czg" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, @@ -19425,20 +19122,6 @@ /obj/effect/shuttle_landmark/escape_pod/start/pod2, /turf/simulated/floor/shuttle/dark_blue, /area/horizon/shuttle/escape_pod/pod2) -"czZ" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark/damaged, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/cafe) "cAb" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -19468,24 +19151,29 @@ icon_state = "0,3" }, /area/centcom/specops) -"cAk" = ( -/obj/effect/floor_decal/industrial/outline/service, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/hydroponics) "cAo" = ( /obj/structure/bed/stool/chair/office/bridge/pilot, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/dark/full, /area/shuttle/skipjack) -"cAt" = ( -/obj/effect/floor_decal/corner_wide/green/diagonal, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - icon_state = "pipe-c" +"cAx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/command/heads/xo_desk) "cAz" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -19546,14 +19234,6 @@ }, /turf/unsimulated/floor, /area/centcom/holding) -"cAS" = ( -/obj/structure/bed/roller, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline/medical, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "cAV" = ( /obj/structure/machinery/alarm/north, /obj/structure/closet/secure_closet/investigator, @@ -19614,11 +19294,6 @@ /obj/structure/flora/bush/adhomai, /turf/simulated/floor/holofloor/snow, /area/horizon/holodeck/source_adhomai) -"cBr" = ( -/obj/structure/machinery/vending/overloaders, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/hallway/primary/deck_2/starboard) "cBu" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden, /obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel{ @@ -19690,35 +19365,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/bluespace_drive) -"cBS" = ( -/obj/effect/landmark/entry_point/starboard{ - name = "starboard, executive officers office" - }, -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/structure/grille, -/obj/structure/window/shuttle/scc_space_ship, -/obj/structure/machinery/door/blast/shutters{ - dir = 4; - id = "xo_office_window_shutter"; - name = "Safety Shutter" - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/turf/simulated/floor, -/area/horizon/command/heads/xo_office) "cBT" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -19756,6 +19402,12 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/equipment) +"cCe" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/reception) "cCi" = ( /obj/structure/cable/green{ icon_state = "2-8" @@ -19814,6 +19466,22 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_emptycourt) +"cCE" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 6 + }, +/obj/structure/machinery/firealarm/east, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "cCF" = ( /obj/effect/floor_decal/corner/brown/diagonal, /turf/simulated/floor/tiled, @@ -19825,16 +19493,6 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/nacelle) -"cCJ" = ( -/obj/structure/platform, -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/spline/plain/purple, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/extinguisher_cabinet/east, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist/surgicalbay) "cCN" = ( /turf/simulated/wall/r_wall, /area/horizon/command/bridge/controlroom) @@ -19903,6 +19561,27 @@ }, /turf/unsimulated/floor/carpet, /area/centcom/bar) +"cDg" = ( +/obj/structure/machinery/door/airlock/maintenance{ + dir = 4; + req_one_access = list(12,19) + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_3/security/port) "cDj" = ( /obj/structure/table/wood/gamblingtable, /obj/item/trash/plate, @@ -19939,6 +19618,11 @@ icon_state = "dark_preview" }, /area/centcom/ferry) +"cDy" = ( +/obj/structure/table/glass/reinf, +/obj/item/flashlight/lamp, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "cDC" = ( /obj/structure/machinery/camera/network/service{ c_tag = "Custodial - Main Storage"; @@ -19973,6 +19657,20 @@ }, /turf/unsimulated/floor, /area/antag/jockey) +"cDH" = ( +/obj/structure/machinery/ringer_button{ + id = "medbay_ringer"; + pixel_x = -2; + pixel_y = 21 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 8 + }, +/obj/effect/floor_decal/spline/plain/black{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "cDJ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -20024,6 +19722,15 @@ /obj/item/tank/jetpack/carbondioxide, /turf/simulated/floor/tiled/white, /area/horizon/storage/eva/expedition) +"cEs" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/loading/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "cEz" = ( /obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ id = "rdoffice" @@ -20082,6 +19789,29 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/lab) +"cEU" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_blue/diagonal, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/bridge_crew) "cEV" = ( /obj/structure/shuttle_part/ert{ icon_state = "10,4" @@ -20157,6 +19887,34 @@ }, /turf/simulated/floor/plating, /area/horizon/operations/office_aux) +"cFI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/glass_engineering{ + dir = 4; + name = "INDRA Reactor"; + req_one_access = list(11,24) + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/engineering, +/obj/effect/map_effect/door_helper/unres{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/reactor/indra/smes) "cFK" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -20167,25 +19925,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/storage/eva) -"cFN" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 10 - }, -/obj/structure/machinery/alarm/south, -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - Lobby"; - dir = 1 - }, -/obj/structure/machinery/light/floor, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) -"cFR" = ( -/obj/structure/machinery/light/floor, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) "cFU" = ( /obj/effect/floor_decal/industrial/hatch/yellow, /obj/effect/floor_decal/industrial/warning, @@ -20194,6 +19933,20 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) +"cFY" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "cFZ" = ( /obj/structure/bed/stool/padded, /obj/effect/ghostspawpoint{ @@ -20211,6 +19964,20 @@ /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, /area/horizon/operations/break_room) +"cGl" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "cGn" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/green, /obj/structure/tank_wall/nitrogen{ @@ -20227,6 +19994,27 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/custodial/disposals/deck_1) +"cGs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/operations/starboard/amidships) "cGx" = ( /obj/structure/flora/grass/green, /obj/effect/floor_decal/spline/plain{ @@ -20285,6 +20073,27 @@ /obj/structure/machinery/photocopier, /turf/simulated/floor/tiled/full, /area/horizon/command/bridge/cciaroom) +"cGJ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/loading) "cGR" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -20310,35 +20119,6 @@ /obj/structure/machinery/light/floor, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) -"cGW" = ( -/obj/structure/table/rack, -/obj/item/reagent_containers/hypospray{ - pixel_y = 4 - }, -/obj/item/reagent_containers/hypospray{ - pixel_y = 4 - }, -/obj/item/reagent_containers/hypospray{ - pixel_y = 4 - }, -/obj/item/reagent_containers/hypospray{ - pixel_y = 4 - }, -/obj/item/reagent_containers/hypospray{ - pixel_y = -4 - }, -/obj/item/reagent_containers/hypospray{ - pixel_y = -4 - }, -/obj/item/reagent_containers/hypospray{ - pixel_y = -4 - }, -/obj/item/reagent_containers/hypospray{ - pixel_y = -4 - }, -/obj/effect/floor_decal/corner_wide/green/full, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "cHc" = ( /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/reinforced, @@ -20386,6 +20166,23 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/hangar/operations) +"cHs" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/random/dirt_75, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/maintenance/deck_3/security/port) "cHu" = ( /obj/effect/floor_decal/corner/green{ dir = 10 @@ -20484,45 +20281,12 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/om) -"cIf" = ( -/obj/structure/machinery/newscaster/east{ - pixel_y = 10 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/obj/effect/landmark/start{ - name = "Pharmacist" - }, -/obj/structure/bed/stool/chair{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "cIn" = ( /obj/effect/floor_decal/corner/lime{ dir = 10 }, /turf/simulated/floor/tiled/white, /area/shuttle/hapt) -"cIu" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/command/heads/xo_desk) "cIx" = ( /obj/effect/floor_decal/corner/mauve{ dir = 6 @@ -20638,26 +20402,6 @@ icon_state = "dark_preview" }, /area/centcom/control) -"cJk" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "cJl" = ( /turf/simulated/floor/holofloor/grass{ dir = 10; @@ -20815,16 +20559,6 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/command/bridge/upperdeck) -"cKc" = ( -/obj/effect/floor_decal/corner_wide/green/diagonal, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "cKi" = ( /obj/structure/sign/greencross{ name = "Infirmary"; @@ -20898,6 +20632,30 @@ /obj/structure/machinery/hologram/holopad, /turf/simulated/floor/carpet/purple, /area/horizon/command/heads/rd) +"cKK" = ( +/obj/structure/table/reinforced/steel, +/obj/structure/machinery/button/switch/windowtint{ + dir = 10; + id = "recovery"; + pixel_y = 12; + pixel_x = 9; + name = "exterior window tint control" + }, +/obj/structure/machinery/light_switch{ + dir = 1; + pixel_x = 8; + pixel_y = -1 + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/pen/fountain{ + pixel_x = -5; + pixel_y = 8 + }, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/ward) "cKN" = ( /turf/simulated/floor/exoplanet/water/shallow, /area/centcom/shared_dream) @@ -20935,14 +20693,21 @@ }, /turf/simulated/floor/wood, /area/horizon/service/mess_hall) -"cLa" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 +"cKZ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" }, -/obj/structure/closet/secure_closet/personal/patient, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/starboard) "cLg" = ( /obj/structure/sign/drop{ desc = "A warning sign which reads 'DANGER: FALLING HAZARD' and 'THIS EQUIPMENT STARTS AND STOPS AUTOMATICALLY'."; @@ -20987,6 +20752,21 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/evidence_storage) +"cLF" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "cLG" = ( /obj/structure/dueling_table{ icon_state = "center_center" @@ -21063,16 +20843,6 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_2/wing/starboard/nacelle) -"cMj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/starboard/near) "cMk" = ( /obj/effect/floor_decal/corner/grey/full{ dir = 8 @@ -21082,13 +20852,17 @@ }, /turf/unsimulated/floor, /area/centcom/control) -"cMo" = ( -/obj/structure/disposalpipe/segment/mainline, +"cMl" = ( +/obj/structure/bed/stool/chair/office/light{ + dir = 8 + }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor, -/turf/simulated/open, -/area/horizon/operations/office) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "cMs" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -21113,26 +20887,6 @@ "cMK" = ( /turf/simulated/floor, /area/tdome/tdome1) -"cMM" = ( -/obj/structure/railing/mapped, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist/surgicalbay) "cMN" = ( /obj/structure/bed/stool/chair{ dir = 4 @@ -21173,17 +20927,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/warden) -"cMS" = ( -/obj/effect/floor_decal/spline/plain{ - dir = 9 - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/structure/machinery/r_n_d/fabricator/circuit_imprinter, -/obj/structure/railing/mapped{ - dir = 8 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/rnd/lab) "cMW" = ( /obj/structure/machinery/firealarm/south, /obj/structure/machinery/power/apc/west, @@ -21252,28 +20995,6 @@ icon_state = "dark_preview" }, /area/centcom/control) -"cNj" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/railing/mapped{ - dir = 1; - pixel_y = 8 - }, -/obj/effect/floor_decal/corner/brown/full{ - dir = 1 - }, -/turf/simulated/floor/tiled/slate, -/area/horizon/operations/warehouse) "cNk" = ( /obj/effect/floor_decal/corner_wide/paleblue{ dir = 9 @@ -21308,6 +21029,22 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_1/central) +"cNx" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/engineering/hallway/aft) "cNA" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -21317,18 +21054,6 @@ }, /turf/simulated/floor/tiled/gunmetal, /area/horizon/operations/ship_supply_warehouse) -"cNB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner_wide/yellow{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/engineering/hallway/aft) "cNP" = ( /obj/effect/floor_decal/corner/brown{ dir = 9 @@ -21570,6 +21295,10 @@ /obj/structure/window/shuttle/scc_space_ship/cardinal, /turf/simulated/floor/plating, /area/shuttle/merchant) +"cQe" = ( +/obj/structure/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/main_storage) "cQf" = ( /obj/structure/table/standard, /obj/item/storage/firstaid/adv{ @@ -21661,6 +21390,19 @@ }, /turf/simulated/floor/holofloor/lino, /area/horizon/holodeck/source_theatre) +"cQD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_2/starboard) "cQI" = ( /obj/structure/machinery/door/blast/regular/open{ dir = 2; @@ -21806,6 +21548,12 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) +"cRp" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/horizon/command/bridge/meeting_room) "cRs" = ( /obj/effect/landmark/start{ name = "wizard" @@ -21852,23 +21600,6 @@ }, /turf/simulated/floor/wood, /area/horizon/crew/lounge) -"cRK" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 9 - }, -/obj/random/dirt_75, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/maintenance/deck_3/security/port) "cRQ" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -22007,13 +21738,12 @@ icon_state = "wood" }, /area/centcom/legion/hangar5) -"cSp" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" +"cSs" = ( +/obj/effect/landmark/start{ + name = "Medical Intern" }, -/turf/simulated/floor/plating, -/area/horizon/medical/reception) +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "cSv" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -22102,13 +21832,6 @@ }, /turf/unsimulated/floor/dark, /area/antag/actor) -"cSK" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/service, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/hydroponics/garden) "cSO" = ( /obj/structure/table/reinforced/steel, /obj/random/desktoy{ @@ -22123,12 +21846,18 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/nacelle) -"cTc" = ( -/obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{ - id = "recovery-inner" +"cTm" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/medical/ward) +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "cTn" = ( /obj/structure/bed/stool, /obj/effect/floor_decal/industrial/warning{ @@ -22263,6 +21992,15 @@ /obj/item/clothing/head/beret/corporate/idris, /turf/unsimulated/floor, /area/antag/mercenary) +"cTM" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/corner/beige/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/icu) "cTO" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -22364,21 +22102,6 @@ }, /turf/simulated/floor/plating, /area/horizon/rnd/xenobiology) -"cUo" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "cUv" = ( /obj/effect/floor_decal/corner/brown{ dir = 10 @@ -22392,6 +22115,18 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/bluespace_drive) +"cUx" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "cUA" = ( /obj/structure/machinery/door/airlock/external{ dir = 1; @@ -22436,34 +22171,18 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/hangar/operations) -"cUS" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/map_effect/door_helper/unres, +"cUW" = ( +/obj/structure/machinery/power/apc/west, +/obj/item/storage/box/unique/sharps, /obj/structure/cable/green{ - icon_state = "1-2" + icon_state = "0-4" }, -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 }, -/obj/structure/machinery/door/airlock/glass_command{ - dir = 1; - id_tag = "bridge_foyer"; - name = "Bridge"; - req_one_access = list(19) - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - dir = 4; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/command/bridge/upperdeck) +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "cVc" = ( /obj/effect/floor_decal/industrial/warning{ dir = 9 @@ -22505,27 +22224,6 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/escape_pod/pod3) -"cVF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/starboard/near) "cVG" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -22598,6 +22296,15 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/nacelle) +"cVT" = ( +/obj/structure/curtain/open, +/obj/structure/machinery/camera/network/medbay{ + c_tag = "Medical - Isolation Ward"; + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "cWe" = ( /obj/structure/bed/stool/chair/office/bridge/pilot, /turf/simulated/floor/shuttle/dark_red, @@ -22614,13 +22321,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/lab) -"cWh" = ( -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 10 - }, -/obj/structure/machinery/computer/operating, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "cWp" = ( /obj/structure/closet/secure_closet/guncabinet{ name = "legion weapon cabinet"; @@ -22830,6 +22530,21 @@ /obj/structure/machinery/vending/mredispenser, /turf/simulated/floor/tiled/dark, /area/horizon/hallway/primary/deck_2/central) +"cXI" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "cXM" = ( /obj/structure/machinery/light{ dir = 8 @@ -22944,36 +22659,6 @@ }, /turf/unsimulated/floor/wood, /area/centcom/specops) -"cYF" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/green{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/interstitial) "cYI" = ( /obj/structure/shuttle_part/scc/mining{ icon_state = "1,3" @@ -23033,6 +22718,29 @@ "cYV" = ( /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/starboard) +"cZc" = ( +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/airlock/glass{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_3/starboard) "cZe" = ( /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) @@ -23172,13 +22880,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/buffet) -"cZU" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/starboard) "cZX" = ( /obj/structure/machinery/power/smes/buildable/substation{ RCon_tag = "Shield Substation"; @@ -23222,25 +22923,6 @@ /obj/structure/bed/stool/chair/sofa/right/brown, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_luceism) -"dac" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 4; - name = "Security Maintenance"; - req_one_access = list(12,47) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/research) "dad" = ( /obj/structure/shuttle_part/mercenary/small{ density = 0; @@ -23248,6 +22930,20 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/syndicate_elite) +"daf" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/command/bridge/upperdeck) "dah" = ( /obj/effect/landmark/entry_point/starboard{ name = "starboard, ballast middle" @@ -23264,6 +22960,16 @@ /obj/effect/floor_decal/corner/beige/full, /turf/simulated/floor/tiled/dark, /area/shuttle/merchant) +"dao" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/machinery/computer/security/terminal/public{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_2/central) "daq" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -23311,6 +23017,18 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/break_room) +"daS" = ( +/obj/effect/floor_decal/corner/dark_blue/full{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/command/bridge/meeting_room) "daU" = ( /obj/structure/machinery/porta_turret/cannon, /obj/effect/floor_decal/industrial/warning/full, @@ -23352,12 +23070,6 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) -"dbe" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/effect/floor_decal/corner_wide/green/full, -/obj/structure/machinery/light, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "dbi" = ( /obj/structure/machinery/door/firedoor{ req_one_access = list(24,11,67,73); @@ -23409,16 +23121,27 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/supermatter/mainchamber) -"dbG" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 9 +"dbD" = ( +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/structure/engineer_maintenance/pipe, -/obj/structure/bed/stool/chair{ +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; dir = 4 }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "dbH" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden, /obj/structure/lattice/catwalk/indoor/grate/dark, @@ -23441,6 +23164,21 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/starboard) +"dbZ" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/effect/floor_decal/spline/plain/corner/green{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/machinery/camera/network/service{ + c_tag = "Service - Kitchen 3"; + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/service/kitchen) "dca" = ( /obj/effect/floor_decal/spline/fancy/wood/cee{ dir = 8 @@ -23454,40 +23192,10 @@ /obj/structure/machinery/alarm/west, /turf/simulated/floor/wood, /area/horizon/repoffice/representative_two) -"dcb" = ( -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/airlock/maintenance_hatch{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/research) "dcc" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/shuttle/skipjack) -"dcj" = ( -/obj/structure/table/standard, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/structure/machinery/requests_console/north{ - department = "Medical Bay"; - departmentType = 1 - }, -/obj/item/modular_computer/laptop/preset/medical, -/obj/item/modular_computer/laptop/preset/medical{ - pixel_y = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "dcl" = ( /turf/unsimulated/floor{ icon_state = "dark_preview" @@ -23499,6 +23207,22 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenoarch/atrium) +"dcq" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/icu) "dct" = ( /obj/structure/machinery/door/blast/odin/open{ _wifi_id = "merc_droppod_1"; @@ -23526,16 +23250,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark/full, /area/horizon/command/bridge/selfdestruct) -"dcv" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/arrow/yellow, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "dcw" = ( /obj/effect/floor_decal/corner/grey{ dir = 9 @@ -23625,6 +23339,17 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark/full, /area/horizon/security/evidence_storage) +"dcX" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/reception) "dcY" = ( /obj/structure/machinery/light{ dir = 8 @@ -23730,19 +23455,25 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/rnd/lab) -"ddL" = ( +"ddI" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/obj/structure/railing/mapped, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/structure/disposalpipe/segment{ +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/item/radio/intercom/north, /obj/structure/cable/green{ icon_state = "4-8" }, /turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) +/area/horizon/medical/hallway/upper) "ddN" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -23769,16 +23500,6 @@ /obj/vehicle/bike/speeder, /turf/unsimulated/floor, /area/centcom/legion/hangar5) -"det" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/purple/full{ - dir = 4 - }, -/obj/structure/machinery/light_switch/south, -/turf/simulated/floor/tiled, -/area/horizon/service/custodial) "deu" = ( /turf/simulated/wall/r_wall, /area/horizon/engineering/aft_airlock) @@ -23830,6 +23551,20 @@ /obj/structure/table/reinforced/steel, /turf/simulated/floor/wood, /area/horizon/command/heads/chief) +"deA" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "deB" = ( /obj/structure/railing/mapped{ dir = 8 @@ -23848,6 +23583,16 @@ }, /turf/simulated/floor/exoplanet/grass/grove, /area/centcom/shared_dream) +"deH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "deL" = ( /obj/structure/railing/mapped, /obj/effect/floor_decal/corner/brown{ @@ -23978,6 +23723,22 @@ }, /turf/unsimulated/floor, /area/centcom/legion/hangar5) +"dfq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "dfr" = ( /obj/structure/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ dir = 4 @@ -24038,15 +23799,22 @@ /obj/effect/floor_decal/industrial/hatch_door/yellow, /turf/simulated/floor/tiled/full, /area/horizon/stairwell/starboard/deck_1) -"dfC" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 10 +"dfF" = ( +/obj/structure/platform, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 }, -/obj/structure/bed/stool/chair{ - dir = 1 +/obj/structure/cable/green{ + icon_state = "4-8" }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/horizon/service/chapel/main) "dfM" = ( /obj/structure/engineer_maintenance/electric/wall, /obj/effect/floor_decal/industrial/warning{ @@ -24057,20 +23825,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) -"dfN" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/table/rack, -/obj/item/deployable_kit{ - pixel_y = 12 - }, -/obj/item/deployable_kit{ - pixel_y = 6 - }, -/obj/item/deployable_kit, -/obj/effect/floor_decal/industrial/outline/operations, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "dfR" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -24189,13 +23943,6 @@ }, /turf/simulated/floor/reinforced/nitrogen, /area/horizon/engineering/atmos/air) -"dgF" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "dgI" = ( /obj/vehicle/droppod/syndie{ connected_blastdoor = "merc_droppod_4" @@ -24235,6 +23982,16 @@ }, /turf/simulated/floor/wood, /area/horizon/service/bar) +"dhg" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "dhh" = ( /obj/effect/floor_decal/carpet{ dir = 1 @@ -24304,24 +24061,6 @@ }, /turf/simulated/floor/carpet, /area/horizon/repoffice/representative_one) -"dht" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/disposalpipe/junction{ - dir = 4; - icon_state = "pipe-j2" - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "dhv" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -24482,35 +24221,6 @@ }, /turf/simulated/floor/airless, /area/horizon/engineering/atmos) -"dhZ" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor/multi_tile, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/door/airlock/multi_tile/glass{ - id_tag = "main_door"; - name = "Triage Room Main Entrance"; - req_access = list(5) - }, -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "entrance_shutters"; - name = "Entrance Lockdown Shutters"; - opacity = 0 - }, -/obj/effect/map_effect/door_helper/unres{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/gen_treatment) "dil" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -24762,16 +24472,6 @@ icon_state = "dark_preview" }, /area/centcom/holding) -"djD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/fore) "djE" = ( /obj/structure/railing/mapped{ dir = 1 @@ -24785,6 +24485,18 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/aibunker) +"djG" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port/far) "djJ" = ( /turf/simulated/wall, /area/horizon/maintenance/deck_3/aft/port/far) @@ -24856,23 +24568,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/white, /area/horizon/rnd/lab) -"dkk" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/operations/machinist) "dkl" = ( /obj/effect/floor_decal/industrial/warning{ dir = 6 @@ -24967,25 +24662,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/storage_hard/lower) -"dkT" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 6 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/firealarm/south, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/horizon/repoffice/representative_one) "dkV" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 5 @@ -25078,6 +24754,12 @@ icon_state = "white" }, /area/centcom/holding) +"dlC" = ( +/obj/structure/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/machinery/alarm/north, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/icu) "dlD" = ( /obj/effect/floor_decal/spline/fancy/wood, /turf/unsimulated/floor/wood, @@ -25302,30 +24984,6 @@ /obj/effect/floor_decal/industrial/outline/red, /turf/simulated/floor/tiled/white, /area/shuttle/hapt) -"dmO" = ( -/obj/structure/platform_stairs/full/east_west_cap, -/obj/structure/platform/cutout{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/light_switch/north{ - pixel_x = 4; - pixel_y = 24 - }, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist/surgicalbay) "dmP" = ( /turf/simulated/floor/holofloor/space, /area/horizon/holodeck/source_space) @@ -25441,6 +25099,20 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenoarch/atrium) +"dnt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/starboard/near) "dnx" = ( /obj/structure/machinery/atmospherics/binary/circulator{ anchored = 1 @@ -25455,18 +25127,6 @@ }, /turf/simulated/floor/carpet, /area/horizon/command/heads/hos) -"dnD" = ( -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/reception) -"dnG" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) "dnI" = ( /obj/random/maintenance_junk_or_loot, /obj/random/dirt_75, @@ -25524,13 +25184,6 @@ /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled/dark, /area/shuttle/syndicate_elite) -"dod" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled, -/area/horizon/operations/break_room) "doi" = ( /obj/effect/floor_decal/industrial/hatch_door/red, /obj/structure/machinery/door/airlock/external{ @@ -25566,28 +25219,6 @@ "dok" = ( /turf/simulated/wall/r_wall, /area/horizon/rnd/xenoarch/spectrometry) -"dol" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/bed/stool/chair{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist) "doo" = ( /obj/structure/railing/mapped{ dir = 4 @@ -25641,15 +25272,6 @@ }, /turf/simulated/floor/tiled/freezer, /area/shuttle/skipjack) -"dov" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/mail_room) "dow" = ( /obj/structure/grille/diagonal{ dir = 4 @@ -25678,18 +25300,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/visible/fuel, /turf/space, /area/horizon/exterior) -"dpc" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/power/apc/low/west, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/security/port) "dpd" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -25747,21 +25357,6 @@ }, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_tribunal) -"dps" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/obj/structure/engineer_maintenance/electric{ - dir = 4 - }, -/obj/structure/engineer_maintenance/pipe{ - dir = 1 - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/medical/gen_treatment) "dpt" = ( /obj/structure/machinery/door/airlock/centcom{ name = "Superheavy Support Garage"; @@ -25891,6 +25486,12 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/mining_main/refinery) +"dqc" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/horizon/hallway/primary/deck_2/central) "dqd" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -25923,6 +25524,22 @@ /obj/effect/floor_decal/industrial/hatch_door/yellow, /turf/simulated/floor/tiled/full, /area/horizon/command/bridge/minibar) +"dqm" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/full, +/area/horizon/command/bridge/upperdeck) "dqs" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/floor_decal/industrial/warning{ @@ -26170,20 +25787,6 @@ /obj/item/book/manual/materials_chemistry_analysis, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenological) -"drD" = ( -/obj/structure/machinery/recharger, -/obj/structure/table/standard, -/obj/structure/railing/mapped, -/obj/item/destTagger{ - pixel_y = 8; - pixel_x = 14 - }, -/obj/item/stack/packageWrap{ - pixel_x = 16; - pixel_y = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "drE" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -26233,6 +25836,35 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/service/kitchen) +"drP" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/machinery/conveyor_switch/oneway{ + id = "QMLoad"; + pixel_x = 7; + pixel_y = 21 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/loading) "drS" = ( /obj/structure/shuttle_part/scc/scout{ icon_state = "7,8" @@ -26294,18 +25926,6 @@ /obj/structure/platform, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/operations/starboard) -"dsj" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/fore) "dsu" = ( /obj/structure/platform/ledge/dark{ dir = 1 @@ -26385,22 +26005,45 @@ temperature = 278 }, /area/horizon/service/kitchen/freezer) -"dsE" = ( -/obj/structure/cable/green{ - icon_state = "4-8" +"dsG" = ( +/obj/structure/table/standard, +/obj/item/clothing/glasses/hud/health{ + pixel_y = -14 }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 +/obj/item/clothing/glasses/hud/health{ + pixel_y = -14 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/item/clothing/glasses/hud/health{ + pixel_y = -14 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/item/clothing/glasses/hud/health{ + pixel_y = -14 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = -14 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = -14 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = -14 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = -14 + }, +/obj/item/cane, +/obj/item/cane, +/obj/item/cane, +/obj/item/cane, +/obj/item/defibrillator/loaded{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 1 }, -/obj/effect/floor_decal/sign/gtr, /turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) +/area/horizon/medical/equipment) "dsL" = ( /obj/random/junk, /obj/effect/floor_decal/industrial/warning{ @@ -26456,6 +26099,21 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, /area/shuttle/mercenary) +"dtk" = ( +/obj/item/storage/box/unique/freezer/organcooler{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 12 + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/main_storage) "dtp" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -26483,35 +26141,6 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/command/bridge/controlroom) -"dtR" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/icu) -"dtU" = ( -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/disposalpipe/junction{ - dir = 8; - icon_state = "pipe-j2" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/central) "dtX" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -26530,6 +26159,15 @@ }, /turf/simulated/floor/tiled, /area/horizon/crew/chargebay) +"dub" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "duf" = ( /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenoarch/hallway/elevator) @@ -26565,6 +26203,10 @@ icon_state = "white" }, /area/tdome/tdomeadmin) +"dut" = ( +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "duu" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -26673,19 +26315,31 @@ /obj/structure/railing/mapped, /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_chapel) -"duU" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" +"duS" = ( +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/structure/machinery/button/remote/airlock{ + id = "main_door"; + name = "Triage Door Control"; + pixel_y = 9; + req_access = list(5) }, -/obj/structure/machinery/door/firedoor/multi_tile, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/hatch_door/service{ - dir = 8 +/obj/structure/machinery/button/remote/blast_door{ + id = "entrance_shutters"; + name = "Entrance Shutters Control"; + pixel_y = -2; + req_access = list(5) }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/mess_hall) +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/obj/structure/machinery/requests_console/west{ + department = "Medical"; + departmentType = 2; + name = "Medical Requests Console" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "duY" = ( /obj/structure/disposalpipe/segment, /obj/effect/floor_decal/corner/dark_green{ @@ -26815,6 +26469,12 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) +"dvI" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "dvM" = ( /turf/simulated/floor/tiled/dark, /area/horizon/hangar/intrepid) @@ -26887,6 +26547,30 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/intrepid/main_compartment) +"dwp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/door/firedoor, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/engineering{ + dir = 1; + name = "Deck 3 Command Substation"; + req_one_access = list(11,24,57) + }, +/obj/structure/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/hallway/primary/deck_3/starboard) "dwq" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -26984,27 +26668,6 @@ /obj/structure/window/shuttle/scc_space_ship/cardinal, /turf/simulated/floor/plating, /area/horizon/security/checkpoint2) -"dwR" = ( -/obj/structure/closet/crate/freezer{ - name = "Assorted Blood Packs" - }, -/obj/item/reagent_containers/blood/OPlus, -/obj/item/reagent_containers/blood/OPlus, -/obj/item/reagent_containers/blood/BPlus, -/obj/item/reagent_containers/blood/BPlus, -/obj/item/reagent_containers/blood/BMinus, -/obj/item/reagent_containers/blood/BMinus, -/obj/item/reagent_containers/blood/sbs, -/obj/item/reagent_containers/blood/sbs, -/obj/item/reagent_containers/blood/APlus, -/obj/item/reagent_containers/blood/APlus, -/obj/item/reagent_containers/blood/AMinus, -/obj/item/reagent_containers/blood/AMinus, -/obj/effect/floor_decal/corner_wide/green/full, -/obj/structure/cable/green, -/obj/structure/machinery/power/apc/west, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/main_storage) "dwS" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 8 @@ -27056,6 +26719,37 @@ "dxi" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/engineering/storage_hard/aft) +"dxl" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/central) +"dxm" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/full{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist) "dxo" = ( /obj/structure/cable{ icon_state = "1-2" @@ -27129,6 +26823,18 @@ }, /turf/simulated/floor/tiled, /area/horizon/rnd/hallway) +"dxT" = ( +/obj/structure/table/reinforced/wood, +/obj/item/toy/desk/newtoncradle{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = 7; + pixel_y = 3 + }, +/turf/simulated/floor/carpet, +/area/horizon/command/heads/xo_office) "dxX" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -27218,18 +26924,6 @@ }, /turf/unsimulated/floor, /area/antag/ninja) -"dyo" = ( -/obj/structure/bed/stool/chair/office/light{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/obj/structure/machinery/light/floor{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/medical/ward) "dyx" = ( /obj/structure/cable{ icon_state = "1-2" @@ -27280,10 +26974,6 @@ /obj/structure/machinery/smartfridge/foodheater, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/kitchen) -"dyG" = ( -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "dyJ" = ( /obj/effect/decal/fake_object/light_source/invisible{ light_color = "#C46518"; @@ -27366,6 +27056,25 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/horizon/security/evidence_storage) +"dzl" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) +"dzt" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/starboard) "dzv" = ( /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled/dark/full, @@ -27589,6 +27298,16 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenobiology/xenoflora) +"dAK" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_1/central) "dAM" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, @@ -27627,14 +27346,6 @@ icon_state = "white" }, /area/centcom/legion) -"dBa" = ( -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 1 - }, -/obj/structure/machinery/vending/coffee, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "dBe" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 10 @@ -27795,20 +27506,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenobiology/xenoflora) -"dCf" = ( -/obj/effect/floor_decal/corner/dark_green, -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/obj/structure/machinery/light, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "dCh" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 10 @@ -27825,6 +27522,11 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/port/docks) +"dCj" = ( +/obj/effect/floor_decal/corner/dark_blue/diagonal, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled, +/area/horizon/security/investigations_hallway) "dCk" = ( /obj/structure/machinery/meter, /obj/structure/machinery/atmospherics/pipe/manifold/visible/yellow{ @@ -27844,24 +27546,6 @@ }, /turf/unsimulated/floor, /area/centcom/spawning) -"dCq" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/spline/fancy/wood, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/obj/structure/coatrack{ - pixel_x = 6; - pixel_y = 1 - }, -/obj/structure/machinery/camera/network/command{ - c_tag = "Bridge - XO Office"; - dir = 1 - }, -/turf/simulated/floor/wood, -/area/horizon/command/heads/xo_office) "dCu" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/simulated/floor/grass/no_edge, @@ -28000,21 +27684,6 @@ /obj/structure/sign/vacuum, /turf/unsimulated/floor/plating, /area/antag/raider) -"dDr" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/structure/machinery/door/blast/regular{ - density = 0; - dir = 4; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_3/central) "dDs" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 4 @@ -28048,6 +27717,19 @@ }, /turf/simulated/floor/tiled, /area/horizon/stairwell/engineering/deck_2) +"dDv" = ( +/obj/item/radio/intercom/east, +/obj/effect/landmark/start{ + name = "Pharmacist" + }, +/obj/structure/bed/stool/chair{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "dDz" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -28098,29 +27780,6 @@ }, /turf/simulated/floor/wood, /area/horizon/rnd/conference) -"dDF" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/computer/guestpass{ - pixel_y = 32 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/security/hallway) "dDJ" = ( /obj/effect/floor_decal/carpet{ dir = 8 @@ -28178,20 +27837,6 @@ "dEd" = ( /turf/simulated/floor/shuttle/dark_blue, /area/horizon/shuttle/escape_pod/pod4) -"dEf" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 9 - }, -/obj/structure/bed/stool/chair{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline/security, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "dEi" = ( /obj/effect/mist, /obj/effect/mist, @@ -28226,26 +27871,6 @@ "dEz" = ( /turf/simulated/floor/wood, /area/horizon/command/bridge/minibar) -"dEH" = ( -/obj/structure/railing/mapped, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_3/aft/port) "dEI" = ( /turf/simulated/wall, /area/horizon/storage/primary) @@ -28275,18 +27900,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/far) -"dEY" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "dEZ" = ( /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor, @@ -28375,18 +27988,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard) -"dFD" = ( -/obj/effect/floor_decal/corner/dark_blue/full{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/command/bridge/meeting_room) "dFI" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 9 @@ -28510,6 +28111,30 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/port) +"dGc" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/light_switch/north{ + pixel_x = -8 + }, +/obj/structure/machinery/light/floor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/loading) "dGi" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 10 @@ -28542,6 +28167,47 @@ icon_state = "white" }, /area/tdome/tdomeobserve) +"dGs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 1; + name = "Engineering Hard Storage Maintenance"; + req_one_access = list(11,24) + }, +/obj/effect/floor_decal/industrial/hatch_door/engineering{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/storage_hard/upper) +"dGy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/airlock/maintenance_hatch{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_3/aft/starboard) "dGB" = ( /obj/structure/machinery/button/remote/blast_door{ id = "odincheckpoint_starboard"; @@ -28580,15 +28246,21 @@ /obj/structure/machinery/power/apc/super/west, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos) -"dGI" = ( +"dGN" = ( /obj/structure/cable/green{ - icon_state = "1-2" + icon_state = "4-8" }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/brown/diagonal, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/mining_main/eva) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_2/starboard) "dGY" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 9 @@ -28720,18 +28392,30 @@ "dHR" = ( /turf/simulated/floor/carpet, /area/horizon/repoffice/consular_one) -"dHX" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/turf/simulated/wall, -/area/horizon/medical/icu) "dHY" = ( /obj/effect/floor_decal/corner/white{ dir = 10 }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_battlemonsters) +"dHZ" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/dark_blue/full{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "dIc" = ( /obj/structure/ladder{ pixel_y = 10 @@ -28827,10 +28511,6 @@ /obj/structure/machinery/alarm/south, /turf/simulated/floor/tiled/white, /area/horizon/crew/washroom/deck_2) -"dIP" = ( -/obj/effect/floor_decal/corner_wide/lime/diagonal, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "dIQ" = ( /obj/effect/floor_decal/industrial/hatch/yellow, /obj/effect/floor_decal/industrial/warning{ @@ -28847,12 +28527,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/monitoring) -"dIR" = ( -/obj/structure/noticeboard{ - pixel_y = 30 - }, -/turf/simulated/floor/carpet, -/area/horizon/command/heads/xo_office) "dIU" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -28866,6 +28540,13 @@ }, /turf/unsimulated/floor, /area/antag/mercenary) +"dJd" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/wood, +/area/horizon/rnd/hallway) "dJi" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel{ dir = 1 @@ -28928,6 +28609,15 @@ /obj/effect/map_effect/marker_helper/airlock/interior, /turf/simulated/floor/tiled/full, /area/horizon/hallway/primary/deck_3/port/docks) +"dJt" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/mess_hall) "dJw" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 1 @@ -28964,6 +28654,14 @@ }, /turf/simulated/floor/wood, /area/horizon/command/bridge/minibar) +"dJz" = ( +/obj/structure/machinery/disposal/small/east, +/obj/structure/disposalpipe/trunk, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "dJC" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -29035,14 +28733,25 @@ "dKa" = ( /turf/simulated/wall, /area/horizon/maintenance/substation/security) -"dKf" = ( -/obj/effect/floor_decal/corner/dark_green/full{ +"dKp" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate{ + color = "#FFFFFF" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; dir = 8 }, -/obj/structure/machinery/vending/snack/horizon, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/central) +/turf/simulated/floor/plating, +/area/horizon/medical/gen_treatment) "dKr" = ( /obj/random/loot{ pixel_x = -10; @@ -29196,6 +28905,15 @@ /obj/structure/machinery/appliance/cooker/oven, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/cafeteria) +"dLy" = ( +/obj/structure/lattice/catwalk/indoor/grate{ + color = "#FFFFFF" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/medical/gen_treatment) "dLC" = ( /obj/effect/landmark/entry_point/starboard{ name = "starboard, mess hall" @@ -29405,6 +29123,25 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) +"dNp" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 4; + name = "Security Maintenance"; + req_one_access = list(12,47) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/research) "dNr" = ( /obj/effect/floor_decal/corner/brown/diagonal, /obj/structure/extinguisher_cabinet/north, @@ -29412,16 +29149,6 @@ /obj/item/storage/slide_projector, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck_control) -"dNs" = ( -/obj/structure/machinery/bodyscanner{ - dir = 4 - }, -/obj/effect/floor_decal/corner/beige{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/horizon/medical/icu) "dNt" = ( /obj/structure/machinery/atmospherics/binary/pump{ dir = 1; @@ -29436,41 +29163,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/plating, /area/horizon/shuttle/intrepid/port_compartment) -"dNB" = ( -/obj/structure/cable/green, -/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ - id = "xo_privacy_tint" - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/turf/simulated/floor, -/area/horizon/command/heads/xo_desk) -"dNC" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/obj/structure/engineer_maintenance/pipe, -/obj/structure/engineer_maintenance/electric{ - dir = 8 - }, -/obj/structure/machinery/light_switch/west{ - pixel_y = -3 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/structure/table/standard, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/mail_room) "dNF" = ( /obj/item/megaphone/red{ pixel_x = 1; @@ -29566,6 +29258,15 @@ /obj/item/pen, /turf/simulated/floor/carpet, /area/horizon/command/bridge/meeting_room) +"dOe" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/hallway/primary/deck_2/fore) "dOk" = ( /obj/random/maintenance_junk_or_loot, /obj/effect/floor_decal/industrial/warning{ @@ -29769,6 +29470,14 @@ name = "shallow water" }, /area/horizon/holodeck/source_konyang) +"dPB" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/bed/stool/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "dPE" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/effect/floor_decal/spline/plain{ @@ -29940,6 +29649,20 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenobiology) +"dQX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/engineering/hallway/interior) "dQY" = ( /turf/simulated/wall/r_wall, /area/horizon/crew/resdeck/living_quarters_lift) @@ -30012,6 +29735,22 @@ }, /turf/simulated/floor/tiled, /area/horizon/stairwell/port/deck_3) +"dRF" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "dRI" = ( /obj/structure/machinery/light{ dir = 4 @@ -30096,35 +29835,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) -"dSj" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 6 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/machinery/conveyor_switch/oneway{ - id = "QMLoad"; - pixel_x = 7; - pixel_y = 21 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/loading) "dSk" = ( /obj/structure/cable/green{ icon_state = "1-8" @@ -30295,17 +30005,6 @@ /obj/structure/machinery/light/small, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/starboard) -"dTt" = ( -/obj/structure/disposalpipe/junction{ - dir = 4; - icon_state = "pipe-j2" - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/obj/structure/extinguisher_cabinet/south, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "dTu" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/blood/OMinus, @@ -30381,10 +30080,6 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/storage/eva) -"dTZ" = ( -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "dUj" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/effect/floor_decal/spline/plain{ @@ -30559,6 +30254,24 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/lab) +"dVn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/horizon/engineering/hallway/aft) "dVC" = ( /obj/effect/floor_decal/corner/yellow{ dir = 1 @@ -30601,6 +30314,12 @@ }, /turf/simulated/floor/plating, /area/merchant_station/warehouse) +"dVP" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/maintenance/deck_2/research) "dVS" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -30651,6 +30370,11 @@ /obj/random/dirt_75, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/nacelle) +"dWi" = ( +/obj/structure/bed/stool/chair/office/light, +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "dWj" = ( /obj/structure/table/stone/marble, /obj/item/storage/box/fancy/matches{ @@ -30699,23 +30423,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/rnd/hallway/secondary) -"dWE" = ( -/obj/structure/machinery/door/airlock/maintenance{ - dir = 1; - req_one_access = list(12,25,26,28,29,31,35,37,48,63,67); - name = "Deck 2 Central Fore Maintenance" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/firedoor, -/obj/effect/map_effect/door_helper/unres, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/service/port) "dWF" = ( /obj/item/radio/intercom/west, /obj/effect/floor_decal/corner_wide/yellow{ @@ -30811,6 +30518,21 @@ /obj/structure/machinery/light/small, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/main/starboard) +"dXf" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "dXk" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/black{ dir = 10 @@ -30908,18 +30630,6 @@ }, /turf/space, /area/horizon/exterior) -"dXV" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/full, -/area/horizon/command/bridge/controlroom) "dXY" = ( /obj/effect/floor_decal/corner/yellow{ dir = 6 @@ -30960,13 +30670,6 @@ "dYh" = ( /turf/simulated/wall/shuttle/scc, /area/horizon/shuttle/escape_pod/pod2) -"dYk" = ( -/obj/effect/floor_decal/industrial/outline/medical, -/obj/structure/bed/padded, -/obj/item/bedsheet/medical, -/obj/item/radio/intercom/east, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) "dYm" = ( /obj/structure/machinery/conveyor{ id = "cargo_1" @@ -31042,26 +30745,12 @@ "dYY" = ( /turf/simulated/wall/r_wall, /area/horizon/rnd/lab) -"dYZ" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/alarm/north, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/security/port) "dZi" = ( /obj/effect/floor_decal/corner/red{ dir = 5 }, /turf/unsimulated/floor, /area/centcom/spawning) -"dZq" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "dZr" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -31203,14 +30892,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/visible/black, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion/starboard) -"dZT" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/effect/floor_decal/spline/plain/green, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/service/kitchen) "dZW" = ( /obj/structure/grille, /obj/structure/machinery/door/firedoor, @@ -31247,6 +30928,22 @@ /obj/structure/machinery/light, /turf/simulated/open, /area/horizon/medical/hallway/upper) +"eal" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/central) "eam" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden{ dir = 5 @@ -31290,31 +30987,6 @@ "eaM" = ( /turf/simulated/wall, /area/horizon/maintenance/substation/engineering/lower) -"eaR" = ( -/obj/structure/table/reinforced/wood, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "cap_office_desk"; - name = "Captain Desk Shutters"; - opacity = 0 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/item/storage/secure/briefcase, -/obj/structure/machinery/button/switch/windowtint{ - dir = 4; - id = "cap"; - pixel_x = 19; - pixel_y = 1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/captain) "eaS" = ( /obj/structure/machinery/camera/motion{ network = list("Command","Security","Tcomsat"); @@ -31326,25 +30998,23 @@ /obj/effect/floor_decal/spline/plain/black, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/chamber) -"eaT" = ( -/obj/structure/machinery/door/firedoor{ - dir = 4 +"eaV" = ( +/obj/structure/cable/green{ + icon_state = "2-8" }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; dir = 4 }, -/obj/structure/sign/urban/staff{ - pixel_y = 19; - pixel_x = -1 - }, -/obj/structure/machinery/door/airlock/service{ - dir = 4; - name = "Bar Backroom"; - req_one_access = list(25) - }, -/obj/effect/floor_decal/industrial/hatch_door/service, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/bar/backroom) +/turf/simulated/floor/plating, +/area/horizon/operations/warehouse) "eaZ" = ( /obj/structure/bed/stool/chair{ dir = 4 @@ -31479,31 +31149,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/command/heads/cmo) -"ebD" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/obj/structure/machinery/camera/network/command{ - c_tag = "Bridge - XO Line"; - dir = 1 - }, -/obj/structure/table/standard, -/obj/structure/machinery/recharger{ - pixel_x = -8; - pixel_y = 8 - }, -/obj/item/toner, -/obj/item/toner, -/obj/item/paper_bin{ - pixel_x = 5; - pixel_y = 9 - }, -/obj/item/pen{ - pixel_y = 9; - pixel_x = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) "ebE" = ( /obj/effect/floor_decal/corner/mauve/diagonal, /obj/structure/cable/green{ @@ -31808,6 +31453,24 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) +"edl" = ( +/obj/structure/table/standard, +/obj/item/storage/box/fancy/vials{ + pixel_x = -10; + pixel_y = 10 + }, +/obj/item/reagent_containers/dropper/electronic_pipette{ + pixel_x = -8 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/hand_labeler{ + pixel_y = -20 + }, +/obj/effect/floor_decal/corner_wide/orange{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/pharmacy) "edn" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -31840,24 +31503,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/port) -"edt" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/platform_stairs/full{ - dir = 8 - }, -/obj/structure/platform{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) "edC" = ( /obj/structure/lattice/catwalk/indoor/grate/damaged{ color = "#4c535b" @@ -31866,25 +31511,21 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/auxatmos) -"edE" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "edI" = ( /obj/structure/machinery/light{ dir = 4 }, /turf/simulated/wall/r_wall, /area/horizon/rnd/xenobiology/foyer) +"edT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "edX" = ( /obj/structure/railing/mapped{ dir = 4 @@ -32011,6 +31652,23 @@ }, /turf/unsimulated/floor, /area/centcom/spawning) +"eeG" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/main/starboard) "eeH" = ( /obj/effect/floor_decal/corner/grey{ dir = 6 @@ -32142,18 +31800,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/operations/warehouse) -"efq" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/storage_hard/upper) "efu" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -32207,13 +31853,6 @@ }, /turf/simulated/floor/wood, /area/horizon/command/bridge/cciaroom/lounge) -"efC" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/starboard) "efD" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 10 @@ -32355,6 +31994,21 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor/wood, /area/antag/burglar) +"efQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_2/central) "efT" = ( /obj/structure/tank_wall{ icon_state = "m-15" @@ -32381,16 +32035,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/far) -"egd" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_1/central) "egn" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 9 @@ -32430,6 +32074,13 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/port) +"egF" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/auxatmos) "egG" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -32442,6 +32093,12 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos/turbine) +"egN" = ( +/obj/effect/floor_decal/spline/plain/brown{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist) "egP" = ( /obj/structure/sign/nosmoking_1{ pixel_y = 32 @@ -32471,6 +32128,28 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/port) +"egW" = ( +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/camera/network/service{ + c_tag = "Service - Mess Hall 4"; + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline_straight/service, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/mess_hall) "ehd" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -32582,26 +32261,6 @@ /obj/structure/machinery/light, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/starboard) -"ehK" = ( -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "Medical Lockdown Shutters"; - opacity = 0 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/medical{ - dir = 1; - name = "Intensive Care Unit"; - req_access = list(5) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/medical/icu) "ehM" = ( /obj/random/pottedplant, /turf/simulated/floor/holofloor/lino, @@ -32622,6 +32281,25 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/test_range) +"ehY" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/firealarm/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/horizon/repoffice/representative_one) "eia" = ( /obj/structure/sign/pharmacy, /turf/unsimulated/wall/steel, @@ -32687,6 +32365,14 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/weapons/longbow) +"eiH" = ( +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_2/fore) "eiJ" = ( /obj/random/loot, /obj/structure/machinery/light/small{ @@ -32716,13 +32402,6 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/mercenary) -"eiX" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/floor_decal/corner_wide/lime{ - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "ejj" = ( /obj/structure/table/wood, /obj/random/pottedplant_small{ @@ -32738,6 +32417,18 @@ /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/wood, /area/horizon/maintenance/deck_2/wing/starboard) +"ejs" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/interstitial) "eju" = ( /obj/structure/table/wood, /obj/effect/floor_decal/spline/fancy/wood{ @@ -32810,30 +32501,6 @@ /obj/structure/machinery/alarm/east, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/bar) -"ejW" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 6 - }, -/obj/structure/machinery/power/apc/south, -/obj/structure/cable/green, -/obj/structure/machinery/light_switch/west{ - dir = 4; - pixel_x = 22 - }, -/obj/item/towel_flat{ - pixel_x = -2; - pixel_y = 4; - name = "Ian's Bed"; - desc = "A dog blanket laid out on the floor; Ian prefers to sleep on the office chair."; - accent_color = "#336699"; - color = "#336699" - }, -/obj/item/toy/figure/corgi{ - pixel_x = -10 - }, -/mob/living/simple_animal/corgi/Ian, -/turf/simulated/floor/wood, -/area/horizon/command/heads/xo_office) "ejX" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/atmospherics/unary/vent_pump/on, @@ -33024,15 +32691,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/ai/upload_foyer) -"elq" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) "elw" = ( /obj/structure/bed/stool/chair/holochair{ dir = 4 @@ -33055,10 +32713,33 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port) +"elz" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/spline/plain/corner/purple, +/obj/structure/platform_deco{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist/surgicalbay) "elH" = ( /obj/effect/shuttle_landmark/crescent/start, /turf/unsimulated/floor/plating, /area/centcom/specops) +"elI" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "elJ" = ( /obj/structure/closet/emcloset, /obj/effect/floor_decal/industrial/outline/emergency_closet, @@ -33249,19 +32930,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/gravity_gen) -"enb" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/elevator) "enf" = ( /obj/effect/floor_decal/spline/plain{ dir = 4 @@ -33391,6 +33059,12 @@ }, /turf/simulated/floor/holofloor/tiled/dark, /area/horizon/holodeck/source_boxingcourt) +"enA" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "enB" = ( /obj/structure/cable{ icon_state = "4-8" @@ -33430,13 +33104,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) -"enU" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist/surgicalbay) "enZ" = ( /turf/unsimulated/wall/darkshuttlewall, /area/tdome/tdomeadmin) @@ -33463,6 +33130,24 @@ /obj/effect/floor_decal/industrial/outline, /turf/simulated/floor/reinforced, /area/horizon/shuttle/canary) +"eol" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "eop" = ( /obj/structure/sign/radiation{ pixel_x = 32 @@ -33532,37 +33217,6 @@ /obj/structure/railing/mapped, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) -"eoU" = ( -/obj/structure/table/reinforced/steel, -/obj/structure/machinery/power/apc/south, -/obj/structure/cable/green, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/item/paper_scanner, -/obj/item/stack/wrapping_paper{ - pixel_y = 4; - pixel_x = 6 - }, -/obj/item/stack/packageWrap, -/obj/item/destTagger{ - pixel_x = 13; - pixel_y = -2 - }, -/obj/item/clipboard{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/hand_labeler{ - pixel_y = 8; - pixel_x = 1 - }, -/obj/item/paper/stickynotes/pad/random{ - pixel_x = 4; - pixel_y = -1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_desk) "eoX" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, @@ -33703,6 +33357,28 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenobiology/xenoflora) +"epz" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline_straight/service{ + dir = 1 + }, +/turf/simulated/floor/lino, +/area/horizon/service/chapel/main) +"epC" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "epS" = ( /obj/structure/machinery/shower{ pixel_y = 24 @@ -33747,6 +33423,18 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/horizon/medical/paramedic) +"eqe" = ( +/obj/effect/floor_decal/corner/mauve{ + dir = 5 + }, +/obj/structure/machinery/light/floor{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/hallway) "eqg" = ( /obj/structure/machinery/flasher{ id = "permflash" @@ -33762,6 +33450,15 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/test_range) +"eql" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/icu) "eqm" = ( /obj/effect/floor_decal/corner/white/full{ dir = 1 @@ -33790,6 +33487,14 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/stairwell/engineering/deck_1) +"eqC" = ( +/obj/item/bedsheet/medical{ + icon_state = "sheet-roll" + }, +/obj/structure/bed/padded, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "eqD" = ( /turf/simulated/open, /area/turbolift/primary/deck_3) @@ -33873,6 +33578,18 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/brig) +"erc" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/turf/simulated/floor/tiled, +/area/horizon/service/custodial) "erf" = ( /obj/effect/decal/fake_object{ dir = 4; @@ -33978,18 +33695,6 @@ }, /turf/unsimulated/floor/wood, /area/antag/raider) -"erE" = ( -/obj/structure/table/stone/marble, -/obj/item/storage/box/large/produce{ - pixel_x = -1; - pixel_y = 8 - }, -/obj/item/reagent_containers/food/condiment/sugar{ - pixel_x = -5; - pixel_y = -3 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/kitchen) "erI" = ( /obj/effect/shuttle_landmark/escape_pod/transit/pod4, /turf/space/transit/east, @@ -34091,6 +33796,13 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/checkpoint2) +"esq" = ( +/obj/structure/machinery/alarm/north, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/horizon/hallway/primary/deck_2/central) "ess" = ( /obj/effect/floor_decal/corner/dark_green/full{ dir = 8 @@ -34150,6 +33862,13 @@ }, /turf/simulated/open, /area/horizon/operations/office) +"esL" = ( +/obj/structure/machinery/firealarm/east, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) "esN" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/lattice/catwalk/indoor/grate/dark, @@ -34411,18 +34130,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/aft_airlock) -"euu" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_blue/diagonal, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/bridge_crew) "eux" = ( /obj/structure/machinery/portable_atmospherics/powered/scrubber, /turf/simulated/floor/tiled/dark, @@ -34502,19 +34209,6 @@ "evf" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/security/investigations_hallway) -"evg" = ( -/obj/effect/floor_decal/corner/lime/diagonal, -/obj/structure/machinery/light_switch{ - pixel_x = -26; - pixel_y = -18 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/washroom) "evh" = ( /turf/unsimulated/wall/fakepdoor{ dir = 4 @@ -34655,21 +34349,6 @@ /obj/item/clothing/shoes/magboots, /turf/unsimulated/floor, /area/centcom/distress_prep) -"ewE" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_2/central) "ewF" = ( /obj/effect/floor_decal/corner/green/diagonal, /obj/structure/mirror{ @@ -34745,28 +34424,6 @@ }, /turf/simulated/floor/reinforced/carbon_dioxide, /area/horizon/engineering/atmos) -"exd" = ( -/obj/structure/disposalpipe/segment{ - icon_state = "pipe-c" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/machinery/light_switch{ - dir = 4; - pixel_x = 23 - }, -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "exh" = ( /obj/effect/floor_decal/corner/mauve{ dir = 6 @@ -34802,17 +34459,6 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/operations/lobby) -"exr" = ( -/obj/structure/machinery/bodyscanner, -/obj/effect/floor_decal/corner/beige{ - dir = 9 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/horizon/medical/gen_treatment) "exv" = ( /obj/structure/closet/walllocker/medical/firstaid{ pixel_y = 32 @@ -34912,6 +34558,17 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/aft/starboard/far) +"eyd" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/machinery/power/apc/shuttle/north, +/turf/simulated/floor/plating, +/area/horizon/shuttle/intrepid/port_compartment) "eyg" = ( /obj/structure/table/steel, /obj/item/aiModule/reset, @@ -34926,15 +34583,23 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/ai/upload_foyer) -"eym" = ( -/obj/effect/floor_decal/corner_wide/lime{ +"eyk" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) "eyo" = ( /obj/structure/cable{ icon_state = "0-2" @@ -34957,6 +34622,21 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/canary) +"eyr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/door/blast/shutters/open{ + dir = 2; + id = "shutters_deck2_eng_frontdesk"; + name = "Engineering Front Desk Shutter" + }, +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/lobby) "eyu" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/effect/floor_decal/industrial/warning{ @@ -34966,15 +34646,6 @@ /obj/random/loot, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/near) -"eyw" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/starboard/near) "eyz" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/green, /turf/simulated/floor/plating, @@ -35054,27 +34725,6 @@ }, /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_courtroom) -"ezc" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 4; - req_one_access = list(12,31) - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/effect/map_effect/door_helper/unres{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/hangar/intrepid) "eze" = ( /obj/structure/platform{ dir = 4 @@ -35260,6 +34910,26 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/hallway) +"eAA" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/cafe) "eAB" = ( /obj/effect/floor_decal/industrial/hatch/red, /obj/effect/floor_decal/industrial/warning{ @@ -35284,6 +34954,21 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/quark/cargo_hold) +"eAV" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 1; + name = "Custodial Closet Maintenance"; + req_access = list(26) + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/full, +/area/horizon/service/custodial) "eAX" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/light/small{ @@ -35295,23 +34980,6 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/starboard/far) -"eAY" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/spline/plain/corner/purple, -/obj/structure/platform_deco{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist/surgicalbay) "eAZ" = ( /obj/structure/bed/stool{ dir = 1 @@ -35412,12 +35080,6 @@ /obj/structure/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/storage_hard/aft) -"eBP" = ( -/obj/structure/bed/stool/chair{ - dir = 4 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist/surgicalbay) "eBQ" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel{ dir = 1 @@ -35563,16 +35225,6 @@ /obj/structure/flora/ausbushes/fullgrass, /turf/unsimulated/floor/grass, /area/antag/actor) -"eDf" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/research) "eDj" = ( /obj/structure/cable/green{ icon_state = "0-8" @@ -35589,17 +35241,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/brig) -"eDn" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist) "eDs" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -35608,16 +35249,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_3/aft/starboard/far) -"eDt" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 1 - }, -/obj/structure/machinery/firealarm/east, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "eDw" = ( /obj/item/ammo_magazine/mc9mm{ pixel_x = -3; @@ -35818,6 +35449,26 @@ /obj/structure/machinery/alarm/north, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/starboard/far) +"eEk" = ( +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "eEl" = ( /turf/simulated/floor/holofloor/beach/sand{ dir = 4; @@ -35866,6 +35517,18 @@ icon_state = "dark_preview" }, /area/centcom/control) +"eEv" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/intrepid/interstitial) "eEw" = ( /obj/structure/railing/mapped{ dir = 8 @@ -35887,24 +35550,6 @@ }, /turf/simulated/floor/wood, /area/horizon/repoffice/consular_two) -"eEA" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/bridge_crew) "eEB" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -35962,18 +35607,6 @@ /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, /area/merchant_station/warehouse) -"eEP" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "eEV" = ( /obj/structure/flora/grass/jungle{ icon_state = "grassa2" @@ -36002,22 +35635,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/white, /area/horizon/rnd/test_range) -"eFc" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "eFd" = ( /obj/structure/machinery/door/airlock/glass_centcom{ dir = 1; @@ -36051,13 +35668,6 @@ }, /turf/simulated/floor/plating, /area/horizon/rnd/xenobiology/foyer) -"eFi" = ( -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/icu) "eFk" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -36105,19 +35715,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/lab) -"eFN" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/light, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "eFO" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -36200,22 +35797,6 @@ /obj/structure/viewport/zavod, /turf/template_noop, /area/horizon/weapons/grauwolf) -"eGg" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/port) "eGj" = ( /obj/effect/floor_decal/corner/yellow{ dir = 4 @@ -36259,28 +35840,6 @@ }, /turf/simulated/floor/carpet, /area/shuttle/hapt) -"eGy" = ( -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/icu) -"eGL" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 9 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) "eGS" = ( /obj/structure/machinery/light{ dir = 8 @@ -36328,23 +35887,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/supermatter/mainchamber) -"eHj" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/structure/bed/stool/chair/office/light{ - dir = 4 - }, -/obj/structure/machinery/disposal/small/south, -/obj/structure/disposalpipe/trunk, -/obj/structure/sign/nosmoking_1{ - pixel_y = 35; - pixel_x = 6 - }, -/obj/structure/machinery/light_switch/north{ - pixel_y = 32; - pixel_x = -6 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "eHr" = ( /obj/structure/machinery/light{ dir = 4 @@ -36437,23 +35979,6 @@ /obj/effect/map_effect/window_spawner/full/shuttle/raider, /turf/simulated/floor/plating, /area/shuttle/skipjack) -"eHY" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/holodeck) "eIb" = ( /obj/structure/railing/mapped{ dir = 8 @@ -36464,26 +35989,6 @@ /obj/structure/lattice/catwalk, /turf/simulated/floor/airless, /area/horizon/exterior) -"eIc" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_3/central) "eIe" = ( /turf/simulated/wall/r_wall, /area/horizon/hallway/primary/deck_3/port) @@ -36492,24 +35997,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/full, /area/horizon/stairwell/port/deck_2) -"eIn" = ( -/obj/structure/railing/mapped, -/obj/structure/railing/mapped{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/floor_decal/industrial/warning{ - dir = 6 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/sign/directions/prop{ - dir = 1; - pixel_y = 24 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/elevator) "eIr" = ( /obj/effect/floor_decal/corner/grey/diagonal, /obj/effect/floor_decal/spline/plain/grey, @@ -36549,6 +36036,38 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenobiology/xenoflora) +"eIG" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/door/blast/regular{ + density = 0; + dir = 2; + icon_state = "pdoor0"; + id = "Security Lockdown"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 4; + name = "Security Maintenance"; + req_access = list(63) + }, +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/red, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/service/port) "eIL" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 1 @@ -36664,13 +36183,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenobiology/xenoflora) -"eJp" = ( -/obj/structure/extinguisher_cabinet/west, -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "eJt" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -36686,23 +36198,6 @@ }, /turf/unsimulated/floor, /area/antag/mercenary) -"eJJ" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/starboard/near) "eJM" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 9 @@ -36715,17 +36210,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/interior) -"eJN" = ( -/obj/structure/machinery/conveyor{ - id = "Robocompo" - }, -/obj/structure/machinery/camera{ - c_tag = "Operations - Machinist Workshop 1"; - network = list("Operations"); - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "eJT" = ( /obj/structure/grille, /obj/structure/window/shuttle/scc_space_ship, @@ -36829,6 +36313,25 @@ }, /turf/unsimulated/floor/plating, /area/antag/burglar) +"eKP" = ( +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/sign/urban/staff{ + pixel_y = 19; + pixel_x = -1 + }, +/obj/structure/machinery/door/airlock/service{ + dir = 4; + name = "Bar Backroom"; + req_one_access = list(25) + }, +/obj/effect/floor_decal/industrial/hatch_door/service, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar/backroom) "eKQ" = ( /obj/structure/machinery/portable_atmospherics/canister/air, /obj/structure/machinery/atmospherics/portables_connector{ @@ -36876,14 +36379,12 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/rnd/hallway) -"eLj" = ( -/obj/structure/table/glass/reinf, -/obj/item/flashlight/lamp, -/obj/effect/floor_decal/corner_wide/paleblue/full{ - dir = 1 +"eLf" = ( +/obj/structure/bed/stool/chair/office/light{ + dir = 4 }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/ward) "eLr" = ( /obj/effect/floor_decal/corner/red/full{ dir = 4 @@ -37039,15 +36540,6 @@ temperature = 278 }, /area/horizon/service/kitchen/freezer) -"eMI" = ( -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - Hallway 3" - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "eMQ" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 9 @@ -37095,6 +36587,19 @@ }, /turf/simulated/floor/reinforced, /area/horizon/crew/fitness/gym) +"eNl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/lobby) "eNo" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/bed/stool/chair, @@ -37148,21 +36653,6 @@ "eNL" = ( /turf/simulated/wall, /area/horizon/maintenance/deck_2/wing/starboard/auxatmos) -"eNM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/door/blast/shutters/open{ - dir = 2; - id = "shutters_deck2_eng_frontdesk"; - name = "Engineering Front Desk Shutter" - }, -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/lobby) "eNO" = ( /obj/effect/floor_decal/carpet{ dir = 4 @@ -37191,6 +36681,63 @@ /obj/effect/floor_decal/industrial/outline/research, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/test_range) +"eNV" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) +"eNW" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/glass_command{ + dir = 1; + id_tag = "bridge_foyer"; + name = "Bridge"; + req_one_access = list(19) + }, +/obj/structure/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/map_effect/door_helper/unres, +/turf/simulated/floor/tiled/full, +/area/horizon/command/bridge/controlroom) +"eOc" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hangar/intrepid) "eOl" = ( /obj/effect/ghostspawpoint{ identifier = "NTERTSpawn"; @@ -37305,16 +36852,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) -"ePu" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/obj/structure/machinery/vending/medical{ - density = 0; - pixel_x = -32 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "ePz" = ( /obj/structure/machinery/portable_atmospherics/canister/oxygen, /obj/structure/closet/walllocker/emerglocker{ @@ -37344,6 +36881,17 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/engineering/reactor/indra/mainchamber) +"ePJ" = ( +/obj/structure/machinery/door/blast/shutters{ + dir = 4; + id = "service_divider_shutter" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/service, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/kitchen) "ePK" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 1 @@ -37394,20 +36942,17 @@ /obj/effect/floor_decal/industrial/outline/emergency_closet, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/chamber) -"eQq" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/platform_stairs/full{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor, -/obj/structure/machinery/light/small{ +"eQj" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/industrial/warning, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/floor, -/area/horizon/maintenance/substation/command) +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist/surgicalbay) "eQv" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -37484,19 +37029,6 @@ }, /turf/unsimulated/floor/marble, /area/antag/wizard) -"eQR" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/mail_room) "eQS" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/sparsegrass, @@ -37530,15 +37062,6 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/operations/break_room) -"eQZ" = ( -/obj/item/modular_computer/console/preset/supply/machinist, -/obj/structure/machinery/camera{ - c_tag = "Operations - Machinist Surgical Theatre"; - network = list("Operations") - }, -/obj/effect/floor_decal/spline/plain/red, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist/surgicalbay) "eRe" = ( /obj/effect/floor_decal/corner/mauve{ dir = 1 @@ -37608,22 +37131,6 @@ /obj/structure/table/steel, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port) -"eRB" = ( -/obj/structure/machinery/conveyor_switch/oneway{ - desc = "A conveyor control switch. It appears to only go in one direction. Controls the components conveyor belt."; - id = "Robocompo"; - pixel_y = 16; - pixel_x = -7 - }, -/obj/effect/floor_decal/spline/plain/red{ - dir = 4 - }, -/obj/effect/floor_decal/spline/plain/red{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist) "eRI" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -37693,16 +37200,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/drone_fabrication) -"eRR" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/research) "eRS" = ( /obj/effect/shuttle_landmark/distress/start, /turf/simulated/floor/shuttle/black, @@ -37738,16 +37235,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/shuttle/skipjack) -"eRZ" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/port/near) "eSg" = ( /obj/structure/bed/stool/chair/holochair{ dir = 8 @@ -37769,6 +37256,16 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/legion) +"eSr" = ( +/obj/structure/machinery/alarm/west, +/obj/structure/bed/stool/chair/office/dark{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "eSs" = ( /obj/structure/platform/ledge{ dir = 4 @@ -37837,20 +37334,6 @@ temperature = 278 }, /area/horizon/service/kitchen/freezer) -"eSF" = ( -/obj/structure/machinery/door/airlock/maintenance{ - dir = 1; - req_one_access = list(63) - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/firedoor, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_3/security/port) "eSI" = ( /obj/effect/floor_decal/carpet{ dir = 4 @@ -37891,21 +37374,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/supermatter/mainchamber) -"eSM" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/open, -/area/horizon/maintenance/deck_2/wing/starboard/near) -"eSN" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/security/port) "eSO" = ( /obj/structure/machinery/chem_master, /obj/effect/floor_decal/industrial/outline/service, @@ -38079,23 +37547,6 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/reactor/indra/mainchamber) -"eTJ" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "eTK" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -38113,21 +37564,17 @@ }, /turf/space, /area/horizon/exterior) -"eTX" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 +"eTU" = ( +/obj/structure/cable/green{ + icon_state = "4-8" }, -/obj/structure/platform{ +/obj/structure/disposalpipe/segment/mainline{ dir = 4 }, -/obj/effect/floor_decal/corner/brown/full{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist) +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/alarm/north, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/research) "eUa" = ( /obj/effect/floor_decal/corner/yellow, /obj/effect/floor_decal/corner/dark_blue{ @@ -38205,6 +37652,20 @@ /obj/structure/sign/flag/scc, /turf/simulated/floor/tiled, /area/horizon/command/bridge/controlroom) +"eUC" = ( +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/starboard) "eUP" = ( /obj/structure/machinery/door/firedoor, /obj/structure/grille, @@ -38230,6 +37691,17 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/break_room) +"eVf" = ( +/obj/structure/machinery/door/window{ + name = "Reception Desk"; + req_access = list(5) + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "eVh" = ( /obj/structure/machinery/door/firedoor, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -38253,10 +37725,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenoarch/atrium) -"eVp" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "eVr" = ( /obj/structure/window/shuttle/unique/tcfl{ icon_state = "16,2" @@ -38365,6 +37833,14 @@ /obj/structure/lattice/catwalk, /turf/simulated/open/airless, /area/horizon/exterior) +"eVU" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/light/small, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/port/near) "eVV" = ( /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/auxatmos) @@ -38399,6 +37875,16 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) +"eWf" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/security/investigations_hallway) "eWg" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 @@ -38412,21 +37898,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/far) -"eWh" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "eWi" = ( /obj/structure/bed/stool/chair/office/dark, /turf/simulated/floor/wood, @@ -38441,13 +37912,6 @@ /obj/structure/railing/mapped, /turf/space, /area/horizon/exterior/no_shields) -"eWq" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/structure/bed/stool/chair/office/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "eWr" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -38518,6 +37982,26 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/locker_room) +"eWR" = ( +/obj/structure/table/standard, +/obj/item/stack/packageWrap, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/break_room) +"eWS" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) "eWU" = ( /obj/structure/machinery/portable_atmospherics/canister/oxygen, /turf/unsimulated/floor{ @@ -38546,34 +38030,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/shuttle/escape_pod/pod3) -"eXk" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/machinery/light_switch{ - pixel_y = -19; - pixel_x = -6 - }, -/obj/item/radio/intercom/south{ - pixel_x = 14 - }, -/turf/simulated/floor/wood, -/area/horizon/command/heads/captain) "eXt" = ( /obj/effect/floor_decal/corner/lime/diagonal{ dir = 8 @@ -38582,11 +38038,24 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/floor/tiled/dark, /area/shuttle/mercenary) -"eXA" = ( -/obj/structure/table/rack, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/medical/cryo) +"eXv" = ( +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/table/reinforced/steel, +/obj/structure/machinery/door/window/desk/northleft{ + req_access = list(57) + }, +/obj/structure/machinery/door/blast/shutters{ + dir = 2; + id = "xo_office_privacy_shutter" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_desk) "eXB" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden{ dir = 5 @@ -38671,16 +38140,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port) -"eYg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/industrial/warning/cee, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/storage_hard/upper) "eYi" = ( /obj/structure/machinery/door/blast/regular{ density = 0; @@ -38693,6 +38152,20 @@ /obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/supermatter/monitoring) +"eYm" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 9 + }, +/obj/structure/bed/stool/chair{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/security, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "eYo" = ( /obj/random/dirt_75, /obj/effect/floor_decal/industrial/warning{ @@ -38797,6 +38270,26 @@ /obj/structure/grille/broken, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/starboard/far) +"eZf" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "eZu" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -38845,6 +38338,34 @@ "eZH" = ( /turf/simulated/floor/tiled, /area/horizon/stairwell/port/deck_2) +"eZJ" = ( +/obj/structure/machinery/door/window/westleft{ + req_access = list(25); + name = "Bar" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/door/blast/shutters{ + name = "Bar Counter Shutter"; + id = "bar_counter_shutter"; + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/service, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar) "eZO" = ( /obj/item/modular_computer/console/preset/security/investigations, /turf/simulated/floor/carpet, @@ -38863,17 +38384,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/custodial/disposals/deck_1) -"eZY" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/random/dirt_75, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/research) "fad" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -38952,6 +38462,24 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/weapons/longbow) +"faG" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/central) "faH" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -38987,6 +38515,20 @@ "faV" = ( /turf/simulated/floor/plating, /area/horizon/hangar/intrepid) +"faW" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 9 + }, +/obj/structure/bed/stool/chair{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/security, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "fbe" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/generic, @@ -39082,6 +38624,18 @@ icon_state = "dark_preview" }, /area/centcom/control) +"fbL" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "fbS" = ( /obj/effect/floor_decal/corner/brown{ dir = 6 @@ -39124,6 +38678,24 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/office) +"fce" = ( +/obj/structure/sink/kitchen{ + dir = 4; + name = "surgical sink"; + pixel_x = -20 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "fch" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 5 @@ -39155,19 +38727,6 @@ /obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/tiled, /area/horizon/security/hallway) -"fcC" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 9 - }, -/obj/structure/machinery/light/floor{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline/medical, -/obj/structure/closet/walllocker/medical/firstaid{ - pixel_x = -32 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "fcH" = ( /obj/structure/machinery/atmospherics/pipe/tank/air, /obj/effect/floor_decal/industrial/outline/yellow, @@ -39267,20 +38826,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/junction_compartment) -"fdv" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "fdx" = ( /obj/structure/ladder/up{ pixel_y = 13 @@ -39288,6 +38833,20 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/port/far) +"fdy" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 4; + req_access = list(48) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/mining_main/eva) "fdC" = ( /obj/structure/shuttle/engine/propulsion/burst/right, /turf/unsimulated/floor/plating, @@ -39414,14 +38973,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/plating, /area/horizon/operations/mining_main/refinery) -"feo" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/port) "fer" = ( /obj/structure/table/standard, /obj/item/folder/purple, @@ -39588,6 +39139,24 @@ /obj/structure/plasticflaps/airtight, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics/hazard) +"feN" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/mining_main/refinery) "feT" = ( /obj/structure/machinery/computer/ship/helm/terminal{ dir = 1; @@ -39612,28 +39181,6 @@ /obj/structure/closet/firecloset/full, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/mess_hall) -"ffl" = ( -/obj/structure/machinery/disposal/small/south, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/horizon/repoffice/representative_two) "ffm" = ( /turf/simulated/wall/shuttle/unique/mercenary/small{ icon_state = "2,2" @@ -39666,14 +39213,6 @@ icon_state = "water" }, /area/horizon/holodeck/source_moghes) -"fft" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/bed/stool/chair/plastic{ - dir = 4 - }, -/obj/structure/engineer_maintenance/pipe/wall, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "ffv" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -39724,6 +39263,13 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/starboard/docks) +"ffH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/operations/machinist) "ffJ" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -39740,15 +39286,6 @@ "ffL" = ( /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_gym) -"ffM" = ( -/obj/structure/table/standard, -/obj/item/stack/packageWrap, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/break_room) "ffO" = ( /obj/structure/shuttle_part/tcfl{ icon_state = "0,6" @@ -39777,6 +39314,16 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/stairwell/starboard/deck_2) +"ffT" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/iv_drip, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) "ffX" = ( /obj/effect/floor_decal/corner/mauve/full{ dir = 1 @@ -39821,17 +39368,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/custodial/auxiliary) -"fgq" = ( -/obj/structure/machinery/vending/medical{ - density = 0; - pixel_x = -1; - pixel_y = -32 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "fgs" = ( /obj/structure/machinery/chemical_dispenser/full{ dir = 1 @@ -39889,6 +39425,19 @@ icon_state = "white" }, /area/centcom/holding) +"fgK" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/light, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "fgP" = ( /obj/structure/machinery/vending/tacticool/ert, /turf/simulated/floor/shuttle/black, @@ -40036,6 +39585,20 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/break_room) +"fhu" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/holodeck) "fhJ" = ( /obj/structure/machinery/meter, /obj/structure/machinery/atmospherics/pipe/manifold/visible/cyan{ @@ -40103,33 +39666,26 @@ /obj/structure/sign/nosmoking_2, /turf/simulated/wall, /area/merchant_station/warehouse) -"fix" = ( -/obj/structure/machinery/light, -/obj/item/radio/intercom/west, -/obj/structure/closet/secure_closet/machinist, -/obj/effect/floor_decal/spline/plain/red{ +"fiE" = ( +/obj/structure/machinery/light{ dir = 1 }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist/surgicalbay) -"fiz" = ( -/obj/structure/platform_deco{ - dir = 4 +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 }, -/obj/structure/platform_deco{ +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) +"fiH" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 1 }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 + dir = 10 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/light/floor{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/starboard) "fiK" = ( /obj/structure/railing/mapped{ dir = 4 @@ -40157,6 +39713,15 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenobiology/xenoflora) +"fiX" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/brown/diagonal, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/mining_main/eva) "fja" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -40206,6 +39771,14 @@ "fjk" = ( /turf/simulated/wall, /area/horizon/maintenance/deck_2/wing/starboard/far) +"fjn" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/power/apc/low/west, +/obj/structure/cable/green, +/obj/structure/closet/secure_closet/personal/patient, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "fjq" = ( /obj/structure/machinery/atmospherics/pipe/manifold/visible/cyan, /obj/structure/machinery/meter, @@ -40225,6 +39798,36 @@ }, /turf/unsimulated/floor, /area/centcom/control) +"fjG" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/machinery/power/apc/south, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/port/near) +"fjJ" = ( +/obj/structure/table/steel, +/obj/structure/machinery/power/outlet{ + pixel_y = 3 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) +"fjK" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/mail_room) "fjL" = ( /obj/structure/railing/mapped{ dir = 4 @@ -40239,27 +39842,6 @@ /obj/structure/shuttle/engine/propulsion/burst, /turf/unsimulated/floor/plating, /area/shuttle/distress) -"fjQ" = ( -/obj/structure/machinery/door/airlock/maintenance{ - dir = 4; - req_one_access = list(12,19) - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_3/security/port) "fjX" = ( /obj/vehicle/droppod/syndie{ connected_blastdoor = "merc_droppod_2" @@ -40336,27 +39918,19 @@ }, /turf/unsimulated/floor, /area/centcom/legion/hangar5) -"fkt" = ( -/obj/structure/cable/green{ - icon_state = "4-8" +"fku" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" +/obj/structure/cable{ + icon_state = "1-2" }, +/obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, -/area/horizon/medical/gen_treatment) +/area/horizon/maintenance/deck_2/elevator) "fkw" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/fake_object{ @@ -40441,14 +40015,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/wood, /area/horizon/command/bridge/meeting_room) -"flf" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hangar/intrepid/interstitial) "flm" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -40497,17 +40063,6 @@ icon_state = "wood" }, /area/centcom/legion) -"flC" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_y = 2 - }, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "flD" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 5 @@ -40532,22 +40087,6 @@ /obj/structure/platform/ledge, /turf/simulated/open, /area/horizon/operations/office) -"flT" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/obj/effect/landmark/start{ - name = "Surgeon" - }, -/obj/structure/bed/stool/chair{ - dir = 8 - }, -/obj/structure/machinery/light_switch/east, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "flU" = ( /obj/structure/machinery/atmospherics/pipe/manifold/visible/green, /turf/simulated/floor/plating, @@ -40669,17 +40208,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/stairwell/engineering/deck_2) -"fmK" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/floor_decal/industrial/warning{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_3/security/starboard) "fmM" = ( /obj/structure/shuttle_part/mercenary/small{ icon_state = "0,5" @@ -40782,19 +40310,6 @@ icon_state = "plating" }, /area/centcom/spawning) -"fns" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment/mainline, -/obj/random/junk, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/operations/starboard/amidships) "fnt" = ( /obj/structure/machinery/light{ dir = 8 @@ -40821,50 +40336,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/command/bridge/aibunker) -"fnH" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) -"fnL" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/alarm/north, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/cafe) -"fnS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/engineering/atmos/storage_maintenance) "fnZ" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -40993,6 +40464,23 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/locker_room) +"foS" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hangar/intrepid/interstitial) "foT" = ( /obj/structure/machinery/camera/network/reactor{ c_tag = "Engineering - Supermatter Reactor 3" @@ -41082,6 +40570,15 @@ /obj/structure/bed/stool/chair/plastic, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/near) +"fpp" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled, +/area/horizon/service/custodial) "fps" = ( /obj/structure/table/rack, /obj/item/tank/oxygen/red, @@ -41141,21 +40638,6 @@ }, /turf/simulated/floor/wood, /area/horizon/service/mess_hall) -"fpG" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/service/custodial) "fpH" = ( /obj/structure/machinery/door/firedoor, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -41188,6 +40670,25 @@ "fpR" = ( /turf/simulated/open, /area/horizon/maintenance/deck_2/main/starboard) +"fpV" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "fpW" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/random/maintenance_junk_or_loot, @@ -41264,41 +40765,6 @@ }, /turf/simulated/floor/wood, /area/horizon/service/chapel/office) -"fqh" = ( -/obj/effect/floor_decal/corner/purple{ - dir = 9 - }, -/obj/structure/machinery/light_switch{ - dir = 8; - pixel_x = -22; - pixel_y = 23 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/service/custodial/auxiliary) -"fqm" = ( -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ - id = "xo_office_tint" - }, -/turf/simulated/floor, -/area/horizon/command/heads/xo_office) "fqs" = ( /obj/effect/floor_decal/spline/plain{ dir = 10 @@ -41342,16 +40808,6 @@ /obj/item/radio/intercom/west, /turf/simulated/floor/tiled/dark/full, /area/horizon/security/evidence_storage) -"fqG" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/port/near) "fqH" = ( /obj/structure/sign/emergency/evacuation/pods{ pixel_x = -32 @@ -41371,6 +40827,19 @@ "fqQ" = ( /turf/simulated/floor/shuttle/dark_blue, /area/horizon/shuttle/escape_pod/pod3) +"fqS" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/cafe) "fqW" = ( /obj/structure/table/rack, /obj/item/radio/sec{ @@ -41506,6 +40975,23 @@ }, /turf/unsimulated/floor/plating, /area/centcom/distress_prep) +"frs" = ( +/obj/structure/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 1; + req_one_access = list(5,12) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_3/aft/holodeck) "fru" = ( /obj/effect/floor_decal/spline/plain{ dir = 1 @@ -41622,15 +41108,6 @@ }, /turf/unsimulated/floor/dark, /area/antag/actor) -"fsf" = ( -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "fsi" = ( /obj/effect/floor_decal/corner/mauve/diagonal, /obj/effect/floor_decal/corner/mauve{ @@ -41655,19 +41132,6 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/legion) -"fsn" = ( -/obj/structure/machinery/door/airlock/maintenance{ - dir = 4; - name = "Machinist Workshop Maintenance"; - req_access = list(29) - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/service/starboard) "fsp" = ( /obj/effect/floor_decal/industrial/outline/emergency_closet, /obj/structure/closet/emcloset, @@ -41761,11 +41225,36 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/medical/pharmacy) +"ftF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "ftG" = ( /obj/effect/floor_decal/industrial/warning, /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/supply/dock) +"ftK" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/lobby) "ftR" = ( /obj/structure/machinery/power/apc/low/west, /obj/effect/floor_decal/industrial/warning{ @@ -42065,18 +41554,6 @@ /obj/item/melee/energy/axe, /turf/simulated/floor, /area/tdome/tdome1) -"fvM" = ( -/obj/effect/floor_decal/spline/plain/corner/red{ - dir = 8 - }, -/obj/effect/floor_decal/spline/plain/red{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist) "fvR" = ( /obj/effect/floor_decal/industrial/outline/grey, /obj/effect/decal/cleanable/dirt, @@ -42121,6 +41598,21 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/wood, /area/shuttle/skipjack) +"fwe" = ( +/obj/structure/table/standard, +/obj/item/storage/box/syringegun{ + pixel_y = 8 + }, +/obj/item/gun/launcher/syringe, +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/machinery/alarm/east, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) "fwl" = ( /obj/effect/floor_decal/corner/blue{ dir = 9 @@ -42314,6 +41806,12 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/hallway/primary/deck_3/port/docks) +"fxM" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/alarm/east, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/research) "fxN" = ( /obj/structure/machinery/computer/fusion/gyrotron/terminal{ initial_id_tag = "horizon_fusion" @@ -42353,18 +41851,60 @@ }, /turf/simulated/floor/tiled/white, /area/merchant_station) -"fxZ" = ( -/obj/effect/floor_decal/corner/brown{ +"fxY" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/obj/effect/floor_decal/corner/red/diagonal, +/turf/simulated/floor/tiled, +/area/horizon/maintenance/deck_2/research) +"fya" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux{ dir = 8 }, -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, /obj/structure/cable/green{ icon_state = "2-8" }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/interstitial) +"fyd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate{ + color = "#FFFFFF" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/medical/gen_treatment) "fye" = ( /obj/effect/floor_decal/corner/red/diagonal, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -42376,21 +41916,6 @@ /obj/effect/floor_decal/corner_wide/yellow/diagonal, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/break_room) -"fyg" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 1 - }, -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 4 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/machinery/vending/wallmed2{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "fyk" = ( /obj/structure/bed/stool/chair/office/dark{ dir = 1 @@ -42399,32 +41924,27 @@ icon_state = "dark_preview" }, /area/centcom/checkpoint/fore) -"fym" = ( -/obj/structure/machinery/atm{ - pixel_y = -10 +"fyp" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/effect/floor_decal/spline/plain/corner/green, +/obj/effect/floor_decal/industrial/outline_straight/service{ + dir = 1 }, -/obj/structure/machinery/disposal/small/east, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/machinery/light_switch/west, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/effect/floor_decal/corner/dark_green/full, -/obj/structure/machinery/light/floor, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 + dir = 9 }, -/turf/simulated/floor/tiled/dark, -/area/horizon/command/heads/xo_desk) -"fyv" = ( -/obj/structure/cable/green, -/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ - id = "xo_privacy_tint" +/obj/structure/cable/green{ + icon_state = "1-8" }, -/turf/simulated/floor, -/area/horizon/command/heads/xo_desk) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/service/kitchen) "fyw" = ( /obj/structure/machinery/door/airlock/glass_command{ dir = 1; @@ -42455,6 +41975,20 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/entrance) +"fyT" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "fzg" = ( /obj/structure/sign/radiation{ pixel_x = 32 @@ -42500,13 +42034,10 @@ }, /turf/unsimulated/floor/plating, /area/centcom/legion/hangar5) -"fzq" = ( -/obj/effect/floor_decal/corner_wide/green, -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) +"fzu" = ( +/obj/item/modular_computer/console/preset/medical, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/ward) "fzv" = ( /obj/effect/floor_decal/industrial/warning, /obj/structure/railing/mapped, @@ -42544,11 +42075,6 @@ /obj/structure/machinery/power/apc/shuttle/west, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/buffet) -"fzB" = ( -/obj/structure/machinery/vending/robotics, -/obj/item/radio/intercom/east, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/machinist) "fzD" = ( /obj/structure/machinery/door/blast/shutters/open{ dir = 4; @@ -42558,25 +42084,6 @@ /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, /area/horizon/security/checkpoint2) -"fzF" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "fzI" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -42701,15 +42208,6 @@ /obj/structure/machinery/teleport/pad/ninja, /turf/unsimulated/floor/monotile, /area/antag/jockey) -"fAR" = ( -/obj/structure/machinery/chem_master, -/obj/effect/floor_decal/spline/plain{ - dir = 9 - }, -/obj/structure/extinguisher_cabinet/west, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/carpet/rubber, -/area/horizon/medical/pharmacy) "fAU" = ( /obj/structure/bed/stool/padded/red, /obj/effect/floor_decal/corner/brown/diagonal, @@ -42769,16 +42267,6 @@ icon_state = "dark_preview" }, /area/centcom/holding) -"fBC" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/security/investigations_hallway) "fBI" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, @@ -42793,15 +42281,6 @@ "fBK" = ( /turf/simulated/floor/tiled/ramp/bottom, /area/centcom/legion) -"fBL" = ( -/obj/effect/floor_decal/corner/mauve{ - dir = 5 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/hallway) "fBO" = ( /obj/effect/floor_decal/corner_wide/paleblue/full{ dir = 8 @@ -42816,10 +42295,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/command/heads/cmo) -"fBR" = ( -/obj/structure/machinery/fabricator/autolathe, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "fBS" = ( /obj/structure/bed/stool/padded/brown{ dir = 1 @@ -42856,6 +42331,23 @@ /obj/structure/window/reinforced/holowindow, /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_courtroom) +"fCb" = ( +/obj/structure/closet/walllocker/medical/secure{ + name = "Medication Closet"; + pixel_x = 31 + }, +/obj/item/storage/pill_bottle/mortaphenyl, +/obj/item/storage/pill_bottle/mortaphenyl, +/obj/item/storage/pill_bottle/ryetalyn, +/obj/item/reagent_containers/syringe/antiparasitic, +/obj/item/reagent_containers/syringe/antiparasitic, +/obj/item/reagent_containers/inhaler/pneumalin, +/obj/item/reagent_containers/inhaler/pneumalin, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "fCe" = ( /obj/structure/machinery/atmospherics/pipe/manifold/hidden{ dir = 4 @@ -42945,6 +42437,16 @@ /obj/effect/floor_decal/spline/plain/black, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/reactor/supermatter/monitoring) +"fCN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/lobby) "fCO" = ( /obj/effect/landmark/entry_point/fore{ name = "fore, main hangar" @@ -42953,12 +42455,41 @@ dir = 4 }, /area/horizon/hangar/intrepid) +"fCP" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/machinery/disposal/small/north, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/horizon/command/heads/xo_office) "fCV" = ( /obj/effect/floor_decal/corner/beige{ dir = 5 }, /turf/simulated/floor/tiled/dark, /area/shuttle/merchant) +"fCX" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/central) "fCZ" = ( /obj/structure/table/reinforced/wood, /obj/effect/floor_decal/spline/fancy/wood{ @@ -43118,6 +42649,15 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/lobby) +"fEb" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/reception) "fEj" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -43140,23 +42680,6 @@ /obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/far) -"fEo" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "fEq" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable{ @@ -43171,28 +42694,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/storage/primary) -"fEv" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/machinery/light/floor{ - dir = 1 - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/central) "fEx" = ( /obj/structure/railing/mapped, /obj/structure/railing/mapped{ @@ -43343,10 +42844,30 @@ /obj/structure/table/standard, /turf/unsimulated/floor/plating, /area/centcom/specops) +"fFq" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/obj/structure/machinery/camera/network/third_deck{ + c_tag = "Third Deck - Port Hallway 1"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) "fFs" = ( /obj/structure/machinery/hologram/holopad, /turf/simulated/floor/lino/diamond, /area/horizon/service/mess_hall) +"fFw" = ( +/obj/structure/platform_deco{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain/red{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain/red, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist) "fFz" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -43426,23 +42947,24 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenoarch/atrium) -"fGf" = ( -/obj/structure/cable{ - icon_state = "2-4" +"fFX" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 8 }, -/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) +"fGi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; dir = 4 }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 }, /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, @@ -43454,6 +42976,16 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/specops) +"fGt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/research) "fGx" = ( /obj/structure/machinery/door/airlock/centcom{ name = "Laundry"; @@ -43463,6 +42995,20 @@ icon_state = "dark" }, /area/centcom/legion) +"fGA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/operations/mining_main/refinery) "fGB" = ( /obj/effect/floor_decal/corner/black/full{ dir = 1 @@ -43696,6 +43242,17 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, /area/horizon/maintenance/deck_3/cafe) +"fHR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/engineering/hallway/interior) "fIb" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -43728,18 +43285,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/port/shortcut) -"fIf" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/turf/simulated/floor/wood, -/area/horizon/rnd/hallway) "fIj" = ( /obj/effect/floor_decal/corner/red{ dir = 6 @@ -43763,22 +43308,10 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/wing/starboard/far) -"fIo" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, +"fIt" = ( +/obj/structure/disposalpipe/segment/mainline, /turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) +/area/horizon/medical/hallway/upper) "fIA" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -43801,21 +43334,37 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/eva) -"fIC" = ( -/obj/item/reagent_containers/glass/bucket, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/floor_decal/corner/purple{ - dir = 9 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/horizon/service/custodial) "fIE" = ( /obj/effect/floor_decal/corner/yellow{ dir = 6 }, /turf/simulated/floor/tiled, /area/horizon/engineering/lobby) +"fIL" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/glass_mining{ + dir = 4; + name = "Mail Sorting"; + req_one_access = list(26,31,67) + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/mail_room) "fIM" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 10 @@ -43836,6 +43385,20 @@ }, /turf/simulated/floor/lino, /area/horizon/service/cafeteria) +"fIZ" = ( +/obj/effect/floor_decal/corner/red/diagonal, +/obj/structure/machinery/light, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/operations, +/obj/item/deployable_kit{ + pixel_y = 12 + }, +/obj/item/deployable_kit{ + pixel_y = 6 + }, +/obj/item/deployable_kit, +/turf/simulated/floor/tiled, +/area/horizon/maintenance/deck_2/research) "fJa" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 4 @@ -43848,6 +43411,30 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/propulsion) +"fJb" = ( +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/airlock/service{ + dir = 1; + name = "Bar Backroom"; + req_one_access = list(25,67) + }, +/obj/structure/sign/urban/staff{ + pixel_y = 19; + pixel_x = -1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/hatch_door/service{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar/backroom) "fJc" = ( /turf/simulated/floor/shuttle/tan, /area/centcom/bar) @@ -44045,12 +43632,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/research) -"fKv" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark/full, -/area/shuttle/skipjack) "fKx" = ( /obj/structure/table/reinforced/steel, /obj/item/storage/toolbox/emergency{ @@ -44083,6 +43664,22 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/ai/chamber) +"fKQ" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/bluespace_beacon, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/controlroom) "fKS" = ( /obj/structure/heavy_vehicle_frame, /obj/structure/machinery/mech_recharger, @@ -44155,19 +43752,6 @@ }, /turf/simulated/floor/plating, /area/horizon/medical/equipment) -"fLc" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/holodeck) "fLf" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 9 @@ -44183,6 +43767,14 @@ "fLk" = ( /turf/simulated/wall/r_wall, /area/horizon/tcommsat/entrance) +"fLn" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/effect/floor_decal/spline/plain/green{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/white, +/area/horizon/service/kitchen) "fLp" = ( /obj/structure/shuttle_part/ert{ icon_state = "2,0"; @@ -44232,6 +43824,19 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/medical/cryo) +"fLB" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/interstitial) "fLH" = ( /obj/structure/table/reinforced/steel, /obj/item/multitool, @@ -44396,6 +44001,16 @@ /obj/random/arcade, /turf/simulated/floor/carpet/red, /area/horizon/service/bar) +"fMr" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "fMu" = ( /obj/structure/machinery/door/window/brigdoor/westright{ name = "cockpit"; @@ -44436,24 +44051,6 @@ /obj/effect/floor_decal/corner/brown/diagonal, /turf/simulated/floor/tiled, /area/horizon/operations/loading) -"fMJ" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline_straight/service{ - dir = 1 - }, -/turf/simulated/floor/lino, -/area/horizon/service/chapel/main) "fML" = ( /obj/structure/disposalpipe/segment{ dir = 8; @@ -44573,25 +44170,6 @@ }, /turf/unsimulated/floor/plating, /area/centcom/spawning) -"fNF" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "fNL" = ( /obj/structure/table/rack{ dir = 8 @@ -44706,6 +44284,21 @@ /obj/structure/window/shuttle/unique/mercenary/small, /turf/simulated/floor/plating, /area/shuttle/syndicate_elite) +"fOS" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "fOU" = ( /obj/structure/railing/mapped{ dir = 4 @@ -44732,16 +44325,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/port/docks) -"fOZ" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "fPa" = ( /obj/structure/machinery/door/airlock/centcom{ name = "Entertainment Wing Maintenance"; @@ -44756,6 +44339,12 @@ icon_state = "dark_preview" }, /area/centcom/specops) +"fPn" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "fPo" = ( /turf/simulated/floor/holofloor/beach/sand{ icon_state = "desert4" @@ -44832,18 +44421,12 @@ /obj/structure/window/reinforced, /turf/simulated/floor/tiled/white, /area/horizon/crew/fitness/changing) -"fPE" = ( -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "MedBay Lockdown Shutters"; - opacity = 0 +"fPG" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 }, -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/medical/gen_treatment) +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/hangar/port) "fPK" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 6 @@ -44861,21 +44444,6 @@ /obj/structure/machinery/meter, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/supermatter/mainchamber) -"fPV" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_blue/diagonal, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/bridge_crew) "fPZ" = ( /obj/effect/decal/cleanable/cobweb2, /obj/structure/machinery/door/blast/odin{ @@ -44887,25 +44455,13 @@ }, /turf/unsimulated/floor, /area/antag/raider) -"fQh" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/structure/machinery/disposal/small/west, -/obj/structure/disposalpipe/trunk{ - dir = 1 +"fQg" = ( +/obj/structure/machinery/power/outlet{ + pixel_y = 3 }, -/obj/effect/floor_decal/spline/plain/purple{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, +/obj/structure/table/reinforced/glass, +/turf/simulated/floor/tiled/dark/full, /area/horizon/operations/machinist) -"fQi" = ( -/obj/item/modular_computer/console/preset/medical{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/effect/floor_decal/corner/grey/diagonal, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "fQj" = ( /obj/effect/floor_decal/corner/red{ dir = 9 @@ -44949,20 +44505,6 @@ /obj/effect/floor_decal/spline/plain/corner, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_tribunal) -"fQI" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/icu) "fQJ" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -44972,19 +44514,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) -"fQK" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "fQO" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -45015,15 +44544,6 @@ }, /turf/simulated/floor/wood, /area/horizon/repoffice/representative_one) -"fQZ" = ( -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "fRa" = ( /obj/effect/decal/fake_object{ name = "cockpit ladder"; @@ -45136,6 +44656,24 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/main/starboard) +"fRF" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/platform_stairs/full{ + dir = 8 + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "fRL" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -45254,6 +44792,19 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/bluespace_drive) +"fSt" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "fSu" = ( /obj/effect/floor_decal/corner/brown{ dir = 5 @@ -45374,16 +44925,6 @@ /obj/structure/table/stone/marble, /turf/unsimulated/floor/marble, /area/antag/wizard) -"fSY" = ( -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 8 - }, -/obj/structure/machinery/light_switch/south, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "fTd" = ( /obj/structure/machinery/door/firedoor{ req_one_access = list(24,11,67,73); @@ -45403,6 +44944,13 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/gunmetal, /area/horizon/operations/warehouse) +"fTh" = ( +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/main_storage) "fTi" = ( /obj/structure/railing/mapped, /turf/simulated/floor/tiled, @@ -45444,6 +44992,16 @@ /obj/structure/platform, /turf/simulated/floor/tiled/full, /area/horizon/engineering/hallway/interior) +"fTt" = ( +/obj/structure/bed/stool/chair{ + name = "uncomfortable chair"; + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "fTx" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/aux{ dir = 10 @@ -45517,16 +45075,6 @@ }, /turf/simulated/floor/tiled, /area/shuttle/merchant) -"fTQ" = ( -/obj/effect/floor_decal/corner_wide/paleblue/full{ - dir = 8 - }, -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/engineer_maintenance/electric, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "fTR" = ( /obj/effect/floor_decal/corner/lime/diagonal, /obj/structure/machinery/light/small, @@ -45721,6 +45269,24 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/legion) +"fUX" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 9 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/controlroom) "fVa" = ( /turf/simulated/wall/r_wall, /area/horizon/rnd/xenoarch/isolation_a) @@ -45748,6 +45314,27 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/lab) +"fVc" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/medical{ + dir = 1; + name = "Deck 3 Medical"; + req_access = list(5) + }, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "LCKDshutters"; + name = "Medical Lockdown Shutters"; + opacity = 0 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/hallway/upper) "fVd" = ( /obj/structure/machinery/acting/changer, /turf/unsimulated/floor/rubber_carpet, @@ -45831,26 +45418,6 @@ }, /turf/unsimulated/floor, /area/centcom/holding) -"fVW" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_3/aft/port) "fWc" = ( /obj/structure/machinery/light_switch/south{ pixel_x = 6 @@ -45936,6 +45503,31 @@ /obj/structure/machinery/firealarm/south, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/central) +"fWX" = ( +/obj/effect/floor_decal/corner/dark_blue/full{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) +"fWY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/fore) "fXe" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 10 @@ -46008,27 +45600,10 @@ }, /turf/simulated/floor/lino/diamond, /area/horizon/service/bar/backroom) -"fXy" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_green, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_1/central) "fXB" = ( /obj/structure/machinery/alarm/south, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion/starboard) -"fXI" = ( -/obj/effect/floor_decal/corner_wide/green/full, -/obj/effect/floor_decal/sign/cmo, -/obj/structure/machinery/light_switch/south, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "fXK" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/table/rack{ @@ -46280,6 +45855,14 @@ }, /turf/space, /area/horizon/exterior) +"fZy" = ( +/obj/structure/railing/mapped, +/obj/random/pottedplant, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/horizon/service/cafeteria) "fZA" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -46298,26 +45881,13 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor, /area/horizon/command/bridge/upperdeck) -"fZD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" +"fZG" = ( +/obj/structure/platform/ledge/dark{ + dir = 8 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/horizon/operations/machinist) +/obj/structure/lattice, +/turf/simulated/open, +/area/horizon/maintenance/deck_2/cryo) "fZH" = ( /turf/simulated/wall/shuttle/unique/ert{ icon_state = "8,3" @@ -46365,18 +45935,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/secure/ops_vault) -"fZV" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/obj/effect/floor_decal/corner/dark_blue/full, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/machinery/disposal/small/east, -/obj/item/radio/intercom/south, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "fZY" = ( /obj/effect/floor_decal/corner/grey/diagonal, /obj/effect/floor_decal/spline/plain/green, @@ -46393,6 +45951,20 @@ /obj/effect/floor_decal/industrial/warning/full, /turf/simulated/floor/plating, /area/horizon/operations/mining_main/refinery) +"gai" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 1; + name = "D2 Port Fire Closet"; + req_one_access = list(12,47) + }, +/obj/effect/map_effect/door_helper/unres, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/research) "gal" = ( /obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ id = "OM Windows" @@ -46426,6 +45998,24 @@ /obj/structure/machinery/vending/snack/horizon, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/cafeteria) +"gar" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 1; + name = "Security Maintenance"; + req_access = list(63) + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/hatch_door/red{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/security/hallway) "gas" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 10 @@ -46451,25 +46041,6 @@ /obj/effect/map_effect/window_spawner/full/reinforced/indestructible, /turf/unsimulated/floor/plating, /area/centcom/holding) -"gay" = ( -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/disposalpipe/junction{ - dir = 8; - icon_state = "pipe-j2" - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "gaz" = ( /obj/effect/floor_decal/corner/brown{ dir = 10 @@ -46594,33 +46165,22 @@ "gba" = ( /turf/simulated/wall, /area/horizon/service/mess_hall) +"gbb" = ( +/obj/structure/machinery/light/floor{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Physician" + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "gbd" = ( /obj/effect/floor_decal/spline/plain, /turf/unsimulated/floor, /area/antag/mercenary) -"gbi" = ( -/obj/effect/floor_decal/sign/icu, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 1; - sortType = "Psychiatry"; - name = "Psychiatry" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "gbk" = ( /turf/simulated/open, /area/horizon/operations/office) @@ -46650,22 +46210,6 @@ /obj/structure/cable/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/reactor/indra/smes) -"gbt" = ( -/obj/structure/table/reinforced/steel, -/obj/item/folder/white{ - pixel_x = -6; - pixel_y = 1 - }, -/obj/item/folder/white{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/random/pottedplant_small{ - pixel_x = 8; - pixel_y = 10 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/ward) "gbw" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 @@ -46725,19 +46269,26 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/starboard) -"gbZ" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 1 +"gbV" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 }, -/obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, -/obj/item/material/shard, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port/far) +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_3/aft/port) "gci" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -46816,13 +46367,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/office_aux) -"gct" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/wood, -/area/horizon/command/heads/captain) "gcv" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -46875,6 +46419,13 @@ }, /turf/simulated/floor/tiled, /area/horizon/rnd/hallway/secondary) +"gcY" = ( +/obj/structure/railing/mapped, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/horizon/hallway/primary/deck_2/central) "gda" = ( /obj/random/dirt_75, /obj/effect/floor_decal/industrial/warning{ @@ -46882,16 +46433,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/far) -"gdb" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/holodeck) "gdm" = ( /obj/effect/mist, /turf/simulated/floor/exoplanet/water/shallow{ @@ -46954,6 +46495,11 @@ /obj/effect/floor_decal/spline/plain/corner, /turf/simulated/floor/exoplanet/grass, /area/centcom/shared_dream) +"gdN" = ( +/obj/structure/railing/mapped, +/obj/effect/floor_decal/corner/dark_green/full, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/central) "gdX" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -47003,15 +46549,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/weapons/longbow) -"geu" = ( -/obj/structure/table/wood, -/obj/random/pottedplant_small{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/effect/floor_decal/spline/fancy/wood, -/turf/simulated/floor/wood, -/area/horizon/hallway/primary/deck_2/starboard) "gev" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 1 @@ -47123,22 +46660,6 @@ icon_state = "dark_preview" }, /area/centcom/holding) -"gff" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/starboard) "gfi" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/machinery/portable_atmospherics/canister/nitrogen/prechilled, @@ -47161,16 +46682,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/near) -"gfn" = ( -/obj/effect/floor_decal/corner/mauve{ - dir = 5 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/hallway) "gfo" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible{ dir = 5 @@ -47266,6 +46777,11 @@ /obj/effect/floor_decal/industrial/hatch_door/yellow, /turf/simulated/floor/tiled/full, /area/horizon/rnd/xenobiology) +"gfL" = ( +/obj/structure/machinery/hologram/holopad, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/dark, +/area/horizon/command/heads/xo_desk) "gfP" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/platform_deco{ @@ -47276,6 +46792,14 @@ "gfR" = ( /turf/simulated/wall/shuttle/scc, /area/horizon/shuttle/intrepid/engineering) +"gfV" = ( +/obj/structure/bed/stool/chair/plastic{ + dir = 4 + }, +/obj/structure/engineer_maintenance/pipe/wall, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "gfX" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 6 @@ -47285,6 +46809,15 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/service/bar) +"gfZ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/horizon/hallway/primary/deck_2/central) "gga" = ( /obj/effect/floor_decal/industrial/outline/service, /obj/structure/machinery/chem_master/condimaster, @@ -47488,6 +47021,38 @@ /obj/effect/map_effect/marker_helper/airlock/exterior, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/main_compartment) +"ghQ" = ( +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 4; + req_one_access = list(31,67) + }, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/warehouse) +"ghW" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "gid" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -47531,15 +47096,25 @@ }, /area/horizon/holodeck/source_moghes) "gij" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/industrial/warning, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/machinery/door/airlock/mining{ + name = "Workshop Surgical Theatre"; + req_access = list(29) }, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 +/obj/effect/map_effect/door_helper/unres, +/obj/structure/machinery/holosign/surgery{ + id = "workshop_surgery" }, -/turf/simulated/floor/tiled/white, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, /area/horizon/operations/machinist/surgicalbay) "gin" = ( /obj/structure/machinery/light, @@ -47633,6 +47208,15 @@ temperature = 278 }, /area/horizon/service/kitchen/freezer) +"giE" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/mining_main/eva) "giH" = ( /obj/structure/closet/secure_closet/merchant, /obj/structure/machinery/embedded_controller/radio/simple_docking_controller{ @@ -47662,6 +47246,20 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor, /area/horizon/hallway/primary/deck_3/central) +"giW" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/alarm/north, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/cafe) "gjc" = ( /obj/structure/railing/mapped{ dir = 4 @@ -47721,6 +47319,29 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/firing_range) +"gjv" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/power/apc/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "gjx" = ( /obj/structure/machinery/atmospherics/portables_connector{ dir = 1 @@ -48085,11 +47706,6 @@ "glF" = ( /turf/simulated/wall/shuttle/scc, /area/horizon/shuttle/escape_pod/pod3) -"glG" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/structure/bed/stool/chair/office/light, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "glH" = ( /obj/effect/floor_decal/corner/brown{ dir = 9 @@ -48183,13 +47799,6 @@ /obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/tiled/gunmetal/full, /area/horizon/operations/ship_supply_warehouse) -"gmp" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/stairwell/starboard/deck_2) "gmq" = ( /turf/simulated/wall/r_wall, /area/horizon/engineering/storage_hard/aft) @@ -48225,6 +47834,22 @@ icon_state = "wood" }, /area/centcom/control) +"gmO" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_1/central) "gmQ" = ( /obj/structure/machinery/atmospherics/binary/circulator{ anchored = 1; @@ -48280,28 +47905,24 @@ }, /turf/unsimulated/floor, /area/antag/raider) -"gnk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/storage_hard/upper) "gnm" = ( /obj/effect/floor_decal/industrial/loading/yellow, /turf/unsimulated/floor, /area/centcom/spawning) +"gnq" = ( +/obj/structure/closet/secure_closet/medical/empty{ + name = "recovery supplies" + }, +/obj/item/clothing/under/medical_gown, +/obj/item/clothing/under/medical_gown, +/obj/item/clothing/under/medical_gown, +/obj/item/clothing/shoes/slippers/recolourable_slippers, +/obj/item/clothing/shoes/slippers/recolourable_slippers, +/obj/item/clothing/shoes/slippers/recolourable_slippers, +/obj/structure/machinery/alarm/north, +/obj/structure/machinery/firealarm/west, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/ward) "gnr" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/cyan, /obj/structure/railing/mapped{ @@ -48319,19 +47940,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) -"gnw" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/service/custodial) "gnx" = ( /obj/structure/machinery/door/airlock/glass_centcom{ dir = 4; @@ -48393,6 +48001,16 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/entrance) +"gnO" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/research) "gnX" = ( /obj/random/junk, /obj/structure/machinery/light/small{ @@ -48419,14 +48037,6 @@ /obj/random/dirt_75, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/starboard) -"goh" = ( -/obj/structure/table/standard, -/obj/structure/window/reinforced, -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/structure/machinery/firealarm/east, -/obj/structure/roller_rack/three, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "goi" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 10 @@ -48679,24 +48289,6 @@ }, /turf/simulated/open/airless, /area/horizon/exterior) -"gpr" = ( -/obj/structure/machinery/light/small/floor, -/obj/effect/floor_decal/spline/fancy/wood/cee{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/horizon/service/cafeteria) -"gpw" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/structure/machinery/power/apc/south, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/port/near) "gpz" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled/dark, @@ -48739,16 +48331,6 @@ icon_state = "3,5" }, /area/shuttle/legion) -"gpU" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/obj/effect/floor_decal/industrial/warning, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "gpZ" = ( /obj/structure/disposaloutlet{ dir = 4 @@ -48779,6 +48361,14 @@ }, /turf/unsimulated/floor, /area/centcom/spawning) +"gqm" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/horizon/command/heads/captain) "gqp" = ( /obj/effect/floor_decal/industrial/warning{ dir = 6 @@ -48853,19 +48443,6 @@ }, /turf/simulated/floor/reinforced, /area/horizon/shuttle/canary) -"gqA" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "gqC" = ( /obj/structure/sign/kiddieplaque{ pixel_y = 32; @@ -48874,13 +48451,6 @@ }, /turf/unsimulated/floor/linoleum, /area/antag/actor) -"gqF" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "gqH" = ( /obj/effect/step_trigger/thrower/shuttle/south, /turf/space/transit/east, @@ -48988,34 +48558,6 @@ /obj/structure/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) -"grg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/glass_engineering{ - dir = 4; - name = "INDRA Reactor"; - req_one_access = list(11,24) - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/engineering, -/obj/effect/map_effect/door_helper/unres{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/reactor/indra/smes) "grk" = ( /obj/effect/decal/cleanable/dirt, /obj/item/reagent_containers/glass/bucket{ @@ -49083,6 +48625,66 @@ /obj/effect/floor_decal/industrial/hatch_door/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/operations/starboard/far) +"grD" = ( +/obj/item/modular_computer/console/preset/command/account{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline_corner/security, +/obj/effect/floor_decal/industrial/outline_segment/security{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline_segment/security{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_office) +"grE" = ( +/obj/structure/machinery/camera/network/medbay{ + c_tag = "Medical - Secondary Storage" + }, +/obj/structure/table/standard, +/obj/item/clothing/accessory/stethoscope{ + pixel_x = -4 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_x = -4 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_x = -4 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_x = -4 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_x = -4 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_x = -4 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_x = -4 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_x = -4 + }, +/obj/structure/machinery/atmospherics/unary/vent_pump/on, +/obj/item/gps/medical{ + pixel_x = 10; + pixel_y = 2 + }, +/obj/item/gps/medical{ + pixel_x = 10; + pixel_y = 2 + }, +/obj/item/gps/medical{ + pixel_x = 10; + pixel_y = 2 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) "grG" = ( /obj/structure/closet/emcloset, /obj/effect/floor_decal/industrial/hatch/emergency_closet, @@ -49160,21 +48762,6 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/operations/starboard/far) -"gsz" = ( -/obj/structure/machinery/smartfridge/chemistry{ - density = 0; - pixel_y = 24 - }, -/obj/effect/floor_decal/corner_wide/orange/full{ - dir = 8 - }, -/obj/structure/machinery/alarm/west, -/obj/structure/sign/nosmoking_2{ - pixel_x = -32; - pixel_y = 32 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/pharmacy) "gsA" = ( /obj/structure/bed/stool/chair/shuttle/double{ pixel_x = -8; @@ -49308,11 +48895,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/starboard/far) -"gtm" = ( -/obj/structure/machinery/hologram/holopad, -/obj/effect/floor_decal/industrial/outline/red, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "gtn" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 1 @@ -49333,6 +48915,19 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/horizon/operations/mining_main/refinery) +"gtu" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/security/port) "gtz" = ( /obj/effect/floor_decal/industrial/hatch/yellow, /obj/effect/floor_decal/industrial/warning{ @@ -49367,11 +48962,6 @@ "gtL" = ( /turf/simulated/wall/r_wall, /area/horizon/repoffice/consular_two) -"gtT" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "gtZ" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -49457,18 +49047,23 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/intrepid) -"guI" = ( -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/railing/mapped{ +"gux" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 4 }, -/obj/structure/machinery/camera/network/research{ - c_tag = "Research - Corridor Camera 4" +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 6 }, -/turf/simulated/floor/grass/no_edge, -/area/horizon/rnd/hallway/secondary) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "guM" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -49604,25 +49199,6 @@ icon_state = "dark_preview" }, /area/centcom/holding) -"gvC" = ( -/obj/item/modular_computer/console/preset/command/hop{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline_corner/security{ - dir = 1 - }, -/obj/structure/machinery/alarm/east, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline_segment/security{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline_segment/security{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_desk) "gvE" = ( /obj/effect/floor_decal/industrial/warning/full, /obj/effect/decal/cleanable/dirt, @@ -49678,21 +49254,6 @@ /obj/effect/map_effect/marker_helper/airlock/exterior, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/crewlounge) -"gvP" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/alarm/north, -/obj/random/dirt_75, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/security/port) "gvS" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/condiment/shaker/salt{ @@ -49733,6 +49294,13 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/rnd/chemistry) +"gvZ" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/security/port) "gwa" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -49779,23 +49347,6 @@ "gwn" = ( /turf/simulated/open, /area/horizon/maintenance/deck_2/research) -"gwp" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hangar/intrepid/interstitial) "gwq" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -49820,35 +49371,14 @@ }, /turf/simulated/floor/carpet, /area/horizon/repoffice/representative_one) -"gwC" = ( -/obj/effect/floor_decal/corner_wide/yellow{ - dir = 9 +"gwE" = ( +/obj/structure/table/wood, +/obj/random/pottedplant_small{ + pixel_x = 7; + pixel_y = 10 }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/button/remote/blast_door{ - dir = 8; - id = "engineering_storage_d2"; - name = "Engineering Hard Storage"; - req_one_access = list(11,24); - pixel_x = -21; - pixel_y = 34 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/engineering/hallway/interior) +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "gwI" = ( /obj/random/dirt_75, /turf/simulated/floor/tiled/full, @@ -49876,39 +49406,6 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/chamber) -"gwQ" = ( -/obj/structure/machinery/newscaster/north, -/obj/structure/filingcabinet/filingcabinet{ - pixel_x = 10; - pixel_y = 1 - }, -/obj/structure/machinery/papershredder{ - pixel_x = -6 - }, -/obj/effect/floor_decal/corner/dark_blue/full{ - dir = 1 - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/machinery/ringer/north{ - dir = 4; - pixel_y = 0; - pixel_x = 10; - department = "Security"; - id = "security_ringer"; - req_access = null; - req_one_access = list(1) - }, -/turf/simulated/floor/tiled, -/area/horizon/security/office) -"gwU" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/security/port) "gwX" = ( /obj/structure/table/steel, /obj/item/circuitboard/smes{ @@ -50049,6 +49546,23 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/canary) +"gxW" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor, +/area/horizon/command/bridge/upperdeck) "gyd" = ( /obj/effect/floor_decal/corner/red{ dir = 8 @@ -50173,16 +49687,6 @@ }, /turf/simulated/floor/exoplanet/snow, /area/centcom/shared_dream) -"gyG" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 6 - }, -/obj/structure/machinery/disposal/small/west, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "gyK" = ( /obj/structure/machinery/light/small, /turf/simulated/open, @@ -50229,6 +49733,32 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/starboard) +"gyZ" = ( +/obj/structure/machinery/photocopier, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) +"gzb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/starboard/near) "gzd" = ( /obj/effect/floor_decal/corner/grey{ dir = 4 @@ -50255,18 +49785,25 @@ }, /turf/unsimulated/floor/wood, /area/centcom/bar) -"gzq" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/port/near) "gzr" = ( /obj/effect/floor_decal/industrial/outline/red, /obj/structure/machinery/stasis_cage, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/eva) +"gzs" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/light, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "gzu" = ( /obj/random/junk, /turf/unsimulated/floor/plating, @@ -50349,34 +49886,6 @@ }, /turf/unsimulated/floor/dark_monotile, /area/antag/actor) -"gAg" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 1 - }, -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - Main Storage"; - dir = 8 - }, -/obj/structure/machinery/firealarm/east, -/obj/item/storage/box/syringes{ - pixel_x = -4; - pixel_y = 15 - }, -/obj/item/storage/box/syringes{ - pixel_x = 5; - pixel_y = 15 - }, -/obj/item/storage/box/bloodpacks{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/storage/box/bloodpacks{ - pixel_x = 5; - pixel_y = 5 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/main_storage) "gAs" = ( /obj/random/maintenance_junk_or_loot, /obj/effect/floor_decal/industrial/warning{ @@ -50445,6 +49954,21 @@ /obj/structure/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/horizon/security/lobby) +"gAH" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/structure/machinery/light, +/obj/effect/floor_decal/corner_wide/seafoam/full, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) +"gAI" = ( +/obj/structure/machinery/door/blast/shutters{ + id = "workshop_garage"; + name = "Machinist Workshop Garage Shutter" + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "gAJ" = ( /turf/simulated/wall/r_wall, /area/horizon/operations/break_room) @@ -50558,19 +50082,6 @@ /obj/effect/map_effect/door_helper/unres, /turf/simulated/floor/tiled/dark/full, /area/horizon/stairwell/starboard/deck_1) -"gBD" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/fore) "gBF" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -50732,21 +50243,6 @@ }, /turf/unsimulated/floor, /area/centcom/spawning) -"gCK" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/effect/landmark/start{ - name = "Paramedic" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "gCQ" = ( /obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{ id = "chapel_back" @@ -50795,6 +50291,15 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) +"gDj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/storage_hard/upper) "gDl" = ( /obj/structure/machinery/door/blast/regular/open{ dir = 8 @@ -50881,6 +50386,18 @@ }, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_2/central) +"gDW" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/floor_decal/corner/brown/diagonal, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/mining_main/eva) "gDY" = ( /obj/effect/floor_decal/corner/blue{ dir = 10 @@ -50928,25 +50445,6 @@ "gEq" = ( /turf/simulated/floor/tiled/ramp/bottom, /area/shuttle/mercenary) -"gEz" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 4 - }, -/obj/structure/machinery/button/switch/windowtint{ - id = "workshopfabrication"; - pixel_x = 10 - }, -/obj/item/pen/black{ - pixel_x = -3; - pixel_y = 4 - }, -/obj/structure/table/reinforced/glass, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "gEA" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -51078,6 +50576,18 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/shuttle/skipjack) +"gFk" = ( +/obj/structure/bed/roller, +/obj/effect/floor_decal/industrial/outline/medical, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/lattice/catwalk/indoor/grate{ + color = "#FFFFFF" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "gFm" = ( /obj/structure/railing/mapped{ dir = 8 @@ -51102,8 +50612,8 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) -"gFz" = ( -/obj/structure/cable/green{ +"gFy" = ( +/obj/structure/cable{ icon_state = "4-8" }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -51112,48 +50622,24 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 +/obj/structure/disposalpipe/sortjunction/untagged/flipped{ + dir = 4; + name = "Crusher" }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/interior) "gFB" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/wood, /area/horizon/rnd/xenoarch/presentation) -"gFE" = ( -/obj/effect/floor_decal/industrial/outline/grey, -/obj/effect/decal/cleanable/cobweb2, -/obj/structure/closet/crate, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/auxatmos) "gFJ" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 1 }, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) -"gFK" = ( -/obj/structure/machinery/door/firedoor/multi_tile{ - dir = 1 - }, -/obj/structure/machinery/door/airlock/multi_tile/glass{ - dir = 2; - name = "Medical Reception" - }, -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 4; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "MedBay Lockdown Shutters"; - opacity = 0 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/reception) "gFS" = ( /obj/structure/machinery/door/airlock/external{ dir = 4 @@ -51222,6 +50708,25 @@ /obj/effect/map_effect/window_spawner/full/reinforced/indestructible, /turf/unsimulated/floor/plating, /area/antag/jockey) +"gGf" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/platform_stairs/full{ + dir = 4 + }, +/obj/structure/platform/cutout, +/turf/simulated/floor, +/area/horizon/command/bridge/upperdeck) "gGk" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -51241,15 +50746,16 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos) -"gGr" = ( +"gGp" = ( /obj/structure/cable{ icon_state = "1-2" }, /obj/structure/disposalpipe/segment/mainline, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/storage_hard/upper) +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/aft) "gGs" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 9 @@ -51269,15 +50775,6 @@ /obj/structure/machinery/deployable/barrier, /turf/unsimulated/floor/rubber_carpet, /area/centcom/control) -"gGy" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "gGz" = ( /obj/structure/machinery/light/floor{ dir = 4 @@ -51305,6 +50802,27 @@ /obj/structure/machinery/light/small/floor, /turf/simulated/floor/lino, /area/horizon/service/chapel/main) +"gGF" = ( +/obj/structure/machinery/access_button{ + command = "cycle_interior"; + frequency = 1380; + master_tag = "centcom_shuttle_dock_airlock"; + name = "interior access button"; + pixel_x = -25; + pixel_y = -25; + req_access = list(13) + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/security/checkpoint2) "gGG" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 5 @@ -51520,6 +51038,19 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/command/bridge/minibar) +"gHO" = ( +/obj/structure/machinery/door/airlock/maintenance{ + dir = 4; + name = "Machinist Workshop Maintenance"; + req_access = list(29) + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/service/starboard) "gHP" = ( /obj/structure/table/reinforced/steel, /obj/effect/decal/cleanable/dirt, @@ -51527,21 +51058,6 @@ /obj/item/crowbar/rescue_axe/tactical, /turf/unsimulated/floor/monotile, /area/antag/burglar) -"gHQ" = ( -/obj/structure/table/wood, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/obj/structure/railing/mapped{ - dir = 4 - }, -/obj/random/pottedplant_small{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/effect/floor_decal/spline/fancy/wood/cee, -/turf/simulated/floor/wood, -/area/horizon/hallway/primary/deck_2/central) "gHX" = ( /obj/structure/railing/mapped{ dir = 8 @@ -51571,6 +51087,20 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/wing/starboard) +"gIj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/engineering{ + dir = 1 + }, +/obj/structure/machinery/door/airlock/maintenance_hatch, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/atmos/storage_maintenance) "gIk" = ( /turf/unsimulated/wall/steel, /area/antag/mercenary) @@ -51606,6 +51136,15 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/starboard) +"gIA" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "gIG" = ( /obj/structure/bed/stool/chair/sofa/right/purple, /obj/effect/floor_decal/spline/fancy/wood, @@ -51622,6 +51161,14 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard) +"gIN" = ( +/obj/effect/floor_decal/spline/plain/red{ + dir = 5 + }, +/obj/structure/crate_shelf, +/obj/structure/closet/crate/tool/machinist, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist) "gIO" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /obj/structure/machinery/computer/general_air_control/large_tank_control/terminal{ @@ -51674,19 +51221,6 @@ icon_state = "desert3" }, /area/horizon/holodeck/source_desert) -"gJa" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/security/investigations_hallway) "gJc" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/cyan{ dir = 4 @@ -51702,18 +51236,21 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/supermatter/mainchamber) -"gJg" = ( -/obj/structure/table/stone/marble, -/obj/structure/railing/mapped, -/obj/structure/railing/mapped{ - dir = 8 +"gJd" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/obj/item/versebook/trinary, -/obj/item/versebook/trinary, -/obj/item/versebook/trinary, -/obj/item/versebook/trinary, -/turf/simulated/floor/bluegrid, -/area/horizon/holodeck/source_trinary) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/service/custodial) "gJk" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 6 @@ -51753,15 +51290,6 @@ /obj/structure/machinery/holosign/service/bar, /turf/simulated/wall, /area/horizon/hallway/primary/deck_2/central) -"gJz" = ( -/obj/structure/machinery/door/blast/shutters{ - id = "workshop_garage"; - name = "Machinist Workshop Garage Shutter" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "gJE" = ( /obj/structure/table/reinforced/wood, /obj/structure/machinery/chemical_dispenser/coffeemaster/full{ @@ -51803,27 +51331,21 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/controlroom) -"gJO" = ( +"gJR" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/green{ - icon_state = "4-8" + icon_state = "1-2" }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/obj/effect/floor_decal/industrial/warning{ +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/spline/fancy/wood{ dir = 8 }, -/turf/simulated/floor/tiled, -/area/horizon/operations/loading) +/turf/simulated/floor/wood, +/area/horizon/service/bar) "gJS" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 @@ -51908,6 +51430,19 @@ /obj/effect/floor_decal/industrial/warning/full, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/nacelle) +"gKl" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning, +/obj/structure/disposalpipe/segment{ + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "gKv" = ( /obj/effect/floor_decal/corner/lime{ dir = 10 @@ -51993,6 +51528,20 @@ /obj/structure/foamedmetal, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/aft) +"gLf" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/item/radio/intercom/south, +/turf/simulated/floor/plating, +/area/horizon/service/chapel/corpse_storage) "gLi" = ( /obj/structure/window/shuttle/scc_space_ship/cardinal, /obj/structure/machinery/door/firedoor{ @@ -52007,6 +51556,16 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/transport1) +"gLn" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/machinery/light/small, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "gLw" = ( /obj/effect/floor_decal/industrial/warning, /turf/unsimulated/floor/plating, @@ -52048,25 +51607,6 @@ }, /turf/simulated/floor/marble, /area/horizon/holodeck/source_trinary) -"gLX" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "gLY" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -52155,14 +51695,6 @@ name = "thruster mount" }, /area/horizon/engineering/atmos/propulsion) -"gMm" = ( -/obj/effect/floor_decal/corner_wide/lime/diagonal, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) "gMq" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /obj/structure/machinery/door/blast/shutters{ @@ -52206,13 +51738,6 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/hangar/intrepid/interstitial) -"gMK" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/auxatmos) "gML" = ( /obj/effect/floor_decal/corner_wide/paleblue/diagonal{ dir = 8 @@ -52289,6 +51814,9 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/break_room) +"gNj" = ( +/turf/simulated/floor/tiled/dark, +/area/horizon/maintenance/deck_1/wing/starboard) "gNn" = ( /obj/structure/cable/green{ icon_state = "1-4" @@ -52443,6 +51971,25 @@ }, /turf/simulated/floor/plating, /area/horizon/rnd/xenobiology) +"gOk" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "gOl" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 8 @@ -52450,24 +51997,24 @@ /obj/effect/floor_decal/corner/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos) +"gOo" = ( +/obj/structure/table/reinforced/glass, +/obj/item/flashlight/lamp/off{ + pixel_x = -7; + pixel_y = 19 + }, +/obj/item/storage/slide_projector{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist/surgicalbay) "gOs" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/storage/tech) -"gOt" = ( -/obj/structure/railing/mapped{ - dir = 1 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "gOu" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/machinery/computer/security/engineering/terminal, @@ -52488,6 +52035,10 @@ }, /turf/simulated/floor/tiled, /area/horizon/service/hydroponics/lower) +"gOF" = ( +/obj/structure/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) "gOG" = ( /obj/structure/table/rack, /obj/item/rig/ert, @@ -52590,26 +52141,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/controlroom) -"gPF" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/disposalpipe/junction{ - dir = 4; - icon_state = "pipe-j2" - }, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "gPG" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -52631,6 +52162,25 @@ }, /turf/unsimulated/floor/wood, /area/antag/actor) +"gPJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/full, +/area/horizon/engineering/lobby) +"gPN" = ( +/obj/structure/machinery/power/apc/low/east, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) "gPS" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -52649,17 +52199,38 @@ /turf/simulated/floor/plating, /area/horizon/engineering/bluespace_drive) "gPV" = ( -/obj/effect/floor_decal/industrial/warning/corner{ +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/research) +"gQc" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning{ dir = 8 }, -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" +/obj/effect/floor_decal/spline/plain/brown{ + dir = 4 }, -/obj/structure/machinery/light/small/floor, -/turf/simulated/floor/tiled/dark/full, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled/dark, /area/horizon/operations/machinist) "gQh" = ( /obj/structure/machinery/light/small{ @@ -52788,24 +52359,6 @@ /obj/structure/railing/mapped, /turf/simulated/open/airless, /area/horizon/exterior) -"gQP" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/service/custodial{ - dir = 4; - name = "Custodial Closet"; - req_access = list(26) - }, -/turf/simulated/floor/tiled/full, -/area/horizon/service/custodial) "gQQ" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/purple{ dir = 4 @@ -52820,18 +52373,23 @@ /obj/effect/floor_decal/corner/dark_green/diagonal, /turf/simulated/floor/tiled, /area/horizon/crew/fitness/gym) -"gRc" = ( -/obj/structure/disposalpipe/segment/mainline{ +"gRf" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 }, /obj/structure/cable/green{ icon_state = "4-8" }, -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/storage_hard/upper) "gRn" = ( /turf/simulated/wall/shuttle/unique/ert{ icon_state = "8,0" @@ -52917,21 +52475,6 @@ /obj/effect/map_effect/map_helper/ruler_tiles_3, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior/no_shields) -"gSb" = ( -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "gSj" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -52954,23 +52497,6 @@ icon_state = "dark_preview" }, /area/centcom/specops) -"gSq" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hangar/intrepid/interstitial) "gSv" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/floor_decal/industrial/warning/corner{ @@ -53046,6 +52572,22 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/operations/lobby) +"gSH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/elevator) "gSK" = ( /obj/effect/decal/cleanable/dirt, /turf/unsimulated/wall/fakepdoor{ @@ -53054,6 +52596,70 @@ opacity = 0 }, /area/antag/raider) +"gSV" = ( +/obj/structure/table/rack, +/obj/item/reagent_containers/hypospray{ + pixel_y = 4 + }, +/obj/item/reagent_containers/hypospray{ + pixel_y = 4 + }, +/obj/item/reagent_containers/hypospray{ + pixel_y = 4 + }, +/obj/item/reagent_containers/hypospray{ + pixel_y = 4 + }, +/obj/item/reagent_containers/hypospray{ + pixel_y = -4 + }, +/obj/item/reagent_containers/hypospray{ + pixel_y = -4 + }, +/obj/item/reagent_containers/hypospray{ + pixel_y = -4 + }, +/obj/item/reagent_containers/hypospray{ + pixel_y = -4 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) +"gSY" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/maintenance_hatch{ + dir = 4; + req_one_access = list(12) + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_1/main/starboard) "gTb" = ( /obj/structure/cable/yellow{ icon_state = "0-2" @@ -53105,13 +52711,14 @@ }, /turf/simulated/floor, /area/horizon/maintenance/deck_3/crewlounge) -"gTw" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 +"gTA" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 }, +/obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) +/area/horizon/hallway/primary/deck_2/starboard) "gTE" = ( /obj/structure/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 4 @@ -53147,14 +52754,23 @@ }, /turf/simulated/floor/carpet, /area/merchant_station) -"gTO" = ( -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 +"gTP" = ( +/obj/structure/cable/green{ + icon_state = "4-8" }, /obj/structure/railing/mapped, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /turf/simulated/floor/tiled/white, /area/horizon/medical/hallway/upper) "gTR" = ( @@ -53223,15 +52839,6 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/operations/lobby) -"gUn" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/office) "gUr" = ( /obj/structure/sign/emergency/exit{ dir = 8; @@ -53304,15 +52911,6 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled, /area/horizon/security/investigations_hallway) -"gUR" = ( -/obj/effect/floor_decal/corner/green{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "gUT" = ( /obj/random/junk, /obj/structure/lattice/catwalk/indoor/grate/dark, @@ -53377,16 +52975,6 @@ }, /turf/unsimulated/floor/plating, /area/centcom/legion/hangar5) -"gVf" = ( -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/random/dirt_75, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/security/port) "gVg" = ( /turf/simulated/floor/exoplanet/ice, /area/centcom/shared_dream) @@ -53401,15 +52989,26 @@ }, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_3/port) -"gVj" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" +"gVt" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_1/central) +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "gVD" = ( /obj/structure/machinery/door/blast/regular/open{ dir = 4; @@ -53564,20 +53163,6 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/dark, /area/shuttle/legion) -"gWu" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "gWx" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /obj/effect/floor_decal/corner_wide/yellow{ @@ -53769,6 +53354,24 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/port) +"gXC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/engineering/hallway/interior) "gXD" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -53918,6 +53521,20 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) +"gYB" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "gYD" = ( /obj/effect/floor_decal/industrial/warning, /obj/structure/tank_wall/oxygen{ @@ -54005,6 +53622,19 @@ }, /turf/simulated/floor/tiled, /area/horizon/crew/chargebay) +"gZg" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/holodeck) "gZh" = ( /obj/structure/machinery/door/airlock/service{ id_tag = "hydro_hazard_out"; @@ -54045,29 +53675,6 @@ /obj/structure/plasticflaps/airtight, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics/hazard) -"gZj" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 6 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/gunmetal, -/area/horizon/operations/warehouse) -"gZx" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/power/apc/low/west, -/obj/structure/cable/green, -/obj/structure/closet/secure_closet/personal/patient, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "gZy" = ( /obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ id = "consularB" @@ -54127,27 +53734,20 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_boxingcourt) -"gZL" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 9 - }, -/obj/structure/machinery/light/small/floor, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, +"gZI" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 + dir = 4 }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 +/obj/structure/machinery/button/switch/windowtint{ + dir = 10; + id = "exam-room"; + pixel_y = -8; + pixel_x = -7 }, -/obj/effect/floor_decal/spline/fancy/wood/corner, -/turf/simulated/floor/wood, -/area/horizon/service/bar) +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "gZT" = ( /turf/simulated/wall/r_wall, /area/horizon/service/chapel/main) @@ -54157,6 +53757,18 @@ /obj/structure/machinery/door/firedoor, /turf/simulated/floor/plating, /area/horizon/security/checkpoint2) +"gZW" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "gZY" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -54356,6 +53968,14 @@ }, /turf/space, /area/horizon/exterior) +"hbw" = ( +/obj/structure/table/reinforced/steel, +/obj/structure/machinery/power/outlet{ + pixel_y = 3 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "hbz" = ( /obj/structure/sign/urban/restroom{ pixel_x = -8; @@ -54529,6 +54149,14 @@ }, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_trinary) +"hcX" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "hdc" = ( /obj/structure/bed/handrail{ dir = 8 @@ -54557,22 +54185,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/aft) -"hdg" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - icon_state = "pipe-c" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/starboard) "hdh" = ( /obj/effect/floor_decal/corner/full, /turf/simulated/floor/marble/dark, @@ -54588,19 +54200,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/operations/mail_room) -"hdo" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 6 - }, -/obj/structure/machinery/ringer_button{ - id = "medbay_ringer"; - pixel_y = 17 - }, -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "hdp" = ( /obj/effect/decal/fake_object{ icon = 'icons/misc/beach.dmi'; @@ -54769,14 +54368,6 @@ }, /turf/space, /area/horizon/exterior) -"hez" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/horizon/command/heads/captain) "heA" = ( /obj/structure/table/standard, /turf/unsimulated/floor{ @@ -54797,6 +54388,15 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/brig) +"heR" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/starboard) "heS" = ( /obj/structure/lattice/catwalk, /obj/structure/railing/mapped{ @@ -54818,18 +54418,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/supermatter/mainchamber) -"hfb" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/industrial/warning/corner, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "hfd" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 8 @@ -54922,24 +54510,6 @@ }, /turf/unsimulated/floor/plating, /area/centcom/specops) -"hfi" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 9 - }, -/obj/structure/machinery/disposal/small/north, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) -"hfm" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 9 - }, -/obj/effect/floor_decal/industrial/outline/red, -/obj/structure/machinery/iv_drip, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) "hfp" = ( /obj/effect/floor_decal/corner/green/full{ dir = 1 @@ -54959,19 +54529,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/crew/fitness/showers) -"hfs" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/structure/bed/stool/chair/office/dark{ - dir = 1 - }, -/obj/effect/floor_decal/spline/plain/purple{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist) "hfw" = ( /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled/dark, @@ -55035,30 +54592,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/plating, /area/supply/dock) -"hfM" = ( -/obj/structure/machinery/door/airlock/glass_medical{ - dir = 1; - name = "Medical"; - req_access = list(5) - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "Medical Lockdown Shutters"; - opacity = 0 - }, -/obj/effect/map_effect/door_helper/unres{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/hallway) "hfZ" = ( /obj/structure/machinery/vending/snack, /obj/effect/floor_decal/corner/paleblue{ @@ -55134,27 +54667,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/commissary) -"hgj" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/effect/floor_decal/corner/brown/full, -/obj/structure/machinery/firealarm/south, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/mail_room) "hgn" = ( /obj/structure/machinery/door/firedoor{ dir = 4 @@ -55258,6 +54770,16 @@ /obj/effect/map_effect/window_spawner/full/reinforced/indestructible, /turf/simulated/floor, /area/tdome/tdome2) +"hhk" = ( +/obj/structure/disposalpipe/segment{ + icon_state = "pipe-c" + }, +/obj/structure/machinery/firealarm/north, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "hhn" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 1 @@ -55316,6 +54838,24 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/operations/mining_main/refinery) +"hhB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/loading) "hhC" = ( /obj/structure/machinery/conveyor{ id = "cargo_1" @@ -55405,15 +54945,6 @@ }, /turf/simulated/floor/reinforced/oxygen, /area/horizon/engineering/atmos/air) -"hip" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/curtain/open, -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - Isolation Ward"; - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "his" = ( /obj/structure/tank_wall{ icon_state = "m-13" @@ -55441,28 +54972,6 @@ "hiO" = ( /turf/simulated/wall/r_wall, /area/horizon/command/bridge/meeting_room) -"hiR" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "hiT" = ( /obj/effect/floor_decal/industrial/outline/research, /turf/simulated/floor/tiled/gunmetal/full, @@ -55509,25 +55018,28 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_2/central) -"hjj" = ( -/obj/structure/disposalpipe/segment/mainline, +"hjg" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/cable/green{ - icon_state = "1-2" + icon_state = "1-4" }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/obj/structure/machinery/light/floor{ +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/mess_hall) +/obj/structure/machinery/light_switch/east{ + pixel_y = -23; + dir = 2; + pixel_x = 5 + }, +/obj/structure/machinery/firealarm/south, +/turf/simulated/floor/plating, +/area/horizon/service/chapel/corpse_storage) "hjl" = ( /obj/structure/sign/waste_station{ pixel_y = 32 @@ -55536,26 +55048,15 @@ /obj/structure/machinery/atmospherics/portables_connector/scrubber, /turf/simulated/floor/tiled/dark/full, /area/horizon/hangar/airstation) -"hjs" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 +"hju" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/effect/floor_decal/spline/plain/black{ + dir = 8 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_1/main/starboard) +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "hjB" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -55716,79 +55217,18 @@ }, /turf/unsimulated/floor/dark_monotile, /area/antag/actor) -"hkQ" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/central) -"hkV" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/structure/machinery/firealarm/north, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "hkW" = ( /obj/effect/floor_decal/corner/white/diagonal{ dir = 4 }, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_luceism) -"hkY" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 5 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/obj/structure/machinery/light/small/floor, -/obj/effect/landmark/start{ - name = "Bartender" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/effect/floor_decal/spline/fancy/wood/corner{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/horizon/service/bar) "hla" = ( /obj/effect/landmark/entry_point/starboard{ name = "starboard, d1 maintenance foreside" }, /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/maintenance/deck_1/operations/starboard/far) -"hlb" = ( -/obj/effect/floor_decal/industrial/outline/medical, -/obj/structure/bed/padded, -/obj/item/bedsheet/medical, -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/structure/machinery/power/apc/east, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) "hld" = ( /obj/structure/machinery/door/blast/shutters/open{ id = "CHE2shutters"; @@ -55880,37 +55320,6 @@ /obj/structure/machinery/firealarm/west, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/chapel/main) -"hlP" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/obj/effect/floor_decal/corner_wide/green, -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/machinery/requests_console/west{ - department = "Medical Examination"; - departmentType = 2; - name = "Medical Examination Requests Console" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) -"hlT" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "hlV" = ( /obj/structure/machinery/pipedispenser, /obj/effect/floor_decal/industrial/outline/operations, @@ -56240,53 +55649,6 @@ /obj/structure/machinery/fabricator/autolathe/hacked, /turf/unsimulated/floor/plating, /area/centcom/specops) -"hnu" = ( -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - Secondary Storage" - }, -/obj/structure/table/standard, -/obj/item/clothing/accessory/stethoscope{ - pixel_x = -4 - }, -/obj/item/clothing/accessory/stethoscope{ - pixel_x = -4 - }, -/obj/item/clothing/accessory/stethoscope{ - pixel_x = -4 - }, -/obj/item/clothing/accessory/stethoscope{ - pixel_x = -4 - }, -/obj/item/clothing/accessory/stethoscope{ - pixel_x = -4 - }, -/obj/item/clothing/accessory/stethoscope{ - pixel_x = -4 - }, -/obj/item/clothing/accessory/stethoscope{ - pixel_x = -4 - }, -/obj/item/clothing/accessory/stethoscope{ - pixel_x = -4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/unary/vent_pump/on, -/obj/item/gps/medical{ - pixel_x = 10; - pixel_y = 2 - }, -/obj/item/gps/medical{ - pixel_x = 10; - pixel_y = 2 - }, -/obj/item/gps/medical{ - pixel_x = 10; - pixel_y = 2 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "hnw" = ( /obj/effect/floor_decal/industrial/outline/grey, /obj/item/hoist_kit, @@ -56318,6 +55680,36 @@ /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_2/research) +"hnD" = ( +/obj/structure/machinery/door/airlock/mining{ + dir = 4; + name = "Machinist Workshop"; + req_access = list(29); + id_tag = "workshop_door" + }, +/obj/effect/map_effect/door_helper/unres{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "hnF" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -56466,6 +55858,22 @@ /obj/structure/machinery/alarm/south, /turf/simulated/floor/plating, /area/horizon/operations/package_conveyors) +"hoz" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/starboard) "hoE" = ( /obj/effect/floor_decal/industrial/warning{ dir = 10 @@ -56475,6 +55883,23 @@ "hoH" = ( /turf/unsimulated/floor/monotile, /area/antag/jockey) +"hoN" = ( +/obj/structure/machinery/door/airlock/service{ + dir = 1; + name = "Chapel" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/hatch_door/service{ + dir = 1 + }, +/obj/structure/machinery/door/firedoor, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/chapel/main) "hoO" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled, @@ -56487,25 +55912,6 @@ icon_state = "wood" }, /area/centcom/holding) -"hoU" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/machinery/light/floor{ - dir = 8 - }, -/obj/effect/floor_decal/corner/dark_blue/diagonal{ - dir = 8 - }, -/obj/structure/machinery/computer/guestpass{ - pixel_x = -32 - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) "hoX" = ( /obj/structure/machinery/flasher{ id = "permflash" @@ -56660,6 +56066,21 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion) +"hqd" = ( +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/airlock/glass_mining{ + dir = 1; + name = "Break Room"; + req_one_access = list(26,29,31,48,67,70) + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/horizon/operations/break_room) "hqe" = ( /obj/effect/floor_decal/corner/blue/full{ dir = 1 @@ -56667,20 +56088,6 @@ /obj/structure/filingcabinet/chestdrawer, /turf/simulated/floor/tiled/white, /area/horizon/security/autopsy_laboratory) -"hqf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled/full, -/area/horizon/engineering/hallway/interior) "hqj" = ( /obj/effect/floor_decal/corner/brown{ dir = 9 @@ -56737,6 +56144,16 @@ /obj/structure/closet/firecloset, /turf/simulated/floor/tiled, /area/horizon/crew/resdeck/living_quarters_lift) +"hqG" = ( +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "hqL" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /obj/effect/floor_decal/corner/white{ @@ -56786,6 +56203,16 @@ /obj/effect/floor_decal/industrial/warning/cee, /turf/simulated/floor/plating, /area/shuttle/skipjack) +"hrh" = ( +/obj/structure/machinery/light/floor{ + dir = 4 + }, +/obj/item/radio/intercom/east, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/icu) "hrm" = ( /obj/effect/floor_decal/spline/fancy{ dir = 6 @@ -56827,39 +56254,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/chapel/office) -"hrw" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/horizon/command/heads/xo_office) -"hry" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/holodeck) "hrz" = ( /obj/structure/platform{ dir = 4 @@ -56931,22 +56325,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/supermatter/smes) -"hrS" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "hrU" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/light/spot{ @@ -57037,6 +56415,10 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/service/mess_hall) +"hsB" = ( +/obj/structure/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/horizon/command/heads/xo_office) "hsD" = ( /obj/effect/floor_decal/corner/mauve{ dir = 9 @@ -57080,15 +56462,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/checkpoint2) -"hsQ" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/reception) "hsT" = ( /obj/effect/decal{ anchored = 1; @@ -57222,6 +56595,10 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/operations/warehouse) +"htD" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/medical/main_storage) "htJ" = ( /obj/structure/machinery/door/airlock/external, /obj/effect/floor_decal/industrial/hatch/red, @@ -57263,13 +56640,6 @@ /obj/structure/flora/ausbushes/ppflowers, /turf/simulated/floor/grass/no_edge, /area/centcom/evac) -"htR" = ( -/obj/structure/machinery/computer/operating, -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "htS" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, @@ -57301,22 +56671,6 @@ /obj/structure/closet/walllocker/emerglocker/west, /turf/simulated/floor/tiled, /area/horizon/security/hallway) -"htX" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/aft) "htY" = ( /obj/effect/floor_decal/corner/red{ dir = 10; @@ -57388,6 +56742,26 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/hapt) +"hup" = ( +/obj/structure/machinery/optable, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/surgery) +"hur" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/spline/plain/corner/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/mess_hall) "hut" = ( /obj/effect/floor_decal/corner/dark_green/diagonal, /obj/effect/floor_decal/industrial/outline_door/service, @@ -57624,38 +56998,6 @@ "hvu" = ( /turf/simulated/wall/r_wall, /area/horizon/engineering/reactor/supermatter/smes) -"hvv" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) -"hvw" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor, -/area/horizon/command/bridge/upperdeck) "hvy" = ( /obj/structure/machinery/ringer/west{ department = "Custodial"; @@ -57685,40 +57027,24 @@ }, /turf/unsimulated/floor/plating, /area/centcom/legion) -"hvJ" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 1; - name = "D2 Port Fire Closet"; - req_one_access = list(12,47) - }, -/obj/effect/map_effect/door_helper/unres, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/research) "hvK" = ( /obj/effect/floor_decal/industrial/hatch_door/yellow{ dir = 8 }, /turf/simulated/floor/tiled/full, /area/horizon/stairwell/port/deck_3) -"hvP" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 9 +"hvM" = ( +/obj/structure/cable/green{ + icon_state = "1-2" }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" }, -/obj/structure/machinery/disposal/small/west, -/obj/effect/floor_decal/spline/plain/corner/brown, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist) +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/holodeck) "hvX" = ( /obj/random/pottedplant, /obj/structure/machinery/light{ @@ -57802,22 +57128,6 @@ /obj/structure/grille, /turf/simulated/floor/tiled/dark/full/airless, /area/horizon/command/bridge/controlroom) -"hwC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/starboard/near) "hwG" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -57826,6 +57136,18 @@ /obj/structure/machinery/light/small, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/research) +"hwH" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "hwS" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -57910,33 +57232,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/starboard/near) -"hxs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/random/dirt_75, -/obj/structure/machinery/button/remote/airlock/screamer{ - channel = "Command"; - id = "Eng_Vault_Airlock"; - message = "The vault door bolts have been toggled."; - name = "Door Bolt Control"; - pixel_y = -20; - req_one_access = list(20,30,56); - specialfunctions = 4; - desiredstate = 1 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "hxC" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/black{ dir = 4 @@ -57951,6 +57246,19 @@ /obj/structure/machinery/light, /turf/simulated/floor/shuttle/dark_blue, /area/horizon/shuttle/escape_pod/pod3) +"hxF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/starboard/near) "hxH" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 8 @@ -58044,6 +57352,29 @@ /obj/random/junk, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_3/aft/port/far) +"hyr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate{ + color = "#FFFFFF" + }, +/obj/structure/disposalpipe/sortjunction/flipped{ + dir = 8; + name = "Chemistry"; + sortType = "Chemistry" + }, +/turf/simulated/floor/plating, +/area/horizon/medical/hallway) "hyz" = ( /obj/structure/machinery/atmospherics/binary/pump/fuel{ max_pressure_setting = 5000; @@ -58141,30 +57472,21 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/medical/cryo) +"hyU" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/service/mess_hall) "hyV" = ( /obj/effect/floor_decal/industrial/outline/service, /obj/structure/whiteboard/portable, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/kitchen) -"hyZ" = ( -/obj/structure/machinery/disposal/small/north, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/effect/landmark/start{ - name = "Paramedic" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "hza" = ( /obj/structure/machinery/power/breakerbox/activated{ RCon_tag = "Security Substation" @@ -58193,26 +57515,6 @@ }, /turf/simulated/floor/bluegrid, /area/horizon/ai/chamber) -"hzl" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/corner_wide/green, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "hzo" = ( /obj/structure/closet/emcloset, /obj/effect/floor_decal/corner/dark_blue{ @@ -58248,6 +57550,28 @@ }, /turf/unsimulated/floor/marble, /area/antag/wizard) +"hzM" = ( +/obj/structure/machinery/button/switch/windowtint{ + dir = 8; + id = "surgery1"; + pixel_x = -21; + pixel_y = 10; + req_access = list(66) + }, +/obj/item/storage/box/gloves, +/obj/item/storage/box/masks{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/machinery/button/switch/holosign{ + dir = 8; + id = 1; + pixel_x = -21 + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam/full, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "hzN" = ( /obj/effect/shuttle_landmark/supply/horizon/start{ dir = 1 @@ -58261,12 +57585,42 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/wing/starboard/far) +"hzT" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "hzW" = ( /obj/structure/railing/mapped{ dir = 8 }, /turf/simulated/floor/tiled, /area/horizon/service/hydroponics/lower) +"hzX" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/machinery/disposal/small/west, +/obj/effect/floor_decal/spline/plain/corner/brown, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist) "hAb" = ( /turf/unsimulated/floor{ icon_state = "wood" @@ -58507,6 +57861,21 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/operations/loading) +"hBw" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/starboard) "hBD" = ( /obj/effect/floor_decal/industrial/hatch_door/yellow, /obj/structure/machinery/door/firedoor, @@ -58529,25 +57898,14 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/starboard/far) -"hBS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/interior) +"hBR" = ( +/obj/structure/window/reinforced, +/obj/structure/roller_rack/three, +/obj/structure/machinery/alarm/west, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "hBY" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/effect/floor_decal/spline/plain, @@ -58591,13 +57949,6 @@ }, /turf/simulated/floor/airless, /area/horizon/engineering/atmos) -"hCf" = ( -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "hCj" = ( /obj/random/maintenance_junk_or_loot, /obj/effect/floor_decal/industrial/warning{ @@ -58625,12 +57976,6 @@ icon_state = "5,10" }, /area/horizon/shuttle/canary) -"hCr" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "hCu" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/hangar/operations) @@ -58706,24 +58051,12 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/bar) -"hCX" = ( -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/smartfridge/secure/medbay/horizon, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/medical/pharmacy) "hDb" = ( /obj/effect/landmark/entry_point/port{ name = "port, ballast middle" }, /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/maintenance/deck_2/wing/port/nacelle) -"hDe" = ( -/obj/effect/floor_decal/corner_wide/lime/diagonal, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "hDi" = ( /obj/structure/window/reinforced/holowindow{ dir = 1 @@ -58750,13 +58083,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/monitoring) -"hDr" = ( -/obj/structure/bed/stool/chair/padded/beige, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 6 - }, -/turf/simulated/floor/wood, -/area/horizon/hallway/primary/deck_2/starboard) "hDs" = ( /obj/structure/shuttle_part/ert{ icon_state = "0,4"; @@ -58773,14 +58099,6 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/reactor/supermatter/monitoring) -"hDv" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline/operations, -/obj/structure/table/rack, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_1/wing/starboard) "hDy" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -58822,24 +58140,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/port/far) -"hDH" = ( -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 9 - }, -/obj/structure/machinery/disposal/small/east, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - Operating Room 1"; - dir = 4; - pixel_y = -11 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "hDM" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -58915,15 +58215,16 @@ }, /turf/simulated/floor/tiled, /area/horizon/rnd/hallway/secondary) -"hEw" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ +"hEu" = ( +/obj/structure/cable{ icon_state = "1-2" }, /obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_2/fore) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/main/starboard) "hEz" = ( /obj/effect/floor_decal/corner/grey/diagonal, /obj/effect/floor_decal/spline/plain/corner/green{ @@ -58941,23 +58242,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/service/kitchen) -"hED" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/door/firedoor, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/maintenance{ - req_access = list(12); - name = "Deck 1 Starboard Primary Maintenance Conduit" - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_1/wing/starboard) "hEE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58976,19 +58260,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/operations/starboard/amidships) -"hEH" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) "hEJ" = ( /obj/effect/floor_decal/corner/grey/diagonal, /obj/structure/cable/green{ @@ -59018,6 +58289,30 @@ }, /turf/simulated/floor/shuttle/dark_blue, /area/horizon/shuttle/escape_pod/pod1) +"hEL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 4; + req_one_access = list(5,10,12) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/main/starboard) "hEO" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/cable{ @@ -59051,6 +58346,18 @@ }, /turf/simulated/floor, /area/horizon/repoffice/consular_two) +"hFa" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/bed/padded, +/obj/item/bedsheet/medical, +/obj/structure/curtain/open/medical, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "hFg" = ( /turf/simulated/wall/r_wall, /area/horizon/engineering/bluespace_drive) @@ -59086,20 +58393,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/bridge_crew) -"hFw" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/item/radio/intercom/south, -/turf/simulated/floor/plating, -/area/horizon/service/chapel/corpse_storage) "hFx" = ( /obj/structure/closet/walllocker/medical/firstaid{ pixel_x = -32 @@ -59150,6 +58443,23 @@ icon_state = "white" }, /area/centcom/legion) +"hFH" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/sign/emergency/evacuation{ + pixel_x = -30; + pixel_y = 7; + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/mess_hall) "hFL" = ( /obj/structure/sink{ pixel_y = 16 @@ -59218,51 +58528,35 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/near) -"hGq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/aft) "hGr" = ( /obj/structure/shuttle_part/scc/scout{ icon_state = "1,3" }, /turf/simulated/floor/plating, /area/horizon/shuttle/canary) -"hGt" = ( -/turf/simulated/wall, -/area/horizon/maintenance/deck_1/medical/cryo) -"hGv" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, +"hGs" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/machinery/conveyor{ - dir = 1; - id = "QMLoad" +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/machinery/mech_recharger, +/obj/structure/machinery/status_display{ + pixel_y = 32 }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch/operations, /turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/loading) +/area/horizon/operations/machinist) +"hGt" = ( +/turf/simulated/wall, +/area/horizon/maintenance/deck_1/medical/cryo) "hGA" = ( /obj/structure/platform{ dir = 4 @@ -59282,6 +58576,35 @@ /obj/structure/flora/ausbushes/sunnybush, /turf/simulated/floor/exoplanet/grass, /area/centcom/shared_dream) +"hGQ" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/port) +"hGV" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/dark_blue/full, +/obj/structure/platform_stairs/full{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "hGY" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -59361,24 +58684,6 @@ /obj/structure/machinery/light/small/floor, /turf/simulated/floor/wood, /area/horizon/service/cafeteria) -"hHv" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "hHw" = ( /obj/effect/floor_decal/corner/lime/diagonal{ dir = 8 @@ -59452,6 +58757,30 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor/wood, /area/antag/burglar) +"hHT" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/airlock/maintenance_hatch{ + dir = 4; + req_one_access = list(12,19) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_3/aft/port/far) "hHV" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -59494,14 +58823,6 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) -"hIg" = ( -/obj/effect/floor_decal/corner/beige/full, -/obj/effect/floor_decal/industrial/loading/yellow{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/dark, -/area/horizon/medical/gen_treatment) "hIm" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 8 @@ -59526,18 +58847,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/stairwell/starboard/deck_1) -"hIw" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/item/reagent_containers/glass/bucket, -/obj/structure/machinery/atmospherics/pipe/simple/hidden, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/rnd/xenobiology/xenoflora) "hIy" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/black, /obj/structure/machinery/atmospherics/pipe/simple/visible/cyan{ @@ -59593,28 +58902,33 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) +"hIO" = ( +/obj/structure/reagent_dispensers/acid{ + pixel_y = 32 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/machinery/r_n_d/fabricator/circuit_imprinter, +/obj/effect/floor_decal/industrial/outline/research, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) +"hIQ" = ( +/obj/structure/platform, +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/spline/plain/purple, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/extinguisher_cabinet/east, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist/surgicalbay) "hIS" = ( /obj/effect/floor_decal/spline/plain{ dir = 4 }, /turf/simulated/floor/tiled/dark, /area/horizon/hallway/primary/deck_2/central) -"hIU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/fore) "hJb" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 6 @@ -59627,6 +58941,21 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/reactor/indra/mainchamber) +"hJg" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/gunmetal, +/area/horizon/operations/warehouse) "hJn" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, @@ -59636,20 +58965,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, /area/horizon/engineering/break_room) -"hJp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk/indoor, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor, -/area/horizon/maintenance/substation/command) "hJs" = ( /obj/structure/machinery/door/airlock{ id_tag = "odin_valkyrie_stall1"; @@ -59657,6 +58972,22 @@ }, /turf/unsimulated/floor, /area/centcom/bar) +"hJx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/starboard) "hJy" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -59707,6 +59038,31 @@ }, /turf/simulated/floor/tiled, /area/horizon/stairwell/engineering/deck_1) +"hJM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/full, +/area/horizon/engineering/hallway/interior) +"hJP" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "hJQ" = ( /obj/structure/window/reinforced{ dir = 8 @@ -59782,21 +59138,6 @@ }, /turf/unsimulated/floor/plating, /area/centcom/legion/hangar5) -"hKk" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) "hKo" = ( /obj/effect/floor_decal/industrial/hatch/red, /obj/effect/floor_decal/industrial/warning{ @@ -59804,6 +59145,16 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/engineering/reactor/indra/mainchamber) +"hKt" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/horizon/command/heads/xo_office) "hKu" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -59901,23 +59252,6 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/transport1) -"hKZ" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/alarm/north, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/security_port) "hLe" = ( /obj/structure/machinery/shipsensors/weak/scc_shuttle{ density = 1; @@ -59928,22 +59262,6 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/shuttle/mining) -"hLg" = ( -/obj/effect/floor_decal/corner_wide/orange{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/light_switch{ - pixel_x = -23; - pixel_y = 27 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/pharmacy) "hLm" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /obj/structure/machinery/door/blast/shutters{ @@ -60049,6 +59367,25 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/near) +"hLV" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/interior) "hLX" = ( /obj/structure/machinery/door/airlock/external{ dir = 1; @@ -60137,21 +59474,35 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/main/port) -"hMw" = ( -/obj/item/modular_computer/console/preset/command/hop{ - dir = 4 +"hMr" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/effect/floor_decal/industrial/outline_corner/security{ - dir = 1 +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/fore) +"hMs" = ( +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 }, -/obj/effect/floor_decal/industrial/outline_segment/security{ - dir = 10 +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled, +/area/horizon/operations/office) +"hMt" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 9 }, -/obj/effect/floor_decal/industrial/outline_segment/security{ - dir = 4 +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/machinery/r_n_d/fabricator/circuit_imprinter, +/obj/structure/railing/mapped{ + dir = 8 }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_office) +/turf/simulated/floor/carpet/rubber, +/area/horizon/rnd/lab) "hMC" = ( /obj/effect/floor_decal/industrial/warning{ dir = 6 @@ -60468,6 +59819,18 @@ /obj/structure/machinery/light_switch/east, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/bluespace_drive/monitoring) +"hOz" = ( +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + icon_state = "sterilesprayblue"; + name = "surgery cleaner" + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "hOB" = ( /obj/structure/machinery/light_switch{ pixel_y = -22 @@ -60498,6 +59861,15 @@ /obj/random/junk, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/main/port) +"hOK" = ( +/obj/structure/machinery/light/floor{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "hOL" = ( /obj/structure/machinery/media/jukebox/audioconsole/wall{ pixel_y = 31 @@ -60660,6 +60032,16 @@ }, /turf/unsimulated/floor, /area/antag/mercenary) +"hPy" = ( +/obj/structure/machinery/firealarm/east, +/obj/structure/machinery/light/floor{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/icu) "hPz" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/lattice/catwalk/indoor/grate, @@ -60728,6 +60110,13 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor, /area/horizon/maintenance/deck_2/wing/port/near) +"hPY" = ( +/obj/effect/floor_decal/corner/dark_green, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) "hPZ" = ( /obj/structure/closet/firecloset, /obj/effect/floor_decal/industrial/warning/corner{ @@ -60853,22 +60242,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/hallway) -"hRc" = ( -/obj/effect/floor_decal/corner/dark_green/diagonal, -/obj/structure/bookcase{ - icon_state = "book-5" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/medical/ward/isolation) "hRd" = ( /obj/effect/floor_decal/corner/red/diagonal, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, @@ -60878,16 +60251,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/crew/emergency_closet/deck_2/starboard) -"hRs" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/research) "hRt" = ( /obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, /obj/structure/machinery/door/blast/regular{ @@ -61038,6 +60401,41 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/hapt) +"hSu" = ( +/obj/item/mass_spectrometer{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/storage/box/unique/sharps{ + pixel_x = -5 + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) +"hSv" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/obj/structure/machinery/light/small/floor, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood/corner, +/turf/simulated/floor/wood, +/area/horizon/service/bar) "hSz" = ( /turf/simulated/open, /area/horizon/operations/office_aux) @@ -61086,6 +60484,16 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/supermatter/mainchamber) +"hTb" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/hallway) "hTc" = ( /obj/structure/machinery/atmospherics/unary/engine/scc_shuttle, /obj/effect/landmark/entry_point/aft{ @@ -61097,25 +60505,6 @@ /obj/effect/floor_decal/spline/plain, /turf/simulated/floor/tiled/dark, /area/horizon/hallway/primary/deck_2/central) -"hTk" = ( -/obj/structure/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/map_effect/door_helper/unres, -/obj/structure/machinery/door/airlock/glass_medical{ - dir = 1; - name = "Recovery Ward"; - req_access = list(5) - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/ward) "hTl" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/floor_decal/industrial/warning{ @@ -61220,16 +60609,6 @@ /obj/structure/machinery/smartfridge/stocked, /turf/unsimulated/floor, /area/centcom/bar) -"hUf" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/research) "hUv" = ( /turf/simulated/wall/r_wall, /area/horizon/maintenance/deck_3/aft/port/far) @@ -61278,6 +60657,19 @@ /obj/structure/table/wood, /turf/simulated/floor/lino, /area/merchant_station) +"hUP" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/reagent_containers/glass/bucket, +/obj/structure/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/rnd/xenobiology/xenoflora) "hUR" = ( /obj/structure/machinery/door/window/northright{ name = "dispensary"; @@ -61330,28 +60722,34 @@ }, /turf/unsimulated/floor/wood, /area/antag/raider) +"hVr" = ( +/obj/item/bodybag/cryobag{ + pixel_x = 13; + pixel_y = 2 + }, +/obj/item/bodybag/cryobag{ + pixel_x = 13; + pixel_y = 5 + }, +/obj/item/bodybag/cryobag{ + pixel_x = 13; + pixel_y = 8 + }, +/obj/item/bodybag/cryobag{ + pixel_x = 13; + pixel_y = 10 + }, +/obj/structure/machinery/light, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/main_storage) "hVC" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/hallway/primary/deck_3/port/docks) -"hVD" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 6 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/mining_main/refinery) "hVQ" = ( /obj/item/stock_parts/subspace/ansible, /obj/item/stock_parts/subspace/ansible, @@ -61366,6 +60764,22 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/storage/tech) +"hWd" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ + id = "xo_privacy_tint" + }, +/obj/structure/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor, +/area/horizon/command/heads/xo_desk) "hWe" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden, /obj/structure/railing/mapped{ @@ -61440,13 +60854,18 @@ }, /turf/simulated/floor/wood/walnut, /area/horizon/medical/smoking) -"hWr" = ( -/obj/structure/machinery/alarm/west, +"hWw" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/green{ icon_state = "1-2" }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/service/custodial) "hWA" = ( /obj/structure/machinery/light{ dir = 8 @@ -61482,30 +60901,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/storage/lower) -"hWL" = ( -/obj/structure/table/reinforced/wood, -/obj/item/paper_bin{ - pixel_y = 3; - pixel_x = 4 - }, -/obj/item/stamp/denied{ - pixel_x = -7; - pixel_y = 6 - }, -/obj/item/stamp/xo{ - pixel_x = -7 - }, -/obj/item/folder/sec{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/pen/multi{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/structure/machinery/newscaster/security_unit/north, -/turf/simulated/floor/carpet, -/area/horizon/command/heads/xo_office) "hWP" = ( /turf/simulated/wall/r_wall, /area/horizon/service/hydroponics/hazard) @@ -61547,6 +60942,29 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/nacelle) +"hXh" = ( +/obj/structure/table/reinforced/glass, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/pen/fountain/black{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/structure/machinery/button/remote/blast_door{ + pixel_y = -4; + id = "machinist_surgery_shutters"; + pixel_x = 8; + name = "Surgical Theatre Viewing Shutters"; + dir = 9 + }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 6; + pixel_y = 9 + }, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist/surgicalbay) "hXo" = ( /obj/effect/floor_decal/corner/lime{ dir = 6 @@ -61585,35 +61003,19 @@ }, /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_sauna) -"hXF" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/power/apc/north, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "hXM" = ( /turf/unsimulated/wall/fakeairlock{ icon = 'icons/obj/doors/Doorext.dmi'; icon_state = "door_locked" }, /area/centcom/specops) +"hXS" = ( +/obj/structure/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/icu) "hXW" = ( /obj/structure/machinery/door/airlock/centcom{ name = "Ready Room"; @@ -61627,6 +61029,16 @@ icon_state = "dark_preview" }, /area/centcom/control) +"hXX" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/port/near) "hYa" = ( /obj/effect/floor_decal/corner/yellow{ dir = 6 @@ -61679,23 +61091,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/security/forensic_laboratory) -"hYg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/railing/mapped, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_3/aft/port) "hYi" = ( /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled/dark/full, @@ -61808,6 +61203,14 @@ name = "grass" }, /area/horizon/holodeck/source_konyang) +"hYU" = ( +/obj/structure/machinery/computer/security/terminal/public{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/full, +/area/horizon/service/cafeteria) "hYW" = ( /obj/structure/machinery/vending/snack{ name = "Free Chocolate Corp"; @@ -61815,26 +61218,22 @@ }, /turf/unsimulated/floor/wood, /area/centcom/evac) -"hYZ" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/port/near) "hZe" = ( /obj/structure/bed/stool/chair/office/bridge/pilot{ dir = 4 }, /turf/simulated/floor/shuttle/dark_blue, /area/horizon/shuttle/escape_pod/pod1) -"hZf" = ( -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 10 +"hZh" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/machinery/light/small{ + dir = 1 }, -/obj/item/storage/box/fancy/tray, -/obj/structure/table/standard, -/obj/structure/machinery/light, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) +/obj/structure/sign/radiation{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/aft) "hZi" = ( /obj/effect/floor_decal/industrial/hatch/operations, /obj/structure/machinery/conveyor{ @@ -61866,16 +61265,18 @@ }, /turf/simulated/floor/airless, /area/horizon/engineering/atmos) -"hZs" = ( -/obj/structure/cable{ +"hZr" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ icon_state = "1-2" }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/lobby) +/obj/effect/floor_decal/corner/dark_blue/full{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "hZt" = ( /obj/structure/railing/mapped{ dir = 8 @@ -62026,11 +61427,6 @@ /obj/item/seeds/random, /turf/simulated/floor/carpet/rubber, /area/horizon/rnd/xenobiology/xenoflora) -"iaw" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/research) "iaB" = ( /obj/structure/machinery/ringer_button{ id = "investigation_ringer"; @@ -62088,6 +61484,28 @@ /obj/effect/spider/stickyweb, /turf/simulated/floor/exoplanet/barren/raskara, /area/centcom/shared_dream) +"iaU" = ( +/obj/structure/machinery/camera/network/engineering{ + c_tag = "Engineering - Deck 2 - Aft Auxiliary Atmospherics"; + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/engineering/drone_fabrication) +"ibd" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "ibi" = ( /obj/structure/machinery/atmospherics/portables_connector{ dir = 4 @@ -62108,22 +61526,6 @@ }, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_tribunal) -"ibl" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/operations/loading) "ibn" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -62158,6 +61560,13 @@ }, /turf/simulated/floor/tiled, /area/horizon/rnd/hallway/secondary) +"ibu" = ( +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/horizon/operations/lobby) "ibw" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -62264,17 +61673,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/turbine) -"ibX" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "ibY" = ( /obj/structure/cable/green{ icon_state = "2-4" @@ -62511,18 +61909,6 @@ /obj/structure/table/reinforced/steel, /turf/simulated/floor/tiled, /area/horizon/engineering/lobby) -"idh" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "idl" = ( /obj/structure/machinery/door/airlock/external{ dir = 1; @@ -62574,13 +61960,6 @@ }, /turf/simulated/floor/carpet, /area/horizon/repoffice/consular_one) -"idC" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) "idD" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -62612,22 +61991,6 @@ /obj/item/flashlight/lantern, /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_sauna) -"idR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/horizon/engineering/atmos/storage_maintenance) "idT" = ( /obj/effect/floor_decal/industrial/outline/red, /obj/structure/table/rack, @@ -62661,6 +62024,20 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/horizon/service/hydroponics) +"idX" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled/ramp/bottom{ + dir = 8 + }, +/area/horizon/maintenance/deck_2/wing/starboard/near) "idY" = ( /obj/structure/closet/secure_closet/guncabinet{ name = "CCIA Bodyguard Sidearm"; @@ -62690,13 +62067,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/stairwell/engineering/deck_2) -"iec" = ( -/obj/effect/floor_decal/corner_wide/lime/full{ - dir = 1 - }, -/obj/effect/landmark/latejoinmedbayrecovery, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) "iee" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -62773,25 +62143,6 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/mining) -"ieD" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/gen_treatment) "ieE" = ( /obj/structure/machinery/hologram/holopad, /turf/simulated/floor/tiled/full, @@ -62923,6 +62274,16 @@ /obj/structure/machinery/hologram/holopad, /turf/simulated/floor/tiled/dark/full, /area/horizon/command/bridge/aibunker) +"ifF" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/research) "ifJ" = ( /obj/structure/cable/green{ icon_state = "0-4" @@ -62980,21 +62341,6 @@ }, /turf/unsimulated/floor, /area/centcom/spawning) -"igi" = ( -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/research{ - name = "Research Maintenance Conduit"; - req_access = list(7); - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/rnd/xenobiology/foyer) "igj" = ( /obj/effect/floor_decal/spline/plain/black{ dir = 1 @@ -63054,21 +62400,15 @@ icon_state = "wood" }, /area/centcom/legion/hangar5) -"igx" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +"igy" = ( /obj/structure/cable/green{ icon_state = "1-2" }, -/obj/effect/floor_decal/spline/plain/corner/green{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/mess_hall) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "igB" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 5 @@ -63149,6 +62489,26 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenoarch/atrium) +"ihg" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_3/aft/starboard) "ihh" = ( /obj/structure/bed/stool/padded/brown{ dir = 4 @@ -63170,6 +62530,13 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/office) +"ihG" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist/surgicalbay) "ihI" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -63231,6 +62598,24 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/evidence_storage) +"iib" = ( +/obj/structure/machinery/disposal/small/east, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/machinery/camera/network/medbay{ + c_tag = "Medical - Operating Room 1"; + dir = 4; + pixel_y = -11 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "iic" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/purple{ dir = 8 @@ -63340,6 +62725,19 @@ }, /turf/simulated/open/airless, /area/horizon/exterior/no_shields) +"ije" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/material/shard, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port/far) "ijf" = ( /obj/effect/floor_decal/corner/brown/diagonal, /obj/effect/floor_decal/industrial/hatch/yellow, @@ -63384,6 +62782,15 @@ /obj/effect/floor_decal/corner/mauve/diagonal, /turf/simulated/floor/tiled/dark, /area/horizon/storage/eva) +"ijx" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ + id = "xo_conference_tint" + }, +/turf/simulated/floor, +/area/horizon/command/heads/xo_office) "ijD" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -63407,6 +62814,16 @@ }, /turf/unsimulated/floor, /area/centcom/legion/hangar5) +"ijL" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/yellow, +/turf/simulated/floor/tiled, +/area/horizon/engineering/hallway/interior) "ijO" = ( /obj/structure/cable{ icon_state = "2-8" @@ -63731,20 +63148,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/investigations_hallway) -"ilm" = ( -/obj/structure/table/standard, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/item/paper_bin, -/obj/item/pen, -/obj/item/paper/stickynotes/pad/random{ - pixel_x = 10; - pixel_y = -3 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "ilr" = ( /obj/effect/floor_decal/corner/mauve{ dir = 6 @@ -63795,6 +63198,20 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_luceism) +"ilC" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) +"ilD" = ( +/obj/structure/machinery/optable, +/obj/structure/machinery/light, +/obj/effect/floor_decal/spline/plain/red{ + dir = 5 + }, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist/surgicalbay) "ilI" = ( /obj/effect/floor_decal/corner/mauve/diagonal, /obj/effect/floor_decal/corner/mauve{ @@ -63913,6 +63330,23 @@ icon_state = "white" }, /area/centcom/holding) +"imR" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port/far) "imS" = ( /obj/structure/machinery/conveyor_switch/oneway{ id = "merchant_receiving"; @@ -63930,23 +63364,6 @@ }, /turf/simulated/floor/wood, /area/shuttle/skipjack) -"inb" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/command/bridge/upperdeck) "ine" = ( /obj/effect/floor_decal/corner/mauve/diagonal, /obj/structure/railing/mapped, @@ -63979,6 +63396,26 @@ }, /turf/unsimulated/floor/rubber_carpet, /area/antag/jockey) +"inp" = ( +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/central) "inr" = ( /obj/effect/floor_decal/corner/dark_green/full{ dir = 4 @@ -64067,22 +63504,47 @@ /obj/structure/railing/mapped, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) -"ioj" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" +"ioi" = ( +/obj/structure/table/reinforced/steel, +/obj/structure/machinery/button/remote/blast_door{ + dir = 5; + id = "workshop_garage"; + name = "Machinist Workshop Garage Shutters"; + pixel_x = -6; + pixel_y = 11 }, -/obj/structure/cable/green{ - icon_state = "4-8" +/obj/structure/machinery/button/remote/airlock{ + dir = 5; + id = "workshop_door"; + name = "Machinist Workshop Door"; + pixel_y = 11; + pixel_x = 3 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/structure/machinery/button/remote/blast_door{ + dir = 5; + id = "shutters_deck2_workshopdesk"; + name = "Machinist Workshop Desk Shutters"; + pixel_x = -6; + pixel_y = -2 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/structure/machinery/button/remote/blast_door{ + dir = 5; + id = "mech_bay_shutter"; + name = "Machinist Bay Window Shutters"; + pixel_x = 3; + pixel_y = -2 }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/starboard) +/obj/structure/machinery/light_switch/east{ + pixel_y = 19; + pixel_x = 20 + }, +/obj/structure/machinery/ringer/east{ + id = "workshop_ringer"; + req_access = list(29); + department = "Operations" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/machinist) "iok" = ( /obj/effect/landmark{ name = "ninjastart" @@ -64090,6 +63552,14 @@ /obj/effect/decal/fake_object/light_source/invisible, /turf/unsimulated/floor/blue_circuit, /area/antag/ninja) +"iol" = ( +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/machinery/alarm/north, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "iom" = ( /obj/structure/foamedmetal, /obj/structure/shuttle_part/scc_space_ship{ @@ -64146,6 +63616,35 @@ }, /turf/simulated/floor/holofloor/carpet/rubber, /area/horizon/holodeck/source_gym) +"iow" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 9 + }, +/obj/structure/machinery/light_switch{ + dir = 8; + pixel_x = -22; + pixel_y = 23 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/service/custodial/auxiliary) +"iox" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "ioz" = ( /obj/structure/machinery/door/airlock/centcom{ name = "Detention Wing"; @@ -64172,14 +63671,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/lab) -"ioG" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/effect/floor_decal/spline/plain/green{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/white, -/area/horizon/service/kitchen) "ioM" = ( /obj/structure/table/steel, /obj/item/storage/box/bodybags, @@ -64241,17 +63732,6 @@ /obj/structure/railing/mapped, /turf/simulated/open, /area/horizon/operations/office) -"ipa" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/effect/floor_decal/corner_wide/green, -/obj/structure/machinery/photocopier, -/obj/structure/sign/nosmoking_1{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "ipe" = ( /obj/structure/machinery/camera/network/engineering{ c_tag = "Engineering - Atmospherics Tanks 4"; @@ -64367,6 +63847,16 @@ /obj/random/dirt_75, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/starboard) +"iqa" = ( +/obj/structure/machinery/stasis_bed{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/medical, +/obj/structure/machinery/camera/network/medbay{ + c_tag = "Medical - ICU" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/icu) "iqb" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -64478,37 +63968,6 @@ icon_state = "dark_preview" }, /area/centcom/holding) -"iqJ" = ( -/obj/structure/machinery/door/firedoor, -/obj/effect/map_effect/door_helper/unres{ - dir = 1 - }, -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "Medical Lockdown Shutters"; - opacity = 0 - }, -/obj/structure/machinery/door/airlock/medical{ - name = "Recovery Ward"; - req_access = list(5); - dir = 1 - }, -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "Medical Lockdown Shutters"; - opacity = 0 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/ward) "iqK" = ( /obj/structure/machinery/suit_cycler/engineering/prepared/atmos, /obj/effect/floor_decal/industrial/outline/firefighting_closet, @@ -64558,19 +64017,6 @@ }, /turf/simulated/floor/carpet/purple, /area/centcom/shared_dream) -"irf" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/command/bridge/upperdeck) "irg" = ( /obj/effect/floor_decal/corner_wide/paleblue/diagonal{ dir = 8 @@ -64671,10 +64117,35 @@ /obj/structure/disposalpipe/trunk, /turf/simulated/floor/tiled, /area/horizon/operations/lobby) +"irH" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "LCKDshutters"; + name = "Medical Lockdown Shutters"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/medical/reception) "irI" = ( /obj/structure/railing/mapped, /turf/simulated/open, /area/horizon/stairwell/engineering/deck_2) +"irL" = ( +/obj/structure/machinery/disposal/small/east, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/obj/effect/floor_decal/spline/plain/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "irO" = ( /obj/structure/platform/ledge/dark{ dir = 8 @@ -64697,13 +64168,6 @@ }, /turf/unsimulated/floor, /area/centcom/bar) -"isb" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "isf" = ( /obj/structure/machinery/conveyor{ dir = 1; @@ -65053,13 +64517,6 @@ }, /turf/simulated/floor/lino, /area/horizon/service/cafeteria) -"iuT" = ( -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/full, -/area/horizon/stairwell/starboard/deck_2) "iuW" = ( /obj/structure/cable/green{ icon_state = "1-8" @@ -65107,6 +64564,45 @@ }, /turf/simulated/floor/carpet/purple, /area/centcom/shared_dream) +"iva" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_y = -32 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) +"ive" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) "ivk" = ( /obj/effect/floor_decal/corner/purple/full{ dir = 8 @@ -65159,13 +64655,6 @@ icon_state = "wood" }, /area/centcom/ferry) -"ivo" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "ivu" = ( /obj/structure/plasticflaps/airtight, /obj/item/tape/engineering{ @@ -65198,30 +64687,6 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor/wood, /area/antag/burglar) -"ivN" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/light/floor{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/wood, -/area/horizon/command/bridge/meeting_room) "ivT" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -65402,6 +64867,22 @@ "iwT" = ( /turf/unsimulated/floor/monotile, /area/antag/loner) +"ixc" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hangar/intrepid) "ixf" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 5 @@ -65451,6 +64932,14 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/main/interstitial) +"ixm" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/effect/floor_decal/spline/plain/green, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/service/kitchen) "ixn" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 10 @@ -65753,26 +65242,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/horizon/security/equipment) -"iza" = ( -/obj/structure/machinery/disposal/small/north, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 7 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/machinery/light, -/turf/simulated/floor/wood, -/area/horizon/repoffice/representative_one) "izc" = ( /obj/structure/machinery/atmospherics/binary/pump/high_power{ dir = 4; @@ -65818,26 +65287,6 @@ }, /turf/unsimulated/floor/plating, /area/centcom/specops) -"izA" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/platform, -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/turf/simulated/floor/tiled/full, -/area/horizon/command/bridge/upperdeck) "izG" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/random/dirt_75, @@ -65930,6 +65379,18 @@ /mob/living/carbon/slime, /turf/simulated/floor/reinforced, /area/horizon/rnd/xenobiology) +"iAj" = ( +/obj/structure/machinery/camera{ + c_tag = "Operations - Machinist Workshop 2"; + network = list("Operations"); + dir = 1 + }, +/obj/effect/floor_decal/spline/plain/red{ + dir = 1 + }, +/obj/structure/machinery/r_n_d/material_silo, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist) "iAk" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/green{ dir = 6 @@ -66058,6 +65519,12 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/quark/cargo_hold) +"iAZ" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/custodial/disposals/deck_1) "iBa" = ( /obj/structure/bed/stool/chair{ dir = 4 @@ -66196,18 +65663,6 @@ }, /turf/simulated/floor, /area/tdome/tdome2) -"iBM" = ( -/obj/effect/floor_decal/corner_wide/lime/diagonal, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "iBV" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -66279,6 +65734,16 @@ icon_state = "dark_preview" }, /area/centcom/control) +"iCf" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/starboard) "iCn" = ( /obj/effect/floor_decal/corner/dark_green/diagonal, /obj/effect/floor_decal/spline/plain/corner/purple{ @@ -66385,18 +65850,6 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior/no_shields) -"iDk" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/interstitial) "iDl" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 8 @@ -66478,28 +65931,6 @@ /obj/structure/machinery/light_switch/south, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/storage_hard/aft) -"iDJ" = ( -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/camera/network/service{ - c_tag = "Service - Mess Hall 4"; - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline_straight/service, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/mess_hall) "iDV" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -66545,6 +65976,20 @@ /obj/structure/machinery/door/firedoor, /turf/simulated/floor/plating, /area/horizon/command/bridge/meeting_room) +"iEt" = ( +/obj/effect/floor_decal/corner/dark_green, +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/structure/machinery/light, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "iEC" = ( /obj/effect/floor_decal/spline/plain{ dir = 4 @@ -66636,6 +66081,15 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/white, /area/horizon/crew/fitness/changing) +"iEX" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/brown{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/office) "iEZ" = ( /obj/effect/floor_decal/corner/grey, /turf/unsimulated/floor, @@ -66749,6 +66203,17 @@ }, /turf/unsimulated/floor/wood, /area/antag/actor) +"iFV" = ( +/obj/structure/machinery/camera/network/medbay{ + c_tag = "Medical - Entrance"; + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/obj/structure/machinery/light/floor, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "iFY" = ( /obj/structure/platform{ dir = 1 @@ -66884,6 +66349,15 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/drone_fabrication) +"iHb" = ( +/obj/structure/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/horizon/command/heads/captain) "iHc" = ( /obj/item/inflatable_duck, /obj/item/beach_ball, @@ -66903,6 +66377,18 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/port/far) +"iHg" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) "iHh" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/engineering/atmos/propulsion) @@ -67055,23 +66541,37 @@ /obj/random/dirt_75, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/near) -"iHU" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ +"iHV" = ( +/obj/effect/floor_decal/corner_wide/lime{ dir = 6 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/effect/floor_decal/corner_wide/orange{ dir = 6 }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; +/obj/structure/machinery/camera/network/medbay{ + c_tag = "Medical - Chemistry Lab Bravo"; + dir = 8 + }, +/obj/structure/engineer_maintenance/pipe{ dir = 4 }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) +/obj/structure/engineer_maintenance/electric{ + dir = 1 + }, +/obj/structure/machinery/light_switch/east{ + pixel_y = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/pharmacy) +"iIa" = ( +/obj/structure/machinery/vending/wallmed2{ + pixel_x = -28 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "iId" = ( /obj/effect/floor_decal/spline/plain, /turf/simulated/floor/wood, @@ -67084,22 +66584,6 @@ /obj/random/dirt_75, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_2/wing/port/nacelle) -"iIh" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/port) "iIi" = ( /obj/structure/stairs/south, /obj/structure/stairs_railing{ @@ -67107,22 +66591,59 @@ }, /turf/simulated/floor/plating, /area/horizon/stairwell/starboard/deck_1) -"iIj" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +"iIt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) +"iID" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) +"iIG" = ( +/obj/structure/machinery/keycard_auth{ + pixel_x = -5; + pixel_y = -24 + }, +/obj/structure/machinery/button/remote/blast_door{ + desc = "A remote control-switch for engine core."; + id = "sat_blast"; + name = "Scuttling Device Blast Doors Control"; + pixel_x = 10; + pixel_y = -20; + req_access = list(20) + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ dir = 4 }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/cable/green{ - icon_state = "4-8" +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/obj/structure/disposalpipe/junction{ - dir = 4; - icon_state = "pipe-j2" - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) +/turf/simulated/floor/wood, +/area/horizon/command/heads/captain) "iIH" = ( /obj/structure/machinery/power/breakerbox/activated{ RCon_tag = "Operations Substation" @@ -67158,6 +66679,16 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/security/port) +"iIZ" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/spline/plain/purple{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist) "iJa" = ( /obj/effect/floor_decal/corner/brown{ dir = 10 @@ -67298,18 +66829,6 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) -"iKa" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/obj/effect/landmark/start{ - name = "Medical Intern" - }, -/obj/structure/bed/stool/chair{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "iKd" = ( /obj/effect/floor_decal/industrial/hatch/red, /obj/effect/floor_decal/industrial/warning/corner{ @@ -67640,22 +67159,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/medical/paramedic) -"iMp" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hangar/intrepid) "iMr" = ( /obj/effect/landmark/entry_point/aft{ name = "aft, bottom AI core" @@ -67755,6 +67258,18 @@ "iNk" = ( /turf/simulated/wall, /area/horizon/hallway/primary/deck_1/central) +"iNl" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/command/heads/xo_desk) "iNn" = ( /obj/structure/table/stone/marble, /obj/structure/machinery/reagentgrinder{ @@ -67867,18 +67382,6 @@ }, /turf/simulated/floor/lino, /area/horizon/service/cafeteria) -"iNU" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/power/apc/east, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/elevator) "iNX" = ( /obj/structure/window/reinforced{ dir = 4; @@ -67959,13 +67462,6 @@ }, /turf/unsimulated/floor/dark, /area/antag/actor) -"iOB" = ( -/obj/structure/machinery/computer/ship/navigation/terminal{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/shields) "iOC" = ( /obj/structure/machinery/fusion_fuel_injector/mapped{ dir = 4; @@ -68004,6 +67500,27 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/service/custodial/disposals/deck_1) +"iOP" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port/far) "iOR" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/disposalpipe/segment{ @@ -68058,6 +67575,18 @@ }, /turf/unsimulated/floor/wood, /area/centcom/bar) +"iPj" = ( +/obj/structure/table/stone/marble, +/obj/item/storage/box/large/produce{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/condiment/sugar{ + pixel_x = -5; + pixel_y = -3 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/kitchen) "iPn" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, @@ -68240,6 +67769,14 @@ /obj/structure/table/reinforced/steel, /turf/unsimulated/floor/plating, /area/centcom/specops) +"iPZ" = ( +/obj/structure/machinery/iv_drip, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "iQk" = ( /obj/structure/table/stone/marble, /obj/effect/floor_decal/industrial/warning/corner, @@ -68291,6 +67828,13 @@ }, /turf/simulated/floor/tiled/gunmetal, /area/horizon/operations/warehouse) +"iQF" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "iQH" = ( /obj/effect/floor_decal/industrial/warning{ dir = 9 @@ -68339,18 +67883,6 @@ /obj/effect/floor_decal/industrial/hatch_door/yellow, /turf/simulated/floor/tiled/full, /area/horizon/crew/lounge) -"iQL" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port/far) "iQO" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 10 @@ -68368,6 +67900,13 @@ icon_state = "desert" }, /area/centcom/shared_dream) +"iQW" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/service, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/hydroponics/garden) "iQX" = ( /turf/simulated/floor/holofloor/grass{ icon = 'icons/turf/flooring/exoplanet/moghes.dmi'; @@ -68438,6 +67977,22 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/aibunker) +"iRn" = ( +/obj/structure/machinery/atmospherics/pipe/manifold/hidden, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) "iRo" = ( /obj/structure/closet/crate, /obj/random/loot, @@ -68571,17 +68126,35 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/mess_hall) -"iSC" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/effect/floor_decal/corner_wide/green, -/obj/structure/sink{ +"iSB" = ( +/obj/item/mass_spectrometer{ pixel_x = -7; - pixel_y = 23 + pixel_y = 4 }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) +/obj/item/auto_cpr{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/auto_cpr{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/auto_cpr{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/table/steel, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) "iSD" = ( /obj/structure/disposalpipe/segment{ dir = 1; @@ -68618,6 +68191,32 @@ "iSS" = ( /turf/simulated/abyss, /area/antag/ninja) +"iTc" = ( +/obj/structure/machinery/newscaster/north, +/obj/structure/filingcabinet/filingcabinet{ + pixel_x = 10; + pixel_y = 1 + }, +/obj/structure/machinery/papershredder{ + pixel_x = -6 + }, +/obj/effect/floor_decal/corner/dark_blue/full{ + dir = 1 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/ringer/north{ + dir = 4; + pixel_y = 0; + pixel_x = 10; + department = "Security"; + id = "security_ringer"; + req_access = null; + req_one_access = list(1) + }, +/turf/simulated/floor/tiled, +/area/horizon/security/office) "iTd" = ( /obj/effect/floor_decal/corner_wide/paleblue{ dir = 6 @@ -68630,40 +68229,11 @@ /obj/effect/floor_decal/industrial/outline/red, /turf/simulated/floor/tiled/dark/full, /area/horizon/security/armoury) -"iTe" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "iTg" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/maintenance/substation/wing_starboard) -"iTh" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/maintenance{ - req_one_access = list(12,19) - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_3/security/port) "iTo" = ( /obj/structure/table/rack, /obj/item/storage/lockbox/anti_augment{ @@ -68694,13 +68264,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/warden) -"iTp" = ( -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 4 - }, -/obj/structure/machinery/firealarm/east, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "iTB" = ( /obj/structure/machinery/atmospherics/binary/pump{ dir = 4; @@ -68725,17 +68288,6 @@ /obj/effect/floor_decal/industrial/outline/medical, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/port) -"iTJ" = ( -/obj/structure/bed/stool/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Machinist" - }, -/obj/structure/cable/green, -/obj/structure/machinery/power/apc/east, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist/surgicalbay) "iTL" = ( /obj/effect/floor_decal/corner/mauve{ dir = 10 @@ -68758,16 +68310,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/operations/starboard) -"iTW" = ( -/obj/structure/machinery/door/blast/shutters/open{ - id = "mech_bay_shutter"; - name = "Mech Bay Shutters" - }, -/obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{ - id = "workshopfabrication" - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "iUf" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -68807,18 +68349,23 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/hallway/primary/deck_3/central) +"iUt" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/fore) "iUu" = ( /obj/structure/table/glass/reinf, /turf/unsimulated/floor/wood, /area/centcom/evac) -"iUv" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/research) "iUw" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 9 @@ -68841,6 +68388,18 @@ }, /turf/unsimulated/floor/plating, /area/antag/mercenary) +"iUC" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/controlroom) "iUH" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/atmospherics/pipe/simple/hidden, @@ -68854,6 +68413,20 @@ }, /turf/simulated/floor/tiled/dark/full, /area/shuttle/skipjack) +"iUK" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/hologram/holopad, +/obj/structure/machinery/light_switch{ + dir = 8; + pixel_x = -23; + pixel_y = 7 + }, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "iUN" = ( /obj/structure/table/standard, /obj/structure/machinery/recharger{ @@ -68939,6 +68512,27 @@ /obj/structure/lattice, /turf/simulated/open/airless, /area/horizon/exterior) +"iVo" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/obj/structure/engineer_maintenance/pipe, +/obj/structure/engineer_maintenance/electric{ + dir = 8 + }, +/obj/structure/machinery/light_switch/west{ + pixel_y = -3 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/table/standard, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/mail_room) "iVt" = ( /obj/effect/floor_decal/industrial/hatch/red, /obj/effect/floor_decal/industrial/warning/corner{ @@ -69087,6 +68681,19 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/far) +"iWr" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable, +/obj/structure/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/machinery/camera/network/engineering{ + c_tag = "Engineering - Deck 3 - Command Substation"; + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor, +/turf/simulated/floor, +/area/horizon/maintenance/substation/command) "iWu" = ( /obj/structure/machinery/door/airlock/centcom{ dir = 4; @@ -69275,6 +68882,26 @@ /obj/structure/shuttle/engine/propulsion/burst/left, /turf/unsimulated/floor/plating, /area/shuttle/skipjack) +"iXJ" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/item/gps/stationary/sccv_intrepid{ + pixel_x = -10; + pixel_y = 25 + }, +/obj/structure/machinery/vending/wallmed1{ + pixel_x = 4; + pixel_y = 31; + req_access = null + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/table/rack/folding_table, +/obj/item/deployable_kit/surgery_table{ + pixel_y = 11 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/shuttle/intrepid/medical) "iXO" = ( /obj/structure/machinery/atmospherics/unary/vent_pump{ icon_state = "map_vent_out"; @@ -69283,30 +68910,6 @@ }, /turf/simulated/floor/bluegrid/server, /area/horizon/rnd/server) -"iXP" = ( -/obj/structure/table/reinforced/steel, -/obj/item/paper_bin{ - pixel_y = 3; - pixel_x = -4 - }, -/obj/item/folder/sec{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/pen/multi{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/structure/machinery/recharger{ - pixel_x = 9; - pixel_y = 3 - }, -/obj/structure/machinery/firealarm/north{ - pixel_y = 29; - pixel_x = -6 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_desk) "iXX" = ( /obj/structure/lattice/catwalk/indoor, /obj/structure/machinery/atmospherics/pipe/zpipe/down/aux{ @@ -69441,30 +69044,26 @@ }, /turf/unsimulated/floor, /area/antag/mercenary) +"iYn" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "iYs" = ( /obj/structure/machinery/atmospherics/valve{ name = "Thermal Relief Valve" }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos/turbine) -"iYt" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "iYw" = ( /obj/structure/shuttle_part/scc/scout{ density = 0; @@ -69481,6 +69080,20 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, /area/horizon/ai/upload_foyer) +"iYC" = ( +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom/east, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled, +/area/horizon/stairwell/starboard/deck_2) "iYD" = ( /obj/structure/table/wood, /obj/item/modular_computer/laptop/preset/supply/om, @@ -69501,28 +69114,6 @@ /obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) -"iYS" = ( -/obj/structure/machinery/door/firedoor, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/glass_security{ - desc = "It opens and closes. Hazardous lifeforms ahead. Caution advised!"; - dir = 1; - name = "Security Wing"; - req_access = list(63) - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - dir = 8; - icon_state = "pdoor0"; - id = "Security Lockdown"; - name = "Security Blast Door"; - opacity = 0 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/security/investigations_hallway) "iYU" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 5 @@ -69591,19 +69182,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/lobby) -"iZh" = ( -/obj/structure/lattice, -/obj/structure/platform/ledge/dark{ - dir = 1 - }, -/obj/structure/platform/ledge/dark{ - dir = 8 - }, -/obj/structure/platform_deco/dark{ - dir = 6 - }, -/turf/simulated/open, -/area/horizon/maintenance/deck_2/cryo) "iZk" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -69620,21 +69198,6 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_2/starboard) -"iZu" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/yellow{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/engineering/hallway/interior) "iZv" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/bed/stool/bar/padded/red, @@ -69660,12 +69223,6 @@ }, /turf/space/transit/north, /area/template_noop) -"iZz" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/horizon/command/bridge/meeting_room) "iZB" = ( /obj/effect/floor_decal/spline/fancy/wood/corner, /turf/simulated/floor/wood, @@ -69683,21 +69240,6 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/engineering/bluespace_drive) -"iZE" = ( -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/reception) "iZF" = ( /obj/structure/machinery/light, /obj/effect/floor_decal/corner/paleblue{ @@ -69862,16 +69404,6 @@ /obj/structure/machinery/power/apc/low/east, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/operations/starboard/amidships) -"jaF" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/port) "jaG" = ( /obj/structure/platform{ dir = 4 @@ -69879,17 +69411,6 @@ /obj/effect/floor_decal/corner/mauve/diagonal, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenoarch/atrium) -"jaI" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/spline/plain/purple{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/machinery/vending/wardrobe/robo_wardrobe, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist/surgicalbay) "jaK" = ( /obj/effect/floor_decal/corner/brown, /obj/effect/decal/cleanable/dirt, @@ -69901,10 +69422,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/starboard/nacelle) -"jaP" = ( -/obj/structure/sign/flag/scc/unmovable, -/turf/simulated/wall/r_wall, -/area/horizon/command/heads/xo_desk) "jaR" = ( /obj/effect/floor_decal/corner/green/full, /turf/unsimulated/floor, @@ -70023,22 +69540,6 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/captain) -"jbH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/hallway/interior) "jbO" = ( /obj/effect/floor_decal/industrial/outline_straight/yellow{ dir = 4 @@ -70102,22 +69603,6 @@ icon_state = "dark_preview" }, /area/centcom/ferry) -"jce" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/button/remote/blast_door{ - dir = 1; - id = "medicalisolation"; - name = "Isolation Ward Shutters"; - pixel_y = 30; - req_access = list(5) - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "jcf" = ( /obj/structure/bed/stool/chair/shuttle{ dir = 4 @@ -70163,15 +69648,6 @@ dir = 4 }, /area/horizon/hangar/operations) -"jco" = ( -/obj/structure/closet/secure_closet/xo, -/obj/effect/floor_decal/industrial/outline/security, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/alarm/south, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_office) "jcp" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -70200,20 +69676,6 @@ /obj/structure/machinery/firealarm/south, /turf/simulated/floor/tiled, /area/horizon/rnd/hallway) -"jcH" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/machinery/alarm/north, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "jcN" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 1 @@ -70282,6 +69744,18 @@ }, /turf/simulated/wall, /area/horizon/operations/office) +"jdE" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "jdK" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -70336,28 +69810,41 @@ }, /turf/simulated/floor/plating, /area/horizon/operations/mining_main/refinery) -"jeh" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +"jej" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/structure/machinery/firealarm/west, +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/elevator) +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "jek" = ( /obj/effect/floor_decal/industrial/hatch/yellow, /obj/effect/floor_decal/industrial/warning, /obj/structure/disposalpipe/segment, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) +"jeo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/storage_hard/upper) "jeu" = ( /turf/unsimulated/floor/plating, /area/centcom/distress_prep) @@ -70391,6 +69878,23 @@ }, /turf/unsimulated/floor, /area/centcom/holding) +"jeR" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ + id = "xo_privacy_tint" + }, +/obj/structure/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor, +/area/horizon/command/heads/xo_desk) "jeW" = ( /obj/effect/floor_decal/corner/grey/diagonal, /obj/effect/floor_decal/spline/plain/corner/green, @@ -70417,18 +69921,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/mail_room) -"jfm" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/structure/machinery/light/floor{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Physician" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "jfn" = ( /obj/structure/machinery/door/window/southleft{ desc = "A strong door. An angry note is taped to the front."; @@ -70468,6 +69960,16 @@ /obj/effect/floor_decal/industrial/warning, /turf/unsimulated/floor, /area/centcom/legion) +"jfo" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "jfp" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -70516,10 +70018,49 @@ }, /turf/simulated/floor/tiled, /area/horizon/storage/primary) +"jfS" = ( +/obj/structure/machinery/disposal/small/south, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/horizon/repoffice/representative_two) "jfT" = ( /obj/structure/punching_bag, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_boxingcourt) +"jfW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/alarm/south, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/elevator) "jfY" = ( /obj/structure/railing/mapped, /obj/structure/table/standard, @@ -70599,17 +70140,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/office) -"jgi" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/security/port) "jgp" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 9 @@ -70681,16 +70211,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenobiology/xenoflora) -"jgF" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/spline/plain/purple{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist) "jgH" = ( /obj/structure/disposalpipe/segment, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -70711,13 +70231,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/quark/cargo_hold) -"jgL" = ( -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/floor_decal/corner_wide/green/diagonal, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "jgO" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden{ dir = 6 @@ -70759,18 +70272,6 @@ }, /turf/unsimulated/floor, /area/centcom/legion/hangar5) -"jhe" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown/diagonal, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/mining_main/eva) -"jhh" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/spline/plain/black, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/research) "jhi" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -70897,12 +70398,21 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/syndicate_elite) -"jid" = ( -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 5 +"jif" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "jil" = ( /obj/structure/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 1 @@ -71193,21 +70703,13 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/break_room) -"jkk" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 +"jkh" = ( +/obj/structure/machinery/light, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/hallway/primary/deck_2/fore) +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "jkm" = ( /obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, /obj/structure/machinery/door/blast/regular/open{ @@ -71266,39 +70768,11 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled/dark, /area/shuttle/mercenary) -"jkA" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/machinery/light/floor, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "jkB" = ( /obj/structure/railing/mapped, /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) -"jkG" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/cafe) "jkJ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -71367,11 +70841,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/break_room) -"jkX" = ( -/obj/effect/floor_decal/spline/fancy/wood, -/obj/structure/bed/stool/chair, -/turf/simulated/floor/wood, -/area/horizon/hallway/primary/deck_2/central) "jkY" = ( /obj/structure/platform{ dir = 8 @@ -71528,16 +70997,6 @@ /obj/random/dirt_75, /turf/simulated/floor/tiled/full, /area/horizon/maintenance/deck_2/wing/port/nacelle) -"jlZ" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "jmb" = ( /obj/structure/shuttle_part/ert{ icon_state = "10,1"; @@ -71581,13 +71040,6 @@ icon_state = "dark_preview" }, /area/centcom/holding) -"jms" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/obj/structure/table/standard, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/main_storage) "jmx" = ( /obj/structure/shuttle_part/scc/scout{ icon_state = "1,8" @@ -71673,15 +71125,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenoarch/atrium) -"jmU" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/loading/red{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "jmX" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 4 @@ -71711,6 +71154,15 @@ /obj/effect/floor_decal/corner/dark_blue/diagonal, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/port/docks) +"jna" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/office) "jnb" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 @@ -71724,27 +71176,11 @@ /obj/structure/bed/stool, /turf/unsimulated/floor, /area/centcom/legion/hangar5) -"jnq" = ( -/obj/structure/cable/green{ - icon_state = "4-8" +"jns" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/disposalpipe/junction{ - dir = 8; - icon_state = "pipe-j2" - }, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, +/turf/simulated/floor/tiled/white, /area/horizon/medical/hallway) "jnu" = ( /obj/effect/landmark/entry_point/fore{ @@ -71860,15 +71296,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/operations/starboard/amidships) -"jnS" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/horizon/security/investigations_hallway) "jnU" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -71927,6 +71354,23 @@ }, /turf/simulated/floor/tiled, /area/horizon/rnd/eva) +"joq" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 7 + }, +/obj/structure/machinery/firealarm/south, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/horizon/command/heads/captain) "jou" = ( /obj/structure/railing/mapped{ dir = 4 @@ -72126,6 +71570,10 @@ }, /turf/simulated/wall, /area/horizon/crew/fitness/changing) +"jpP" = ( +/obj/structure/lattice, +/turf/simulated/open, +/area/horizon/maintenance/deck_2/cryo) "jpR" = ( /obj/structure/machinery/computer/slot_machine, /obj/structure/machinery/light/small{ @@ -72149,19 +71597,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/port/far) -"jpY" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable, -/obj/structure/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/machinery/camera/network/engineering{ - c_tag = "Engineering - Deck 3 - Command Substation"; - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor, -/turf/simulated/floor, -/area/horizon/maintenance/substation/command) "jqe" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden{ dir = 5 @@ -72224,13 +71659,18 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/atmos_crosser) -"jqI" = ( -/obj/effect/floor_decal/corner/dark_green/full, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/structure/railing/mapped, -/obj/structure/machinery/vending/cigarette/horizon, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/central) +"jqP" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/spline/plain/lime{ + dir = 8 + }, +/turf/simulated/floor/lino, +/area/horizon/service/chapel/main) "jqU" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/high_volume/aux{ dir = 8 @@ -72364,20 +71804,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/port/nacelle) -"jrN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/aft) "jrQ" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 8 @@ -72388,6 +71814,28 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_3/security/starboard) +"jrT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/landmark/start{ + name = "Surgeon" + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 4 + }, +/obj/effect/floor_decal/sign/paramedic, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "jrZ" = ( /obj/effect/floor_decal/spline/plain, /turf/simulated/floor/beach/sand{ @@ -72484,6 +71932,20 @@ /obj/vehicle/train/cargo/engine/pussywagon, /turf/simulated/floor/tiled/dark, /area/horizon/service/custodial) +"jsy" = ( +/obj/structure/machinery/conveyor{ + dir = 6; + id = "Robocompo"; + reversed = 1 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/platform{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "jsC" = ( /obj/structure/machinery/door/firedoor, /obj/effect/floor_decal/industrial/hatch_door/yellow{ @@ -72577,6 +72039,10 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenoarch/atrium) +"jsZ" = ( +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/research) "jtb" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -72598,6 +72064,22 @@ /obj/effect/landmark/actor_spawn, /turf/unsimulated/floor/wood, /area/antag/actor) +"jth" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/fore) "jti" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/cable{ @@ -72651,15 +72133,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/auxatmos) -"jtC" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "jtE" = ( /obj/effect/landmark/start{ name = "Assistant" @@ -72670,16 +72143,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/storage/primary) -"jtG" = ( -/obj/structure/railing/mapped{ - dir = 4 - }, -/obj/structure/machinery/computer/security/terminal/public{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_2/central) "jtJ" = ( /obj/structure/machinery/atmospherics/pipe/manifold/visible, /turf/simulated/floor/tiled/dark, @@ -72821,21 +72284,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/crewlounge) -"juY" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/effect/floor_decal/spline/plain/red{ - dir = 8 - }, -/obj/effect/floor_decal/spline/plain/red{ - dir = 4 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist) "jvb" = ( /obj/random/pottedplant, /obj/effect/floor_decal/spline/fancy/wood{ @@ -73163,6 +72611,21 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/bridge_crew) +"jwQ" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/hallway/primary/deck_2/fore) "jwU" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/table/steel, @@ -73222,12 +72685,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/shuttle/skipjack) -"jxi" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 6 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "jxs" = ( /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/gunmetal, @@ -73278,14 +72735,6 @@ /obj/structure/cable/green, /turf/simulated/floor/tiled/dark, /area/horizon/security/interrogation_2) -"jxL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/floor_decal/industrial/warning{ - dir = 5 - }, -/obj/random/maintenance_junk_or_loot, -/turf/simulated/floor/tiled/dark, -/area/horizon/maintenance/deck_1/wing/starboard) "jxS" = ( /obj/effect/floor_decal/industrial/hatch/grey, /obj/item/radio/intercom/north, @@ -73428,17 +72877,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/smes) -"jyQ" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/random/dirt_75, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/research) "jyT" = ( /obj/structure/machinery/door/airlock/hatch{ dir = 1; @@ -73644,6 +73082,12 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos) +"jzX" = ( +/obj/structure/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/engineer_maintenance/pipe/wall, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/icu) "jAc" = ( /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_battlemonsters) @@ -73916,6 +73360,14 @@ }, /turf/simulated/floor/marble, /area/horizon/holodeck/source_trinary) +"jCg" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/item/clothing/head/welding, +/obj/item/weldingtool, +/turf/simulated/floor/plating, +/area/shuttle/skipjack) "jCh" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 5 @@ -74026,6 +73478,28 @@ icon_state = "wood" }, /area/centcom/evac) +"jCK" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/elevator) "jCX" = ( /obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, /obj/structure/cable/green{ @@ -74073,6 +73547,15 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/operations/starboard/far) +"jDf" = ( +/obj/item/modular_computer/console/preset/supply/machinist{ + dir = 4 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/machinist) "jDh" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/floor_decal/industrial/warning, @@ -74095,6 +73578,13 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos/storage_maintenance) +"jDr" = ( +/obj/structure/machinery/computer/ship/navigation/terminal{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/shields) "jDG" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 6 @@ -74107,6 +73597,14 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/captain) +"jDH" = ( +/obj/structure/machinery/chem_master, +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/carpet/rubber, +/area/horizon/medical/pharmacy) "jDL" = ( /obj/effect/floor_decal/spline/plain/corner{ dir = 4 @@ -74126,15 +73624,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/service/custodial/disposals/deck_1) -"jDS" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/effect/landmark/start{ - name = "Medical Intern" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "jDT" = ( /obj/effect/floor_decal/corner/grey/diagonal{ dir = 4 @@ -74245,31 +73734,6 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/engineering/atmos/propulsion) -"jEE" = ( -/obj/structure/lattice, -/obj/structure/platform/ledge/dark{ - dir = 1 - }, -/obj/structure/platform/ledge/dark{ - dir = 4 - }, -/obj/structure/platform_deco/dark{ - dir = 10 - }, -/turf/simulated/open, -/area/horizon/maintenance/deck_2/cryo) -"jEF" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/spline/plain/lime{ - dir = 8 - }, -/turf/simulated/floor/lino, -/area/horizon/service/chapel/main) "jEH" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/closet/crate/drop, @@ -74317,6 +73781,16 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/security/checkpoint) +"jES" = ( +/obj/structure/machinery/r_n_d/fabricator/mecha_part_fabricator{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "jFf" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 8 @@ -74327,21 +73801,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/floor/tiled, /area/horizon/security/brig) -"jFk" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sortjunction/flipped{ - sortType = "Hydroponics"; - name = "Hydroponics" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/mess_hall) "jFo" = ( /obj/effect/floor_decal/corner/black{ dir = 6 @@ -74536,16 +73995,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/interior) -"jGD" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/random/pottedplant, -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "jGE" = ( /turf/simulated/wall/r_wall, /area/horizon/engineering/shields) @@ -74595,6 +74044,25 @@ }, /turf/simulated/floor/grass/no_edge, /area/centcom/spawning) +"jGT" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/mining_main/refinery) "jGU" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/green{ dir = 4 @@ -74659,26 +74127,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/unsimulated/floor/monotile, /area/antag/jockey) -"jHI" = ( -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/airlock/glass{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_3/central) "jHP" = ( /obj/effect/floor_decal/corner/beige/diagonal, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -74848,6 +74296,13 @@ "jIL" = ( /turf/simulated/wall, /area/horizon/medical/hallway/upper) +"jIN" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/reception) "jIO" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 10 @@ -74881,6 +74336,18 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/mercenary) +"jIX" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/horizon/medical/washroom) "jJa" = ( /obj/effect/floor_decal/spline/plain/cee{ dir = 1 @@ -74907,19 +74374,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"jJp" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/outline_straight/service{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar) "jJr" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden{ dir = 6 @@ -74954,6 +74408,15 @@ icon_state = "dark_preview" }, /area/centcom/holding) +"jJD" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "jJE" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 9 @@ -75010,6 +74473,10 @@ /obj/effect/floor_decal/spline/fancy/wood, /turf/simulated/floor/wood/maple, /area/horizon/holodeck/source_cafe) +"jKg" = ( +/obj/item/modular_computer/console/preset/medical, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "jKh" = ( /obj/structure/bed/stool/chair/holochair{ dir = 8 @@ -75022,6 +74489,21 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/rnd/hallway) +"jKn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk/indoor, +/turf/simulated/floor/plating, +/area/horizon/medical/gen_treatment) "jKp" = ( /obj/structure/cryofeed{ dir = 1 @@ -75069,23 +74551,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/port/shortcut) -"jKx" = ( -/obj/structure/table/standard, -/obj/item/stack/packageWrap, -/obj/item/destTagger, -/obj/item/hand_labeler, -/obj/item/stack/wrapping_paper, -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/structure/machinery/ringer/north{ - department = "Medbay"; - id = "medbay_ringer"; - req_access = list(5) - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "jKz" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, @@ -75129,6 +74594,15 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor, /area/horizon/hallway/primary/deck_3/port/docks) +"jKX" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ + id = "xo_office_tint" + }, +/turf/simulated/floor, +/area/horizon/command/heads/xo_office) "jLa" = ( /obj/item/stack/material/cyborg/steel, /turf/unsimulated/floor, @@ -75172,19 +74646,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/engineering/washroom) -"jLn" = ( -/obj/structure/machinery/door/firedoor, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 1; - name = "Research/Security Maintenance"; - req_access = list(12) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/research) "jLr" = ( /obj/structure/window/reinforced/crescent{ dir = 1 @@ -75264,20 +74725,14 @@ }, /turf/simulated/floor, /area/horizon/repoffice/consular_two) -"jMf" = ( -/obj/structure/cable/green{ - icon_state = "4-8" +"jMk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/operations/mining_main/refinery) +/obj/random/maintenance_junk_or_loot, +/turf/simulated/floor/tiled/dark, +/area/horizon/maintenance/deck_1/wing/starboard) "jMp" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 @@ -75312,6 +74767,28 @@ /obj/effect/floor_decal/spline/plain/corner/black, /turf/simulated/floor/lino, /area/horizon/service/cafeteria) +"jMv" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/effect/floor_decal/spline/plain/green{ + dir = 1 + }, +/obj/structure/machinery/button/remote/blast_door{ + name = "Dividing Door Control"; + dir = 8; + id = "service_divider_shutter"; + pixel_x = -21; + pixel_y = 28; + req_one_access = list(25,28) + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/alarm/south, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/service/kitchen) "jMA" = ( /obj/structure/machinery/door/blast/odin{ id = "hideout_access" @@ -75333,11 +74810,33 @@ }, /turf/unsimulated/floor/plating, /area/antag/mercenary) -"jMI" = ( -/obj/effect/floor_decal/industrial/outline/medical, -/obj/structure/machinery/stasis_bed, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/icu) +"jML" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/random/dirt_75, +/obj/structure/machinery/button/remote/airlock/screamer{ + channel = "Command"; + id = "Eng_Vault_Airlock"; + message = "The vault door bolts have been toggled."; + name = "Door Bolt Control"; + pixel_y = -20; + req_one_access = list(20,30,56); + specialfunctions = 4; + desiredstate = 1 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) "jMM" = ( /obj/random/dirt_75, /obj/effect/floor_decal/industrial/warning{ @@ -75404,16 +74903,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos) -"jNh" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/structure/machinery/camera/network/third_deck{ - c_tag = "Third Deck - Port Hallway 1"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) "jNi" = ( /obj/structure/cable{ icon_state = "1-2" @@ -75424,6 +74913,13 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/starboard) +"jNm" = ( +/obj/structure/machinery/computer/operating, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "jNo" = ( /obj/structure/table/wood, /obj/structure/machinery/power/outlet{ @@ -75514,19 +75010,6 @@ }, /turf/unsimulated/floor/plating, /area/centcom/holding) -"jNF" = ( -/obj/structure/bed/stool/chair{ - dir = 1 - }, -/obj/structure/machinery/power/apc/south{ - is_critical = 1 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/cable/green, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "jNG" = ( /obj/effect/floor_decal/industrial/warning, /obj/effect/map_effect/map_helper/ruler_tiles_3, @@ -75584,21 +75067,6 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/escape_pod/pod2) -"jNS" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/starboard) "jNU" = ( /obj/effect/floor_decal/spline/fancy/wood, /obj/effect/floor_decal/spline/fancy/wood/corner{ @@ -75643,18 +75111,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/far) -"jOj" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/medical/gen_treatment) "jOk" = ( /obj/structure/table/reinforced/steel, /obj/item/reagent_containers/glass/beaker/large{ @@ -75832,6 +75288,16 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor, /area/horizon/service/cafeteria) +"jPE" = ( +/obj/structure/machinery/firealarm/south, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "jPF" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/effect/floor_decal/industrial/loading/yellow, @@ -75866,18 +75332,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/control) -"jPL" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 9 - }, -/obj/structure/engineer_maintenance/electric{ - dir = 8 - }, -/obj/structure/bed/stool/chair{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "jPN" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -75920,38 +75374,6 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/far) -"jPV" = ( -/obj/structure/table/reinforced/glass, -/obj/structure/machinery/button/switch/windowtint{ - dir = 1; - id = "workshopsurgery"; - pixel_x = 1; - pixel_y = -1 - }, -/obj/structure/machinery/button/switch/holosign{ - dir = 1; - id = "workshop_surgery"; - pixel_x = 8; - pixel_y = -1 - }, -/obj/item/reagent_containers/spray/cleaner/surgical{ - pixel_x = -8; - pixel_y = 11 - }, -/obj/item/reagent_containers/spray/cleaner/surgical{ - pixel_x = -8; - pixel_y = 1 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/roller_rack/two{ - pixel_y = 14; - pixel_x = 10 - }, -/obj/effect/floor_decal/spline/plain/red, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist/surgicalbay) "jPX" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -75983,6 +75405,13 @@ /obj/item/stack/rods/full, /turf/simulated/floor/plating, /area/horizon/shuttle/intrepid/port_compartment) +"jQd" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "jQf" = ( /obj/structure/railing/mapped{ dir = 1 @@ -76024,6 +75453,17 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/hallway/fore) +"jQz" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/interstitial) "jQA" = ( /obj/structure/cable{ icon_state = "1-2" @@ -76082,24 +75522,13 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/security/port) -"jQN" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/closet/walllocker/medical/firstaid{ - pixel_x = -32 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/obj/effect/floor_decal/spline/plain/green{ +"jQS" = ( +/obj/effect/floor_decal/industrial/hatch_door/yellow{ dir = 8 }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/mess_hall) +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/full, +/area/horizon/stairwell/starboard/deck_2) "jQT" = ( /obj/structure/machinery/atmospherics/pipe/manifold/hidden/black, /obj/structure/machinery/light, @@ -76192,20 +75621,22 @@ icon_state = "dark_preview" }, /area/centcom/holding) +"jRx" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "jRy" = ( /obj/effect/floor_decal/industrial/hatch_door/service{ dir = 8 }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/mess_hall) -"jRz" = ( -/obj/structure/railing/mapped, -/obj/effect/floor_decal/corner/dark_green/diagonal, -/obj/effect/floor_decal/industrial/outline_straight/yellow{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/central) "jRB" = ( /obj/structure/closet/walllocker/medical/firstaid{ pixel_x = 32 @@ -76282,10 +75713,6 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"jRS" = ( -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/research) "jRW" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel{ dir = 8 @@ -76330,21 +75757,6 @@ /obj/structure/machinery/alarm/south, /turf/simulated/floor/tiled, /area/horizon/stairwell/port/deck_2) -"jSg" = ( -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/airlock/glass_mining{ - dir = 1; - name = "Break Room"; - req_one_access = list(26,29,31,48,67,70) - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/horizon/operations/break_room) "jSh" = ( /obj/structure/machinery/door/airlock/hatch{ dir = 1; @@ -76431,7 +75843,7 @@ icon_state = "desert" }, /area/centcom/shared_dream) -"jSK" = ( +"jSI" = ( /obj/structure/machinery/r_n_d/fabricator/mecha_part_fabricator{ dir = 8 }, @@ -76443,16 +75855,6 @@ /obj/effect/floor_decal/industrial/outline/red, /turf/unsimulated/floor/plating, /area/centcom/specops) -"jSW" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_1/central) "jTh" = ( /obj/structure/machinery/conveyor_switch/oneway{ id = "merchant_shipping"; @@ -76520,6 +75922,18 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/lobby) +"jTG" = ( +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 4; + icon_state = "shutter0"; + id = "LCKDshutters"; + name = "MedBay Lockdown Shutters"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/icu) "jTI" = ( /obj/structure/machinery/light{ dir = 4 @@ -76557,13 +75971,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/hangar/intrepid) -"jTP" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/effect/floor_decal/corner_wide/green, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "jTS" = ( /obj/effect/floor_decal/corner/yellow, /obj/effect/floor_decal/corner/yellow{ @@ -76598,18 +76005,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/white, /area/horizon/medical/surgery) -"jTY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/fore) "jUb" = ( /obj/effect/floor_decal/corner/blue/diagonal, /obj/structure/cable/green{ @@ -76714,6 +76109,22 @@ }, /turf/simulated/open/airless, /area/horizon/exterior) +"jUM" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/operations/loading) "jUO" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -76722,24 +76133,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/locker_room) -"jUP" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/loading) "jUQ" = ( /obj/structure/machinery/papershredder, /turf/unsimulated/floor{ @@ -76775,6 +76168,21 @@ }, /turf/unsimulated/floor, /area/centcom/legion) +"jVm" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist) "jVo" = ( /obj/structure/table/standard, /obj/item/deck/cards, @@ -76851,19 +76259,6 @@ }, /turf/simulated/floor/reinforced, /area/horizon/engineering/atmos/propulsion) -"jVL" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "jVM" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 @@ -77073,6 +76468,9 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/transport1) +"jXm" = ( +/turf/simulated/wall/r_wall, +/area/horizon/command/heads/xo_desk) "jXo" = ( /obj/effect/floor_decal/corner/mauve/diagonal, /obj/structure/machinery/light/floor, @@ -77141,40 +76539,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/crew/vacantoffice) -"jXQ" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/starboard) -"jXT" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 1 - }, -/obj/structure/table/standard, -/obj/item/mass_spectrometer{ - pixel_x = 6; - pixel_y = 2 - }, -/obj/item/storage/box/unique/sharps{ - pixel_x = -5 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "jYa" = ( /obj/structure/tank_wall{ density = 0; @@ -77199,6 +76563,26 @@ /obj/effect/step_trigger/thrower/shuttle/east, /turf/space/transit/north, /area/template_noop) +"jYo" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_1/main/starboard) "jYr" = ( /obj/structure/table/reinforced/steel, /turf/simulated/floor/tiled/full, @@ -77288,6 +76672,15 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/transport1) +"jYO" = ( +/obj/structure/machinery/firealarm/east, +/obj/structure/machinery/vending/medical, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch/medical, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "jYR" = ( /obj/effect/landmark{ name = "Revenant" @@ -77300,25 +76693,6 @@ /obj/random/dirt_75, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/nacelle) -"jZb" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/wood, -/area/horizon/command/bridge/meeting_room) "jZe" = ( /obj/structure/railing/mapped{ dir = 1 @@ -77356,6 +76730,13 @@ icon_state = "dark_preview" }, /area/centcom/specops) +"jZq" = ( +/obj/structure/extinguisher_cabinet/west, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "jZr" = ( /obj/structure/machinery/camera/network/security{ c_tag = "Security - Corridor D3 Camera 1"; @@ -77396,6 +76777,13 @@ }, /turf/unsimulated/floor/dark_monotile, /area/antag/mercenary) +"jZy" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "jZz" = ( /obj/structure/window/reinforced/crescent{ dir = 1 @@ -77424,6 +76812,16 @@ icon_state = "dark_preview" }, /area/antag/mercenary) +"jZR" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/bed/stool/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist/surgicalbay) "jZS" = ( /obj/structure/machinery/porta_turret, /obj/structure/cable/green{ @@ -77570,25 +76968,26 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenobiology) -"kaV" = ( -/obj/structure/machinery/firealarm/south, -/obj/structure/closet/walllocker/medical/secure{ - name = "O- Blood Locker"; - pixel_x = -32 +"kaZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" }, -/obj/effect/floor_decal/industrial/warning{ +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/light{ dir = 1 }, -/obj/effect/floor_decal/industrial/hatch/red, -/obj/structure/machinery/light, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood/OMinus, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/icu) +/turf/simulated/floor/plating, +/area/horizon/operations/machinist) "kba" = ( /obj/item/stack/material/marble{ amount = 30 @@ -77617,6 +77016,25 @@ /obj/item/paint_sprayer, /turf/simulated/floor/tiled, /area/merchant_station/warehouse) +"kbi" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/office) "kbl" = ( /obj/effect/floor_decal/corner/dark_green/full{ dir = 1 @@ -77629,19 +77047,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/intrepid) -"kbn" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_2/fore) "kbt" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -77686,28 +77091,18 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/test_range) -"kbL" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner_wide/paleblue/full, -/obj/structure/machinery/button/switch/windowtint{ - dir = 8; - id = "surgery1"; - pixel_x = -21; - pixel_y = 10; - req_access = list(66) +"kbE" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" }, -/obj/item/storage/box/gloves, -/obj/item/storage/box/masks{ - pixel_x = 4; - pixel_y = 4 +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 }, -/obj/structure/machinery/button/switch/holosign{ - dir = 8; - id = 1; - pixel_x = -21 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/full, +/area/horizon/command/bridge/controlroom) "kbM" = ( /obj/structure/table/reinforced/steel, /obj/structure/machinery/button/remote/blast_door{ @@ -77743,6 +77138,20 @@ }, /turf/simulated/floor/carpet/green, /area/horizon/medical/psych) +"kbU" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/light/floor, +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/mail_room) "kbY" = ( /obj/structure/machinery/light{ dir = 8 @@ -77816,20 +77225,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/starboard/far) -"kcv" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_2/fore) "kcw" = ( /obj/structure/shuttle/engine/heater{ dir = 1 @@ -78081,16 +77476,6 @@ /obj/effect/floor_decal/corner/brown/diagonal, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck_control) -"kdV" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/machinery/alarm/north, -/turf/simulated/floor/tiled, -/area/horizon/security/checkpoint2) "kdY" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -78234,6 +77619,19 @@ /obj/item/clothing/accessory/assunzione, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_luceism) +"keP" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom/north, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "keU" = ( /obj/effect/floor_decal/corner/green/full, /obj/item/radio/intercom/west, @@ -78542,16 +77940,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/operations/starboard/far) -"kgW" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/structure/machinery/ai_status_display{ - pixel_y = -32 - }, -/obj/structure/machinery/light/floor, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/starboard) "khd" = ( /obj/structure/bed/stool/padded{ pixel_y = 10 @@ -78650,6 +78038,17 @@ }, /turf/simulated/floor/plating, /area/horizon/service/bar) +"khz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "khC" = ( /obj/structure/window/reinforced/holowindow, /turf/simulated/floor/holofloor/tiled, @@ -78781,19 +78180,6 @@ /obj/effect/floor_decal/industrial/outline/emergency_closet, /turf/simulated/floor/tiled/dark, /area/horizon/hallway/primary/deck_3/central) -"kiq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/starboard/near) "kiI" = ( /obj/structure/cable{ icon_state = "4-8" @@ -78864,6 +78250,19 @@ }, /turf/simulated/wall, /area/horizon/maintenance/deck_2/wing/starboard) +"kiU" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) "kiY" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -78890,6 +78289,18 @@ /obj/structure/flora/ausbushes/ywflowers, /turf/simulated/floor/holofloor/grass, /area/horizon/holodeck/source_picnicarea) +"kjx" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/platform_stairs/south_north_solo, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "kjy" = ( /obj/effect/floor_decal/corner/grey, /turf/unsimulated/floor, @@ -78941,6 +78352,32 @@ /obj/structure/machinery/alarm/east, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/starboard) +"kjE" = ( +/obj/structure/table/reinforced/steel, +/obj/structure/machinery/requests_console/east{ + name = "Machinist Requests Console"; + department = "Machinist Workshop"; + departmentType = 2; + pixel_x = 16; + pixel_y = 4 + }, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 15 + }, +/obj/item/pen/black{ + pixel_x = 6; + pixel_y = 16 + }, +/obj/item/stack/packageWrap{ + pixel_x = -1 + }, +/obj/item/destTagger{ + pixel_y = 8; + pixel_x = -4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/machinist) "kjI" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -79085,22 +78522,6 @@ }, /turf/space/transit/north, /area/template_noop) -"kkV" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 1 - }, -/obj/effect/floor_decal/sign/w, -/obj/structure/machinery/light/floor{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "klg" = ( /obj/effect/decal/cleanable/dirt, /obj/item/reagent_containers/glass/bucket{ @@ -79112,6 +78533,21 @@ }, /turf/unsimulated/floor/plating, /area/centcom/legion) +"klh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/interior) "klj" = ( /obj/effect/decal/fake_object{ desc = "The flag of the Trinary Perfection."; @@ -79334,25 +78770,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos/storage_maintenance) -"kmu" = ( -/obj/effect/floor_decal/corner_wide/lime/diagonal, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/engineer_maintenance/pipe{ - dir = 8 - }, -/obj/structure/engineer_maintenance/electric{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) "kmv" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/machinery/light/small{ @@ -79368,6 +78785,18 @@ /obj/structure/cable/green, /turf/simulated/floor/tiled/dark, /area/horizon/security/interrogation_1) +"kmD" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/hallway/primary/deck_2/fore) "kmF" = ( /obj/structure/machinery/firealarm/west, /obj/structure/closet/secure_closet/engineering_electrical, @@ -79420,33 +78849,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/auxatmos) -"kmO" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/effect/floor_decal/corner_wide/yellow{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/engineering/hallway/interior) -"kmP" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled/full, -/area/horizon/security/hallway) "kmR" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/effect/floor_decal/industrial/hatch_tiny/yellow, @@ -79468,6 +78870,27 @@ icon_state = "beach" }, /area/horizon/holodeck/source_moghes) +"knf" = ( +/obj/effect/map_effect/door_helper/unres, +/obj/structure/machinery/door/firedoor, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/map_effect/door_helper/level_access/command_foyer{ + req_one_access_by_level = list("green","yellow"=list(19,38,72),"blue"=list(19,38,72),"red"=list(19,38,72),"delta"=list(19,38,72)); + access_by_level = null + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/glass_command{ + dir = 1; + id_tag = "command_foyer"; + name = "Bridge"; + req_one_access = list(19,38,72) + }, +/turf/simulated/floor/tiled/full, +/area/horizon/command/bridge/upperdeck) "knk" = ( /obj/structure/table/standard, /obj/item/stack/packageWrap, @@ -79530,6 +78953,22 @@ }, /turf/simulated/floor/shuttle/dark_blue, /area/horizon/shuttle/escape_pod/pod1) +"knv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/hallway/interior) "knx" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -79542,6 +78981,25 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/operations) +"knz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/interior) "knA" = ( /obj/structure/machinery/alarm/south, /obj/effect/decal/cleanable/dirt, @@ -79557,30 +79015,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/auxatmos) -"knC" = ( -/obj/structure/machinery/alarm/east, -/obj/structure/table/reinforced/glass, -/obj/random/pottedplant_small{ - pixel_x = 6; - pixel_y = 2 - }, -/obj/structure/curtain/open/medical, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) -"knI" = ( -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "entrance_shutters"; - name = "Entrance Lockdown Shutters"; - opacity = 0 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/gen_treatment) "knV" = ( /obj/effect/floor_decal/corner/brown{ dir = 9 @@ -79814,29 +79248,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/intrepid) -"kpg" = ( -/obj/effect/map_effect/door_helper/unres{ - dir = 4 - }, -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 8; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "Medical Lockdown Shutters"; - opacity = 0 - }, -/obj/structure/machinery/door/airlock/medical{ - name = "Recovery Ward"; - req_access = list(5); - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/ward) "kpk" = ( /obj/effect/floor_decal/industrial/warning{ dir = 6 @@ -80081,6 +79492,12 @@ dir = 4 }, /area/horizon/hangar/auxiliary) +"kqZ" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/main_storage) "krb" = ( /obj/effect/floor_decal/industrial/warning{ dir = 9 @@ -80114,10 +79531,6 @@ /obj/effect/map_effect/window_spawner/full/borosilicate/reinforced, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) -"krt" = ( -/obj/structure/table/reinforced/steel, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "krA" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -80133,6 +79546,22 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/substation/hangar) +"krE" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/central) "krH" = ( /turf/simulated/wall, /area/horizon/operations/mining_main/refinery) @@ -80227,36 +79656,25 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/holding_cell_a) -"kst" = ( -/obj/structure/table/standard, -/obj/item/storage/box/fancy/vials{ - pixel_x = -10; - pixel_y = 10 +"ksI" = ( +/obj/structure/machinery/atm{ + pixel_y = -10 }, -/obj/item/reagent_containers/dropper/electronic_pipette{ - pixel_x = -8 +/obj/structure/machinery/disposal/small/east, +/obj/structure/disposalpipe/trunk{ + dir = 4 }, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/hand_labeler{ - pixel_y = -20 +/obj/structure/machinery/light_switch/west, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 }, -/obj/structure/machinery/requests_console/west{ - department = "Pharmacy"; - departmentType = 2; - name = "Pharmacy Requests Console" - }, -/obj/effect/floor_decal/corner_wide/orange{ - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/pharmacy) -"ksB" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 +/obj/effect/floor_decal/corner/dark_green/full, +/obj/structure/machinery/light/floor, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 }, /turf/simulated/floor/tiled/dark, -/area/horizon/service/mess_hall) +/area/horizon/command/heads/xo_desk) "ksL" = ( /obj/effect/floor_decal/corner/white/diagonal, /obj/effect/floor_decal/spline/plain{ @@ -80390,35 +79808,6 @@ /obj/structure/machinery/light/small, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/main/port) -"ktG" = ( -/obj/structure/table/reinforced, -/obj/structure/machinery/door/window/desk/eastright{ - name = "Pharmacy Desk"; - req_access = list(33) - }, -/obj/structure/machinery/door/blast/shutters{ - dir = 4; - id = "CHE3shutters"; - name = "Pharmacy Desk Shutter" - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/medical/pharmacy) -"ktI" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/holodeck) "ktR" = ( /obj/structure/machinery/light{ dir = 4 @@ -80534,6 +79923,18 @@ }, /turf/unsimulated/floor, /area/centcom/holding) +"kuq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "kus" = ( /obj/effect/floor_decal/corner/yellow{ dir = 5 @@ -80661,6 +80062,16 @@ }, /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_chapel) +"kuZ" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/arrow/yellow, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "kvb" = ( /obj/structure/machinery/door/firedoor{ req_one_access = list(24,11,67,73); @@ -80675,30 +80086,6 @@ /obj/structure/machinery/power/outlet, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/buffet) -"kvi" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "processing_airlock_control"; - name = "Exterior access button"; - pixel_x = 25; - pixel_y = 25; - req_access = list(5) - }, -/obj/effect/floor_decal/sign/w, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "kvn" = ( /obj/effect/floor_decal/corner/brown/diagonal, /turf/simulated/floor/tiled/dark, @@ -80927,6 +80314,16 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/crew/fitness/gym) +"kwE" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/north, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "kwH" = ( /obj/structure/machinery/keycard_auth{ dir = 4; @@ -80952,17 +80349,6 @@ }, /turf/simulated/floor/carpet, /area/horizon/command/heads/hos) -"kwJ" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/effect/floor_decal/spline/plain/green{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/service/kitchen) "kwM" = ( /obj/effect/decal/fake_object/light_source/invisible{ light_color = "#C46518"; @@ -81147,6 +80533,40 @@ }, /turf/simulated/floor/tiled, /area/horizon/crew/chargebay) +"kxR" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/maintenance/deck_2/service/starboard) +"kxU" = ( +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/machinery/door/airlock/command{ + dir = 4; + name = "Executive Officer's Office"; + req_access = list(57) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_office) "kxV" = ( /obj/effect/decal/cleanable/generic, /obj/effect/decal/fake_object{ @@ -81345,15 +80765,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) -"kyQ" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/office) "kyV" = ( /obj/structure/lattice/catwalk, /obj/structure/sign/drop{ @@ -81521,6 +80932,29 @@ /obj/structure/flora/ausbushes/ppflowers, /turf/simulated/floor/holofloor/grass, /area/horizon/holodeck/source_battlemonsters) +"kzR" = ( +/obj/structure/machinery/controlhub/xo_office/desk{ + pixel_y = -3; + pixel_x = -6 + }, +/obj/structure/table/reinforced/steel, +/obj/structure/machinery/requests_console/north{ + announcementConsole = 1; + department = "Executive Officer's Desk"; + departmentType = 5; + name = "XO's Desk Requests Console"; + pixel_y = 32 + }, +/obj/structure/machinery/power/outlet{ + pixel_y = 4; + pixel_x = 8 + }, +/obj/structure/machinery/vending/encryption{ + pixel_y = 32; + pixel_x = -23 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_desk) "kzS" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -81623,6 +81057,31 @@ "kAj" = ( /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion) +"kAw" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) +"kAx" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "kAy" = ( /obj/structure/cable{ icon_state = "1-2" @@ -81651,24 +81110,25 @@ }, /turf/unsimulated/floor, /area/centcom/spawning) -"kAP" = ( -/obj/effect/floor_decal/corner/brown{ +"kAG" = ( +/obj/structure/bed/stool/chair/office/bridge{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_blue{ dir = 9 }, -/obj/effect/floor_decal/industrial/arrow/yellow{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/light/small{ +/obj/structure/machinery/light{ dir = 8 }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) +/obj/effect/landmark/start{ + name = "Bridge Crew" + }, +/obj/structure/machinery/camera/network/command{ + c_tag = "Bridge - Conference room"; + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/command/bridge/meeting_room) "kAV" = ( /obj/structure/machinery/atmospherics/pipe/manifold/visible/black{ dir = 8 @@ -81712,34 +81172,6 @@ name = "overgrowth" }, /area/horizon/holodeck/source_moghes) -"kBc" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/glass_command{ - dir = 1; - id_tag = "bridge_foyer"; - name = "Bridge"; - req_one_access = list(19) - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - dir = 4; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/obj/effect/map_effect/door_helper/unres, -/turf/simulated/floor/tiled/full, -/area/horizon/command/bridge/controlroom) "kBe" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -81887,6 +81319,41 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/mess_hall) +"kBz" = ( +/obj/structure/railing/mapped, +/obj/structure/sign/poster/engineering/tg_10{ + pixel_y = 32; + pixel_x = 1 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/structure/machinery/light/floor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist/surgicalbay) +"kBC" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/mess_hall) "kBE" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 9 @@ -81968,21 +81435,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/near) -"kCd" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist) "kCe" = ( /obj/effect/decal/cleanable/cobweb2, /obj/effect/decal/cleanable/dirt, @@ -81996,6 +81448,16 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/aft/starboard/far) +"kCf" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/operations/warehouse) "kCi" = ( /obj/structure/machinery/atmospherics/valve/digital{ dir = 4; @@ -82060,6 +81522,24 @@ }, /turf/simulated/floor, /area/horizon/repoffice/consular_one) +"kCJ" = ( +/obj/effect/floor_decal/industrial/hatch_door/engineering{ + dir = 1 + }, +/obj/structure/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 1; + name = "INDRA Reactor Maintenance"; + req_one_access = list(11,24) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/reactor/indra/smes) "kCM" = ( /obj/structure/table/standard, /obj/item/reagent_containers/glass/beaker/large, @@ -82106,6 +81586,30 @@ /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos) +"kDd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/glass_medical{ + dir = 4; + name = "Main Storage"; + req_access = list(66) + }, +/obj/structure/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/main_storage) "kDh" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 10 @@ -82355,6 +81859,13 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/main/starboard) +"kEF" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/obj/structure/lattice/catwalk/indoor, +/turf/simulated/floor, +/area/horizon/maintenance/substation/command) "kEG" = ( /obj/structure/machinery/door/blast/regular{ id = "exteriorpropulsionstarboard" @@ -82389,15 +81900,22 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/reactor/supermatter/airlock) -"kEQ" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" +"kEO" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/gunmetal, -/area/horizon/operations/warehouse) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port/far) "kER" = ( /obj/effect/map_effect/window_spawner/full/reinforced/indestructible, /turf/unsimulated/floor/plating, @@ -82441,53 +81959,6 @@ }, /turf/simulated/floor/tiled, /area/merchant_station) -"kFl" = ( -/obj/effect/decal/fake_object{ - dir = 4; - icon = 'icons/effects/props/holodeck/konyang/32x32.dmi'; - icon_state = "plank"; - name = "floor planks" - }, -/obj/effect/decal/fake_object{ - desc = "A rudimentary, poorly utilized railing mechanism. Stepping over it is easy."; - dir = 4; - icon = 'icons/effects/props/holodeck/konyang/32x32.dmi'; - icon_state = "rope-railing"; - name = "short rope" - }, -/obj/effect/decal/fake_object{ - desc = "A rudimentary, poorly utilized railing mechanism. Stepping over it is easy."; - dir = 4; - icon = 'icons/effects/props/holodeck/konyang/32x32.dmi'; - icon_state = "post"; - name = "post"; - pixel_y = -4 - }, -/obj/effect/decal/fake_object{ - desc = "A lovely umbrella for those rainy Konyanger days."; - dir = 4; - icon = 'icons/effects/props/holodeck/konyang/64x64.dmi'; - icon_state = "umbrella"; - name = "traditional Konyanger umbrella"; - pixel_x = -1; - pixel_y = 4 - }, -/obj/effect/decal/fake_object{ - dir = 4; - icon = 'icons/effects/props/holodeck/konyang/32x32.dmi'; - icon_state = "plank_shadow"; - name = "floor planks" - }, -/obj/structure/machinery/door/window/holowindoor{ - dir = 1 - }, -/turf/simulated/floor/holofloor/wood{ - dir = 6; - icon = 'icons/turf/flooring/exoplanet/konyang.dmi'; - icon_state = "water"; - name = "shallow water" - }, -/area/horizon/holodeck/source_konyang) "kFq" = ( /obj/structure/bed/stool/chair/padded/brown{ dir = 4 @@ -82497,28 +81968,6 @@ }, /turf/simulated/floor/wood, /area/horizon/hallway/primary/deck_1/central) -"kFr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 4 - }, -/obj/effect/floor_decal/sign/paramedic, -/obj/effect/landmark/start{ - name = "Surgeon" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "kFt" = ( /obj/effect/floor_decal/corner/dark_blue/diagonal, /obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ @@ -82534,30 +81983,20 @@ }, /turf/simulated/floor/holofloor/lino, /area/horizon/holodeck/source_meetinghall) +"kFC" = ( +/obj/effect/floor_decal/corner/mauve{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/hallway) "kFD" = ( /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled/dark, /area/shuttle/mercenary) -"kFG" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/red, -/turf/simulated/floor/tiled/full, -/area/horizon/security/hallway) "kFO" = ( /obj/effect/floor_decal/corner/red/diagonal, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, @@ -82812,6 +82251,21 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) +"kHf" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_blue/diagonal, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/bridge_crew) "kHn" = ( /obj/structure/machinery/door/firedoor, /obj/effect/floor_decal/industrial/hatch_door/engineering{ @@ -82882,16 +82336,6 @@ /obj/effect/floor_decal/corner/black, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/auxiliary) -"kHw" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/effect/floor_decal/spline/plain/corner/green{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/service/kitchen) "kHL" = ( /obj/effect/decal/fake_object{ dir = 4; @@ -82955,23 +82399,6 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor/wood, /area/antag/burglar) -"kHV" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/sortjunction/untagged/flipped{ - dir = 4; - name = "Crusher" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/interior) "kHZ" = ( /obj/structure/table/rack/retail_shelf{ name = "storage shelf" @@ -83023,6 +82450,30 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/main_compartment) +"kIl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) +"kIm" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/engineering/hallway/interior) "kIp" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/purple{ dir = 4 @@ -83136,16 +82587,6 @@ }, /turf/simulated/floor/shuttle/black, /area/shuttle/specops) -"kIW" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/starboard) "kJd" = ( /obj/effect/floor_decal/spline/plain, /turf/simulated/floor/exoplanet/grass, @@ -83259,39 +82700,28 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/medical/cryo) -"kKd" = ( -/obj/effect/floor_decal/corner_wide/orange{ - dir = 10 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) -"kKe" = ( -/obj/structure/machinery/hologram/holopad, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/effect/landmark/start{ - name = "Paramedic" - }, -/obj/structure/machinery/firealarm/south{ - pixel_x = -6 - }, -/obj/structure/machinery/light_switch/south{ - pixel_x = 6 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "kKf" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/closet/secure_closet/engineering_welding, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/equipment) +"kKh" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/alarm/north, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/security_port) "kKo" = ( /obj/effect/floor_decal/corner/mauve/full{ dir = 4 @@ -83340,26 +82770,6 @@ /obj/item/target, /turf/simulated/floor/tiled/dark, /area/horizon/security/firing_range) -"kKH" = ( -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "kKK" = ( /obj/structure/bed/stool/chair, /obj/effect/floor_decal/spline/fancy/wood/cee{ @@ -83375,15 +82785,6 @@ "kKV" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/service/mess_hall) -"kKY" = ( -/obj/structure/machinery/hologram/holopad, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/horizon/command/heads/captain) "kLc" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -83405,6 +82806,21 @@ }, /turf/simulated/floor, /area/horizon/command/bridge/bridge_crew) +"kLg" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_3/central) "kLj" = ( /obj/structure/machinery/cryopod/robot, /obj/structure/machinery/computer/cryopod/robot{ @@ -83413,25 +82829,6 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/carpet/rubber, /area/horizon/crew/chargebay) -"kLk" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hangar/intrepid) "kLl" = ( /obj/effect/floor_decal/spline/plain/corner/black{ dir = 4 @@ -83491,20 +82888,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/crew/vacantoffice) -"kLv" = ( -/obj/effect/decal/cleanable/cobweb2, -/obj/item/pipe_meter{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/pipe_meter{ - pixel_x = 8 - }, -/obj/item/pipe_meter{ - pixel_x = -8 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/engineering/atmos/storage_maintenance) "kLw" = ( /obj/structure/ship_weapon_dummy, /turf/space, @@ -83534,6 +82917,25 @@ icon_state = "6,2" }, /area/shuttle/syndicate_elite) +"kLQ" = ( +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "kLR" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -83558,6 +82960,26 @@ }, /turf/simulated/floor/lino/diamond, /area/horizon/service/library) +"kLZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/engineering, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/hallway/aft) "kMa" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -83606,6 +83028,15 @@ /obj/structure/machinery/firealarm/east, /turf/simulated/floor/tiled/dark, /area/horizon/service/mess_hall) +"kMm" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/starboard/near) "kMz" = ( /obj/structure/table/reinforced/steel, /obj/structure/machinery/newscaster/north{ @@ -83704,22 +83135,6 @@ "kMQ" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/engineering/hallway/aft) -"kMV" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/turf/simulated/floor/tiled/full, -/area/horizon/command/bridge/upperdeck) "kMY" = ( /obj/structure/closet/walllocker/medical/firstaid{ pixel_y = 32 @@ -83822,6 +83237,22 @@ /obj/structure/machinery/power/apc/shuttle/west, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/intrepid/engineering) +"kNw" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hangar/intrepid) "kNz" = ( /obj/structure/railing/mapped, /obj/effect/floor_decal/corner/black{ @@ -83840,17 +83271,6 @@ }, /turf/unsimulated/floor/dark, /area/antag/actor) -"kNI" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/starboard/near) "kNL" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -83914,18 +83334,6 @@ "kOH" = ( /turf/unsimulated/floor, /area/centcom/specops) -"kOK" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_1/central) "kOM" = ( /obj/structure/bed/stool/padded, /obj/effect/floor_decal/corner_wide/dark_green{ @@ -83933,6 +83341,15 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/skipjack) +"kOQ" = ( +/obj/structure/closet/emcloset, +/obj/structure/railing/mapped, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/emergency_closet, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "kOS" = ( /obj/effect/floor_decal/corner/yellow{ dir = 10 @@ -83959,24 +83376,40 @@ /obj/item/stock_parts/manipulator, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/lab) -"kPl" = ( -/obj/structure/cable/green{ - icon_state = "2-8" +"kPh" = ( +/obj/structure/table/reinforced/steel, +/obj/item/paper_bin{ + pixel_y = 3; + pixel_x = -4 }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" +/obj/item/folder/sec{ + pixel_x = -4; + pixel_y = 3 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 +/obj/item/pen/multi{ + pixel_x = -4; + pixel_y = 4 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 +/obj/structure/machinery/recharger{ + pixel_x = 9; + pixel_y = 3 }, -/obj/effect/floor_decal/corner/dark_blue{ +/obj/structure/machinery/firealarm/north{ + pixel_y = 29; + pixel_x = -6 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_desk) +"kPj" = ( +/obj/effect/floor_decal/corner/beige{ dir = 5 }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/icu) "kPy" = ( /obj/effect/shuttle_landmark/horizon/exterior/deck_2/starboard_aft, /turf/template_noop, @@ -84059,21 +83492,6 @@ }, /turf/simulated/floor/wood, /area/horizon/repoffice/consular_two) -"kQa" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) "kQc" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 10 @@ -84091,6 +83509,24 @@ /obj/structure/machinery/hologram/holopad, /turf/simulated/floor/tiled/white, /area/horizon/command/heads/cmo) +"kQt" = ( +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/operations/warehouse) "kQx" = ( /obj/random/pottedplant, /turf/unsimulated/floor{ @@ -84187,22 +83623,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/full, /area/horizon/engineering/lobby) -"kRe" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/starboard) "kRj" = ( /obj/random/contraband, /obj/item/flame/candle{ @@ -84345,6 +83765,12 @@ }, /turf/unsimulated/floor, /area/centcom/control) +"kSe" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "kSk" = ( /obj/effect/decal/cleanable/cobweb, /obj/effect/decal/cleanable/dirt, @@ -84356,6 +83782,31 @@ }, /turf/unsimulated/floor, /area/centcom/legion/hangar5) +"kSp" = ( +/obj/structure/table/reinforced/wood, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "cap_office_desk"; + name = "Captain Desk Shutters"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/item/storage/secure/briefcase, +/obj/structure/machinery/button/switch/windowtint{ + dir = 4; + id = "cap"; + pixel_x = 19; + pixel_y = 1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/captain) "kSt" = ( /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/carpet/rubber, @@ -84710,6 +84161,20 @@ }, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_3/port) +"kUO" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/machinery/alarm/north, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "kUQ" = ( /obj/structure/machinery/light{ dir = 4 @@ -84728,6 +84193,18 @@ /obj/structure/closet/emcloset, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/hallway/aft) +"kVa" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/storage_hard/upper) "kVb" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/cable{ @@ -84788,6 +84265,36 @@ }, /turf/unsimulated/floor/wood, /area/antag/raider) +"kVx" = ( +/obj/item/stack/material/steel/full, +/obj/item/stack/material/steel/full, +/obj/item/stack/material/steel/full, +/obj/item/stack/material/steel/full, +/obj/item/stack/material/glass/full, +/obj/item/stack/material/glass/full, +/obj/item/stack/material/aluminium/full, +/obj/item/stack/material/aluminium/full, +/obj/item/stack/material/plasteel{ + amount = 20; + pixel_y = 4; + randpixel = 0 + }, +/obj/effect/floor_decal/spline/plain/red{ + dir = 9 + }, +/obj/item/stack/material/phoron{ + amount = 20 + }, +/obj/item/stack/material/uranium{ + amount = 10 + }, +/obj/structure/closet/crate/drop, +/obj/structure/crate_shelf, +/obj/item/stack/material/lead{ + amount = 10 + }, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist) "kVC" = ( /obj/structure/table/reinforced/wood, /obj/structure/machinery/door/blast/odin{ @@ -84862,6 +84369,37 @@ /obj/item/clothing/shoes/magboots, /turf/simulated/floor/tiled/dark, /area/horizon/storage/eva) +"kVT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate{ + color = "#FFFFFF" + }, +/turf/simulated/floor/plating, +/area/horizon/medical/hallway) +"kWb" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/power/apc/west, +/obj/structure/cable/green, +/obj/effect/floor_decal/industrial/outline_straight/service{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/lino/diamond, +/area/horizon/service/bar/backroom) "kWe" = ( /obj/structure/closet/secure_closet/evidence{ name = "evidence storage locker D" @@ -84899,15 +84437,36 @@ /obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, /turf/simulated/floor/plating, /area/horizon/engineering/bluespace_drive/monitoring) -"kWp" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" +"kWs" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/green{ + dir = 5 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/mess_hall) +/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/interstitial) "kWv" = ( /obj/structure/machinery/firealarm/north, /obj/structure/bed/handrail, @@ -84917,6 +84476,10 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/port_storage) +"kWz" = ( +/obj/effect/floor_decal/sign/icu, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/icu) "kWC" = ( /obj/structure/railing/mapped, /obj/effect/floor_decal/corner/grey{ @@ -84996,46 +84559,12 @@ icon_state = "wood" }, /area/centcom/legion/hangar5) -"kXf" = ( -/obj/structure/sink/kitchen{ - dir = 8; - name = "surgical sink"; - pixel_x = 20 - }, -/obj/structure/disposalpipe/segment{ - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) -"kXg" = ( -/obj/structure/machinery/mineral/rigpress, -/obj/structure/machinery/alarm/east, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/machinist) "kXk" = ( /obj/structure/machinery/botany/editor, /obj/effect/floor_decal/corner/mauve/full, /obj/structure/machinery/light, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenobiology/xenoflora) -"kXm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/engineering/hallway/interior) "kXq" = ( /obj/structure/cable/green{ icon_state = "1-4" @@ -85060,6 +84589,14 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/entrance) +"kXr" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "kXx" = ( /obj/structure/tank_wall{ icon_state = "m-14" @@ -85110,18 +84647,6 @@ }, /turf/unsimulated/floor/plating, /area/centcom/specops) -"kXO" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/gunmetal, -/area/horizon/operations/warehouse) "kXP" = ( /obj/structure/machinery/door/airlock/external, /obj/effect/map_effect/marker/airlock{ @@ -85141,6 +84666,22 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) +"kXV" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/engineering/hallway/fore) "kXZ" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -85190,6 +84731,15 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor/plating, /area/centcom/legion) +"kYl" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/obj/effect/floor_decal/spline/plain/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "kYm" = ( /obj/structure/table/wood, /obj/structure/machinery/chemical_dispenser/coffeemaster/full{ @@ -85221,30 +84771,6 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/rd) -"kYn" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/light_switch/north{ - pixel_x = -8 - }, -/obj/structure/machinery/light/floor{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/loading) "kYo" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/green{ dir = 4 @@ -85305,6 +84831,12 @@ }, /turf/simulated/floor/tiled, /area/horizon/storage/primary) +"kYG" = ( +/obj/structure/bed/stool/chair/padded/black{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/horizon/command/heads/xo_office) "kYP" = ( /obj/structure/table/standard, /obj/item/paper_scanner{ @@ -85331,6 +84863,15 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/atmos/storage) +"kYY" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/horizon/security/investigations_hallway) "kYZ" = ( /obj/structure/table/steel, /obj/item/storage/box/lights/mixed, @@ -85386,20 +84927,6 @@ /obj/effect/floor_decal/corner/red, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_trinary) -"kZv" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/effect/decal/cleanable/cobweb2, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/holodeck) "kZw" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 1 @@ -85623,17 +85150,6 @@ }, /turf/unsimulated/floor, /area/tdome/tdome1) -"laU" = ( -/obj/effect/floor_decal/corner_wide/green/full, -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_y = 4 - }, -/obj/item/pen{ - pixel_y = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "laV" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -85704,24 +85220,6 @@ }, /turf/simulated/floor/plating, /area/horizon/service/bar) -"lbp" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown/full{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/mining_main/refinery) "lbq" = ( /obj/structure/window/reinforced/crescent, /obj/structure/lattice/catwalk, @@ -85858,24 +85356,6 @@ icon_state = "dark_preview" }, /area/centcom/control) -"lcr" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/loading) "lct" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 1 @@ -85929,16 +85409,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/storage/lower) -"lcZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "ldf" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -86122,6 +85592,27 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/far) +"leb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/starboard/near) "lec" = ( /obj/structure/trash_pile, /obj/structure/machinery/atmospherics/portables_connector{ @@ -86139,6 +85630,11 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/near) +"lel" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/spline/plain/black, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/research) "lem" = ( /obj/effect/decal/fake_object{ density = 1; @@ -86177,6 +85673,17 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/unsimulated/floor, /area/centcom/legion) +"let" = ( +/obj/structure/bed/roller, +/obj/effect/floor_decal/industrial/outline/medical, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "lew" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -86201,6 +85708,18 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/weapons/longbow) +"leE" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/mess_hall) "leF" = ( /obj/structure/machinery/door/airlock/external{ dir = 4; @@ -86225,6 +85744,22 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/syndicate_elite) +"leG" = ( +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/operations/machinist) "leJ" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -86269,20 +85804,6 @@ /obj/structure/lattice, /turf/simulated/open, /area/horizon/maintenance/deck_2/service/port) -"lfa" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "lfo" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -86295,6 +85816,20 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/lobby) +"lfq" = ( +/obj/structure/sink/kitchen{ + dir = 8; + name = "surgical sink"; + pixel_x = 20 + }, +/obj/structure/disposalpipe/segment{ + icon_state = "pipe-c" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "lft" = ( /obj/effect/floor_decal/spline/plain, /obj/effect/floor_decal/spline/fancy{ @@ -86340,22 +85875,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos) -"lfK" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/engineering/hallway/aft) "lfL" = ( /obj/effect/floor_decal/spline/plain{ dir = 5 @@ -86650,22 +86169,6 @@ /obj/random/pottedplant, /turf/simulated/floor/wood, /area/horizon/command/heads/captain) -"lhZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "lia" = ( /obj/structure/machinery/door/window/northleft{ health = 2000; @@ -86680,6 +86183,25 @@ }, /turf/unsimulated/floor, /area/centcom/spawning) +"lib" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/storage_hard/upper) "lic" = ( /obj/structure/machinery/chem_master, /turf/simulated/floor/tiled/dark/full, @@ -86704,12 +86226,6 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/auxatmos) -"lir" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "liw" = ( /obj/effect/floor_decal/industrial/warning{ dir = 9 @@ -86740,24 +86256,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"liO" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = -4; - pixel_y = 8 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = -4; - pixel_y = 3 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/main_storage) "liQ" = ( /obj/structure/machinery/door/airlock/hatch{ dir = 1; @@ -86817,6 +86315,17 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenological) +"liV" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/spline/plain/purple{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/machinery/vending/wardrobe/robo_wardrobe, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist/surgicalbay) "liX" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, @@ -86890,10 +86399,6 @@ }, /turf/simulated/floor/holofloor/carpet, /area/horizon/holodeck/source_courtroom) -"ljm" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/turf/simulated/floor/tiled, -/area/horizon/maintenance/deck_3/aft/holodeck) "ljn" = ( /obj/effect/floor_decal/spline/fancy/wood/cee{ dir = 1 @@ -87023,13 +86528,6 @@ icon_state = "wood" }, /area/centcom/legion) -"ljK" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "ljR" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -87058,29 +86556,6 @@ }, /turf/simulated/floor/plating, /area/horizon/command/bridge/meeting_room) -"ljS" = ( -/obj/structure/table/reinforced/steel, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/camera/network/command{ - c_tag = "Bridge - XO Desk"; - dir = 8 - }, -/obj/structure/machinery/chemical_dispenser/coffee/full{ - pixel_y = 8; - pixel_x = 2 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/scc{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/scc/alt{ - pixel_x = 7; - pixel_y = 2 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_desk) "ljU" = ( /obj/structure/machinery/conveyor{ dir = 5; @@ -87103,13 +86578,6 @@ /obj/structure/flora/ausbushes/brflowers, /turf/simulated/floor/exoplanet/grass/grove, /area/centcom/shared_dream) -"lkb" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor/wood, -/area/horizon/repoffice/representative_one) "lkl" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -87144,6 +86612,26 @@ }, /turf/simulated/floor/tiled, /area/horizon/rnd/hallway) +"lkw" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/red, +/turf/simulated/floor/tiled/full, +/area/horizon/security/hallway) "lkz" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -87173,15 +86661,6 @@ /obj/random/dirt_75, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/near) -"lkL" = ( -/obj/effect/floor_decal/corner/beige/full{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/loading/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/medical/icu) "lkN" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/item/radio/intercom/west, @@ -87254,6 +86733,13 @@ /obj/effect/floor_decal/spline/plain/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/smes) +"lln" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/research) "llp" = ( /obj/effect/floor_decal/corner/brown{ dir = 6 @@ -87281,24 +86767,6 @@ }, /turf/simulated/floor/shuttle/black, /area/centcom/specops) -"llA" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/central) "llD" = ( /obj/effect/floor_decal/industrial/warning/cee{ dir = 1 @@ -87348,10 +86816,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/operations/starboard) -"lmo" = ( -/obj/structure/machinery/atmospherics/unary/cryo_cell, -/turf/simulated/floor/tiled, -/area/horizon/medical/gen_treatment) "lms" = ( /turf/simulated/floor, /area/tdome/tdome2) @@ -87396,22 +86860,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos) -"lmL" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) "lmM" = ( /obj/effect/floor_decal/industrial/warning, /obj/effect/decal/cleanable/dirt, @@ -87507,6 +86955,12 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/merchant) +"lnm" = ( +/obj/structure/machinery/light_switch/south, +/obj/effect/floor_decal/corner_wide/seafoam/full, +/obj/effect/floor_decal/sign/cmo, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "lns" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -87533,6 +86987,17 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/bluespace_drive) +"lnK" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/wing/starboard) "lnL" = ( /obj/structure/machinery/portable_atmospherics/canister/oxygen, /obj/item/tank/air, @@ -87555,13 +87020,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/auxiliary) -"lnU" = ( -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, -/obj/effect/floor_decal/corner_wide/green{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "lnV" = ( /obj/effect/floor_decal/corner/mauve{ dir = 6 @@ -87610,6 +87068,16 @@ name = "overgrowth" }, /area/horizon/holodeck/source_moghes) +"loj" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/effect/floor_decal/spline/plain/corner/green{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/service/kitchen) "lok" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -87634,25 +87102,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/medical/ward/isolation) -"loy" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "loE" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -87822,47 +87271,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/brig) -"lpF" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/random/dirt_75, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) -"lpJ" = ( -/obj/structure/table/standard, -/obj/structure/machinery/light, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/item/bodybag/cryobag{ - pixel_x = 13; - pixel_y = 10 - }, -/obj/item/bodybag/cryobag{ - pixel_x = 13; - pixel_y = 8 - }, -/obj/item/bodybag/cryobag{ - pixel_x = 13; - pixel_y = 5 - }, -/obj/item/bodybag/cryobag{ - pixel_x = 13; - pixel_y = 2 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/main_storage) "lpN" = ( /obj/item/hullbeacon/red, /obj/effect/floor_decal/industrial/warning/full, @@ -87875,19 +87283,6 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/teleporter) -"lqa" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/spline/fancy/wood, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/horizon/command/heads/xo_office) "lqb" = ( /obj/structure/flora/stump/log, /obj/effect/floor_decal/spline/plain{ @@ -88011,14 +87406,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/starboard/near) -"lqK" = ( -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 5 - }, -/obj/structure/machinery/firealarm/north, -/obj/effect/floor_decal/sign/srg, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "lqL" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/black, /obj/effect/floor_decal/corner/yellow, @@ -88033,18 +87420,25 @@ }, /turf/unsimulated/floor, /area/centcom/bar) -"lqW" = ( -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 1 +"lqQ" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 }, -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/platform{ + dir = 4 }, -/obj/structure/bed/padded, -/obj/item/bedsheet/medical, -/obj/structure/curtain/open/medical, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) +/obj/structure/machinery/light/floor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/dark_blue/diagonal{ + dir = 8 + }, +/obj/structure/machinery/computer/guestpass{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "lqZ" = ( /obj/effect/floor_decal/corner/purple/full, /obj/structure/sign/emergency/exit{ @@ -88078,7 +87472,7 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenoarch/atrium) -"lrm" = ( +"lrh" = ( /obj/structure/cable/green{ icon_state = "4-8" }, @@ -88088,18 +87482,22 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/obj/structure/machinery/computer/shuttle_control/multi/lift/wall/operations{ - pixel_x = -30; - pixel_y = 26 - }, /obj/structure/disposalpipe/segment/mainline{ dir = 4 }, /turf/simulated/floor/tiled, -/area/horizon/operations/loading) +/area/horizon/hallway/primary/deck_3/central) +"lrk" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_3/security/starboard) "lrn" = ( /obj/structure/machinery/suit_storage_unit/standard_unit, /obj/effect/floor_decal/industrial/hatch/yellow, @@ -88274,17 +87672,24 @@ "lsa" = ( /turf/unsimulated/floor/wood, /area/antag/raider) -"lsf" = ( +"lsd" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/green{ icon_state = "1-2" }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 +/obj/structure/closet/walllocker/medical/firstaid{ + pixel_x = -32 }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_2/fore) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/obj/effect/floor_decal/spline/plain/green{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/mess_hall) "lsh" = ( /obj/effect/floor_decal/carpet{ dir = 8 @@ -88314,18 +87719,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/medical/ward/isolation) -"lss" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "lsy" = ( /obj/effect/floor_decal/corner_wide/black{ dir = 6 @@ -88409,6 +87802,21 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/service/hydroponics/hazard) +"ltl" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/mess_hall) "ltn" = ( /obj/structure/railing/mapped{ dir = 4 @@ -88655,6 +88063,16 @@ /obj/structure/machinery/alarm/west, /turf/simulated/floor/tiled, /area/horizon/hangar/operations) +"luv" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/horizon/rnd/hallway) "luw" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -88703,10 +88121,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/intrepid/junction_compartment) -"luM" = ( -/obj/structure/machinery/hologram/holopad, -/turf/simulated/floor/carpet, -/area/horizon/command/heads/xo_office) "luR" = ( /obj/structure/machinery/conveyor{ dir = 8; @@ -88736,16 +88150,12 @@ icon_state = "wood" }, /area/antag/raider) -"lva" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/structure/machinery/light/small{ - dir = 1 +"luZ" = ( +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 8 }, -/obj/structure/sign/radiation{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/aft) +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/central) "lvg" = ( /obj/structure/coatrack{ pixel_x = 7; @@ -88819,18 +88229,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/investigations_hallway) -"lvO" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "lvV" = ( /obj/structure/machinery/door/window/northright, /obj/effect/floor_decal/industrial/hatch/yellow, @@ -88947,15 +88345,6 @@ "lwL" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/repoffice/representative_two) -"lwS" = ( -/obj/structure/platform{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist) "lwW" = ( /obj/structure/flora/bush/grove, /turf/simulated/floor/exoplanet/grass/grove, @@ -89158,6 +88547,31 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/reactor/indra/mainchamber) +"lyN" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "lyT" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/green{ dir = 4 @@ -89172,24 +88586,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/supermatter/mainchamber) -"lyV" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/hallway) "lyW" = ( /obj/structure/machinery/portable_atmospherics/canister/air/airlock, /obj/structure/machinery/atmospherics/portables_connector{ @@ -89245,6 +88641,14 @@ icon_state = "desert" }, /area/centcom/shared_dream) +"lzw" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/machinery/alarm/north, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/cargo_compartment) "lzA" = ( /obj/structure/machinery/light/small, /obj/vehicle/train/cargo/engine, @@ -89396,6 +88800,16 @@ }, /turf/simulated/floor/carpet, /area/horizon/crew/journalistoffice) +"lAx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/fore) "lAB" = ( /obj/structure/closet/hazmat/custodial, /obj/structure/railing/mapped{ @@ -89481,19 +88895,16 @@ }, /turf/simulated/floor/reinforced/n20, /area/horizon/engineering/atmos/air) -"lAS" = ( +"lAU" = ( /obj/structure/cable/green{ icon_state = "1-2" }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/spline/plain/corner/lime{ - dir = 8 - }, -/obj/structure/machinery/light/small/floor, -/turf/simulated/floor/lino, -/area/horizon/service/chapel/main) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/rnd/hallway) "lAW" = ( /obj/effect/floor_decal/corner/brown{ dir = 6 @@ -89671,28 +89082,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/starboard/near) -"lCf" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/machinery/light_switch/east{ - pixel_y = -23; - dir = 2; - pixel_x = 5 - }, -/obj/structure/machinery/firealarm/south, -/turf/simulated/floor/plating, -/area/horizon/service/chapel/corpse_storage) "lCj" = ( /obj/structure/railing/mapped{ dir = 4 @@ -89944,13 +89333,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion) -"lDG" = ( -/obj/structure/machinery/optable, -/obj/effect/floor_decal/spline/plain/red{ - dir = 1 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist/surgicalbay) "lDP" = ( /obj/effect/decal/fake_object{ dir = 4; @@ -90020,6 +89402,52 @@ }, /turf/simulated/floor/wood/yew, /area/centcom/shared_dream) +"lDW" = ( +/obj/structure/table/standard, +/obj/item/taperoll/medical{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/taperoll/medical{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/taperoll/medical{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/flashlight/pen{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/flashlight/pen{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/flashlight/pen{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/flashlight/pen{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/flashlight/pen{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/flashlight/pen{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) "lDX" = ( /obj/structure/morgue, /turf/simulated/floor/tiled/freezer{ @@ -90027,6 +89455,16 @@ temperature = 278.15 }, /area/horizon/medical/morgue) +"lEa" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/full{ + dir = 4 + }, +/obj/structure/machinery/light_switch/south, +/turf/simulated/floor/tiled, +/area/horizon/service/custodial) "lEi" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -90074,6 +89512,28 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/controlroom) +"lEt" = ( +/obj/structure/closet/crate/freezer{ + name = "Assorted Blood Packs" + }, +/obj/item/reagent_containers/blood/OPlus, +/obj/item/reagent_containers/blood/OPlus, +/obj/item/reagent_containers/blood/BPlus, +/obj/item/reagent_containers/blood/BPlus, +/obj/item/reagent_containers/blood/BMinus, +/obj/item/reagent_containers/blood/BMinus, +/obj/item/reagent_containers/blood/sbs, +/obj/item/reagent_containers/blood/sbs, +/obj/item/reagent_containers/blood/APlus, +/obj/item/reagent_containers/blood/APlus, +/obj/item/reagent_containers/blood/AMinus, +/obj/item/reagent_containers/blood/AMinus, +/obj/structure/machinery/firealarm/west, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/main_storage) "lEu" = ( /turf/unsimulated/wall/darkshuttlewall, /area/centcom/spawning) @@ -90100,6 +89560,24 @@ /obj/effect/floor_decal/spline/fancy/wood/cee, /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_theatre) +"lEz" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2" + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "lEA" = ( /obj/structure/machinery/camera/network/engineering{ c_tag = "Engineering - Hallway Amidships 2"; @@ -90180,18 +89658,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/central) -"lEX" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, -/obj/structure/platform_stairs/south_north_solo, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "lEY" = ( /obj/effect/floor_decal/corner/brown/diagonal, /obj/structure/machinery/camera/network/third_deck{ @@ -90216,6 +89682,23 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/far) +"lFg" = ( +/obj/effect/floor_decal/corner/beige/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) +"lFh" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/full, +/area/horizon/rnd/hallway) "lFp" = ( /obj/structure/bed/stool/chair/unmovable, /obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ @@ -90294,26 +89777,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/supermatter/mainchamber) -"lFO" = ( -/obj/structure/platform/cutout, -/obj/structure/platform_stairs/full/east_west_cap{ - dir = 8 - }, -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "lFQ" = ( /turf/unsimulated/floor/plating, /area/centcom/legion/hangar5) @@ -90463,18 +89926,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/kitchen) -"lGY" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid/interstitial) "lHb" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 4 @@ -90506,15 +89957,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/operations/lobby) -"lHp" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/random/junk, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "lHq" = ( /obj/effect/floor_decal/corner/mauve/diagonal, /obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ @@ -90609,6 +90051,18 @@ /obj/structure/machinery/light/floor, /turf/simulated/floor/tiled, /area/horizon/service/hydroponics) +"lHK" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "lHQ" = ( /obj/random/dirt_75, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -90696,18 +90150,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/engineering/storage_hard/lower) -"lIq" = ( -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 4; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "MedBay Lockdown Shutters"; - opacity = 0 - }, -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/medical/main_storage) "lIx" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -90721,6 +90163,15 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/lobby) +"lIA" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/item/material/shard, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) "lIC" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/floor_decal/industrial/outline/yellow, @@ -91014,6 +90465,22 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/hallway) +"lJN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/fore) "lJP" = ( /obj/effect/floor_decal/corner/dark_blue/diagonal, /obj/effect/floor_decal/spline/plain/black{ @@ -91022,14 +90489,6 @@ /obj/effect/floor_decal/industrial/arrow/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/intrepid/junction_compartment) -"lJQ" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/obj/effect/floor_decal/corner/red/diagonal, -/turf/simulated/floor/tiled, -/area/horizon/maintenance/deck_2/research) "lJS" = ( /obj/structure/bed/stool/chair/office/dark{ dir = 4 @@ -91140,14 +90599,6 @@ /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/starboard/docks) -"lKz" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/light/small, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/security/port) "lKD" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden{ dir = 10 @@ -91174,34 +90625,6 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/maintenance/substation/engineering) -"lKF" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/interstitial) "lKJ" = ( /obj/structure/table/glass, /obj/item/hand_labeler, @@ -91267,6 +90690,9 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenoarch/atrium) +"lLl" = ( +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/reception) "lLo" = ( /obj/effect/floor_decal/corner/dark_blue/diagonal, /turf/simulated/floor/tiled/dark, @@ -91348,6 +90774,16 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) +"lLS" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/central) "lLV" = ( /obj/structure/filingcabinet, /turf/unsimulated/floor{ @@ -91521,6 +90957,18 @@ /obj/structure/machinery/light_switch/south, /turf/simulated/floor/tiled/white, /area/horizon/operations/break_room) +"lNq" = ( +/obj/structure/machinery/door/airlock/maintenance{ + dir = 1; + name = "Security Maintenance"; + req_access = list(1) + }, +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/red{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/security/equipment) "lNs" = ( /obj/structure/table/rack, /obj/random/melee, @@ -91563,19 +91011,25 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/starboard) -"lNG" = ( -/obj/structure/disposalpipe/segment/mainline{ +"lNK" = ( +/obj/structure/bed/stool/chair{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/camera/network/medbay{ + c_tag = "Medical - Lobby"; + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ dir = 4 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ +/obj/effect/floor_decal/spline/plain/black{ dir = 4 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/operations/warehouse) +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "lNN" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 9 @@ -91624,6 +91078,21 @@ /obj/structure/lattice/catwalk/indoor, /turf/unsimulated/floor, /area/centcom/checkpoint/fore) +"lOd" = ( +/obj/structure/machinery/smartfridge/chemistry{ + density = 0; + pixel_y = 24 + }, +/obj/effect/floor_decal/corner_wide/orange/full{ + dir = 8 + }, +/obj/structure/sign/nosmoking_2{ + pixel_x = -32; + pixel_y = 32 + }, +/obj/structure/extinguisher_cabinet/west, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/pharmacy) "lOp" = ( /obj/structure/table/rack, /obj/item/circuitboard/telecomms/processor, @@ -91678,52 +91147,21 @@ }, /turf/unsimulated/floor/marble, /area/antag/wizard) -"lOJ" = ( -/obj/structure/table/standard, -/obj/item/taperoll/medical{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/taperoll/medical{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/taperoll/medical{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/flashlight/pen{ - pixel_x = -4; - pixel_y = -2 - }, -/obj/item/flashlight/pen{ - pixel_x = -4; - pixel_y = -2 - }, -/obj/item/flashlight/pen{ - pixel_x = -4; - pixel_y = -2 - }, -/obj/item/flashlight/pen{ - pixel_x = -4; - pixel_y = -2 - }, -/obj/item/flashlight/pen{ - pixel_x = -4; - pixel_y = -2 - }, -/obj/item/flashlight/pen{ - pixel_x = -4; - pixel_y = -2 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/structure/machinery/light{ +"lON" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 1 }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port/far) "lOR" = ( /obj/structure/machinery/maneuvering_engine, /obj/effect/landmark/entry_point/aft{ @@ -91731,6 +91169,24 @@ }, /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/maintenance/deck_2/wing/starboard/nacelle) +"lOW" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/central) "lPd" = ( /obj/effect/floor_decal/corner/beige{ dir = 10 @@ -91744,6 +91200,15 @@ /obj/structure/table/wood, /turf/simulated/floor/holofloor/lino, /area/horizon/holodeck/source_theatre) +"lPj" = ( +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "lPo" = ( /obj/structure/bed/stool/chair/office/dark{ dir = 8 @@ -91759,6 +91224,18 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/bluespace_drive) +"lPs" = ( +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + icon_state = "sterilesprayblue"; + name = "surgery cleaner" + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "lPt" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible{ dir = 9 @@ -91815,6 +91292,24 @@ }, /turf/unsimulated/floor, /area/centcom/control) +"lQb" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/mining_main/refinery) "lQc" = ( /obj/structure/shuttle_part/scc/mining{ icon_state = "7,1" @@ -91836,19 +91331,15 @@ }, /turf/simulated/floor/wood/maple, /area/horizon/holodeck/source_cafe) -"lQw" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/dark, -/area/horizon/command/heads/xo_desk) +"lQu" = ( +/obj/structure/table/glass/reinf, +/obj/item/folder, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) +"lQC" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) "lQM" = ( /obj/structure/table/standard, /obj/structure/machinery/requests_console/west{ @@ -91910,6 +91401,35 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/custodial/disposals/deck_1) +"lRf" = ( +/obj/structure/machinery/disposal/small/north, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/landmark/start{ + name = "Paramedic" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) +"lRi" = ( +/obj/effect/floor_decal/corner_wide/orange/full{ + dir = 1 + }, +/obj/structure/machinery/firealarm/east, +/obj/structure/machinery/light/floor{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/pharmacy) "lRp" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -91966,6 +91486,25 @@ }, /turf/unsimulated/floor/rubber_carpet, /area/centcom/control) +"lSa" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/item/radio/intercom/north, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/central) "lSb" = ( /obj/structure/machinery/door/firedoor, /obj/structure/machinery/door/airlock/command{ @@ -92113,25 +91652,6 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_boxingcourt) -"lTw" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/disposalpipe/sortjunction/flipped{ - dir = 8; - name = "Chemistry"; - sortType = "Chemistry" - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "lTB" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -92244,6 +91764,19 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/port) +"lUq" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/starboard) "lUt" = ( /obj/effect/floor_decal/corner/brown{ dir = 9 @@ -92296,6 +91829,14 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenoarch/atrium) +"lVj" = ( +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/machinery/vending/snack, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "lVs" = ( /obj/structure/ladder{ pixel_y = 16 @@ -92311,18 +91852,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/aft) -"lVE" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/fore) "lVH" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/red{ dir = 4 @@ -92448,23 +91977,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) -"lWm" = ( -/obj/structure/machinery/light, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 1 - }, -/obj/structure/table/wood, -/obj/item/clipboard{ - pixel_x = -5 - }, -/obj/item/paper_scanner{ - pixel_x = 6 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "lWr" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -92511,6 +92023,13 @@ /obj/effect/floor_decal/corner/grey/full, /turf/unsimulated/floor, /area/antag/mercenary) +"lWC" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/wood, +/area/horizon/rnd/hallway) "lWE" = ( /obj/structure/cable{ icon_state = "4-8" @@ -92527,6 +92046,22 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/substation/civ_d3) +"lWR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) "lWU" = ( /obj/structure/machinery/light/small, /obj/structure/table/rack, @@ -92587,22 +92122,30 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/rd) +"lXj" = ( +/obj/effect/floor_decal/corner/mauve{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/hallway) "lXk" = ( /obj/effect/floor_decal/corner/purple/full, /obj/effect/decal/cleanable/dirt, /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_2/wing/starboard) -"lXl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/fore) "lXn" = ( /obj/structure/machinery/light{ dir = 4 @@ -92619,6 +92162,22 @@ "lXv" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/maintenance/deck_2/wing/port/far) +"lXy" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/dark_blue/diagonal{ + dir = 8 + }, +/obj/structure/platform_deco{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/west, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "lXD" = ( /obj/structure/machinery/door/firedoor, /obj/structure/machinery/door/airlock/glass{ @@ -92663,6 +92222,17 @@ /obj/structure/machinery/porta_turret, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/secure/tech_vault) +"lXL" = ( +/obj/structure/machinery/conveyor{ + id = "Robocompo" + }, +/obj/structure/machinery/camera{ + c_tag = "Operations - Machinist Workshop 1"; + network = list("Operations"); + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "lXO" = ( /obj/structure/machinery/mech_recharger, /obj/effect/floor_decal/corner/dark_blue{ @@ -92788,6 +92358,16 @@ }, /turf/simulated/floor/lino, /area/merchant_station) +"lYC" = ( +/obj/structure/machinery/papershredder{ + pixel_x = -6 + }, +/obj/structure/filingcabinet/filingcabinet{ + pixel_x = 9; + pixel_y = 1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_office) "lYK" = ( /obj/item/hullbeacon/red, /obj/structure/sign/securearea{ @@ -92837,6 +92417,26 @@ /obj/structure/table/reinforced/steel, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/kitchen) +"lYT" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/item/storage/box/bodybags{ + pixel_y = -1 + }, +/obj/item/storage/box/bodybags{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "lYW" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -92952,12 +92552,6 @@ }, /turf/simulated/floor/shuttle/dark_blue, /area/horizon/shuttle/escape_pod/pod4) -"lZn" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "lZo" = ( /obj/structure/cable{ icon_state = "1-2" @@ -92991,14 +92585,24 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"lZB" = ( -/obj/structure/machinery/lapvend, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 7 +"lZz" = ( +/obj/structure/cable/green{ + icon_state = "1-2" }, -/obj/structure/machinery/alarm/south, -/turf/simulated/floor/wood, -/area/horizon/command/bridge/meeting_room) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/airlock/glass_mining{ + dir = 1; + name = "Mining Equipment"; + req_access = list(48) + }, +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/mining_main/eva) "lZF" = ( /obj/structure/grille, /obj/structure/machinery/door/firedoor, @@ -93033,6 +92637,19 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenoarch/storage) +"lZN" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "LCKDshutters"; + name = "Medical Lockdown Shutters"; + opacity = 0 + }, +/obj/structure/sign/greencross/small, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/medical/reception) "lZT" = ( /obj/structure/bed/stool/chair{ name = "uncomfortable chair"; @@ -93303,6 +92920,21 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/controlroom) +"mbF" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/hallway) "mbL" = ( /obj/effect/floor_decal/corner/dark_green/full, /obj/structure/sign/emergency/evacuation/stairs, @@ -93464,6 +93096,18 @@ "mcZ" = ( /turf/unsimulated/floor, /area/centcom/spawning) +"mda" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "mdl" = ( /obj/effect/floor_decal/corner/dark_blue/diagonal, /turf/simulated/floor/tiled, @@ -93574,19 +93218,6 @@ }, /turf/unsimulated/floor, /area/centcom/bar) -"mdY" = ( -/obj/item/radio/intercom/east, -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/obj/effect/landmark/start{ - name = "Pharmacist" - }, -/obj/structure/bed/stool/chair{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "mea" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -93723,6 +93354,17 @@ icon_state = "carpet14-10" }, /area/centcom/legion/hangar5) +"meO" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/industrial/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist/surgicalbay) "meP" = ( /obj/effect/floor_decal/corner/brown{ dir = 10 @@ -93761,33 +93403,6 @@ "mfe" = ( /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/aft/starboard/far) -"mfh" = ( -/obj/structure/closet/walllocker/medical/secure{ - name = "Stabilization Kit"; - pixel_x = -32 - }, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/obj/item/tank/oxygen, -/obj/item/tank/oxygen, -/obj/item/tank/oxygen, -/obj/item/tank/oxygen, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/item/clothing/mask/breath/medical, -/obj/item/clothing/mask/breath/medical, -/obj/item/clothing/mask/breath/medical, -/obj/item/clothing/mask/breath/medical, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "mfk" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -94033,6 +93648,31 @@ icon_state = "6,7" }, /area/horizon/shuttle/canary) +"mgO" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/obj/structure/machinery/camera/network/command{ + c_tag = "Bridge - XO Line"; + dir = 1 + }, +/obj/structure/table/standard, +/obj/structure/machinery/recharger{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/toner, +/obj/item/toner, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/pen{ + pixel_y = 9; + pixel_x = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "mgT" = ( /obj/structure/lattice/catwalk, /obj/structure/machinery/atmospherics/pipe/zpipe/down/supply{ @@ -94202,19 +93842,20 @@ }, /turf/unsimulated/floor, /area/centcom/checkpoint/fore) -"mhI" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 +"mhG" = ( +/obj/structure/closet/crate, +/obj/item/cane/crutch, +/obj/item/cane/crutch, +/obj/item/cane/crutch, +/obj/item/cane/crutch, +/obj/item/cane, +/obj/item/cane, +/obj/item/storage/box/rxglasses, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 8 }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid/interstitial) +/turf/simulated/floor/tiled/white, +/area/horizon/medical/main_storage) "mhL" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/platform_stairs, @@ -94366,6 +94007,23 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/specops) +"miy" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/random/dirt_75, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/security/port) "miF" = ( /obj/structure/dispenser/oxygen, /turf/unsimulated/floor{ @@ -94445,17 +94103,6 @@ "miY" = ( /turf/simulated/wall/r_wall, /area/horizon/maintenance/deck_2/main/starboard) -"miZ" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 10 - }, -/obj/random/dirt_75, -/obj/item/material/shard, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/horizon/maintenance/deck_3/security/port) "mja" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 4 @@ -94492,15 +94139,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/security/armoury) -"mjk" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/starboard) "mjo" = ( /obj/effect/floor_decal/spline/plain{ dir = 8 @@ -94523,16 +94161,13 @@ }, /turf/simulated/floor/wood, /area/horizon/command/bridge/meeting_room) -"mjA" = ( -/obj/structure/cable{ - icon_state = "1-2" +"mju" = ( +/obj/structure/machinery/light/small/floor, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 8 }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/lobby) +/turf/simulated/floor/wood, +/area/horizon/service/cafeteria) "mjJ" = ( /obj/effect/floor_decal/corner/black{ dir = 10 @@ -94598,19 +94233,6 @@ }, /turf/unsimulated/floor/plating, /area/centcom/ferry) -"mjX" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/table/rack, -/obj/item/deployable_kit{ - pixel_y = 12 - }, -/obj/item/deployable_kit{ - pixel_y = 6 - }, -/obj/item/deployable_kit, -/obj/effect/floor_decal/industrial/outline/operations, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_1/wing/starboard) "mka" = ( /obj/structure/machinery/firealarm/south, /obj/effect/floor_decal/corner_wide/yellow{ @@ -94688,16 +94310,20 @@ /obj/structure/machinery/firealarm/east, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos) -"mkE" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/spline/plain/purple{ - dir = 10 - }, -/obj/structure/bed/stool/chair/office/dark{ +"mkA" = ( +/obj/effect/floor_decal/industrial/outline/research, +/obj/item/radio/intercom/west, +/obj/structure/machinery/computer/rdconsole/robotics/terminal{ dir = 4 }, -/turf/simulated/floor/tiled/white, +/turf/simulated/floor/tiled/dark/full, /area/horizon/operations/machinist) +"mkD" = ( +/obj/structure/lattice/catwalk/indoor/grate{ + color = "#FFFFFF" + }, +/turf/simulated/floor/plating, +/area/horizon/medical/icu) "mkG" = ( /obj/effect/floor_decal/corner/grey/diagonal, /obj/effect/floor_decal/spline/plain/green{ @@ -94761,6 +94387,27 @@ "mkV" = ( /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_theatre) +"mkY" = ( +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/maintenance{ + name = "Deck 2 Stairwell Maintenance"; + req_one_access = list(12,22,25,28,67,29); + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/service/starboard) "mle" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -94834,26 +94481,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos) -"mme" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/table/standard, -/obj/item/storage/box/bodybags{ - pixel_y = -1 - }, -/obj/item/storage/box/bodybags{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "mmh" = ( /obj/structure/machinery/shield_capacitor/multiz{ anchored = 1 @@ -94946,6 +94573,30 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) +"mmD" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) +"mmF" = ( +/obj/structure/window/reinforced, +/obj/item/glass_jar/gumball/medical, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "mmI" = ( /obj/structure/grille, /obj/structure/cable/green{ @@ -94966,6 +94617,17 @@ }, /turf/simulated/floor/plating, /area/horizon/command/heads/captain) +"mmL" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/holosign/service/kitchen{ + id = "kitchen"; + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/horizon/stairwell/starboard/deck_2) "mmM" = ( /obj/effect/floor_decal/corner/blue{ dir = 5 @@ -95138,6 +94800,25 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/shuttle/intrepid/buffet) +"mnA" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/port) "mnB" = ( /obj/effect/floor_decal/corner_wide/black/full{ dir = 4 @@ -95150,17 +94831,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion) -"mnE" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "mnN" = ( /obj/effect/floor_decal/corner/beige/diagonal, /obj/structure/machinery/camera/network/security{ @@ -95204,6 +94874,19 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/operations/starboard/far) +"mop" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/service/custodial) "mor" = ( /obj/random/dirt_75, /obj/random/dirt_75, @@ -95223,13 +94906,6 @@ /obj/structure/machinery/alarm/south, /turf/simulated/floor/tiled, /area/horizon/service/hydroponics) -"mox" = ( -/obj/structure/closet/secure_closet/machinist, -/obj/effect/floor_decal/spline/plain/red{ - dir = 1 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist/surgicalbay) "moz" = ( /obj/structure/machinery/atmospherics/binary/pump{ dir = 8; @@ -95256,24 +94932,24 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/supply) -"moM" = ( -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/research{ - name = "Research Maintenance Conduit"; - req_access = list(7); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/rnd/xenobiology/dissection) "moN" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/main/interstitial) +"moP" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_2/starboard) "moW" = ( /obj/structure/railing/mapped{ dir = 8 @@ -95382,6 +95058,31 @@ }, /turf/simulated/floor/tiled/white, /area/centcom/shared_dream) +"mpV" = ( +/obj/structure/bed/stool/chair/padded/black, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/horizon/repoffice/representative_two) +"mqa" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "mqg" = ( /obj/effect/floor_decal/corner/grey/diagonal, /obj/effect/floor_decal/spline/plain/green{ @@ -95479,6 +95180,17 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) +"mqz" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/machinery/power/apc/east, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "mqC" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -95519,23 +95231,22 @@ /obj/structure/grille, /turf/space, /area/horizon/exterior) -"mqN" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/security/investigations_hallway) "mqP" = ( /obj/structure/machinery/light, /turf/unsimulated/floor, /area/centcom/holding) +"mqQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/engineering/hallway/interior) "mqS" = ( /turf/simulated/floor/tiled/white, /area/horizon/medical/main_storage) @@ -95677,16 +95388,20 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/primary) -"mry" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 +"mrB" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/lattice/catwalk/indoor/grate, /obj/structure/cable/green{ icon_state = "1-2" }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/starboard) +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor, +/area/horizon/command/bridge/upperdeck) "mrG" = ( /obj/structure/machinery/light/small{ dir = 1; @@ -95742,25 +95457,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"mrU" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/security/hallway) "mrZ" = ( /obj/effect/floor_decal/corner/black{ dir = 9 @@ -95911,16 +95607,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenobiology) -"mtu" = ( -/obj/structure/machinery/r_n_d/fabricator/mecha_part_fabricator{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline/red, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "mtw" = ( /obj/effect/decal/cleanable/cobweb, /turf/simulated/floor/exoplanet/barren/raskara, @@ -95973,32 +95659,6 @@ name = "overgrowth" }, /area/horizon/holodeck/source_moghes) -"mtK" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/sign/directions/all{ - pixel_x = 1; - pixel_y = 37; - dir = 8 - }, -/obj/structure/sign/directions/science{ - pixel_x = 1; - pixel_y = 31; - dir = 4 - }, -/obj/structure/sign/directions/security{ - pixel_x = 1; - pixel_y = 25 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/central) "mtO" = ( /obj/structure/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 4 @@ -96122,6 +95782,17 @@ "muE" = ( /turf/simulated/floor/tiled/dark, /area/horizon/holodeck/source_pool) +"muF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/storage/box/unique/sharps, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "muK" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/machinery/light{ @@ -96307,19 +95978,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/office) -"mvW" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "mvX" = ( /obj/random/dirt_75, /obj/random/maintenance_junk_or_loot, @@ -96372,24 +96030,26 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/bridge_crew) -"mwx" = ( -/obj/effect/floor_decal/corner/purple{ - dir = 6 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 +"mwp" = ( +/obj/structure/railing/mapped, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 + dir = 9 }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 + dir = 9 }, /obj/structure/cable/green{ - icon_state = "4-8" + icon_state = "1-8" }, -/turf/simulated/floor/tiled, -/area/horizon/service/custodial) +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist/surgicalbay) "mwy" = ( /obj/structure/shuttle_part/tcfl{ icon_state = "16,6" @@ -96418,6 +96078,46 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/bluespace_drive/monitoring) +"mwR" = ( +/obj/effect/floor_decal/corner/dark_blue/full{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) +"mwT" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/button/remote/blast_door{ + name = "Dividing Door Control"; + dir = 4; + id = "service_divider_shutter"; + pixel_x = 22; + pixel_y = 28; + req_one_access = list(25,28) + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline_straight/service, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/bar) "mwY" = ( /obj/structure/machinery/door/airlock/maintenance_hatch{ dir = 1 @@ -96466,15 +96166,6 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_battlemonsters) -"mxo" = ( -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/icu) "mxu" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -96504,6 +96195,23 @@ /obj/structure/railing/mapped, /turf/simulated/open, /area/horizon/operations/office) +"mxH" = ( +/obj/item/storage/box/unique/sharps{ + pixel_y = 9 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/vitals_monitor, +/obj/item/vitals_monitor, +/obj/item/vitals_monitor, +/obj/item/vitals_monitor, +/obj/structure/table/steel, +/obj/structure/machinery/firealarm/west, +/obj/effect/floor_decal/corner_wide/seafoam/full, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "mxM" = ( /obj/structure/machinery/light{ dir = 8 @@ -96544,6 +96252,16 @@ /obj/structure/flora/ausbushes/fullgrass, /turf/simulated/floor/holofloor/grass, /area/horizon/holodeck/source_wildlife) +"mxS" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor, +/area/horizon/command/bridge/upperdeck) "mxY" = ( /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/nacelle) @@ -96594,6 +96312,19 @@ /obj/structure/disposalpipe/junction/yjunction, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenological) +"myq" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "myr" = ( /obj/structure/railing/mapped{ dir = 4 @@ -96655,6 +96386,13 @@ /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/monitoring) +"myH" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/reception) "myK" = ( /obj/effect/floor_decal/corner/red/full{ dir = 8 @@ -96684,19 +96422,6 @@ icon_state = "dark_preview" }, /area/centcom/control) -"myU" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/effect/floor_decal/spline/plain/corner/red{ - dir = 1 - }, -/obj/effect/floor_decal/spline/plain/red{ - dir = 10 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist) "myV" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -96766,6 +96491,24 @@ /obj/item/trash/cigbutt, /turf/unsimulated/floor, /area/centcom/legion) +"mzw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/reception) "mzx" = ( /obj/structure/machinery/door/firedoor{ req_one_access = list(24,11,67,73); @@ -96777,15 +96520,6 @@ /obj/effect/floor_decal/industrial/hatch_door/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/main/starboard) -"mzC" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/engineering/hallway/interior) "mzM" = ( /obj/effect/floor_decal/corner/brown{ dir = 5 @@ -96830,16 +96564,6 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/wing/starboard/far) -"mAg" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "mAl" = ( /obj/structure/platform_deco{ icon_state = "ledge_deco" @@ -96892,6 +96616,15 @@ /obj/effect/decal/warning_stripes, /turf/unsimulated/floor, /area/centcom/control) +"mAO" = ( +/obj/item/bedsheet/medical{ + icon_state = "sheet-roll" + }, +/obj/structure/bed/padded, +/obj/structure/machinery/newscaster/north, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "mAV" = ( /obj/structure/machinery/power/smes/buildable/substation{ RCon_tag = "Substation - Hangar" @@ -96906,24 +96639,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/substation/hangar) -"mAW" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/mining_main/refinery) "mAZ" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /obj/structure/machinery/door/blast/shutters/open{ @@ -96945,6 +96660,18 @@ }, /turf/unsimulated/floor, /area/centcom/holding) +"mBb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/engineering/atmos/storage_maintenance) "mBd" = ( /obj/effect/floor_decal/corner/paleblue, /obj/effect/floor_decal/spline/fancy/wood/corner, @@ -96987,6 +96714,38 @@ }, /turf/simulated/floor/plating, /area/horizon/hangar/intrepid) +"mBD" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark/damaged, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/cafe) +"mBE" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/arrow/yellow{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "mBL" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, @@ -97085,6 +96844,23 @@ }, /turf/simulated/floor/reinforced/airmix, /area/horizon/engineering/atmos/air) +"mCj" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/glass_command{ + name = "Supplies"; + req_one_access = list(19,38) + }, +/turf/simulated/floor/tiled/full, +/area/horizon/command/bridge/bridge_crew) "mCk" = ( /obj/structure/table/reinforced/steel, /obj/item/storage/firstaid/regular{ @@ -97124,6 +96900,29 @@ /obj/structure/railing/mapped, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_1/central) +"mCB" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 1; + req_one_access = list(5,12) + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/bridge/upperdeck) "mCM" = ( /obj/structure/machinery/smartfridge/tradeshelf/toy, /turf/simulated/floor/tiled/full, @@ -97203,9 +97002,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/turbine) -"mDy" = ( -/turf/simulated/floor/tiled/dark, -/area/horizon/maintenance/deck_1/wing/starboard) "mDz" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/hangar/intrepid) @@ -97328,6 +97124,10 @@ }, /turf/simulated/floor/reinforced, /area/horizon/rnd/xenobiology) +"mEe" = ( +/obj/structure/table/reinforced/steel, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "mEg" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -97443,20 +97243,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) -"mEG" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/machinery/sleeper{ - dir = 8 - }, -/obj/effect/floor_decal/corner/beige{ - dir = 10 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/horizon/medical/gen_treatment) "mEQ" = ( /obj/structure/table/rack, /obj/effect/floor_decal/industrial/outline/operations, @@ -97586,22 +97372,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/starboard) -"mFq" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/research) "mFr" = ( /obj/effect/floor_decal/industrial/warning, /obj/structure/machinery/alarm/north, @@ -97616,19 +97386,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion/starboard) -"mFt" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/dark_blue/full, -/obj/structure/platform_stairs/full{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) "mFv" = ( /obj/structure/holostool, /turf/simulated/floor/wood/maple, @@ -97653,6 +97410,14 @@ /obj/structure/machinery/meter, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos) +"mFJ" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/medical, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "mFK" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -97731,6 +97496,12 @@ "mFY" = ( /turf/simulated/wall, /area/horizon/maintenance/deck_2/research) +"mFZ" = ( +/obj/structure/machinery/firealarm/west, +/obj/effect/floor_decal/corner/dark_blue/diagonal, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled, +/area/horizon/security/investigations_hallway) "mGa" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -97765,18 +97536,6 @@ }, /turf/unsimulated/floor, /area/antag/raider) -"mGp" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "mGq" = ( /turf/simulated/wall/shuttle/unique/scc/mining{ icon_state = "6,2" @@ -97806,6 +97565,18 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenoarch/isolation_b) +"mGv" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/horizon/rnd/hallway) "mGw" = ( /obj/structure/window/reinforced{ dir = 1; @@ -97873,6 +97644,29 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/main/starboard) +"mGT" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/light/small, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) "mGV" = ( /obj/effect/landmark/entry_point/port{ name = "port, rear" @@ -98018,27 +97812,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/service/custodial) -"mHJ" = ( -/obj/effect/map_effect/door_helper/unres, -/obj/structure/machinery/door/firedoor, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/map_effect/door_helper/level_access/command_foyer{ - req_one_access_by_level = list("green","yellow"=list(19,38,72),"blue"=list(19,38,72),"red"=list(19,38,72),"delta"=list(19,38,72)); - access_by_level = null - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/glass_command{ - dir = 1; - id_tag = "command_foyer"; - name = "Bridge"; - req_one_access = list(19,38,72) - }, -/turf/simulated/floor/tiled/full, -/area/horizon/command/bridge/upperdeck) "mHM" = ( /obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{ id = "ce" @@ -98067,6 +97840,19 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenoarch/storage) +"mHW" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/sink/kitchen{ + dir = 4; + name = "sink"; + pixel_x = -21 + }, +/obj/structure/machinery/firealarm/west, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist/surgicalbay) "mHX" = ( /obj/effect/floor_decal/industrial/warning, /obj/structure/machinery/alarm/north, @@ -98124,22 +97910,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/smes) -"mIr" = ( -/obj/structure/machinery/camera/network/engineering{ - c_tag = "Engineering - Deck 2 - Aft Auxiliary Atmospherics"; - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/engineering/drone_fabrication) "mIs" = ( /obj/effect/floor_decal/corner/lime/diagonal, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -98195,6 +97965,22 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/starboard/near) +"mIM" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "mIQ" = ( /obj/effect/floor_decal/corner/dark_blue/full, /obj/structure/machinery/firealarm/south, @@ -98386,19 +98172,6 @@ /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, /area/horizon/medical/paramedic) -"mKn" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/obj/structure/table/standard, -/obj/item/storage/box/masks{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/gloves, -/obj/structure/machinery/light_switch/west, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "mKp" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 9 @@ -98432,6 +98205,21 @@ }, /turf/simulated/floor/tiled/dark/full, /area/shuttle/skipjack) +"mKF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port/far) "mKG" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -98447,42 +98235,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/security/checkpoint) -"mKI" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/table/rack, -/obj/item/deployable_kit{ - pixel_y = 12 - }, -/obj/item/deployable_kit{ - pixel_y = 6 - }, -/obj/item/deployable_kit, -/turf/simulated/floor/plating, -/area/horizon/shuttle/intrepid/port_compartment) -"mKO" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/obj/structure/machinery/light{ - pixel_y = -2 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/office) "mKZ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -98586,6 +98338,24 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/loading) +"mLN" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/machinery/door/blast/shutters{ + id = "workshop_garage"; + name = "Machinist Workshop Garage Shutter" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) +"mLR" = ( +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/railing/mapped, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "mLS" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -98633,24 +98403,6 @@ /obj/effect/floor_decal/industrial/outline/service, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics) -"mMh" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 1; - name = "Security Maintenance"; - req_access = list(63) - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/hatch_door/red{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/security/hallway) "mMl" = ( /obj/structure/bed/handrail{ dir = 4 @@ -98665,6 +98417,21 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenoarch/hallway/elevator) +"mMn" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "mMp" = ( /obj/structure/table/reinforced/steel, /obj/item/storage/firstaid/regular{ @@ -98964,22 +98731,50 @@ /obj/structure/engineer_maintenance/pipe, /turf/simulated/floor/wood, /area/horizon/command/heads/captain) -"mOc" = ( -/obj/structure/trash_pile, -/turf/simulated/floor/tiled/dark, -/area/horizon/maintenance/deck_2/wing/port/nacelle) -"mOn" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 +"mNz" = ( +/obj/structure/machinery/camera/network/medbay{ + c_tag = "Medical - Hallway 4"; + dir = 8 }, /obj/effect/landmark/start{ - name = "Physician" + name = "Medical Intern" }, /obj/structure/bed/stool/chair{ dir = 8 }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 1 + }, /turf/simulated/floor/tiled/white, /area/horizon/medical/hallway/upper) +"mOc" = ( +/obj/structure/trash_pile, +/turf/simulated/floor/tiled/dark, +/area/horizon/maintenance/deck_2/wing/port/nacelle) +"mOm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 4; + req_access = list(12) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_1/wing/starboard) "mOo" = ( /obj/structure/machinery/light{ dir = 1; @@ -99032,23 +98827,6 @@ }, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_trinary) -"mOO" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/operations/warehouse) "mOQ" = ( /obj/structure/morgue{ dir = 8 @@ -99103,17 +98881,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/visible/fuel, /turf/simulated/floor/reinforced, /area/horizon/shuttle/canary) -"mPz" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/obj/effect/floor_decal/corner_wide/green, -/obj/structure/machinery/alarm/west, -/obj/structure/bed/stool/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "mPC" = ( /obj/effect/floor_decal/corner/dark_green/diagonal, /obj/structure/bed/stool/chair{ @@ -99140,12 +98907,46 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/hallway) +"mPK" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "entrance_shutters"; + name = "Entrance Lockdown Shutters"; + opacity = 0 + }, +/obj/structure/sign/greencross/small, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/medical/reception) "mPO" = ( /obj/effect/floor_decal/spline/fancy/wood/cee, /obj/structure/flora/ausbushes/brflowers, /obj/structure/railing/mapped, /turf/simulated/floor/grass/no_edge, /area/horizon/hallway/primary/deck_3/central) +"mPQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/structure/machinery/light{ + pixel_y = -2 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/office) "mPS" = ( /obj/effect/floor_decal/corner/dark_green/full{ dir = 1 @@ -99153,32 +98954,6 @@ /obj/structure/machinery/firealarm/east, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) -"mPT" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE"; - pixel_y = -32 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "mPY" = ( /obj/structure/table/steel, /obj/effect/floor_decal/corner/dark_blue/full{ @@ -99348,6 +99123,31 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/aft) +"mRm" = ( +/obj/structure/table/reinforced/steel, +/obj/structure/machinery/requests_console/north{ + pixel_y = 32; + name = "Recovery Ward requests console"; + department = "Recovery Ward"; + departmentType = 2 + }, +/obj/random/pottedplant_small{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/folder/white{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/folder/white{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/deck/kotahi{ + pixel_x = 8 + }, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/ward) "mRn" = ( /obj/structure/platform/ledge, /obj/structure/platform/ledge{ @@ -99398,15 +99198,6 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/syndicate_elite) -"mRN" = ( -/obj/effect/floor_decal/corner_wide/lime/diagonal, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) "mRO" = ( /obj/structure/machinery/atmospherics/pipe/manifold/hidden, /obj/effect/map_effect/marker/airlock/docking{ @@ -99440,19 +99231,6 @@ /obj/structure/grille, /turf/unsimulated/floor/plating, /area/centcom/legion/hangar5) -"mRV" = ( -/obj/structure/machinery/bodyscanner{ - dir = 8 - }, -/obj/effect/floor_decal/corner/beige{ - dir = 5 - }, -/obj/structure/sign/nosmoking_2{ - pixel_x = 28 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/horizon/medical/gen_treatment) "mRY" = ( /obj/structure/table/reinforced/steel, /obj/structure/machinery/media/jukebox/audioconsole/wall{ @@ -99485,18 +99263,6 @@ /obj/structure/machinery/alarm/east, /turf/simulated/floor/tiled/white, /area/horizon/engineering/washroom) -"mSf" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/command/heads/xo_desk) "mSh" = ( /obj/effect/floor_decal/corner/green/diagonal, /obj/structure/bed/stool, @@ -99514,6 +99280,19 @@ /obj/structure/machinery/portable_atmospherics/canister/air/airlock, /turf/simulated/floor, /area/horizon/ai/upload_foyer) +"mSm" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/horizon/command/heads/xo_office) "mSo" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -99540,6 +99319,23 @@ }, /turf/simulated/floor/reinforced, /area/horizon/engineering/gravity_gen) +"mSv" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/elevator) "mSx" = ( /obj/structure/machinery/air_sensor{ frequency = 1443; @@ -99555,6 +99351,15 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) +"mSD" = ( +/obj/structure/platform, +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/spline/plain/purple, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist/surgicalbay) "mSE" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -99572,6 +99377,24 @@ /obj/structure/sign/double/barsign/marketsign/mirrored, /turf/simulated/wall, /area/horizon/operations/commissary) +"mSQ" = ( +/obj/structure/railing/mapped, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/sign/directions/prop{ + dir = 1; + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/elevator) "mSR" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -99613,6 +99436,18 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/auxatmos) +"mTn" = ( +/obj/structure/machinery/light_switch{ + pixel_x = -26; + pixel_y = -18 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/horizon/medical/washroom) "mTp" = ( /obj/structure/machinery/atmospherics/pipe/manifold/visible/purple{ dir = 8 @@ -99652,6 +99487,16 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/controlroom) +"mTD" = ( +/obj/item/storage/box/fancy/tray/machinist{ + pixel_y = 6 + }, +/obj/structure/table/reinforced/glass, +/obj/effect/floor_decal/spline/plain/red{ + dir = 1 + }, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist/surgicalbay) "mTF" = ( /obj/item/hoist_kit, /obj/item/ladder_mobile{ @@ -99742,6 +99587,18 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/starboard) +"mUl" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/fore) "mUn" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/ai/upload_foyer) @@ -99839,14 +99696,6 @@ }, /turf/simulated/floor/bluegrid, /area/horizon/ai/chamber) -"mVg" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/random/dirt_75, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_2/wing/port/far) "mVm" = ( /obj/structure/railing/mapped, /turf/unsimulated/floor{ @@ -99896,6 +99745,24 @@ }, /turf/simulated/floor/carpet, /area/horizon/repoffice/representative_two) +"mVG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/full{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/mining_main/refinery) "mVH" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 1 @@ -99976,9 +99843,43 @@ /obj/structure/machinery/telecomms/processor/preset_two, /turf/simulated/floor/bluegrid, /area/horizon/tcommsat/chamber) +"mWu" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/machinery/power/apc/east, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/security_port) "mWv" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/stairwell/bridge/deck_3) +"mWw" = ( +/obj/structure/platform{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain/corner/red{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain/red{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist) "mWD" = ( /obj/structure/cable{ icon_state = "1-2" @@ -100025,33 +99926,30 @@ icon_state = "dark_preview" }, /area/centcom/specops) -"mWP" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/spline/plain/purple, -/obj/structure/platform, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist/surgicalbay) "mWU" = ( /obj/structure/shuttle/engine/propulsion/burst/right{ dir = 8 }, /turf/simulated/floor/plating, /area/horizon/shuttle/escape_pod/pod1) -"mXb" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 5 +"mWY" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist) +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/airlock/maintenance_hatch{ + dir = 4; + req_one_access = list(12,19) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_3/aft/port) "mXh" = ( /obj/structure/machinery/alarm/west, /obj/effect/floor_decal/corner_wide/yellow{ @@ -100059,6 +99957,16 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/reactor/indra/mainchamber) +"mXk" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "mXo" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -100136,22 +100044,6 @@ "mXL" = ( /turf/simulated/floor/tiled/dark, /area/horizon/operations/lobby) -"mXM" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 6 - }, -/obj/structure/machinery/firealarm/east, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "mXN" = ( /obj/effect/floor_decal/corner/brown{ dir = 9 @@ -100165,12 +100057,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/intrepid/main_compartment) -"mXO" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "mXS" = ( /obj/structure/bed/stool/chair/holochair{ dir = 4 @@ -100210,13 +100096,6 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port) -"mYe" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/obj/structure/lattice/catwalk/indoor, -/turf/simulated/floor, -/area/horizon/maintenance/substation/command) "mYf" = ( /turf/simulated/floor/bluegrid, /area/tdome) @@ -100266,21 +100145,6 @@ }, /turf/simulated/floor/plating, /area/horizon/medical/equipment) -"mYq" = ( -/obj/structure/table/standard, -/obj/item/storage/box/syringegun{ - pixel_y = 8 - }, -/obj/item/gun/launcher/syringe, -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/machinery/alarm/east, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "mYr" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/effect/floor_decal/industrial/warning{ @@ -100288,6 +100152,24 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/intrepid) +"mYt" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/controlroom) "mYw" = ( /obj/structure/lattice, /obj/structure/machinery/atmospherics/pipe/simple/heat_exchanging{ @@ -100362,6 +100244,22 @@ /obj/structure/machinery/recharge_station, /turf/simulated/floor/tiled/dark, /area/shuttle/syndicate_elite) +"mYQ" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "mYR" = ( /obj/item/modular_computer/console/preset/command{ dir = 8 @@ -100381,6 +100279,13 @@ }, /turf/unsimulated/floor/carpet, /area/centcom/specops) +"mYY" = ( +/obj/structure/machinery/recharge_station, +/obj/effect/floor_decal/spline/plain/red{ + dir = 6 + }, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist/surgicalbay) "mZa" = ( /obj/structure/closet/secure_closet{ req_access = list(150) @@ -100506,20 +100411,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/operations) -"mZB" = ( -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "MedBay Lockdown Shutters"; - opacity = 0 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/reception) "mZC" = ( /obj/structure/stairs_railing{ dir = 4; @@ -100536,6 +100427,25 @@ /obj/structure/platform/ledge, /turf/simulated/open, /area/horizon/hallway/primary/deck_3/central) +"mZG" = ( +/obj/effect/floor_decal/corner/mauve/full, +/obj/structure/machinery/button/remote/airlock{ + id = "xeno_entrance_int_a"; + name = "Xenobiology External Access Bolts"; + pixel_y = 3; + req_access = list(55); + specialfunctions = 4; + dir = 8; + pixel_x = -22; + desiredstate = 1 + }, +/obj/structure/machinery/camera/network/research{ + c_tag = "Research - Xenobiology Entrance"; + dir = 1; + network = list("Research","Xeno_Bio") + }, +/turf/simulated/floor/tiled/white, +/area/horizon/rnd/xenobiology) "mZI" = ( /obj/structure/shuttle_part/tcfl{ icon_state = "17,0" @@ -100627,6 +100537,12 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/red, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/custodial/disposals/deck_1) +"nas" = ( +/obj/structure/machinery/alarm/east, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "nat" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -100699,35 +100615,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenobiology/xenoflora) -"naD" = ( -/obj/effect/floor_decal/corner_wide/lime/diagonal, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) -"naE" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/command/heads/xo_desk) "naO" = ( /obj/structure/holostool{ dir = 1 @@ -100805,21 +100692,6 @@ /obj/structure/railing/mapped, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/starboard/near) -"nbp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing/mapped{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk/indoor, -/turf/simulated/open, -/area/horizon/medical/gen_treatment) "nbt" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/black{ dir = 10 @@ -100885,6 +100757,18 @@ /obj/structure/railing/mapped, /turf/simulated/floor/grass/no_edge, /area/horizon/service/cafeteria) +"nca" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist) "ncb" = ( /obj/effect/floor_decal/corner/paleblue/full, /obj/structure/railing/mapped{ @@ -100903,6 +100787,20 @@ /obj/effect/floor_decal/corner/dark_green/diagonal, /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) +"nci" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/industrial/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist/surgicalbay) "nck" = ( /obj/structure/table/rack, /obj/item/clothing/under/color/green, @@ -101047,6 +100945,15 @@ /obj/structure/flora/ausbushes/ppflowers, /turf/simulated/floor/grass/no_edge, /area/centcom/evac) +"ncW" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/brown/full{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/office) "nda" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -101153,18 +101060,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/lobby) -"ndt" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) "ndx" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 5 @@ -101358,20 +101253,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/wing/starboard/far) -"nez" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/starboard/near) "neA" = ( /obj/structure/platform/ledge, /obj/structure/platform_deco/ledge{ @@ -101385,12 +101266,6 @@ }, /turf/simulated/open, /area/horizon/hallway/primary/deck_3/central) -"neB" = ( -/obj/effect/floor_decal/corner_wide/orange{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "neF" = ( /obj/structure/table/reinforced/wood, /obj/effect/floor_decal/spline/fancy/wood{ @@ -101585,21 +101460,21 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/medical/ward) -"nfL" = ( +"nfH" = ( /obj/structure/cable/green{ - icon_state = "1-2" + icon_state = "4-8" }, /obj/structure/disposalpipe/segment/mainline{ dir = 4 }, -/obj/structure/machinery/power/sensor{ - name = "Powernet Sensor - Deck 3 Command Subgrid"; - name_tag = "Deck 3 Command Subgrid" +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/obj/structure/cable/green, -/obj/structure/lattice/catwalk/indoor, -/turf/simulated/floor, -/area/horizon/maintenance/substation/command) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_3/starboard) "nfW" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, @@ -101611,6 +101486,24 @@ /obj/random/contraband, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/hangar/starboard) +"ngg" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/coatrack{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/structure/machinery/camera/network/command{ + c_tag = "Bridge - XO Office"; + dir = 1 + }, +/turf/simulated/floor/wood, +/area/horizon/command/heads/xo_office) "ngj" = ( /obj/effect/floor_decal/industrial/hatch/red, /turf/simulated/floor/reinforced/airless, @@ -101738,18 +101631,6 @@ }, /turf/unsimulated/floor, /area/centcom/evac) -"ngR" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/intrepid/interstitial) "ngS" = ( /obj/effect/floor_decal/corner/red{ dir = 1 @@ -101833,6 +101714,17 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/bar) +"nhz" = ( +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 2 + }, +/obj/structure/railing/mapped, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "nhL" = ( /obj/structure/shuttle_part/mercenary/small{ icon_state = "1,10" @@ -101851,22 +101743,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/chapel/office) -"nhP" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) -"nhS" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/security/investigations_hallway) "nhU" = ( /obj/effect/shuttle_landmark/horizon/exterior/deck_1/fore, /turf/template_noop, @@ -101877,17 +101753,6 @@ }, /turf/unsimulated/floor/rubber_carpet, /area/centcom/control) -"nhZ" = ( -/obj/effect/floor_decal/spline/plain/corner/red, -/obj/effect/floor_decal/spline/plain/red{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist) "nid" = ( /obj/structure/machinery/alarm/north, /obj/structure/closet/crate/bin, @@ -101963,6 +101828,27 @@ }, /turf/simulated/floor/reinforced, /area/horizon/rnd/xenoarch/isolation_b) +"niv" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/spline/plain/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/reactor/indra/smes) "niA" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/bed/stool/chair, @@ -102270,15 +102156,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/storage/eva) -"nlj" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/gen_treatment) "nlk" = ( /obj/structure/railing/mapped, /obj/effect/floor_decal/spline/plain/grey{ @@ -102300,12 +102177,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/visible/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos) -"nlu" = ( -/obj/structure/machinery/iv_drip, -/obj/effect/floor_decal/industrial/outline/red, -/obj/structure/machinery/light, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/icu) "nlv" = ( /obj/item/gun/energy/pistol{ pixel_x = 2; @@ -102383,14 +102254,6 @@ /obj/structure/table/standard, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/port_storage) -"nlQ" = ( -/obj/structure/table/glass/reinf, -/obj/item/folder, -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "nlS" = ( /obj/effect/floor_decal/corner/red{ dir = 5 @@ -102515,6 +102378,27 @@ }, /turf/simulated/open, /area/horizon/hallway/primary/deck_3/central) +"nmD" = ( +/obj/effect/floor_decal/sign/gtr, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + sortType = "Psychiatry"; + name = "Psychiatry" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "nmE" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 1 @@ -102546,13 +102430,6 @@ /obj/effect/map_effect/perma_light/starlight/wide, /turf/space, /area/template_noop) -"nmW" = ( -/obj/effect/floor_decal/industrial/warning, -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "nnk" = ( /obj/effect/floor_decal/spline/fancy{ dir = 10 @@ -102569,6 +102446,18 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/command/bridge/controlroom) +"nnm" = ( +/obj/structure/machinery/papershredder{ + pixel_x = -5 + }, +/obj/structure/filingcabinet/filingcabinet{ + pixel_x = 10; + pixel_y = 1 + }, +/obj/structure/machinery/light, +/obj/item/radio/intercom/east, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist/surgicalbay) "nnG" = ( /obj/effect/floor_decal/spline/plain{ dir = 4 @@ -102591,14 +102480,13 @@ icon_state = "white" }, /area/centcom/legion) -"nog" = ( -/obj/random/pottedplant, -/obj/effect/floor_decal/corner_wide/lime{ - dir = 10 +"noc" = ( +/obj/effect/floor_decal/industrial/outline/grey, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 }, -/obj/structure/machinery/light_switch/east, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/auxatmos) "nok" = ( /obj/structure/railing/mapped, /obj/effect/floor_decal/corner/black{ @@ -102751,24 +102639,22 @@ }, /turf/unsimulated/floor/wood, /area/centcom/bar) -"npc" = ( +"npb" = ( /obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + icon_state = "pipe-c-yellow"; dir = 4 }, /obj/structure/cable/green{ - icon_state = "4-8" + icon_state = "1-2" }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-4" }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/central) +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/research) "npe" = ( /obj/structure/machinery/door/firedoor, /obj/structure/cable/green{ @@ -102867,6 +102753,19 @@ }, /turf/template_noop, /area/template_noop) +"npQ" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/security/port) "npR" = ( /obj/effect/floor_decal/corner/dark_blue/diagonal, /obj/structure/disposalpipe/segment{ @@ -102880,12 +102779,35 @@ /obj/structure/machinery/recharger, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/supermatter/monitoring) +"npX" = ( +/obj/structure/railing/mapped, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/table/wood, +/obj/random/pottedplant_small{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/wood, +/area/horizon/hallway/primary/deck_2/central) +"npY" = ( +/obj/effect/floor_decal/industrial/outline/service, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/hydroponics) "npZ" = ( /obj/effect/overlay/palmtree_l, /turf/simulated/floor/beach/sand{ icon_state = "desert" }, /area/centcom/shared_dream) +"nqb" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/horizon/service/cafeteria) "nqd" = ( /turf/simulated/wall/r_wall, /area/horizon/operations/office_aux) @@ -102990,19 +102912,9 @@ /turf/simulated/floor/wood, /area/merchant_station) "nqM" = ( -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/starboard) +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) "nqN" = ( /obj/structure/lattice/catwalk/indoor/grate{ color = "#FFFFFF" @@ -103026,6 +102938,16 @@ /obj/random/dirt_75, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_2/wing/port/nacelle) +"nrh" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/obj/structure/machinery/ai_status_display{ + pixel_y = -32 + }, +/obj/structure/machinery/light/floor, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/starboard) "nri" = ( /obj/effect/floor_decal/industrial/hatch/red, /obj/effect/floor_decal/industrial/warning{ @@ -103190,6 +103112,13 @@ }, /turf/unsimulated/floor/plating, /area/centcom/legion/hangar5) +"nss" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk/indoor, +/turf/simulated/floor/plating, +/area/horizon/maintenance/substation/engineering/lower) "nsw" = ( /obj/structure/machinery/camera/network/research{ c_tag = "Research - Xenobiology Fore"; @@ -103231,6 +103160,14 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/starboard) +"nsR" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/alarm/north, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/security/port) "nsT" = ( /obj/structure/machinery/alarm/east, /obj/effect/floor_decal/industrial/warning{ @@ -103241,22 +103178,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/storage/lower) -"nsU" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/airlock/glass_mining{ - dir = 1; - name = "Mail Sorting"; - req_one_access = list(26,31,67) - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/mail_room) "nta" = ( /obj/effect/decal/fake_object{ dir = 4; @@ -103285,6 +103206,21 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/port/far) +"ntg" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) "nti" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/lattice/catwalk/indoor/grate/dark, @@ -103384,37 +103320,6 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) -"ntF" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port/far) -"ntL" = ( -/obj/item/firing_pin/test_range, -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/railing/mapped, -/obj/effect/floor_decal/corner/mauve/full{ - dir = 4 - }, -/obj/structure/reagent_dispensers/acid{ - pixel_x = 28; - pixel_y = -5 - }, -/obj/structure/machinery/r_n_d/material_silo, -/turf/simulated/floor/tiled/white, -/area/horizon/rnd/lab) "ntU" = ( /obj/structure/railing/mapped{ dir = 4 @@ -103520,6 +103425,18 @@ /obj/item/material/folding_table, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/nacelle) +"nuC" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "nuL" = ( /obj/effect/floor_decal/corner/dark_green/diagonal, /obj/structure/cable/green{ @@ -103593,6 +103510,21 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck/source_biesel) +"nvt" = ( +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "LCKDshutters"; + name = "Medical Lockdown Shutters"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/reception) "nvx" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -103626,15 +103558,6 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/command/bridge/controlroom) -"nvC" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "nvE" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/red{ dir = 4 @@ -103661,19 +103584,23 @@ }, /turf/unsimulated/floor, /area/centcom/spawning) +"nvP" = ( +/obj/structure/bed/stool/chair{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "nvW" = ( /obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, /obj/structure/cable/green, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/custodial/disposals/deck_1) -"nwe" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/random/dirt_75, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/operations) "nwj" = ( /turf/simulated/wall, /area/horizon/operations/break_room) @@ -103808,6 +103735,18 @@ }, /turf/simulated/floor/plating, /area/horizon/service/kitchen/freezer) +"nxp" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/pharmacy) "nxv" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -103844,14 +103783,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenoarch/presentation) -"nxL" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/port/near) "nxM" = ( /obj/effect/floor_decal/industrial/hatch_door/red{ dir = 1 @@ -103870,6 +103801,21 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/main_compartment) +"nxO" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/engineer_maintenance/electric{ + dir = 4 + }, +/obj/structure/engineer_maintenance/pipe{ + dir = 1 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) "nxP" = ( /obj/effect/shuttle_landmark/horizon/exterior/deck_3/starboardfore, /turf/template_noop, @@ -103921,20 +103867,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/stairwell/starboard/deck_2) -"nyr" = ( -/obj/structure/machinery/light/spot{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/grey, -/obj/structure/table/rack, -/obj/item/deployable_kit{ - pixel_y = 10 - }, -/obj/item/deployable_kit{ - pixel_y = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/hangar/auxiliary) "nyt" = ( /obj/structure/bed/stool/chair/shuttle{ dir = 8 @@ -104040,6 +103972,12 @@ }, /turf/simulated/floor/tiled, /area/horizon/stairwell/starboard/deck_3) +"nyU" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/carpet, +/area/horizon/command/heads/xo_office) "nza" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -104102,6 +104040,19 @@ /obj/structure/flora/tree/jungle, /turf/simulated/floor/exoplanet/grass, /area/centcom/shared_dream) +"nzz" = ( +/obj/structure/extinguisher_cabinet/south, +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/fore) +"nzJ" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) "nzM" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -104121,17 +104072,6 @@ }, /turf/simulated/floor/plating, /area/horizon/medical/smoking) -"nzO" = ( -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 6 - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/table/standard, -/obj/item/storage/box/unique/sharps, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "nzR" = ( /obj/structure/disposalpipe/segment, /obj/structure/machinery/door/firedoor, @@ -104241,24 +104181,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/near) -"nAm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 1; - name = "Engineering Hard Storage Maintenance"; - req_one_access = list(11,24) - }, -/obj/effect/floor_decal/industrial/hatch_door/engineering{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/storage_hard/upper) "nAw" = ( /obj/structure/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 5 @@ -104270,16 +104192,31 @@ icon_state = "5,0" }, /area/shuttle/legion) -"nAE" = ( -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 +"nAB" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/medical, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 }, -/obj/effect/floor_decal/spline/plain/red{ - dir = 1 +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) +"nAD" = ( +/obj/structure/railing/mapped, +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_3/aft/port) "nAJ" = ( /turf/simulated/floor/tiled, /area/horizon/security/equipment) @@ -104340,21 +104277,24 @@ /obj/structure/machinery/bluespace_beacon, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/break_room) -"nBc" = ( -/obj/effect/floor_decal/corner_wide/lime/diagonal, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 +"nAY" = ( +/obj/structure/machinery/alarm/west, +/obj/item/storage/box/masks, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 }, -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment, +/obj/structure/railing/mapped, +/obj/structure/stairs_lower/stairs_upper, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam/full, /turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) +/area/horizon/medical/hallway) "nBg" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 @@ -104378,6 +104318,14 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/rnd/lab) +"nBn" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/open, +/area/horizon/maintenance/deck_2/wing/starboard/near) "nBr" = ( /turf/simulated/wall/r_wall, /area/horizon/security/interrogation_1) @@ -104449,6 +104397,17 @@ }, /turf/simulated/floor, /area/horizon/command/bridge/cciaroom) +"nBD" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_green, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_1/central) "nBF" = ( /obj/effect/floor_decal/corner/beige/diagonal, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -104475,6 +104434,22 @@ /obj/structure/machinery/alarm/east, /turf/simulated/floor/tiled, /area/horizon/medical/paramedic) +"nBO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 10 + }, +/obj/structure/machinery/camera/network/engineering{ + c_tag = "Engineering - Hallway Amidships 1"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/engineering/hallway/interior) "nBQ" = ( /obj/structure/cable/green{ icon_state = "1-4" @@ -104599,20 +104574,6 @@ "nCw" = ( /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_luceism) -"nCx" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/obj/item/clothing/head/welding, -/obj/item/weldingtool, -/turf/simulated/floor/plating, -/area/shuttle/skipjack) -"nCz" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/effect/floor_decal/industrial/outline/red, -/obj/structure/machinery/firealarm/south, -/turf/simulated/floor/tiled, -/area/horizon/crew/emergency_closet/deck_2/starboard) "nCB" = ( /obj/structure/railing/mapped, /turf/simulated/floor/reinforced/airless, @@ -104767,20 +104728,6 @@ /obj/structure/machinery/power/apc/south, /turf/simulated/floor/tiled/white, /area/horizon/rnd/telesci) -"nDu" = ( -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/outline/engineering, -/turf/simulated/floor/tiled/gunmetal/full, -/area/horizon/operations/warehouse) "nDv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -104821,29 +104768,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/mining) -"nDy" = ( -/obj/structure/machinery/controlhub/xo_office/desk{ - pixel_y = -3; - pixel_x = -6 - }, -/obj/structure/table/reinforced/steel, -/obj/structure/machinery/requests_console/north{ - announcementConsole = 1; - department = "Executive Officer's Desk"; - departmentType = 5; - name = "XO's Desk Requests Console"; - pixel_y = 32 - }, -/obj/structure/machinery/power/outlet{ - pixel_y = 4; - pixel_x = 8 - }, -/obj/structure/machinery/vending/encryption{ - pixel_y = 32; - pixel_x = -23 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_desk) "nDA" = ( /obj/effect/decal/fake_object{ dir = 4; @@ -104936,6 +104860,28 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) +"nEi" = ( +/obj/structure/disposalpipe/segment{ + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/machinery/light_switch{ + dir = 4; + pixel_x = 23 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "nEo" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 5 @@ -104971,23 +104917,6 @@ /obj/structure/machinery/alarm/north, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/port) -"nES" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/main/starboard) "nEU" = ( /turf/simulated/floor/tiled/dark/full, /area/horizon/security/evidence_storage) @@ -105314,24 +105243,12 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"nGG" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +"nGI" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/purple{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/horizon/service/custodial) +/turf/simulated/floor/wood, +/area/horizon/hallway/primary/deck_2/central) "nGK" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -105399,25 +105316,37 @@ "nGY" = ( /turf/simulated/wall, /area/horizon/crew/emergency_closet/deck_2/starboard) +"nHb" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/machinery/access_button{ + command = "cycle_interior"; + frequency = 1379; + master_tag = "processing_airlock_control"; + name = "Interior access button"; + pixel_x = 25; + pixel_y = -30; + req_access = list(5) + }, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "nHh" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, /obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/port) -"nHm" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/door/airlock/maintenance{ - req_one_access = list(12,19) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_3/security/port) "nHn" = ( /obj/effect/floor_decal/corner/grey/diagonal, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -105445,20 +105374,6 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/canary) -"nHu" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/security/investigations_hallway) "nHx" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/machinery/alarm/north, @@ -105504,45 +105419,9 @@ /obj/random/dirt_75, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_2/wing/port/nacelle) -"nHU" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/security/investigations_hallway) "nHV" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/maintenance/deck_1/auxatmos) -"nHX" = ( -/obj/structure/disposalpipe/segment{ - icon_state = "pipe-c" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/obj/effect/landmark/start{ - name = "Surgeon" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/bed/stool/chair{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "nIa" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 1 @@ -105599,6 +105478,11 @@ /obj/structure/machinery/power/portgen/basic, /turf/simulated/floor/plating, /area/horizon/shuttle/intrepid/port_compartment) +"nIp" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "nIq" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -105609,6 +105493,20 @@ /obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/horizon/storage/eva) +"nIy" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/starboard) "nIz" = ( /obj/structure/machinery/portable_atmospherics/canister/air/airlock, /obj/structure/machinery/atmospherics/portables_connector{ @@ -105616,24 +105514,19 @@ }, /turf/simulated/floor, /area/horizon/hallway/primary/deck_3/starboard/docks) +"nIC" = ( +/obj/structure/sign/directions/prop{ + dir = 4; + pixel_y = 24 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/engineering/atmos/storage_maintenance) "nIF" = ( /turf/simulated/wall, /area/horizon/security/washroom) -"nIG" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "nII" = ( /obj/structure/lattice/catwalk, /obj/structure/railing/mapped{ @@ -105769,6 +105662,28 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/fore) +"nJC" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "nJK" = ( /obj/structure/table/rack, /obj/item/clothing/shoes/magboots, @@ -105778,20 +105693,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/unsimulated/floor, /area/antag/mercenary) -"nJL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "nJO" = ( /obj/effect/floor_decal/corner/brown{ dir = 9 @@ -105837,13 +105738,6 @@ /obj/item/eftpos, /turf/simulated/floor/tiled/dark, /area/shuttle/merchant) -"nKa" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/machinery/light/floor, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "nKc" = ( /obj/structure/machinery/button/remote/blast_door{ dir = 1; @@ -105895,28 +105789,22 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_2/central) -"nKh" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 6 - }, -/obj/effect/floor_decal/corner_wide/orange{ - dir = 6 - }, -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - Chemistry Lab Bravo"; - dir = 8 - }, -/obj/structure/engineer_maintenance/pipe{ - dir = 4 - }, -/obj/structure/engineer_maintenance/electric{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/pharmacy) "nKi" = ( /turf/simulated/floor/tiled/full, /area/horizon/engineering/hallway/fore) +"nKk" = ( +/obj/item/modular_computer/console/preset/command/account{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline_corner/security, +/obj/effect/floor_decal/industrial/outline_segment/security{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline_segment/security{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_desk) "nKl" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 @@ -105948,18 +105836,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/mining) -"nKr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/engineering/atmos/storage_maintenance) "nKs" = ( /turf/simulated/floor/plating, /area/horizon/rnd/eva) @@ -105981,6 +105857,43 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/operations/starboard/far) +"nKI" = ( +/obj/structure/machinery/power/apc/west, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/item/radio/intercom/west, +/obj/structure/machinery/light/floor{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) +"nKL" = ( +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/airlock/glass{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_3/central) "nKP" = ( /obj/structure/machinery/door/airlock/hatch{ dir = 1; @@ -106072,19 +105985,6 @@ }, /turf/unsimulated/floor, /area/centcom/legion) -"nLu" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/starboard/near) "nLE" = ( /obj/structure/machinery/space_heater, /obj/effect/floor_decal/industrial/outline/yellow, @@ -106147,6 +106047,24 @@ }, /turf/simulated/floor/plating, /area/horizon/medical/hallway) +"nMh" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" + }, +/obj/item/pen, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "nMm" = ( /obj/effect/floor_decal/industrial/warning, /obj/structure/tank_wall/phoron{ @@ -106178,6 +106096,25 @@ icon_state = "8,0" }, /area/shuttle/transport1) +"nMy" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/platform_deco{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/lino, +/area/horizon/service/chapel/main) "nMz" = ( /turf/simulated/wall/r_wall, /area/horizon/rnd/xenoarch/presentation) @@ -106307,15 +106244,20 @@ /obj/structure/table/wood, /turf/simulated/floor/wood, /area/horizon/service/mess_hall) -"nMY" = ( -/obj/structure/machinery/r_n_d/fabricator/protolathe, -/obj/structure/machinery/camera{ - c_tag = "Operations - Machinist Workshop 3"; - network = list("Operations"); - dir = 4 +"nNb" = ( +/obj/structure/machinery/light/spot{ + dir = 1 }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) +/obj/effect/floor_decal/industrial/outline/grey, +/obj/structure/table/rack, +/obj/item/deployable_kit{ + pixel_y = 10 + }, +/obj/item/deployable_kit{ + pixel_y = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/hangar/auxiliary) "nNd" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden{ dir = 4 @@ -106358,6 +106300,41 @@ }, /turf/template_noop, /area/template_noop) +"nNv" = ( +/obj/effect/map_effect/door_helper/unres{ + dir = 4 + }, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 8; + icon_state = "shutter0"; + id = "LCKDshutters"; + name = "Medical Lockdown Shutters"; + opacity = 0 + }, +/obj/structure/machinery/door/airlock/medical{ + name = "Recovery Ward"; + req_access = list(5); + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/ward) "nNG" = ( /obj/structure/platform, /obj/random/dirt_75, @@ -106605,6 +106582,15 @@ /obj/random/canister/restricted, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/security/port) +"nPw" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "nPx" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/black, /turf/simulated/wall/shuttle/scc_space_ship/cardinal, @@ -106718,6 +106704,19 @@ }, /turf/simulated/floor/holofloor/carpet, /area/horizon/holodeck/source_meetinghall) +"nQl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/security/investigations_hallway) "nQs" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -106733,14 +106732,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) -"nQt" = ( -/obj/item/reagent_containers/glass/bucket{ - amount_per_transfer_from_this = 50 - }, -/turf/unsimulated/floor{ - icon_state = "dark_preview" - }, -/area/centcom/holding) "nQw" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -106770,6 +106761,19 @@ }, /turf/simulated/floor/tiled, /area/horizon/crew/vacantoffice) +"nQB" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid/interstitial) "nQH" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -106806,6 +106810,20 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/meeting_room) +"nQM" = ( +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/machinery/requests_console/west{ + department = "Medical Examination"; + departmentType = 2; + name = "Medical Examination Requests Console" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "nQO" = ( /obj/structure/bed/stool/chair/office/dark{ dir = 4 @@ -107073,6 +107091,22 @@ "nSJ" = ( /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) +"nSM" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "nSV" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/red{ dir = 8 @@ -107086,30 +107120,24 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion/starboard) -"nTa" = ( -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/airlock/service{ - dir = 1; - name = "Bar Backroom"; - req_one_access = list(25,67) - }, -/obj/structure/sign/urban/staff{ - pixel_y = 19; - pixel_x = -1 +"nSX" = ( +/obj/structure/disposalpipe/segment{ + icon_state = "pipe-c" }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 1 + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Surgeon" }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/green{ - icon_state = "1-2" + icon_state = "4-8" }, -/obj/effect/floor_decal/industrial/hatch_door/service{ +/obj/structure/bed/stool/chair{ dir = 8 }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/bar/backroom) +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "nTb" = ( /obj/structure/disposalpipe/segment, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -107132,12 +107160,6 @@ "nTc" = ( /turf/simulated/floor/tiled, /area/horizon/security/brig) -"nTg" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/alarm/east, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/research) "nTj" = ( /obj/effect/map_effect/door_helper/unres, /obj/structure/machinery/door/firedoor/multi_tile{ @@ -107236,6 +107258,17 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenoarch/atrium) +"nTR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sortjunction/flipped{ + dir = 8; + name = "Machinist Workshop"; + sortType = "Machinist Workshop" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_2/starboard) "nTT" = ( /obj/structure/machinery/computer/shuttle_control/explore/terminal/quark{ dir = 1; @@ -107269,13 +107302,6 @@ /obj/structure/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled/dark, /area/horizon/service/custodial/disposals/deck_2) -"nUh" = ( -/obj/structure/machinery/recharge_station, -/obj/effect/floor_decal/spline/plain/red{ - dir = 6 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist/surgicalbay) "nUk" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -107302,6 +107328,16 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/far) +"nUt" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_1/central) "nUv" = ( /obj/structure/machinery/atmospherics/binary/pump{ dir = 4; @@ -107335,45 +107371,9 @@ }, /turf/simulated/floor/carpet/purple, /area/horizon/command/heads/rd) -"nUD" = ( -/obj/structure/table/stone/marble, -/obj/structure/machinery/door/firedoor, -/obj/item/glass_jar{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/structure/machinery/door/blast/shutters{ - name = "Bar Counter Shutter"; - id = "bar_counter_shutter" - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/bar) "nUG" = ( /turf/simulated/floor/carpet, /area/horizon/command/heads/captain) -"nUK" = ( -/obj/structure/machinery/door/firedoor{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "nUL" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, @@ -107527,6 +107527,25 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/security/investigators_office) +"nVX" = ( +/obj/item/modular_computer/console/preset/command/hop{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline_corner/security{ + dir = 1 + }, +/obj/structure/machinery/alarm/east, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline_segment/security{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline_segment/security{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_desk) "nVY" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -107566,19 +107585,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/checkpoint2) -"nWj" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "nWm" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -107590,25 +107596,41 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/auxatmos) -"nWC" = ( -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/obj/structure/machinery/door/blast/shutters/open{ - id = "mech_bay_shutter"; - name = "Mech Bay Shutters" +"nWo" = ( +/obj/structure/railing/mapped, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) +"nWL" = ( +/obj/structure/platform_deco{ + dir = 4 + }, +/obj/structure/platform_deco{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/light/floor{ + dir = 8 }, /turf/simulated/floor/tiled/dark/full, /area/horizon/operations/machinist) -"nWF" = ( -/obj/structure/machinery/photocopier, -/obj/structure/machinery/firealarm/north{ - pixel_y = 37 - }, -/obj/structure/machinery/recharger/wallcharger{ - pixel_x = 5; - pixel_y = 20 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_office) "nWM" = ( /obj/effect/floor_decal/corner/dark_blue/diagonal, /obj/structure/cable{ @@ -107668,20 +107690,6 @@ /obj/structure/machinery/light/small, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/nacelle) -"nWZ" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/warning/corner, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "nXb" = ( /obj/structure/disposalpipe/segment, /obj/structure/lattice/catwalk/indoor/grate, @@ -107690,21 +107698,6 @@ }, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_1/central) -"nXc" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/mauve/full{ - dir = 8 - }, -/obj/structure/machinery/light/floor{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/hallway) "nXe" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -107770,6 +107763,18 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/mining) +"nXJ" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hangar/intrepid/interstitial) "nXR" = ( /obj/effect/map_effect/marker/airlock{ frequency = 2001; @@ -107828,19 +107833,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/crew/washroom/deck_3) -"nYf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "nYh" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 4 @@ -107865,17 +107857,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/fore) -"nYA" = ( -/obj/effect/floor_decal/corner/dark_green/diagonal, -/obj/effect/floor_decal/industrial/arrow/yellow, -/obj/effect/floor_decal/spline/plain/red{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline_straight/yellow{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "nYB" = ( /obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, @@ -108021,11 +108002,6 @@ "nZN" = ( /turf/simulated/floor/holofloor/carpet/rubber, /area/horizon/holodeck/source_basketball) -"nZV" = ( -/obj/effect/floor_decal/industrial/warning, -/obj/structure/machinery/alarm/north, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "nZW" = ( /obj/effect/step_trigger/thrower/shuttle/northwest, /turf/space/transit/east, @@ -108078,14 +108054,15 @@ /obj/effect/floor_decal/spline/plain/green, /turf/simulated/floor/tiled/white, /area/horizon/service/kitchen) -"oat" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 +"oal" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" }, -/obj/structure/machinery/vending/snack/horizon, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_1/central) "oav" = ( /obj/structure/railing/mapped{ dir = 8 @@ -108096,30 +108073,6 @@ /obj/effect/step_trigger/thrower/shuttle/east, /turf/space/transit/east, /area/template_noop) -"oax" = ( -/obj/structure/platform, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/lino, -/area/horizon/service/chapel/main) -"oaA" = ( -/obj/effect/floor_decal/spline/fancy/wood, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/bed/stool/chair, -/turf/simulated/floor/wood, -/area/horizon/hallway/primary/deck_2/central) "oaB" = ( /obj/item/modular_computer/console/preset/command{ dir = 8 @@ -108197,6 +108150,20 @@ /obj/structure/machinery/light, /turf/unsimulated/floor/wood, /area/centcom/bar) +"oaY" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "oaZ" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 9 @@ -108223,27 +108190,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/supermatter/mainchamber) -"obk" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/random/desktoy{ - pixel_y = 9 - }, -/obj/structure/table/reinforced/glass, -/obj/structure/curtain/open/medical, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) -"obp" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 9 - }, -/obj/random/pottedplant, -/obj/structure/machinery/computer/guestpass{ - pixel_x = -32 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "obs" = ( /obj/random/dirt_75, /obj/random/maintenance_junk_or_loot, @@ -108399,26 +108345,6 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/shields) -"oci" = ( -/obj/effect/floor_decal/corner/lime/diagonal, -/obj/item/gps/stationary/sccv_intrepid{ - pixel_x = -10; - pixel_y = 25 - }, -/obj/structure/machinery/vending/wallmed1{ - pixel_x = 4; - pixel_y = 31; - req_access = null - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/table/rack/folding_table, -/obj/item/deployable_kit/surgery_table{ - pixel_y = 11 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/shuttle/intrepid/medical) "ocj" = ( /obj/effect/floor_decal/industrial/hatch/operations, /obj/structure/railing/retractable, @@ -108480,6 +108406,9 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/legion) +"ode" = ( +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "odf" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 8 @@ -108517,12 +108446,22 @@ /obj/item/holo/practicesword/holorapier, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_boxingcourt) -"ods" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 10 +"odw" = ( +/obj/structure/cable/green{ + icon_state = "4-8" }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/port) +/area/horizon/hallway/primary/deck_2/central) "odx" = ( /obj/structure/machinery/door/blast/shutters{ dir = 2; @@ -108884,6 +108823,18 @@ /obj/item/clothing/under/rank/sol, /turf/unsimulated/floor, /area/antag/mercenary) +"ofw" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/mining_main/refinery) "ofB" = ( /obj/effect/floor_decal/industrial/outline/grey, /obj/structure/closet/crate/plastic{ @@ -109162,17 +109113,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/auxatmos) -"ogG" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/rnd/hallway) "ogJ" = ( /obj/effect/floor_decal/corner/purple/full{ dir = 1 @@ -109217,15 +109157,6 @@ icon_state = "dark_preview" }, /area/centcom/specops) -"ohh" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "ohs" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden{ dir = 8 @@ -109290,6 +109221,15 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) +"ohO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/horizon/engineering/hallway/fore) "ohQ" = ( /obj/structure/machinery/atmospherics/pipe/manifold/hidden/fuel, /turf/simulated/wall/shuttle/unique/scc/mining{ @@ -109327,6 +109267,18 @@ }, /turf/simulated/floor/plating, /area/shuttle/transport1) +"oip" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ + id = "xo_office_tint" + }, +/turf/simulated/floor, +/area/horizon/command/heads/xo_office) "oiq" = ( /obj/structure/shuttle/engine/heater, /obj/structure/window/borosilicate/reinforced{ @@ -109406,20 +109358,12 @@ }, /turf/unsimulated/floor/plating, /area/centcom/specops) -"oiO" = ( -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 +"oiP" = ( +/obj/structure/bed/stool/chair/office/bridge{ + dir = 4 }, -/obj/effect/floor_decal/corner/purple{ - dir = 10 - }, -/obj/structure/machinery/light, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/service/custodial) +/turf/simulated/floor/carpet, +/area/horizon/command/heads/xo_office) "oiQ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -109534,17 +109478,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/reactor/indra/mainchamber) -"ojq" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "ojr" = ( /obj/structure/closet/firecloset/full, /obj/effect/floor_decal/industrial/hatch/firefighting_closet, @@ -109558,15 +109491,6 @@ }, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/starboard) -"oju" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 10 - }, -/obj/item/storage/box/fancy/tray, -/obj/structure/machinery/light, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "ojv" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/floor_decal/industrial/warning{ @@ -109596,18 +109520,6 @@ }, /turf/simulated/open, /area/horizon/operations/office) -"ojQ" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 6 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/lobby) "ojT" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden{ dir = 4 @@ -109745,6 +109657,14 @@ /obj/structure/machinery/light, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/equipment) +"okZ" = ( +/obj/structure/machinery/hologram/holopad, +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/ward) "old" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 5 @@ -109770,25 +109690,30 @@ }, /turf/unsimulated/floor, /area/centcom/legion/hangar5) -"olu" = ( +"olp" = ( +/obj/effect/floor_decal/industrial/hatch_door/yellow, /obj/structure/disposalpipe/segment/mainline{ dir = 4 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); dir = 4 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/structure/machinery/door/airlock/maintenance{ + dir = 4; + name = "Deck 3 Medical Maintenance"; + req_access = list(5) }, -/obj/structure/cable/green{ - icon_state = "4-8" +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 4; + icon_state = "shutter0"; + id = "LCKDshutters"; + name = "Medical Lockdown Shutters"; + opacity = 0 }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/item/radio/intercom/north, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/central) +/turf/simulated/floor/tiled/dark/full, +/area/horizon/medical/hallway/upper) "olv" = ( /obj/structure/table/steel, /obj/effect/floor_decal/industrial/hatch/yellow, @@ -109799,6 +109724,28 @@ }, /turf/simulated/floor/reinforced, /area/horizon/weapons/grauwolf) +"olx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/railing/mapped{ + dir = 1; + pixel_y = 8 + }, +/obj/effect/floor_decal/corner/brown/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/operations/warehouse) "oly" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -109825,14 +109772,6 @@ /obj/item/tent, /turf/simulated/floor/plating, /area/horizon/hangar/intrepid) -"olD" = ( -/obj/structure/bed/stool/chair/padded/beige, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 10 - }, -/obj/structure/machinery/alarm/north, -/turf/simulated/floor/wood, -/area/horizon/hallway/primary/deck_2/starboard) "olF" = ( /obj/structure/machinery/door/airlock/glass_centcom{ dir = 1; @@ -109843,12 +109782,6 @@ icon_state = "wood" }, /area/centcom/bar) -"olI" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/red{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/custodial/disposals/deck_1) "olJ" = ( /obj/item/reagent_containers/food/condiment/flour{ pixel_x = -4; @@ -109883,15 +109816,6 @@ icon_state = "carpet" }, /area/centcom/specops) -"olX" = ( -/obj/structure/platform, -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/spline/plain/purple, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist/surgicalbay) "oma" = ( /obj/effect/floor_decal/industrial/outline/security, /obj/effect/floor_decal/corner/blue/diagonal, @@ -109900,14 +109824,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/security/autopsy_laboratory) -"omb" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/bed/stool/chair/plastic{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "ome" = ( /turf/unsimulated/floor/rubber_carpet, /area/centcom/specops) @@ -109925,18 +109841,6 @@ icon_state = "dark_preview" }, /area/centcom/holding) -"omt" = ( -/obj/structure/table/reinforced/glass, -/obj/item/storage/box/unique/sharps{ - pixel_x = -8; - pixel_y = 3 - }, -/obj/structure/machinery/power/outlet{ - pixel_y = 3 - }, -/obj/effect/floor_decal/spline/plain/red, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist/surgicalbay) "omu" = ( /obj/effect/floor_decal/corner/yellow{ dir = 4 @@ -109995,18 +109899,6 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor, /area/horizon/hallway/primary/deck_3/port/docks) -"omP" = ( -/obj/structure/machinery/camera{ - c_tag = "Operations - Machinist Workshop 2"; - network = list("Operations"); - dir = 1 - }, -/obj/effect/floor_decal/spline/plain/red{ - dir = 1 - }, -/obj/structure/machinery/r_n_d/material_silo, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist) "omQ" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -110050,6 +109942,21 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) +"ong" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + icon_state = "pipe-c" + }, +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/command/heads/xo_desk) "oni" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -110071,6 +109978,20 @@ }, /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/hallway/primary/deck_3/port/docks) +"onA" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/port) "onB" = ( /obj/effect/decal/fake_object{ color = "#545c68"; @@ -110084,6 +110005,18 @@ density = 1 }, /area/antag/ninja) +"onC" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "onE" = ( /obj/structure/shuttle_part/scc_space_ship{ icon_state = "d2-2" @@ -110295,6 +110228,13 @@ dir = 4 }, /area/horizon/holodeck/source_trinary) +"ooH" = ( +/obj/structure/machinery/firealarm/east, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "ooK" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 5 @@ -110337,6 +110277,18 @@ }, /turf/simulated/floor/plating, /area/horizon/weapons/grauwolf) +"ooU" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "ooX" = ( /obj/effect/floor_decal/corner/dark_blue/diagonal, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, @@ -110368,24 +110320,6 @@ }, /turf/space, /area/horizon/engineering/atmos/propulsion) -"opl" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/obj/item/pen, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "opn" = ( /obj/structure/machinery/telecomms/server/presets/science, /turf/simulated/floor/bluegrid, @@ -110452,12 +110386,6 @@ }, /turf/unsimulated/floor, /area/centcom/evac) -"opM" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/maintenance/deck_2/research) "opP" = ( /obj/structure/table/rack, /obj/item/storage/box/syndie_kit/chameleon, @@ -110468,6 +110396,11 @@ }, /turf/unsimulated/floor/marble, /area/antag/wizard) +"opW" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/port/near) "opY" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 8 @@ -110487,30 +110420,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/intrepid/starboard_compartment) -"oqa" = ( -/obj/structure/machinery/door/blast/shutters{ - dir = 4; - id = "service_divider_shutter" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/service, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/kitchen) -"oqc" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/command/bridge/upperdeck) "oqf" = ( /turf/simulated/floor/wood, /area/horizon/command/heads/chief) @@ -110560,15 +110469,6 @@ density = 1 }, /area/antag/ninja) -"oqq" = ( -/obj/structure/machinery/door/firedoor{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/hallway) "oqt" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, @@ -110807,6 +110707,30 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics) +"orJ" = ( +/obj/structure/platform_stairs/full/east_west_cap, +/obj/structure/platform/cutout{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/light_switch/north{ + pixel_x = 4; + pixel_y = 24 + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist/surgicalbay) "orN" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 6 @@ -110822,25 +110746,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/intrepid) -"orO" = ( -/obj/structure/disposalpipe/segment{ - icon_state = "pipe-c" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/effect/floor_decal/spline/plain/brown{ - dir = 4 - }, -/obj/structure/machinery/light/floor, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist) "orS" = ( /obj/structure/machinery/bluespace_beacon, /obj/structure/lattice/catwalk/indoor/grate/dark, @@ -110944,6 +110849,20 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled/white, /area/horizon/security/autopsy_laboratory) +"oso" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "osu" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -111021,6 +110940,22 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenoarch/atrium) +"ota" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/airlock/glass{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_2/central) "otc" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -111116,13 +111051,6 @@ }, /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_courtroom) -"oty" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk/indoor, -/turf/simulated/floor/plating, -/area/horizon/maintenance/substation/engineering/lower) "otK" = ( /obj/structure/machinery/portable_atmospherics/canister/oxygen, /obj/effect/floor_decal/industrial/outline/yellow, @@ -111131,19 +111059,6 @@ "otO" = ( /turf/unsimulated/wall/steel, /area/antag/raider) -"otP" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/door/firedoor, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/security/hallway) "otS" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/random/junk, @@ -111152,24 +111067,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/hangar/starboard) -"otU" = ( -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/machinery/disposal/small/south, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 8 - }, -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - Aft Treatment Room" - }, -/obj/effect/floor_decal/industrial/warning, -/obj/structure/machinery/light_switch/north, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/icu) "ouc" = ( /obj/structure/table/wood, /obj/effect/floor_decal/spline/fancy/wood{ @@ -111292,50 +111189,21 @@ /obj/item/mop, /turf/simulated/floor/tiled/white, /area/merchant_station) -"ouT" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 +"ouV" = ( +/obj/structure/table/standard, +/obj/structure/bedsheetbin{ + pixel_y = 5 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) +"ovb" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 5 }, /obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/starboard/near) -"ouV" = ( -/obj/item/stack/material/steel/full, -/obj/item/stack/material/steel/full, -/obj/item/stack/material/steel/full, -/obj/item/stack/material/steel/full, -/obj/item/stack/material/glass/full, -/obj/item/stack/material/glass/full, -/obj/item/stack/material/aluminium/full, -/obj/item/stack/material/aluminium/full, -/obj/item/stack/material/plasteel{ - amount = 20; - pixel_y = 4; - randpixel = 0 - }, -/obj/effect/floor_decal/spline/plain/red{ - dir = 9 - }, -/obj/item/stack/material/phoron{ - amount = 20 - }, -/obj/item/stack/material/uranium{ - amount = 10 - }, -/obj/structure/closet/crate/drop, -/obj/structure/crate_shelf, -/obj/item/stack/material/lead{ - amount = 10 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist) +/turf/simulated/floor/tiled, +/area/horizon/operations/break_room) "ovc" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -111368,17 +111236,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/intrepid) -"ovf" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled/full, -/area/horizon/rnd/hallway) "ovm" = ( /turf/simulated/wall/r_wall, /area/horizon/engineering/reactor/indra/monitoring) @@ -111419,6 +111276,9 @@ }, /turf/unsimulated/floor, /area/centcom/legion) +"ovB" = ( +/turf/simulated/wall/r_wall, +/area/horizon/command/heads/xo_office) "ovG" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -111702,6 +111562,14 @@ icon_state = "dark_preview" }, /area/centcom/holding) +"oxC" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/light/small, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/security/port) "oxD" = ( /obj/structure/machinery/fabricator/autolathe, /turf/simulated/floor/carpet/rubber, @@ -111825,13 +111693,6 @@ /obj/random/canister/empty, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/security/port) -"oyz" = ( -/obj/effect/floor_decal/corner_wide/lime/diagonal, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "oyA" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 10 @@ -111858,13 +111719,6 @@ }, /turf/simulated/floor, /area/horizon/maintenance/deck_3/cafe) -"oyM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/operations/machinist) "oyW" = ( /obj/effect/floor_decal/corner/paleblue/full{ dir = 1 @@ -111938,19 +111792,6 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/medical/cryo) -"ozA" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/light_switch{ - pixel_x = -26; - pixel_y = -19 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "ozB" = ( /obj/effect/floor_decal/corner/mauve{ dir = 5 @@ -112046,19 +111887,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/aft) -"oAm" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/spline/plain/yellow{ - dir = 10 - }, -/obj/structure/machinery/firealarm/west, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/reactor/indra/smes) "oAn" = ( /obj/effect/floor_decal/corner/dark_blue/full, /obj/effect/floor_decal/industrial/outline/security, @@ -112159,12 +111987,6 @@ "oAJ" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/engineering/bluespace_drive) -"oAR" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/command/heads/xo_desk) "oBb" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -112202,6 +112024,13 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/bluespace_drive) +"oBs" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/structure/machinery/alarm/north, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "oBu" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/machinery/power/apc/east, @@ -112248,19 +112077,6 @@ icon_state = "dark_preview" }, /area/centcom/holding) -"oBI" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_2/starboard) "oBJ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/floor_decal/industrial/warning{ @@ -112373,6 +112189,10 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/substation/engineering/lower) +"oCE" = ( +/obj/structure/disposalpipe/junction, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "oCI" = ( /turf/simulated/wall/shuttle/unique/tcfl{ icon_state = "7,0" @@ -112382,28 +112202,6 @@ /obj/effect/shuttle_landmark/horizon/exterior/deck_2/port_aft, /turf/template_noop, /area/template_noop) -"oCN" = ( -/obj/structure/machinery/alarm/south, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 7 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/horizon/command/heads/captain) "oCQ" = ( /obj/structure/trash_pile, /obj/random/dirt_75, @@ -112412,25 +112210,6 @@ /obj/random/dirt_75, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/main/port/shortcut) -"oCR" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor/multi_tile, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/multi_tile/glass{ - name = "Medical Reception" - }, -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "MedBay Lockdown Shutters"; - opacity = 0 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/reception) "oCS" = ( /turf/simulated/floor/marble/dark, /area/horizon/command/bridge/minibar) @@ -112448,6 +112227,20 @@ /obj/structure/machinery/atmospherics/pipe/simple/visible/aux, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos) +"oCU" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/airlock/maintenance_hatch, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_3/aft/port) "oCW" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -112543,6 +112336,16 @@ /obj/structure/table/glass/reinf, /turf/unsimulated/floor/monotile, /area/antag/mercenary) +"oDx" = ( +/obj/structure/table/steel, +/obj/item/toy/comic/magazine, +/obj/random/horticulture_magazine, +/obj/structure/machinery/alarm/east, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "oDy" = ( /obj/effect/floor_decal/industrial/loading, /obj/effect/floor_decal/industrial/outline, @@ -112595,6 +112398,15 @@ /obj/effect/floor_decal/industrial/hatch_door/engineering, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/hallway/aft) +"oDP" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_1/central) "oDX" = ( /obj/structure/bed/stool/chair/office/light{ dir = 8 @@ -112645,6 +112457,34 @@ /obj/structure/flora/ausbushes/lavendergrass, /turf/unsimulated/floor/grass, /area/antag/actor) +"oEi" = ( +/obj/effect/floor_decal/corner/brown/full{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/power/apc/north, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/machinery/light/floor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist) "oEj" = ( /obj/structure/machinery/appliance/cooker/stove{ stat = 0 @@ -112677,20 +112517,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/starboard) -"oEt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/engineering/hallway/interior) "oEu" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -112758,6 +112584,13 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/elevator) +"oEM" = ( +/obj/structure/railing/mapped, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "oEP" = ( /obj/effect/floor_decal/corner/brown{ dir = 9 @@ -112833,16 +112666,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) -"oFr" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/obj/structure/machinery/light, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "oFw" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -112878,6 +112701,21 @@ }, /turf/simulated/floor/reinforced, /area/shuttle/mercenary) +"oFJ" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/deployable_kit{ + pixel_y = 12 + }, +/obj/item/deployable_kit{ + pixel_y = 6 + }, +/obj/item/deployable_kit, +/turf/simulated/floor/plating, +/area/horizon/shuttle/intrepid/port_compartment) "oFM" = ( /obj/structure/machinery/firealarm/east, /obj/effect/floor_decal/corner/dark_blue/full{ @@ -112916,27 +112754,6 @@ icon_state = "wood" }, /area/centcom/control) -"oFY" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/mess_hall) "oGc" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 6 @@ -113007,16 +112824,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/main/starboard) -"oGv" = ( -/obj/effect/floor_decal/corner_wide/green/diagonal{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "oGz" = ( /obj/structure/platform/ledge{ dir = 4 @@ -113044,32 +112851,6 @@ "oGC" = ( /turf/simulated/floor/wood, /area/horizon/service/bar) -"oGJ" = ( -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/structure/grille, -/obj/structure/window/shuttle/scc_space_ship, -/obj/structure/machinery/door/blast/shutters{ - dir = 4; - id = "xo_office_window_shutter"; - name = "Safety Shutter" - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/turf/simulated/floor, -/area/horizon/command/heads/xo_office) "oGM" = ( /obj/structure/cable/green{ icon_state = "2-8" @@ -113097,31 +112878,6 @@ /obj/structure/closet/crate/hydroponics/beekeeping, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics/lower) -"oGS" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "processing_airlock_control"; - name = "Interior access button"; - pixel_x = 25; - pixel_y = -30; - req_access = list(5) - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "oGV" = ( /obj/structure/machinery/portable_atmospherics/powered/pump/filled{ start_pressure = 15000 @@ -113139,17 +112895,18 @@ /obj/structure/curtain/open/shower, /turf/simulated/floor/tiled/freezer, /area/horizon/security/washroom) -"oHk" = ( +"oHd" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/green{ - icon_state = "4-8" + icon_state = "1-2" }, -/obj/structure/disposalpipe/sortjunction/flipped{ - dir = 8; - name = "Machinist Workshop"; - sortType = "Machinist Workshop" +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_2/starboard) +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "oHl" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -113185,6 +112942,36 @@ }, /turf/unsimulated/floor, /area/centcom/control) +"oHy" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/full, +/area/horizon/security/investigations_hallway) +"oHA" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + sortType = "Bar"; + name = "Bar" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/horizon/service/bar) "oHB" = ( /obj/structure/machinery/recharger/wallcharger{ pixel_x = 4; @@ -113258,11 +113045,6 @@ /obj/effect/floor_decal/industrial/outline/service, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics/garden) -"oIb" = ( -/obj/effect/floor_decal/corner_wide/lime/diagonal, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "oIh" = ( /turf/simulated/wall/shuttle/dark/corner/underlay{ dir = 6 @@ -113282,6 +113064,14 @@ /obj/structure/anomaly_container, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenoarch/anomaly_storage) +"oIw" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/port/near) "oIx" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -113394,18 +113184,6 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/command/bridge/cciaroom/lounge) -"oIV" = ( -/obj/item/modular_computer/console/preset/medical{ - dir = 8 - }, -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 5 - }, -/obj/structure/railing/mapped{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "oIY" = ( /turf/simulated/wall/shuttle/scc, /area/horizon/shuttle/escape_pod/pod4) @@ -113421,12 +113199,6 @@ "oJe" = ( /turf/simulated/wall/r_wall, /area/horizon/rnd/xenoarch/anomaly_storage) -"oJg" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "oJi" = ( /obj/structure/machinery/chemical_dispenser/coffeemaster/full{ pixel_x = -9; @@ -113470,16 +113242,6 @@ /obj/structure/machinery/firealarm/east, /turf/simulated/floor/tiled/full, /area/horizon/medical/washroom) -"oJw" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/lobby) "oJx" = ( /obj/effect/decal/fake_object{ icon = 'icons/obj/doors/rapid_pdoor.dmi'; @@ -113832,6 +113594,13 @@ /obj/structure/bed/stool/chair/office/dark, /turf/simulated/floor/tiled/dark, /area/horizon/security/evidence_storage) +"oLs" = ( +/obj/structure/platform/ledge/dark{ + dir = 4 + }, +/obj/structure/lattice, +/turf/simulated/open, +/area/horizon/maintenance/deck_2/cryo) "oLv" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/yellow, /obj/structure/cable/yellow{ @@ -113907,6 +113676,27 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/intrepid) +"oLK" = ( +/obj/structure/machinery/light/floor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "oLV" = ( /obj/structure/railing/mapped, /obj/structure/morgue, @@ -113951,25 +113741,6 @@ }, /turf/simulated/floor/reinforced, /area/horizon/rnd/xenoarch/isolation_c) -"oMn" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/floor_decal/sign/p, -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "oMr" = ( /obj/structure/grille, /obj/structure/window/shuttle/scc_space_ship, @@ -113978,18 +113749,6 @@ }, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_3/starboard/docks) -"oMs" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "oMt" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -114004,19 +113763,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/far) -"oMx" = ( -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "MedBay Lockdown Shutters"; - opacity = 0 - }, -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/obj/structure/sign/greencross/small, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/medical/reception) "oMF" = ( /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/aft_airlock) @@ -114166,21 +113912,6 @@ icon_state = "dark_preview" }, /area/centcom/spawning) -"oNy" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/controlroom) "oNI" = ( /obj/effect/floor_decal/corner_wide/paleblue/full, /obj/structure/closet/secure_closet/CMO, @@ -114311,6 +114042,15 @@ /obj/structure/machinery/light, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos) +"oOm" = ( +/obj/item/storage/box/fancy/tray, +/obj/structure/machinery/light, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "oOn" = ( /obj/structure/machinery/firealarm/west, /obj/effect/floor_decal/spline/fancy/wood{ @@ -114318,15 +114058,6 @@ }, /turf/simulated/floor/wood, /area/horizon/crew/journalistoffice) -"oOu" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "oOv" = ( /obj/effect/floor_decal/corner/mauve/diagonal, /obj/structure/cable/green{ @@ -114511,21 +114242,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/nacelle) -"oPP" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) "oPX" = ( /obj/structure/cryofeed{ dir = 1 @@ -114738,24 +114454,6 @@ }, /turf/simulated/floor/wood, /area/horizon/crew/lounge) -"oRP" = ( -/obj/effect/floor_decal/corner/brown/full, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "oRQ" = ( /obj/effect/decal/cleanable/cobweb, /obj/structure/lattice/catwalk/indoor/grate/dark, @@ -114792,6 +114490,23 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/intrepid) +"oRU" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/starboard/near) "oRW" = ( /obj/effect/floor_decal/corner_wide/yellow/full{ dir = 8 @@ -114804,18 +114519,17 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/interior) -"oSd" = ( +"oSb" = ( /obj/structure/cable/green{ icon_state = "1-2" }, -/obj/effect/floor_decal/corner/brown{ - dir = 6 +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/break_room) +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_2/fore) "oSf" = ( /turf/unsimulated/wall/fakeairlock{ icon = 'icons/obj/doors/Doorext.dmi'; @@ -114823,6 +114537,14 @@ name = "service airlock" }, /area/centcom/specops) +"oSh" = ( +/obj/structure/roller_rack/three{ + pixel_y = 3 + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam/full, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "oSi" = ( /obj/structure/machinery/light, /obj/structure/machinery/camera/network/command{ @@ -114912,6 +114634,15 @@ }, /turf/simulated/floor/shuttle/dark_blue, /area/shuttle/transport1) +"oSC" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/reception) "oSI" = ( /obj/structure/table/standard, /obj/structure/machinery/vending/wallmed1{ @@ -115065,15 +114796,6 @@ }, /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/engineering/storage_hard/upper) -"oTv" = ( -/obj/structure/table/reinforced/steel, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "oTA" = ( /obj/structure/disposalpipe/segment{ dir = 8; @@ -115132,6 +114854,26 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_battlemonsters) +"oTP" = ( +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "entrance_shutters"; + name = "Entrance Lockdown Shutters"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/reception) "oTQ" = ( /obj/structure/railing/mapped{ name = "adjusted railing" @@ -115140,6 +114882,20 @@ dir = 4 }, /area/horizon/holodeck/source_chapel) +"oTR" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "oTT" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 @@ -115207,6 +114963,19 @@ }, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_luceism) +"oUk" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) "oUm" = ( /obj/structure/machinery/computer/security/engineering/terminal{ dir = 8 @@ -115214,26 +114983,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/monitoring) -"oUq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "oUr" = ( /obj/structure/machinery/camera/network/service{ c_tag = "Service- Bridge Stairwell"; @@ -115305,6 +115054,17 @@ }, /turf/unsimulated/floor, /area/centcom/bar) +"oUN" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist) "oUP" = ( /turf/simulated/wall, /area/horizon/maintenance/deck_2/service/starboard) @@ -115457,29 +115217,6 @@ "oVZ" = ( /turf/simulated/wall, /area/horizon/holodeck_control) -"oWe" = ( -/obj/structure/machinery/atmospherics/unary/vent_pump/on, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/effect/floor_decal/spline/plain/corner/red{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) -"oWh" = ( -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 1; - name = "Chapel Maintenance"; - req_access = list(22) - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/chapel/corpse_storage) "oWk" = ( /obj/item/storage/bag/money{ pixel_x = -11; @@ -115551,17 +115288,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_1/central) -"oWH" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/interstitial) "oWI" = ( /obj/structure/closet/walllocker/firecloset{ pixel_y = 30 @@ -115621,20 +115347,6 @@ /obj/effect/floor_decal/corner/red, /turf/unsimulated/floor, /area/centcom/control) -"oXd" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "oXe" = ( /obj/structure/machinery/door/airlock/external{ dir = 4; @@ -115760,32 +115472,6 @@ "oXv" = ( /turf/simulated/open, /area/horizon/engineering/break_room) -"oXx" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/obj/structure/disposalpipe/sortjunction/flipped{ - dir = 1; - name = "CMO Office"; - sortType = "CMO Office" - }, -/obj/structure/railing/mapped{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "oXC" = ( /obj/effect/floor_decal/spline/plain/corner{ dir = 1 @@ -115795,6 +115481,16 @@ /obj/structure/flora/ausbushes/brflowers, /turf/simulated/floor/exoplanet/grass/grove, /area/centcom/shared_dream) +"oXD" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/operations/starboard/amidships) "oXJ" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -115821,49 +115517,12 @@ /obj/random/tool, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/atmos/storage_maintenance) -"oXO" = ( -/obj/structure/machinery/computer/security/terminal/public{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/full, -/area/horizon/service/cafeteria) -"oXX" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/obj/structure/machinery/light/floor{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/loading) "oYa" = ( /obj/random/dirt_75, /obj/random/dirt_75, /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/far) -"oYg" = ( -/obj/structure/bed/roller, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/medical, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "oYh" = ( /obj/structure/table/standard, /obj/item/trash/liquidfood, @@ -115879,24 +115538,6 @@ /obj/effect/floor_decal/corner/dark_green, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/starboard) -"oYo" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/controlroom) "oYq" = ( /obj/effect/map_effect/window_spawner/full/reinforced/polarized/indestructible{ id = "CCIABS" @@ -115908,28 +115549,6 @@ /obj/structure/machinery/firealarm/south, /turf/simulated/floor/carpet, /area/horizon/command/heads/om) -"oYz" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/outline_straight/service{ - dir = 4 - }, -/obj/structure/machinery/light/small/floor, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/turf/simulated/floor/lino/diamond, -/area/horizon/service/bar) "oYG" = ( /obj/structure/machinery/door/firedoor{ dir = 4 @@ -115961,13 +115580,6 @@ /obj/structure/holostool, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck/source_pool) -"oYM" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "oYQ" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 5 @@ -116093,12 +115705,6 @@ /obj/structure/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/carpet/rubber, /area/horizon/rnd/xenoarch/spectrometry) -"oZU" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) "oZV" = ( /obj/structure/machinery/door/firedoor, /obj/structure/grille, @@ -116170,25 +115776,15 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/near) -"pat" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +"par" = ( +/obj/structure/table/reinforced/glass, +/obj/structure/curtain/open/medical, +/obj/item/radio/intercom/east, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction{ - dir = 8; - icon_state = "pipe-j2" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "pax" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -116338,6 +115934,16 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/main/starboard) +"pbd" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/fore) "pbg" = ( /obj/structure/grille, /obj/structure/machinery/door/firedoor, @@ -116444,23 +116050,6 @@ /obj/structure/closet/firecloset, /turf/simulated/floor/tiled, /area/horizon/security/investigations_hallway) -"pbY" = ( -/obj/structure/machinery/mech_recharger, -/mob/living/heavy_vehicle/premade/random/boring, -/obj/effect/floor_decal/industrial/outline/red, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) -"pcf" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor, -/turf/simulated/floor, -/area/horizon/maintenance/substation/command) "pcg" = ( /obj/structure/cable/green{ icon_state = "1-8" @@ -116499,6 +116088,21 @@ }, /turf/simulated/floor/tiled, /area/horizon/service/custodial) +"pcs" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) "pct" = ( /obj/structure/cable{ icon_state = "4-8" @@ -116578,18 +116182,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) -"pdf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/yellow{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/engineering/hallway/fore) "pdg" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -116622,15 +116214,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/intrepid/port_compartment) -"pdw" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/purple{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_1/central) "pdx" = ( /obj/structure/table/reinforced/steel, /obj/item/reagent_containers/glass/bottle/phoron, @@ -116703,18 +116286,6 @@ /obj/structure/lattice, /turf/simulated/open, /area/horizon/maintenance/deck_2/operations) -"pdZ" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/yellow{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/engineering/hallway/interior) "ped" = ( /obj/structure/table/rack, /obj/structure/machinery/light, @@ -116731,6 +116302,16 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/substation/research) +"peo" = ( +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/rnd/hallway) "peq" = ( /obj/structure/cable/green{ icon_state = "2-8" @@ -116809,16 +116390,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/lobby) -"peI" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/reception) "peL" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 1 @@ -116858,38 +116429,12 @@ }, /turf/simulated/wall, /area/horizon/maintenance/deck_2/wing/port) -"peR" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/power/apc/west, -/obj/structure/cable/green, -/obj/effect/floor_decal/industrial/outline_straight/service{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/lino/diamond, -/area/horizon/service/bar/backroom) "peT" = ( /obj/structure/machinery/atmospherics/pipe/manifold/visible/black{ dir = 1 }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos/turbine) -"peU" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/horizon/operations/lobby) "peY" = ( /obj/structure/railing/mapped{ dir = 8 @@ -116929,14 +116474,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/weapons/longbow) -"pfe" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/port/near) "pfh" = ( /obj/structure/window/reinforced/crescent{ dir = 8 @@ -116944,25 +116481,6 @@ /obj/structure/flora/ausbushes/lavendergrass, /turf/simulated/floor/grass/no_edge, /area/centcom/bar) -"pfj" = ( -/obj/structure/bed/stool/chair/office/bridge{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 9 - }, -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/effect/landmark/start{ - name = "Bridge Crew" - }, -/obj/structure/machinery/camera/network/command{ - c_tag = "Bridge - Conference room"; - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/command/bridge/meeting_room) "pfk" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -117288,21 +116806,6 @@ "phb" = ( /turf/simulated/floor/holofloor/reinforced, /area/horizon/holodeck/alphadeck) -"phc" = ( -/obj/structure/table/standard, -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/item/storage/box/unique/sharps{ - pixel_y = 9 - }, -/obj/item/vitals_monitor, -/obj/item/vitals_monitor, -/obj/item/vitals_monitor, -/obj/item/vitals_monitor, -/obj/effect/floor_decal/corner_wide/green/full, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "phg" = ( /obj/structure/machinery/power/smes/buildable/substation{ RCon_tag = "Substation - Deck 3 Civilian" @@ -117362,18 +116865,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/service/custodial) -"phB" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/controlroom) "phH" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/green{ @@ -117417,13 +116908,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/intrepid/starboard_compartment) -"phM" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/effect/decal/cleanable/cobweb2{ - icon_state = "cobweb1" - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/wing/starboard) "phQ" = ( /obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 4 @@ -117648,13 +117132,6 @@ "pjo" = ( /turf/simulated/open, /area/horizon/service/custodial/disposals/deck_2) -"pjs" = ( -/obj/structure/machinery/power/outlet{ - pixel_y = 3 - }, -/obj/structure/table/reinforced/glass, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "pjw" = ( /obj/structure/holostool, /turf/simulated/floor/holofloor/beach/sand, @@ -117775,6 +117252,24 @@ icon_state = "7,7" }, /area/horizon/shuttle/mining) +"pkk" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/controlroom) "pkn" = ( /obj/structure/computerframe, /turf/simulated/floor/tiled/dark, @@ -117803,27 +117298,30 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/starboard) -"pkK" = ( -/obj/structure/sink/kitchen{ - dir = 4; - name = "surgical sink"; - pixel_x = -20 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "pkN" = ( /obj/structure/machinery/atmospherics/pipe/manifold/hidden{ dir = 4 }, /turf/simulated/floor/bluegrid/server, /area/horizon/rnd/server) +"pkS" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/railing/mapped, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) "pkT" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -117834,18 +117332,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/visible/fuel, /turf/space, /area/horizon/exterior) -"pla" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/main_storage) "plb" = ( /obj/effect/floor_decal/corner/grey/diagonal, /obj/effect/floor_decal/spline/plain/green{ @@ -117898,24 +117384,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/tcommsat/entrance) -"plB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/alarm/north, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "plE" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -118001,16 +117469,13 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/operations) -"pms" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" +"pmx" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/fore) +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/wing/starboard/far) "pmB" = ( /obj/structure/table/rack, /obj/item/stack/liquidbags/half_full{ @@ -118095,6 +117560,36 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/supermatter/mainchamber) +"pmS" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/starboard) +"pna" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "pnb" = ( /turf/simulated/wall/shuttle/unique/scc/mining{ icon_state = "3,1" @@ -118131,6 +117626,27 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/storage/eva/expedition) +"pni" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/sink/kitchen{ + dir = 8; + name = "sink"; + pixel_x = 20 + }, +/turf/simulated/floor/plating, +/area/horizon/service/chapel/corpse_storage) "pnk" = ( /obj/structure/table/steel, /obj/item/deck/cards{ @@ -118158,18 +117674,14 @@ /obj/item/radio/intercom/south, /turf/simulated/floor/lino, /area/horizon/service/chapel/main) -"pnt" = ( -/obj/structure/table/reinforced/wood, -/obj/item/toy/desk/newtoncradle{ - pixel_x = -4; - pixel_y = 7 +"pnu" = ( +/obj/structure/machinery/light/spot{ + dir = 1 }, -/obj/item/flashlight/lamp/green{ - pixel_x = 7; - pixel_y = 3 - }, -/turf/simulated/floor/carpet, -/area/horizon/command/heads/xo_office) +/obj/effect/floor_decal/industrial/outline/firefighting_closet, +/obj/structure/extinguisher_cabinet/east, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/auxiliary) "pnv" = ( /obj/item/gun/energy/rifle/laser, /obj/item/gun/energy/rifle/laser, @@ -118220,15 +117732,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/research) -"pnT" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/effect/floor_decal/spline/plain/red{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "pnU" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/machinery/door/firedoor, @@ -118337,24 +117840,6 @@ /obj/structure/machinery/alarm/shuttle/east, /turf/simulated/floor/plating, /area/horizon/shuttle/quark/cargo_hold) -"poB" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_2/starboard) -"poD" = ( -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/obj/structure/machinery/alarm/west, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "poF" = ( /obj/structure/platform, /obj/structure/closet/secure_closet/scientist, @@ -118380,20 +117865,28 @@ /obj/item/lightreplacer, /turf/simulated/floor/tiled, /area/horizon/command/bridge/supply) -"poR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/floor_decal/industrial/warning{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_3/security/starboard) "poS" = ( /obj/structure/shuttle_part/scc_space_ship{ icon_state = "d3-4" }, /turf/simulated/wall/r_wall, /area/horizon/rnd/xenobiology/xenoflora) +"poV" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/security/investigations_hallway) "poW" = ( /obj/structure/machinery/photocopier, /obj/effect/floor_decal/corner/dark_blue/diagonal, @@ -118475,21 +117968,20 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/chamber) -"ppE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 +"ppG" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 10 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/structure/cable/green{ + icon_state = "4-8" }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 +/obj/effect/floor_decal/industrial/warning/corner, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "ppJ" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -118511,25 +118003,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/security/investigations_hallway) -"ppN" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/platform_deco{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/lino, -/area/horizon/service/chapel/main) "ppY" = ( /obj/effect/floor_decal/corner/yellow{ dir = 10 @@ -118737,11 +118210,39 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/captain) +"prP" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/interstitial) "prQ" = ( /obj/structure/machinery/mech_recharger, /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor/plating, /area/centcom/legion/hangar5) +"psh" = ( +/obj/structure/bed/stool/chair/office/bridge{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/horizon/command/heads/xo_desk) "psm" = ( /obj/structure/cable{ icon_state = "1-2" @@ -118757,6 +118258,53 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) +"psn" = ( +/obj/effect/decal/fake_object{ + dir = 4; + icon = 'icons/effects/props/holodeck/konyang/32x32.dmi'; + icon_state = "plank"; + name = "floor planks" + }, +/obj/effect/decal/fake_object{ + desc = "A rudimentary, poorly utilized railing mechanism. Stepping over it is easy."; + dir = 4; + icon = 'icons/effects/props/holodeck/konyang/32x32.dmi'; + icon_state = "rope-railing"; + name = "short rope" + }, +/obj/effect/decal/fake_object{ + desc = "A rudimentary, poorly utilized railing mechanism. Stepping over it is easy."; + dir = 4; + icon = 'icons/effects/props/holodeck/konyang/32x32.dmi'; + icon_state = "post"; + name = "post"; + pixel_y = -4 + }, +/obj/effect/decal/fake_object{ + desc = "A lovely umbrella for those rainy Konyanger days."; + dir = 4; + icon = 'icons/effects/props/holodeck/konyang/64x64.dmi'; + icon_state = "umbrella"; + name = "traditional Konyanger umbrella"; + pixel_x = -1; + pixel_y = 4 + }, +/obj/effect/decal/fake_object{ + dir = 4; + icon = 'icons/effects/props/holodeck/konyang/32x32.dmi'; + icon_state = "plank_shadow"; + name = "floor planks" + }, +/obj/structure/machinery/door/window/holowindoor{ + dir = 1 + }, +/turf/simulated/floor/holofloor/wood{ + dir = 6; + icon = 'icons/turf/flooring/exoplanet/konyang.dmi'; + icon_state = "water"; + name = "shallow water" + }, +/area/horizon/holodeck/source_konyang) "pst" = ( /obj/effect/map_effect/window_spawner/full/borosilicate/reinforced, /obj/structure/machinery/door/blast/regular/open{ @@ -118894,11 +118442,6 @@ }, /turf/unsimulated/floor/linoleum, /area/antag/actor) -"pta" = ( -/obj/effect/floor_decal/corner_wide/green/full, -/obj/structure/machinery/light, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "ptd" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -118938,6 +118481,26 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/service/bar) +"pts" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/light/small/floor, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/horizon/service/bar) "ptu" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 9 @@ -118972,6 +118535,22 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_thunderdomecourt) +"ptB" = ( +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/button/remote/blast_door{ + dir = 1; + id = "medicalisolation"; + name = "Isolation Ward Shutters"; + pixel_y = 30; + req_access = list(5) + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "ptP" = ( /obj/structure/machinery/door/airlock/glass_security{ autoclose = 0; @@ -118996,6 +118575,18 @@ /obj/effect/floor_decal/industrial/hatch_door/red, /turf/simulated/floor/tiled/full, /area/horizon/security/brig) +"ptU" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "ptY" = ( /obj/structure/machinery/light/floor{ dir = 1 @@ -119142,6 +118733,11 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/security/investigations_hallway) +"puX" = ( +/obj/structure/railing/mapped, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "pva" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable{ @@ -119277,6 +118873,23 @@ /obj/effect/floor_decal/industrial/outline_straight/service, /turf/simulated/floor/tiled/dark, /area/horizon/service/chapel/office) +"pwe" = ( +/obj/structure/platform, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/lino, +/area/horizon/service/chapel/main) "pwg" = ( /turf/simulated/floor/tiled/full, /area/horizon/maintenance/deck_2/wing/starboard/nacelle) @@ -119328,19 +118941,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/far) -"pwt" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/industrial/hatch_door/service{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/hallway/primary/deck_2/fore) "pwv" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -119442,6 +119042,14 @@ "pxb" = ( /turf/simulated/wall/r_wall, /area/horizon/engineering/reactor/supermatter/monitoring) +"pxg" = ( +/obj/structure/machinery/light/floor, +/obj/structure/railing/mapped, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "pxi" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -119464,37 +119072,6 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/maintenance/substation/operations) -"pxu" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/button/remote/blast_door{ - name = "Dividing Door Control"; - dir = 4; - id = "service_divider_shutter"; - pixel_x = 22; - pixel_y = 28; - req_one_access = list(25,28) - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline_straight/service, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar) "pxv" = ( /obj/item/beach_ball, /turf/simulated/floor/beach/sand{ @@ -119564,21 +119141,6 @@ /obj/effect/floor_decal/industrial/outline/red, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) -"pxM" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/gen_treatment) "pxO" = ( /obj/structure/railing/mapped{ dir = 4 @@ -119671,6 +119233,12 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/carpet/rubber, /area/horizon/rnd/xenobiology/xenoflora) +"pyv" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/custodial/disposals/deck_1) "pyx" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /obj/effect/floor_decal/corner/brown/full{ @@ -119755,6 +119323,46 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/near) +"pyO" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) +"pyU" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_2/central) "pyX" = ( /obj/item/paper_bin{ pixel_x = -4; @@ -119789,18 +119397,6 @@ /obj/structure/railing/mapped/no_density/low, /turf/simulated/floor/tiled/gunmetal, /area/horizon/operations/ship_supply_warehouse) -"pza" = ( -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Physician" - }, -/obj/structure/bed/stool/chair{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "pzf" = ( /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/plating, @@ -119886,23 +119482,6 @@ }, /turf/unsimulated/floor/wood, /area/centcom/holding) -"pzK" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/elevator) "pzU" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -120126,6 +119705,15 @@ /obj/effect/floor_decal/industrial/hatch_door/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/aft/port) +"pBc" = ( +/obj/structure/machinery/r_n_d/fabricator/protolathe, +/obj/structure/machinery/camera{ + c_tag = "Operations - Machinist Workshop 3"; + network = list("Operations"); + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "pBj" = ( /obj/effect/floor_decal/industrial/warning{ dir = 9 @@ -120272,12 +119860,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/telesci) -"pBY" = ( -/obj/structure/bed/stool/chair/office/bridge{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/horizon/command/heads/xo_office) "pBZ" = ( /obj/structure/grille, /obj/structure/window/shuttle/scc_space_ship, @@ -120461,6 +120043,24 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/controlroom) +"pCU" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "pCY" = ( /obj/effect/floor_decal/industrial/warning, /obj/effect/floor_decal/industrial/warning/corner{ @@ -120475,6 +120075,32 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/firing_range) +"pDa" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction/flipped{ + dir = 1; + name = "CMO Office"; + sortType = "CMO Office" + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "pDb" = ( /obj/structure/table/reinforced/steel, /obj/item/storage/box/drinkingglasses{ @@ -120531,6 +120157,21 @@ }, /turf/unsimulated/floor, /area/centcom/spawning) +"pDk" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/spline/plain/corner/green{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/mess_hall) "pDl" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/universal{ dir = 8 @@ -120669,26 +120310,6 @@ "pEd" = ( /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard) -"pEe" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline/red, -/obj/structure/machinery/mech_recharger, -/obj/structure/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "pEj" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -120699,6 +120320,13 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/auxatmos) +"pEl" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/security/port) "pEo" = ( /obj/random/junk, /obj/effect/floor_decal/industrial/warning{ @@ -120706,18 +120334,22 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/main/port) -"pEq" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/effect/floor_decal/industrial/warning{ +"pEt" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/industrial/arrow/yellow{ dir = 4 }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/reception) +"pEy" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "pEz" = ( /obj/effect/shuttle_landmark/horizon/exterior/deck_2/fore, /turf/template_noop, @@ -120748,6 +120380,21 @@ icon_state = "desert4" }, /area/horizon/holodeck/source_beach) +"pEW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/engineering/hallway/aft) "pEY" = ( /obj/structure/machinery/light{ dir = 4 @@ -120764,6 +120411,15 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/brig) +"pFb" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/mess_hall) "pFe" = ( /obj/structure/machinery/light/spot{ dir = 4 @@ -120828,6 +120484,14 @@ }, /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_battlemonsters) +"pFN" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "pFS" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /obj/effect/floor_decal/industrial/warning{ @@ -120943,6 +120607,23 @@ }, /turf/simulated/floor/shuttle/black, /area/shuttle/distress) +"pGH" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/item/storage/secure/safe{ + pixel_y = 33; + pixel_x = 31 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/modular_computer/console/preset/command/account{ + dir = 8; + pixel_x = 18; + density = 0 + }, +/turf/simulated/floor/carpet, +/area/horizon/command/heads/captain) "pGJ" = ( /obj/effect/floor_decal/corner/brown{ dir = 5 @@ -121020,21 +120701,6 @@ /obj/structure/machinery/light/floor, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck_control) -"pHc" = ( -/obj/structure/machinery/door/firedoor, -/obj/structure/table/reinforced{ - req_access = list(33) - }, -/obj/structure/machinery/door/blast/shutters{ - id = "CHE3shutters"; - name = "Pharmacy Desk Shutter" - }, -/obj/structure/machinery/door/window/desk/southright{ - name = "Pharmacy Desk"; - req_access = list(33) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/medical/pharmacy) "pHf" = ( /obj/structure/machinery/atmospherics/pipe/manifold/visible/black{ dir = 8 @@ -121193,6 +120859,13 @@ /obj/effect/floor_decal/corner/dark_blue/full, /turf/simulated/floor/tiled/dark, /area/horizon/security/evidence_storage) +"pIn" = ( +/obj/structure/bed/stool/chair/office/dark, +/obj/effect/landmark/start{ + name = "Machinist" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/machinist) "pIp" = ( /obj/effect/floor_decal/spline/plain{ dir = 9 @@ -121268,18 +120941,6 @@ }, /turf/simulated/floor/wood, /area/horizon/command/bridge/cciaroom) -"pIO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/fore) "pIV" = ( /obj/effect/floor_decal/industrial/outline/grey, /obj/structure/closet/secure_closet/evidence{ @@ -121294,6 +120955,22 @@ /obj/structure/machinery/alarm/east, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_3/aft/port/far) +"pIY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/maintenance{ + req_one_access = list(5,10,12) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/wing/starboard/near) "pJa" = ( /obj/structure/shuttle_part/scc_space_ship{ icon_state = "d3-5-f" @@ -121403,23 +121080,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"pJN" = ( -/obj/structure/machinery/door/airlock/service{ - dir = 1; - name = "Chapel" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/industrial/hatch_door/service{ - dir = 1 - }, -/obj/structure/machinery/door/firedoor, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/chapel/main) "pJT" = ( /obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{ id = "xenoarch" @@ -121467,18 +121127,6 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/unsimulated/floor, /area/antag/mercenary) -"pKj" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "pKm" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 7 @@ -121591,26 +121239,41 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/hangar/operations) -"pKO" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 +"pKK" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2" + }, +/obj/structure/railing/mapped, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 }, -/obj/structure/closet/crate, -/obj/item/cane/crutch, -/obj/item/cane/crutch, -/obj/item/cane/crutch, -/obj/item/cane/crutch, -/obj/item/cane, -/obj/item/cane, -/obj/item/storage/box/rxglasses, /turf/simulated/floor/tiled/white, -/area/horizon/medical/main_storage) +/area/horizon/medical/hallway/upper) "pKQ" = ( /obj/effect/floor_decal/industrial/warning{ dir = 9 }, /turf/simulated/floor/plating, /area/horizon/hangar/auxiliary) +"pKT" = ( +/obj/structure/bed/stool/chair{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "pKU" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -121670,6 +121333,16 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) +"pLJ" = ( +/obj/structure/machinery/alarm/west, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "pLM" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/corner/dark_green/full{ @@ -121689,15 +121362,6 @@ temperature = 278.15 }, /area/horizon/medical/morgue) -"pLV" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/item/material/shard, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "pMi" = ( /obj/structure/table/stone/marble, /obj/structure/machinery/chemical_dispenser/bar_alc/full{ @@ -121717,6 +121381,14 @@ }, /turf/unsimulated/floor/monotile, /area/antag/loner) +"pMk" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/open, +/area/horizon/maintenance/deck_2/wing/starboard/near) "pMn" = ( /obj/structure/table/reinforced/steel, /obj/effect/floor_decal/industrial/hatch/grey, @@ -121756,10 +121428,24 @@ }, /turf/simulated/floor/plating, /area/horizon/hangar/intrepid) -"pMC" = ( -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) +"pMz" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "pMH" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -121778,32 +121464,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/hallway) -"pMO" = ( -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/door/airlock/command{ - dir = 4; - name = "Executive Officer's Desk"; - req_access = list(57) - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_desk) "pMQ" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -121894,19 +121554,6 @@ }, /turf/unsimulated/floor/wood, /area/centcom/bar) -"pNm" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/security/port) "pNo" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, @@ -121917,20 +121564,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/shuttle/intrepid/starboard_compartment) -"pNw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/engineering{ - dir = 1 - }, -/obj/structure/machinery/door/airlock/maintenance_hatch, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/atmos/storage_maintenance) "pNE" = ( /obj/effect/floor_decal/corner/red{ dir = 10 @@ -122142,6 +121775,19 @@ icon_state = "2,9" }, /area/shuttle/syndicate_elite) +"pOH" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "pOK" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 5 @@ -122215,21 +121861,32 @@ /obj/structure/table/rack, /turf/unsimulated/floor/rubber_carpet, /area/antag/jockey) -"pPo" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 +"pPx" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 }, -/obj/structure/disposalpipe/segment{ - icon_state = "pipe-c" +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 }, -/obj/structure/cable/green{ - icon_state = "1-4" +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/structure/cable/green{ - icon_state = "2-4" +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/storage_hard/upper) +"pPD" = ( +/obj/structure/machinery/iv_drip, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 }, /turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) +/area/horizon/medical/gen_treatment) "pPE" = ( /obj/effect/floor_decal/corner_wide/yellow/full, /obj/structure/machinery/light{ @@ -122262,13 +121919,6 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor/wood, /area/antag/burglar) -"pPM" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/port) "pPQ" = ( /obj/structure/machinery/door/firedoor{ req_one_access = list(24,11,67,73); @@ -122436,16 +122086,6 @@ /obj/structure/machinery/portable_atmospherics/canister/air, /turf/simulated/floor/tiled/full, /area/horizon/hangar/intrepid) -"pQB" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/light/floor{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/lobby) "pQL" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -122789,6 +122429,15 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/supermatter/monitoring) +"pSz" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "pSL" = ( /obj/structure/table/wood, /turf/simulated/floor/carpet, @@ -122800,6 +122449,25 @@ /obj/effect/floor_decal/corner/full, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_trinary) +"pSZ" = ( +/obj/effect/landmark/latejoinmedbayrecovery, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) +"pTc" = ( +/obj/structure/machinery/light/floor{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "pTe" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -122849,21 +122517,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/storage/eva) -"pTv" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_3/starboard) "pTx" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/effect/floor_decal/spline/fancy/wood{ @@ -122949,6 +122602,15 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos) +"pUm" = ( +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist) "pUn" = ( /obj/structure/window/shuttle/unique/scc/scout{ icon_state = "3,5" @@ -122980,22 +122642,47 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/interior) -"pUG" = ( -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 4; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "MedBay Lockdown Shutters"; - opacity = 0 +"pUF" = ( +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 }, -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/medical/reception) +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/starboard) "pUH" = ( /obj/structure/machinery/bluespace_beacon, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenoarch/atrium) +"pUI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "pUN" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -123095,22 +122782,6 @@ /obj/random/dirt_75, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/starboard) -"pVE" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/central) "pVG" = ( /obj/effect/floor_decal/corner/brown/diagonal, /obj/structure/machinery/door/firedoor{ @@ -123202,6 +122873,24 @@ }, /turf/unsimulated/floor, /area/centcom/ferry) +"pWn" = ( +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "pWo" = ( /obj/item/tape/engineering{ icon_state = "engineering_door" @@ -123321,12 +123010,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/service/hydroponics) -"pWR" = ( -/obj/effect/floor_decal/corner/purple{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/custodial/disposals/deck_1) "pWU" = ( /obj/structure/platform/ledge, /obj/structure/platform/ledge{ @@ -123355,6 +123038,21 @@ temperature = 278.15 }, /area/horizon/medical/morgue) +"pXb" = ( +/obj/structure/machinery/newscaster/east{ + pixel_y = 10 + }, +/obj/effect/landmark/start{ + name = "Pharmacist" + }, +/obj/structure/bed/stool/chair{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "pXd" = ( /obj/structure/machinery/firealarm/east, /obj/effect/floor_decal/industrial/warning/full, @@ -123404,6 +123102,27 @@ icon_state = "dark_preview" }, /area/centcom/specops) +"pXp" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/outline_straight/service{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/bar) "pXu" = ( /obj/structure/plasticflaps{ opacity = 1 @@ -123467,23 +123186,6 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/captain) -"pXP" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown/full{ - dir = 4 - }, -/obj/structure/machinery/firealarm/south, -/turf/simulated/floor/tiled, -/area/horizon/operations/office) "pXQ" = ( /obj/structure/table/holotable, /obj/item/clothing/gloves/boxing/hologlove{ @@ -123523,6 +123225,15 @@ /obj/structure/machinery/light_switch/west, /turf/simulated/floor/wood, /area/horizon/crew/lounge) +"pYj" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "pYp" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -123539,21 +123250,6 @@ }, /turf/simulated/floor/plating, /area/horizon/hangar/intrepid) -"pYs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/engineering/hallway/aft) "pYv" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 @@ -123701,6 +123397,17 @@ "pZu" = ( /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/starboard/near) +"pZx" = ( +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2" + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet/south, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "pZC" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 8 @@ -123716,15 +123423,6 @@ /obj/structure/machinery/vending/wardrobe/sec_wardrobe, /turf/simulated/floor/tiled, /area/horizon/security/equipment) -"pZK" = ( -/obj/structure/machinery/chem_master, -/obj/effect/floor_decal/spline/plain{ - dir = 10 - }, -/obj/structure/extinguisher_cabinet/west, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/carpet/rubber, -/area/horizon/medical/pharmacy) "pZM" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -123775,6 +123473,16 @@ /obj/structure/machinery/meter, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos) +"qai" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/security/investigations_hallway) "qam" = ( /obj/structure/closet/walllocker/medical/firstaid{ pixel_x = -32 @@ -123870,23 +123578,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/hangar/port) -"qbd" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/elevator) "qbh" = ( /obj/random/maintenance_junk_or_loot, /obj/effect/floor_decal/industrial/warning{ @@ -124034,21 +123725,6 @@ "qch" = ( /turf/simulated/wall, /area/horizon/service/custodial/auxiliary) -"qcs" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 1; - name = "Custodial Closet Maintenance"; - req_access = list(26) - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/full, -/area/horizon/service/custodial) "qcv" = ( /obj/structure/machinery/atmospherics/portables_connector/fuel{ dir = 1 @@ -124079,11 +123755,19 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos/turbine) -"qcz" = ( -/obj/structure/machinery/hologram/holopad, -/obj/effect/floor_decal/industrial/outline/blue, -/turf/simulated/floor/tiled/dark, -/area/horizon/command/heads/xo_desk) +"qcA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/engineering/hallway/interior) "qcI" = ( /obj/structure/flora/rock, /obj/effect/floor_decal/spline/plain{ @@ -124148,6 +123832,15 @@ }, /turf/simulated/floor/reinforced, /area/horizon/rnd/xenoarch/isolation_b) +"qcW" = ( +/obj/structure/machinery/chem_heater, +/obj/effect/floor_decal/corner_wide/orange{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/machinery/alarm/east, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/pharmacy) "qcY" = ( /obj/effect/floor_decal/corner/mauve{ dir = 9 @@ -124213,22 +123906,20 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/starboard/far) -"qdD" = ( -/obj/structure/cable/green{ - icon_state = "4-8" +"qdB" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/light/small{ + dir = 8 }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/operations/mining_main/refinery) +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/starboard/near) "qdE" = ( /obj/random/maintenance_junk_or_loot, /obj/random/dirt_75, @@ -124340,6 +124031,13 @@ /obj/effect/map_effect/marker_helper/airlock/exterior, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/auxatmos) +"qel" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/stairwell/starboard/deck_2) "qem" = ( /obj/structure/machinery/door/firedoor, /obj/structure/machinery/door/airlock/maintenance_hatch{ @@ -124350,11 +124048,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/starboard/far) -"qep" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/port/near) "qex" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 1 @@ -124488,6 +124181,30 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/engineering/reactor/indra/mainchamber) +"qeZ" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/light/floor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/horizon/command/bridge/meeting_room) "qfa" = ( /obj/structure/cable, /obj/structure/machinery/power/apc/low/south, @@ -124500,6 +124217,23 @@ "qfo" = ( /turf/simulated/open/airless, /area/horizon/exterior) +"qft" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/ramp/bottom{ + dir = 4 + }, +/area/horizon/maintenance/deck_1/main/starboard) "qfv" = ( /turf/simulated/wall, /area/horizon/maintenance/deck_3/cafe) @@ -124514,23 +124248,6 @@ /obj/structure/window/reinforced/holowindow, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_gym) -"qfz" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/random/dirt_75, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/security/port) "qfB" = ( /obj/structure/machinery/light/colored/red, /turf/simulated/floor/shuttle/dark_red, @@ -124560,24 +124277,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/locker_room) -"qfJ" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/security/hallway) "qfK" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 @@ -124591,25 +124290,6 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/om) -"qfL" = ( -/obj/structure/table/reinforced/wood, -/obj/structure/machinery/controlhub/xo_office/private{ - pixel_x = -8; - pixel_y = -3 - }, -/obj/structure/machinery/requests_console/north{ - announcementConsole = 1; - department = "Executive Officer's Office"; - departmentType = 5; - name = "XO's Office Requests Console"; - pixel_y = 32 - }, -/obj/structure/machinery/power/outlet{ - pixel_y = 4; - pixel_x = 6 - }, -/turf/simulated/floor/carpet, -/area/horizon/command/heads/xo_office) "qfM" = ( /obj/structure/girder, /turf/simulated/floor/plating, @@ -124786,6 +124466,14 @@ }, /turf/simulated/floor/reinforced/airmix, /area/horizon/engineering/atmos/air) +"qgM" = ( +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled, +/area/horizon/operations/office) "qgO" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 1 @@ -124801,6 +124489,26 @@ }, /turf/simulated/floor/wood, /area/horizon/service/mess_hall) +"qgR" = ( +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/structure/machinery/door/airlock/maintenance_hatch{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/wing/starboard/near) "qgS" = ( /obj/structure/machinery/door/blast/shutters{ density = 0; @@ -124843,6 +124551,25 @@ /obj/structure/machinery/firealarm/east, /turf/simulated/floor/tiled, /area/horizon/hangar/intrepid) +"qhd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate{ + color = "#FFFFFF" + }, +/turf/simulated/floor/plating, +/area/horizon/medical/gen_treatment) "qhn" = ( /obj/structure/window/shuttle/unique/scc/scout{ icon_state = "3,2" @@ -124853,54 +124580,23 @@ /obj/effect/floor_decal/industrial/outline, /turf/simulated/floor/reinforced, /area/horizon/shuttle/canary) -"qho" = ( -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/table/reinforced/steel, -/obj/structure/machinery/door/window/desk/northleft{ - req_access = list(57) - }, -/obj/structure/machinery/door/blast/shutters{ - dir = 2; - id = "xo_office_privacy_shutter" - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_desk) "qhp" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/green{ dir = 9 }, /turf/space, /area/horizon/exterior) -"qhs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "qhy" = ( /obj/structure/sign/securearea, /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/exterior) +"qhE" = ( +/obj/structure/machinery/optable, +/obj/effect/floor_decal/spline/plain/red{ + dir = 1 + }, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist/surgicalbay) "qhR" = ( /turf/unsimulated/floor/freezer, /area/centcom/distress_prep) @@ -124922,28 +124618,6 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/carpet/rubber, /area/horizon/rnd/xenobiology/xenoflora) -"qie" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/effect/floor_decal/spline/plain/green{ - dir = 1 - }, -/obj/structure/machinery/button/remote/blast_door{ - name = "Dividing Door Control"; - dir = 8; - id = "service_divider_shutter"; - pixel_x = -21; - pixel_y = 28; - req_one_access = list(25,28) - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/alarm/south, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/service/kitchen) "qii" = ( /obj/effect/floor_decal/spline/fancy/wood, /obj/effect/floor_decal/spline/fancy/wood{ @@ -125023,6 +124697,18 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) +"qiI" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/gunmetal, +/area/horizon/operations/warehouse) "qiR" = ( /obj/effect/floor_decal/industrial/warning, /obj/item/stack/rods, @@ -125056,6 +124742,15 @@ }, /turf/simulated/floor/tiled/freezer, /area/horizon/crew/fitness/showers) +"qje" = ( +/obj/structure/machinery/alarm/east{ + req_one_access = list(24,11,55) + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "qjf" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -125112,18 +124807,6 @@ /obj/structure/machinery/alarm/west, /turf/simulated/floor/tiled/white, /area/horizon/security/autopsy_laboratory) -"qjC" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/fore) "qjE" = ( /obj/effect/floor_decal/spline/fancy{ dir = 8 @@ -125181,37 +124864,6 @@ }, /turf/simulated/floor/wood, /area/horizon/medical/psych) -"qke" = ( -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/maintenance{ - name = "Deck 2 Stairwell Maintenance"; - req_one_access = list(12,22,25,28,67,29); - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/service/starboard) -"qkf" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/command/bridge/upperdeck) "qkl" = ( /obj/structure/machinery/door/airlock/glass{ dir = 1; @@ -125227,19 +124879,6 @@ "qkm" = ( /turf/simulated/wall/r_wall, /area/horizon/hallway/primary/deck_3/central) -"qkp" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/sortjunction{ - dir = 1; - name = "Medical Bay"; - sortType = "Medical Bay" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "qkq" = ( /obj/effect/map_effect/perma_light/starlight/wide, /turf/template_noop, @@ -125283,6 +124922,20 @@ }, /turf/unsimulated/floor, /area/centcom/bar) +"qkP" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/starboard) "qkQ" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 5 @@ -125300,17 +124953,6 @@ icon_state = "dark_preview" }, /area/centcom/control) -"qla" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/effect/decal/cleanable/cobweb2, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/wing/starboard) "qle" = ( /obj/structure/cable/green{ icon_state = "2-8" @@ -125343,26 +124985,10 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/hangar/starboard) -"qlq" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, +"qlp" = ( +/obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_3/aft/starboard) +/area/horizon/operations/machinist) "qlr" = ( /obj/structure/railing/mapped{ dir = 8 @@ -125601,18 +125227,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/break_room) -"qme" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist) "qmm" = ( /obj/item/flashlight/flare, /obj/item/flashlight/flare, @@ -125670,6 +125284,15 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/hallway/aft) +"qmu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/reception) "qmv" = ( /obj/item/radio/intercom/south, /obj/effect/floor_decal/corner/brown{ @@ -125700,10 +125323,19 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/starboard/far) -"qmI" = ( -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) +"qmO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "qmR" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -126084,6 +125716,16 @@ /obj/item/gun/projectile/automatic/rifle/shotgun, /turf/simulated/floor/shuttle/black, /area/shuttle/hapt) +"qpv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning/cee, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/storage_hard/upper) "qpy" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -126106,47 +125748,13 @@ /obj/structure/machinery/meter, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"qpM" = ( -/obj/structure/platform_deco{ - dir = 8 - }, -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/closet/walllocker/medical/secure{ - pixel_y = 32; - req_access = list(29) - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/item/storage/box/unique/freezer/organcooler, -/obj/item/cane/crutch, -/obj/item/cane/crutch, -/obj/item/tank/oxygen, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood/sbs, -/obj/item/clothing/mask/breath/medical, -/obj/item/storage/firstaid/regular, -/obj/item/suit_cooling_unit, -/obj/item/suit_cooling_unit, -/obj/item/deployable_kit/iv_drip, -/obj/effect/floor_decal/spline/plain/red{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist/surgicalbay) +"qpR" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "qpS" = ( /obj/structure/foamedmetal, /turf/simulated/floor/plating, @@ -126186,6 +125794,25 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/eva) +"qqc" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "qqd" = ( /obj/structure/machinery/conveyor{ dir = 4; @@ -126366,6 +125993,34 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/smes) +"qrf" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/map_effect/door_helper/unres, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/glass_command{ + dir = 1; + id_tag = "bridge_foyer"; + name = "Bridge"; + req_one_access = list(19) + }, +/obj/structure/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/command/bridge/upperdeck) "qrg" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, @@ -126392,20 +126047,6 @@ /obj/effect/decal/fake_object/light_source/invisible, /turf/unsimulated/floor, /area/antag/ninja) -"qrD" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/security/hallway) "qrK" = ( /obj/structure/cable/green, /obj/structure/machinery/power/sensor{ @@ -126547,47 +126188,6 @@ }, /turf/unsimulated/floor/monotile, /area/antag/raider) -"qsx" = ( -/obj/structure/table/reinforced/steel, -/obj/structure/machinery/button/remote/blast_door{ - dir = 5; - id = "workshop_garage"; - name = "Machinist Workshop Garage Shutters"; - pixel_x = -6; - pixel_y = 11 - }, -/obj/structure/machinery/button/remote/airlock{ - dir = 5; - id = "workshop_door"; - name = "Machinist Workshop Door"; - pixel_y = 11; - pixel_x = 3 - }, -/obj/structure/machinery/button/remote/blast_door{ - dir = 5; - id = "shutters_deck2_workshopdesk"; - name = "Machinist Workshop Desk Shutters"; - pixel_x = -6; - pixel_y = -2 - }, -/obj/structure/machinery/button/remote/blast_door{ - dir = 5; - id = "mech_bay_shutter"; - name = "Machinist Bay Window Shutters"; - pixel_x = 3; - pixel_y = -2 - }, -/obj/structure/machinery/light_switch/east{ - pixel_y = 19; - pixel_x = 20 - }, -/obj/structure/machinery/ringer/east{ - id = "workshop_ringer"; - req_access = list(29); - department = "Operations" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/machinist) "qsG" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 5 @@ -126617,17 +126217,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/service/hydroponics) -"qsW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "qsY" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/medical/washroom) @@ -126680,24 +126269,6 @@ /obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/hangar/starboard) -"qtu" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/door/window{ - dir = 8; - name = "Reception Desk"; - req_access = list(5) - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "qtx" = ( /obj/structure/machinery/door/blast/regular{ dir = 2; @@ -126728,6 +126299,21 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/operations) +"qtE" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "qtH" = ( /obj/structure/tank_wall{ icon_state = "m-9" @@ -126854,18 +126440,6 @@ }, /turf/simulated/open, /area/horizon/maintenance/deck_2/wing/starboard/near) -"quC" = ( -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) -"quD" = ( -/obj/effect/floor_decal/corner/dark_blue/full{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) "quE" = ( /obj/effect/floor_decal/industrial/warning{ dir = 6 @@ -126877,10 +126451,6 @@ /obj/structure/machinery/telecomms/server/presets/medical, /turf/simulated/floor/bluegrid, /area/horizon/tcommsat/chamber) -"quJ" = ( -/obj/structure/machinery/optable, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "quK" = ( /obj/structure/cable{ icon_state = "1-2" @@ -126939,12 +126509,6 @@ }, /turf/simulated/floor/holofloor/carpet, /area/horizon/holodeck/source_biesel) -"qva" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "qvb" = ( /obj/structure/machinery/door/airlock/glass_research{ dir = 1; @@ -127101,20 +126665,6 @@ "qwi" = ( /turf/simulated/wall, /area/horizon/crew/chargebay) -"qwm" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/hologram/holopad, -/obj/structure/machinery/light_switch{ - dir = 8; - pixel_x = -23; - pixel_y = 7 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "qwo" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -127129,6 +126679,18 @@ "qwA" = ( /turf/simulated/wall/shuttle/scc, /area/horizon/shuttle/intrepid/main_compartment) +"qwE" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/lobby) "qwF" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/universal{ dir = 4 @@ -127136,6 +126698,32 @@ /obj/structure/machinery/meter, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos) +"qwG" = ( +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/door/airlock/command{ + dir = 4; + name = "Executive Officer's Desk"; + req_access = list(57) + }, +/obj/structure/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_desk) "qwI" = ( /obj/effect/floor_decal/spline/fancy/wood/cee{ dir = 8 @@ -127179,12 +126767,6 @@ }, /turf/simulated/floor/wood/maple, /area/horizon/holodeck/source_cafe) -"qwV" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/hangar/port) "qwX" = ( /obj/structure/machinery/door/airlock/centcom{ locked = 1; @@ -127209,6 +126791,25 @@ }, /turf/simulated/floor/shuttle/black, /area/shuttle/specops) +"qxg" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/security/hallway) "qxh" = ( /obj/structure/machinery/door/airlock/external, /obj/effect/map_effect/marker/airlock/docking{ @@ -127354,6 +126955,23 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/nacelle) +"qyi" = ( +/obj/effect/floor_decal/industrial/hatch_door/service{ + dir = 8 + }, +/obj/structure/machinery/door/firedoor/multi_tile, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/door/airlock/multi_tile/glass{ + name = "Bar"; + door_color = "#6f8751" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar) "qyk" = ( /obj/effect/floor_decal/industrial/outline/service, /obj/structure/machinery/vending/wardrobe/chap_wardrobe, @@ -127375,6 +126993,25 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) +"qyt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 9 + }, +/obj/effect/floor_decal/sign/cmo, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "qyu" = ( /obj/effect/floor_decal/spline/fancy/wood/corner{ dir = 8 @@ -127437,6 +127074,15 @@ /obj/structure/flora/ausbushes/ppflowers, /turf/simulated/floor/holofloor/grass, /area/horizon/holodeck/source_picnicarea) +"qyI" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/table/standard, +/obj/item/radio/intercom/south, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "qyM" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -127471,6 +127117,13 @@ /obj/item/hullbeacon/red, /turf/space, /area/horizon/exterior) +"qyR" = ( +/obj/structure/machinery/stasis_bed{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/medical, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/icu) "qyV" = ( /obj/effect/floor_decal/industrial/outline/red, /obj/structure/closet/walllocker/firecloset{ @@ -127509,12 +127162,6 @@ }, /turf/unsimulated/floor, /area/centcom/evac) -"qzp" = ( -/obj/effect/floor_decal/spline/plain/brown{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "qzs" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /obj/structure/machinery/computer/general_air_control/large_tank_control/terminal{ @@ -127742,22 +127389,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/service/custodial) -"qBf" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hangar/intrepid) "qBg" = ( /obj/effect/floor_decal/corner/mauve/diagonal, /obj/structure/platform_stairs/full{ @@ -127765,19 +127396,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/rnd/xenobiology/xenoflora) -"qBi" = ( -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - Cryogenics Control"; - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/atmospherics/pipe/simple/hidden, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk/indoor, -/turf/simulated/open, -/area/horizon/medical/gen_treatment) "qBm" = ( /obj/structure/machinery/portable_atmospherics/hydroponics, /obj/effect/floor_decal/industrial/outline/yellow, @@ -127889,22 +127507,6 @@ }, /turf/simulated/floor/plating, /area/horizon/security/brig) -"qCk" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "qCn" = ( /obj/effect/floor_decal/corner/black{ dir = 9 @@ -128042,27 +127644,16 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/stairwell/engineering/deck_1) -"qDr" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/outline_straight/service{ - dir = 1 - }, +"qDh" = ( /obj/structure/disposalpipe/segment/mainline{ dir = 4 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/structure/cable/green{ + icon_state = "4-8" }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar) +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/lobby) "qDs" = ( /obj/effect/floor_decal/corner/brown{ dir = 10 @@ -128119,6 +127710,21 @@ /obj/random/junk, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/holodeck) +"qDN" = ( +/obj/structure/filingcabinet/medical{ + pixel_x = -8 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = 7 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "qDP" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -128150,6 +127756,13 @@ "qDU" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/crew/lounge) +"qDV" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) "qDW" = ( /obj/effect/floor_decal/corner/mauve/full{ dir = 8 @@ -128193,6 +127806,26 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/aibunker) +"qEk" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "qEl" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 @@ -128260,34 +127893,33 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/operations/commissary) -"qEB" = ( -/turf/simulated/wall/shuttle/scc_space_ship/cardinal, -/area/horizon/command/heads/xo_office) +"qEz" = ( +/obj/structure/machinery/smartfridge/secure/medbay/horizon, +/obj/structure/machinery/door/firedoor, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/medical/pharmacy) "qEE" = ( /obj/structure/cable/orange{ icon_state = "4-8" }, /turf/simulated/floor/tiled, /area/horizon/engineering/reactor/indra/mainchamber) -"qEQ" = ( -/obj/structure/cable{ - icon_state = "4-8" +"qEH" = ( +/obj/structure/table/reinforced/wood, +/obj/item/modular_computer/laptop/preset/command/xo{ + pixel_y = 10 }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 +/turf/simulated/floor/carpet, +/area/horizon/command/heads/xo_office) +"qEI" = ( +/obj/structure/machinery/light, +/obj/item/radio/intercom/west, +/obj/structure/closet/secure_closet/machinist, +/obj/effect/floor_decal/spline/plain/red{ + dir = 1 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/engineering, -/turf/simulated/floor/tiled/full, -/area/horizon/engineering/hallway/fore) +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist/surgicalbay) "qFa" = ( /obj/effect/decal/fake_object{ color = "#ff0000"; @@ -128336,12 +127968,6 @@ }, /turf/simulated/floor/wood, /area/horizon/service/mess_hall) -"qFo" = ( -/obj/structure/bed/stool/chair/padded/black{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/horizon/command/heads/xo_office) "qFq" = ( /obj/effect/floor_decal/industrial/outline/custodial, /obj/structure/mopbucket, @@ -128400,22 +128026,6 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/chamber) -"qFE" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/starboard) "qFG" = ( /obj/effect/floor_decal/corner/brown{ dir = 10 @@ -128434,6 +128044,18 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck_control) +"qFM" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) "qFN" = ( /obj/structure/machinery/anti_bluespace, /obj/effect/floor_decal/industrial/hatch/grey, @@ -128466,6 +128088,11 @@ }, /turf/unsimulated/floor/monotile, /area/antag/loner) +"qFW" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled, +/area/horizon/security/brig) "qFX" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -128509,15 +128136,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/conference) -"qGg" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/full, -/area/horizon/security/investigations_hallway) "qGj" = ( /obj/structure/closet/emcloset, /obj/item/storage/toolbox/emergency, @@ -128555,6 +128173,16 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/engineering/storage/lower) +"qGs" = ( +/obj/structure/machinery/door/blast/shutters/open{ + id = "mech_bay_shutter"; + name = "Mech Bay Shutters" + }, +/obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{ + id = "workshopfabrication" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "qGt" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -128644,6 +128272,15 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/quark/cockpit) +"qGM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/full, +/area/horizon/engineering/hallway/fore) "qGN" = ( /obj/structure/machinery/door/airlock/centcom{ frequency = 1337; @@ -128684,9 +128321,6 @@ }, /turf/simulated/floor/wood, /area/horizon/crew/journalistoffice) -"qHd" = ( -/turf/simulated/wall/r_wall, -/area/horizon/command/heads/xo_desk) "qHe" = ( /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled/dark, @@ -128717,6 +128351,42 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/operations/starboard) +"qHq" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/command/bridge/upperdeck) +"qHs" = ( +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/airlock/glass{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_3/central) "qHu" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -128825,6 +128495,20 @@ }, /turf/simulated/floor/exoplanet/barren/raskara, /area/centcom/shared_dream) +"qHR" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/maintenance{ + req_one_access = list(12,19) + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_3/security/port) "qHV" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 4 @@ -128929,13 +128613,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/medical/gen_treatment) -"qIo" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/power/apc/east, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/port) "qIA" = ( /obj/structure/table/stone/marble, /obj/structure/machinery/door/firedoor{ @@ -129086,23 +128763,20 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/test_range) -"qJQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/fore) "qJU" = ( /obj/effect/floor_decal/industrial/outline/service, /turf/simulated/floor/tiled/gunmetal/full, /area/horizon/operations/warehouse) +"qJV" = ( +/obj/structure/machinery/power/apc/low/north, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/starboard) "qJW" = ( /obj/structure/lattice/catwalk, /obj/structure/railing/mapped{ @@ -129254,6 +128928,18 @@ /obj/random/loot, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/port/far) +"qKG" = ( +/obj/structure/table/stone/marble, +/obj/structure/railing/mapped, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/item/versebook/trinary, +/obj/item/versebook/trinary, +/obj/item/versebook/trinary, +/obj/item/versebook/trinary, +/turf/simulated/floor/bluegrid, +/area/horizon/holodeck/source_trinary) "qKM" = ( /obj/effect/floor_decal/industrial/outline/grey, /obj/structure/closet/crate/plastic{ @@ -129403,6 +129089,16 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/shuttle/mining) +"qLd" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/port/near) "qLf" = ( /obj/structure/disposalpipe/segment, /obj/structure/machinery/door/firedoor, @@ -129447,13 +129143,6 @@ }, /turf/unsimulated/floor/freezer, /area/antag/mercenary) -"qLC" = ( -/obj/effect/floor_decal/corner_wide/orange/full{ - dir = 1 - }, -/obj/structure/machinery/firealarm/east, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/pharmacy) "qLJ" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 4 @@ -129518,18 +129207,6 @@ icon_state = "dark_preview" }, /area/centcom/specops) -"qLW" = ( -/obj/structure/machinery/body_scanconsole{ - dir = 4 - }, -/obj/effect/floor_decal/corner/beige/full{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/medical/gen_treatment) "qLX" = ( /obj/effect/floor_decal/industrial/warning{ dir = 6 @@ -129774,6 +129451,25 @@ }, /turf/unsimulated/floor/rubber_carpet, /area/centcom/specops) +"qNd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/wood, +/area/horizon/service/bar) "qNe" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -129811,6 +129507,46 @@ }, /turf/simulated/floor/tiled, /area/horizon/crew/fitness/changing) +"qNm" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain/corner/brown{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist) +"qNn" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/platform_deco{ + dir = 4 + }, +/obj/structure/platform_deco{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/floor_decal/corner/dark_blue/diagonal{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "qNo" = ( /obj/structure/lattice, /obj/structure/railing/mapped{ @@ -129836,31 +129572,6 @@ /obj/structure/bed/stool/chair/padded/beige, /turf/simulated/floor/wood, /area/horizon/command/bridge/minibar) -"qNA" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) -"qND" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/operations/starboard/amidships) "qNE" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 8 @@ -129868,19 +129579,6 @@ /obj/structure/platform, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/controlroom) -"qNI" = ( -/obj/structure/grille, -/obj/structure/window/shuttle/scc_space_ship, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/blast/shutters{ - id = "machinist_surgery_shutters"; - name = "Machinist Workshop Garage Shutter" - }, -/obj/effect/landmark/entry_point/fore{ - name = "fore, machinist workshop" - }, -/turf/simulated/floor/plating, -/area/horizon/operations/machinist/surgicalbay) "qNM" = ( /obj/effect/floor_decal/spline/fancy/wood/cee{ dir = 8 @@ -129894,21 +129592,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/crew/washroom/deck_2) -"qNV" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/interior) "qNW" = ( /obj/effect/floor_decal/corner/purple/full{ dir = 4 @@ -129979,13 +129662,18 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/service/custodial/disposals/deck_1) -"qOF" = ( -/obj/structure/machinery/computer/security/terminal/public{ +"qOH" = ( +/obj/item/modular_computer/console/preset/medical{ dir = 4 }, -/obj/effect/floor_decal/industrial/outline/service, -/turf/simulated/floor/tiled/full, -/area/horizon/service/mess_hall) +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/structure/machinery/ringer/west{ + id = "medbay_ringer"; + req_access = list(5); + department = "Medbay" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "qOL" = ( /obj/structure/table/wood, /obj/item/paper_bin, @@ -130045,28 +129733,21 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/stairwell/port/deck_2) -"qPk" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/machinery/light{ +"qPl" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline{ dir = 4 }, -/obj/structure/table/standard, -/obj/item/radio/intercom/south, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) -"qPm" = ( -/obj/structure/table/reinforced/steel, -/obj/structure/machinery/door/window/desk/northright{ - name = "Machinist Workshop Desk"; - req_one_access = list(29) +/obj/structure/machinery/power/sensor{ + name = "Powernet Sensor - Deck 3 Command Subgrid"; + name_tag = "Deck 3 Command Subgrid" }, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/blast/shutters{ - id = "shutters_deck2_workshopdesk"; - name = "Machinist Workshop Desk Shutter" - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) +/obj/structure/cable/green, +/obj/structure/lattice/catwalk/indoor, +/turf/simulated/floor, +/area/horizon/maintenance/substation/command) "qPn" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 5 @@ -130157,22 +129838,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/control) -"qQr" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port/far) "qQs" = ( /obj/item/gun/projectile/automatic/rifle/z8{ pixel_y = 10 @@ -130260,6 +129925,25 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenobiology/xenoflora) +"qQC" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/obj/structure/machinery/light/floor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/mess_hall) "qQG" = ( /obj/effect/floor_decal/industrial/hatch/red, /obj/effect/floor_decal/industrial/warning{ @@ -130297,6 +129981,13 @@ /obj/effect/floor_decal/spline/fancy/wood, /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_sauna) +"qRb" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "qRf" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/machinery/light/small{ @@ -130396,24 +130087,6 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/mercenary) -"qRF" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/airlock/glass_mining{ - dir = 1; - name = "Mining Equipment"; - req_access = list(48) - }, -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/mining_main/eva) "qRJ" = ( /obj/structure/machinery/light{ dir = 4 @@ -130500,25 +130173,6 @@ /obj/item/radio/intercom/west, /turf/simulated/floor/tiled, /area/horizon/security/investigations_hallway) -"qSq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/door/firedoor, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, -/obj/structure/machinery/door/airlock/maintenance_hatch{ - dir = 1; - req_one_access = list(12) - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_1/main/starboard) "qSA" = ( /turf/unsimulated/wall/steel, /area/centcom/start) @@ -130678,16 +130332,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/equipment) -"qTC" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/spline/plain/purple{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist) "qTE" = ( /obj/structure/railing/mapped{ dir = 1 @@ -130708,19 +130352,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/break_room) -"qTN" = ( -/obj/item/modular_computer/console/preset/command/account{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline_corner/security, -/obj/effect/floor_decal/industrial/outline_segment/security{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline_segment/security{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_office) "qTP" = ( /turf/simulated/wall/shuttle/unique/ert{ icon_state = "6,0" @@ -130744,6 +130375,16 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/controlroom) +"qUb" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "qUq" = ( /obj/effect/floor_decal/corner/beige/diagonal, /obj/random/pottedplant, @@ -130757,15 +130398,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/repoffice/representative_two) -"qUu" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "qUw" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/green{ dir = 10 @@ -130948,6 +130580,36 @@ }, /turf/simulated/floor/tiled/dark/full, /area/shuttle/hapt) +"qVm" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/starboard/near) +"qVo" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "qVq" = ( /obj/structure/machinery/shieldwallgen, /obj/structure/cable/green{ @@ -130987,21 +130649,6 @@ }, /turf/simulated/floor, /area/horizon/maintenance/deck_3/auxatmos) -"qVF" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_2/central) "qVG" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -131116,6 +130763,16 @@ /obj/effect/map_effect/window_spawner/full/shuttle/mercenary, /turf/simulated/floor/plating, /area/shuttle/mercenary) +"qWy" = ( +/obj/structure/bed/stool/chair{ + dir = 8 + }, +/obj/item/radio/intercom/east, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "qWC" = ( /turf/simulated/floor/beach/sand{ icon_state = "beach" @@ -131183,13 +130840,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/lobby) -"qWM" = ( -/obj/item/modular_computer/console/preset/medical{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline/medical, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/ward) "qWO" = ( /obj/effect/floor_decal/corner/purple{ dir = 10 @@ -131219,6 +130869,17 @@ /obj/structure/trash_pile, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_2/wing/port/nacelle) +"qXf" = ( +/obj/structure/machinery/body_scanconsole{ + dir = 1; + pixel_y = 6 + }, +/obj/effect/floor_decal/corner/beige/full, +/obj/effect/floor_decal/industrial/loading/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) "qXl" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/purple{ dir = 4 @@ -131242,6 +130903,23 @@ }, /turf/simulated/floor/reinforced/airless, /area/shuttle/merchant) +"qXr" = ( +/obj/structure/machinery/computer/shuttle_control/lift/wall{ + dir = 4; + pixel_x = -32; + shuttle_tag = "Morgue Lift" + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "qXt" = ( /obj/effect/floor_decal/corner/lime/diagonal, /obj/structure/sink{ @@ -131411,6 +131089,15 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/starboard) +"qXZ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/engineering/hallway/interior) "qYa" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow, /obj/structure/machinery/atmospherics/pipe/simple/visible/purple{ @@ -131579,15 +131266,6 @@ "qZa" = ( /turf/simulated/wall/r_wall, /area/horizon/crew/washroom/deck_3) -"qZb" = ( -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 4 - }, -/obj/structure/closet/emcloset, -/obj/effect/floor_decal/industrial/outline/emergency_closet, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "qZd" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -131667,22 +131345,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/teleporter) -"qZJ" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/obj/structure/machinery/firealarm/west, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "qZL" = ( /obj/effect/floor_decal/corner/yellow{ dir = 10 @@ -131714,25 +131376,6 @@ /obj/item/suit_cooling_unit, /turf/unsimulated/floor, /area/centcom/legion/hangar5) -"qZU" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/platform_stairs/full{ - dir = 4 - }, -/obj/structure/platform/cutout, -/turf/simulated/floor, -/area/horizon/command/bridge/upperdeck) "rag" = ( /obj/effect/floor_decal/spline/fancy/wood, /obj/structure/railing/mapped, @@ -131743,6 +131386,14 @@ icon_state = "8,0" }, /area/shuttle/legion) +"ras" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/random/dirt_75, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/operations) "rax" = ( /obj/effect/floor_decal/spline/plain/cee, /obj/effect/decal/fake_object/light_source/invisible{ @@ -131764,6 +131415,22 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/hallway/primary/deck_1/central) +"raG" = ( +/obj/item/firing_pin/test_range, +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/railing/mapped, +/obj/effect/floor_decal/corner/mauve/full{ + dir = 4 + }, +/obj/structure/reagent_dispensers/acid{ + pixel_x = 28; + pixel_y = -5 + }, +/obj/structure/machinery/r_n_d/material_silo, +/turf/simulated/floor/tiled/white, +/area/horizon/rnd/lab) "raM" = ( /obj/structure/machinery/door/airlock/glass{ dir = 1; @@ -131810,21 +131477,6 @@ }, /turf/unsimulated/floor, /area/centcom/bar) -"rbf" = ( -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 8 - }, -/obj/structure/filingcabinet/medical{ - pixel_x = -8 - }, -/obj/structure/filingcabinet/chestdrawer{ - pixel_x = 7 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "rbh" = ( /obj/structure/machinery/atmospherics/unary/outlet_injector{ use_power = 1 @@ -131881,6 +131533,11 @@ }, /turf/simulated/floor/plating, /area/horizon/service/hydroponics/hazard) +"rbE" = ( +/obj/structure/table/rack, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/medical/cryo) "rbK" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/universal{ dir = 4 @@ -131901,6 +131558,28 @@ /obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/gravity_gen) +"rbT" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/machinery/light/floor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/central) "rbU" = ( /obj/item/megaphone{ pixel_x = -1; @@ -131941,11 +131620,6 @@ }, /turf/unsimulated/floor/dark_monotile, /area/antag/actor) -"rce" = ( -/obj/effect/decal/cleanable/dirt, -/obj/random/loot, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/medical/cryo) "rch" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 @@ -132007,21 +131681,25 @@ /obj/effect/decal/cleanable/liquid_fuel, /turf/unsimulated/floor, /area/antag/raider) -"rcx" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/item/bedsheet/medical{ - icon_state = "sheet-roll" - }, -/obj/structure/bed/padded, -/obj/structure/machinery/newscaster/north, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "rcB" = ( /obj/effect/floor_decal/corner/white/diagonal, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/horizon/medical/paramedic) +"rcC" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "rcD" = ( /obj/structure/machinery/gibber, /obj/structure/machinery/light{ @@ -132089,11 +131767,9 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/air) -"rcU" = ( -/obj/structure/machinery/conveyor{ - id = "Robocompo" - }, -/obj/structure/machinery/light{ +"rcS" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, /turf/simulated/floor/tiled/dark/full, @@ -132149,19 +131825,6 @@ }, /turf/space, /area/horizon/exterior) -"rdJ" = ( -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 1; - name = "Operations Maintenance"; - req_one_access = list(31,67) - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/break_room) "rdM" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/machinery/atmospherics/unary/vent_pump/high_volume{ @@ -132265,6 +131928,23 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/operations/starboard/far) +"rel" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/starboard) "rem" = ( /obj/structure/closet/crate, /obj/effect/floor_decal/corner/brown{ @@ -132320,6 +132000,21 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/shuttle/intrepid/medical) +"rev" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_2/central) "rew" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ @@ -132366,10 +132061,32 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) +"reE" = ( +/obj/structure/machinery/lapvend, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 7 + }, +/obj/structure/machinery/alarm/south, +/turf/simulated/floor/wood, +/area/horizon/command/bridge/meeting_room) "reJ" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/cargo_compartment) +"reW" = ( +/obj/structure/table/stone/marble, +/obj/structure/machinery/door/firedoor, +/obj/item/glass_jar{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/structure/machinery/door/blast/shutters{ + name = "Bar Counter Shutter"; + id = "bar_counter_shutter" + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar) "rfa" = ( /obj/structure/table/standard, /obj/structure/machinery/light{ @@ -132511,6 +132228,16 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor, /area/horizon/maintenance/deck_3/cafe) +"rfK" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/structure/machinery/firealarm/south, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "rfX" = ( /obj/structure/machinery/door/airlock/security{ dir = 1; @@ -132532,11 +132259,42 @@ }, /turf/unsimulated/floor, /area/antag/mercenary) +"rgh" = ( +/obj/structure/table/reinforced/glass, +/obj/structure/curtain/open/medical, +/obj/random/pottedplant_small{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "rgk" = ( /obj/effect/floor_decal/corner/dark_blue/full, /obj/structure/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/starboard/docks) +"rgn" = ( +/obj/structure/machinery/conveyor_switch/oneway{ + desc = "A conveyor control switch. It appears to only go in one direction. Controls the components conveyor belt."; + id = "Robocompo"; + pixel_y = 16; + pixel_x = -7 + }, +/obj/effect/floor_decal/spline/plain/red{ + dir = 4 + }, +/obj/effect/floor_decal/spline/plain/red{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist) "rgq" = ( /obj/effect/floor_decal/corner/brown/full{ dir = 4 @@ -132848,6 +132606,19 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/research) +"rio" = ( +/obj/structure/grille, +/obj/structure/window/shuttle/scc_space_ship, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/blast/shutters{ + id = "machinist_surgery_shutters"; + name = "Machinist Workshop Garage Shutter" + }, +/obj/effect/landmark/entry_point/fore{ + name = "fore, machinist workshop" + }, +/turf/simulated/floor/plating, +/area/horizon/operations/machinist/surgicalbay) "riy" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -132874,20 +132645,19 @@ }, /turf/unsimulated/wall/darkshuttlewall, /area/centcom/holding) -"riD" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 +"riI" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/light/small{ dir = 4 }, -/obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) +/area/horizon/maintenance/deck_3/aft/port) "riJ" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -132964,13 +132734,18 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/wing/starboard/far) -"rjk" = ( -/obj/structure/machinery/light/small, -/obj/effect/floor_decal/industrial/warning{ - dir = 9 +"rjg" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/port) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) "rjm" = ( /obj/structure/machinery/seed_extractor, /obj/structure/machinery/alarm/north{ @@ -133170,6 +132945,18 @@ }, /turf/unsimulated/wall/darkshuttlewall, /area/centcom/legion) +"rkk" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/bridge_crew) "rkn" = ( /obj/structure/cable/green, /obj/structure/machinery/power/apc/critical/south, @@ -133267,33 +133054,6 @@ name = "thruster mount" }, /area/horizon/engineering/atmos/propulsion/starboard) -"rlb" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/mining_main/eva) -"rlf" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "rli" = ( /obj/structure/closet/secure_closet/engineering_welding, /obj/effect/floor_decal/industrial/outline/yellow, @@ -133346,6 +133106,22 @@ }, /turf/simulated/open, /area/horizon/operations/office) +"rly" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hangar/intrepid) "rlz" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -133460,6 +133236,33 @@ icon_state = "wood" }, /area/centcom/specops) +"rlX" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/glass_service/custodial{ + dir = 4; + name = "Custodial Closet Storage"; + req_access = list(26) + }, +/turf/simulated/floor/tiled/full, +/area/horizon/service/custodial) "rlY" = ( /obj/structure/machinery/conveyor{ dir = 1; @@ -133497,21 +133300,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/hallway) -"rme" = ( -/obj/structure/table/wood, -/obj/effect/floor_decal/corner_wide/green/diagonal, -/obj/item/flashlight/lamp, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/button/switch/windowtint{ - dir = 10; - id = "exam-room"; - pixel_y = -8; - pixel_x = -7 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "rmi" = ( /obj/effect/floor_decal/corner/brown{ dir = 5 @@ -133638,16 +133426,6 @@ }, /turf/simulated/floor/reinforced/hydrogen, /area/horizon/engineering/atmos) -"rmO" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/research) "rmP" = ( /obj/structure/cable/green{ icon_state = "0-8" @@ -133693,6 +133471,20 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics) +"rmY" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/mining_main/eva) "rna" = ( /obj/item/taperecorder{ pixel_x = 3; @@ -133754,6 +133546,14 @@ /obj/random/pottedplant, /turf/simulated/floor/wood, /area/horizon/command/bridge/meeting_room) +"rnR" = ( +/obj/structure/machinery/chem_master, +/obj/effect/floor_decal/spline/plain{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/carpet/rubber, +/area/horizon/medical/pharmacy) "roc" = ( /turf/simulated/wall/shuttle/hapt, /area/shuttle/hapt) @@ -133799,18 +133599,6 @@ name = "shallow water" }, /area/horizon/holodeck/source_konyang) -"rov" = ( -/obj/structure/machinery/door/airlock/maintenance{ - dir = 1; - name = "Security Maintenance"; - req_access = list(1) - }, -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/red{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/security/equipment) "roz" = ( /obj/structure/window/reinforced/crescent{ dir = 8 @@ -133900,22 +133688,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/brig) -"rpb" = ( -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - Hallway 4"; - dir = 8 - }, -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Medical Intern" - }, -/obj/structure/bed/stool/chair{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "rpg" = ( /obj/structure/machinery/light{ dir = 4 @@ -133983,6 +133755,12 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/investigations_hallway) +"rpH" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{ + id = "recovery" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/medical/ward) "rpN" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -134175,6 +133953,21 @@ }, /turf/unsimulated/floor/rubber_carpet, /area/centcom/specops) +"rqU" = ( +/obj/structure/machinery/door/airlock/glass_medical{ + dir = 1; + name = "Medical"; + req_access = list(5) + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/firedoor, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/reception) "rqX" = ( /obj/random/dirt_75, /obj/structure/machinery/door/firedoor{ @@ -134189,12 +133982,6 @@ /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, /area/horizon/operations/warehouse) -"rrg" = ( -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/main_storage) "rri" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -134239,6 +134026,24 @@ }, /turf/simulated/open, /area/horizon/hallway/primary/deck_2/central) +"rrp" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "rrr" = ( /obj/structure/machinery/door/blast/shutters/open{ dir = 2; @@ -134379,51 +134184,11 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/controlroom) -"rsn" = ( -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 4; - name = "Deck 3 Medical Maintenance"; - req_access = list(5) - }, -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 4; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "Medical Lockdown Shutters"; - opacity = 0 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/medical/hallway/upper) -"rsq" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 4; - req_one_access = list(12) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_3/aft/starboard) +"rsi" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/machinery/alarm/north, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "rsr" = ( /obj/structure/machinery/atmospherics/pipe/manifold/hidden{ dir = 1 @@ -134473,6 +134238,28 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_2/fore) +"rsN" = ( +/obj/structure/machinery/door/firedoor, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/glass_security{ + desc = "It opens and closes. Hazardous lifeforms ahead. Caution advised!"; + dir = 1; + name = "Security Wing"; + req_access = list(63) + }, +/obj/structure/machinery/door/blast/regular{ + density = 0; + dir = 8; + icon_state = "pdoor0"; + id = "Security Lockdown"; + name = "Security Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/security/investigations_hallway) "rsQ" = ( /obj/structure/machinery/door/airlock/external{ dir = 4; @@ -134511,18 +134298,19 @@ /obj/structure/bed/stool/chair/shuttle, /turf/simulated/floor/shuttle/black, /area/centcom/specops) -"rtf" = ( -/obj/structure/table/reinforced/glass, -/obj/item/flashlight/lamp/off{ - pixel_x = -7; - pixel_y = 19 +"rte" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/item/storage/slide_projector{ - pixel_x = 2; - pixel_y = 3 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist/surgicalbay) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline, +/obj/random/junk, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/operations/starboard/amidships) "rti" = ( /obj/structure/machinery/atmospherics/pipe/manifold4w/visible, /obj/effect/floor_decal/industrial/warning{ @@ -134558,6 +134346,22 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/chamber) +"rtv" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/central) "rtx" = ( /obj/effect/decal/fake_object{ dir = 4; @@ -134905,6 +134709,19 @@ }, /turf/simulated/floor/grass/no_edge, /area/horizon/service/hydroponics/garden) +"rvT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 1 + }, +/obj/effect/floor_decal/sign/w, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "rvX" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 5 @@ -134959,16 +134776,6 @@ /obj/effect/floor_decal/industrial/hatch/operations, /turf/simulated/floor/tiled/dark/full, /area/horizon/operations/loading) -"rwi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/main/starboard) "rwk" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -134984,15 +134791,6 @@ /obj/structure/table/reinforced, /turf/simulated/floor/tiled, /area/horizon/security/brig) -"rwn" = ( -/obj/effect/floor_decal/corner_wide/lime/diagonal, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) "rwq" = ( /obj/structure/trash_pile, /turf/simulated/floor/tiled/dark, @@ -135009,6 +134807,15 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/hangar/operations) +"rwA" = ( +/obj/structure/bed/stool/bar/padded/red{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/disposalpipe/segment/mainline, +/obj/item/radio/intercom/east, +/turf/simulated/floor/lino/diamond, +/area/horizon/service/bar) "rwD" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -135109,6 +134916,26 @@ /obj/effect/floor_decal/corner/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/reactor/supermatter/waste) +"rxl" = ( +/obj/structure/platform/cutout, +/obj/structure/platform_stairs/full/east_west_cap{ + dir = 8 + }, +/obj/structure/platform{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "rxn" = ( /obj/structure/table/reinforced/steel, /obj/item/flashlight/lamp, @@ -135242,6 +135069,12 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) +"ryj" = ( +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/reception) "ryl" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -135420,21 +135253,6 @@ "rzi" = ( /turf/simulated/wall, /area/horizon/maintenance/deck_2/wing/port) -"rzj" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/purple{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/service/custodial) "rzl" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -135478,18 +135296,6 @@ }, /turf/simulated/floor/reinforced, /area/horizon/shuttle/canary) -"rzG" = ( -/obj/structure/machinery/papershredder{ - pixel_x = -5 - }, -/obj/structure/filingcabinet/filingcabinet{ - pixel_x = 10; - pixel_y = 1 - }, -/obj/structure/machinery/light, -/obj/item/radio/intercom/east, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist/surgicalbay) "rzH" = ( /turf/unsimulated/floor/plating, /area/antag/burglar) @@ -135513,22 +135319,6 @@ /obj/structure/machinery/meter, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics) -"rzM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/maintenance{ - req_one_access = list(5,10,12) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/wing/starboard/near) "rzO" = ( /obj/random/junk, /obj/effect/floor_decal/industrial/outline/grey, @@ -135537,6 +135327,22 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/security/port) +"rzT" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/starboard) "rzW" = ( /obj/effect/map_effect/window_spawner/full/reinforced/indestructible, /obj/structure/sign/double/map/left{ @@ -135546,22 +135352,6 @@ }, /turf/unsimulated/floor/plating, /area/antag/loner) -"rzX" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/dark_blue/diagonal{ - dir = 8 - }, -/obj/structure/platform_deco{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/west, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) "rAb" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, @@ -135639,6 +135429,17 @@ /obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/tiled/dark, /area/shuttle/mercenary) +"rAE" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/starboard/near) "rAH" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/red{ dir = 9 @@ -135688,6 +135489,19 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_thunderdomecourt) +"rAR" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/spline/plain/corner/lime{ + dir = 8 + }, +/obj/structure/machinery/light/small/floor, +/turf/simulated/floor/lino, +/area/horizon/service/chapel/main) "rAU" = ( /obj/structure/bed/stool/chair/office/bridge{ dir = 4 @@ -135836,6 +135650,21 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/intrepid) +"rCb" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/corner/brown/full{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/mining_main/refinery) "rCd" = ( /turf/simulated/wall, /area/horizon/hangar/control) @@ -135882,15 +135711,24 @@ /obj/structure/machinery/atmospherics/pipe/simple/visible/black, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"rCD" = ( -/obj/structure/cable/green{ - icon_state = "0-4" +"rCE" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/cobweb2{ + icon_state = "cobweb1" }, -/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ - id = "xo_conference_tint" +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/wing/starboard) +"rCJ" = ( +/obj/structure/bed/stool/bar/padded/red, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 }, -/turf/simulated/floor, -/area/horizon/command/heads/xo_office) +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/turf/simulated/floor/lino/diamond, +/area/horizon/service/mess_hall) "rCL" = ( /obj/structure/cable/orange{ icon_state = "1-4" @@ -135924,6 +135762,9 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/maintenance/substation/engineering/lower) +"rCX" = ( +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "rDi" = ( /obj/effect/shuttle_landmark/horizon/exterior/deck_1/aft, /turf/template_noop, @@ -135983,6 +135824,18 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/mercenary) +"rDC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/full, +/area/horizon/engineering/hallway/aft) "rDF" = ( /obj/structure/table/reinforced/wood, /obj/item/storage/slide_projector, @@ -136006,6 +135859,14 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/starboard/near) +"rDI" = ( +/obj/structure/railing/mapped, +/obj/effect/floor_decal/spline/fancy/wood, +/obj/structure/bed/stool/chair/padded/black{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/horizon/hallway/primary/deck_2/central) "rDL" = ( /obj/effect/floor_decal/spline/plain/corner, /turf/simulated/floor/exoplanet/barren/raskara, @@ -136030,6 +135891,24 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/storage_hard/upper) +"rDY" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate{ + color = "#FFFFFF" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/medical/gen_treatment) "rDZ" = ( /obj/structure/machinery/camera/network/third_deck{ c_tag = "Third Deck - Starboard Dock Starboard"; @@ -136054,24 +135933,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/main/port) -"rEd" = ( -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/turf/simulated/floor/tiled/slate, -/area/horizon/operations/warehouse) "rEo" = ( /obj/effect/map_effect/window_spawner/full/shuttle/scc{ spawn_firedoor = 1; @@ -136084,14 +135945,6 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/intrepid/starboard_compartment) -"rEy" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/machinery/alarm/east, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "rEB" = ( /obj/structure/cable{ icon_state = "1-8" @@ -136105,21 +135958,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/port/far) -"rEM" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/effect/floor_decal/corner/brown/full{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/mining_main/refinery) "rEN" = ( /obj/structure/machinery/mineral/equipment_vendor, /turf/simulated/floor/tiled/dark/full, @@ -136169,30 +136007,6 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/crew/fitness/showers) -"rEU" = ( -/obj/effect/floor_decal/industrial/outline/medical, -/obj/structure/machinery/requests_console/north{ - pixel_y = 0; - pixel_x = -32; - name = "Recovery Ward requests console"; - department = "Recovery Ward"; - departmentType = 2 - }, -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - Recovery Room"; - dir = 4 - }, -/obj/structure/closet/secure_closet/medical/empty{ - name = "recovery supplies" - }, -/obj/item/clothing/under/medical_gown, -/obj/item/clothing/under/medical_gown, -/obj/item/clothing/under/medical_gown, -/obj/item/clothing/shoes/slippers/recolourable_slippers, -/obj/item/clothing/shoes/slippers/recolourable_slippers, -/obj/item/clothing/shoes/slippers/recolourable_slippers, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/ward) "rEW" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 9 @@ -136241,6 +136055,19 @@ }, /turf/simulated/floor/exoplanet/grass, /area/centcom/shared_dream) +"rFg" = ( +/obj/structure/bed/stool/chair{ + dir = 1 + }, +/obj/structure/machinery/power/apc/south{ + is_critical = 1 + }, +/obj/structure/cable/green, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "rFi" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/condiment/shaker/salt{ @@ -136331,28 +136158,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/storage) -"rFV" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/platform_deco{ - dir = 4 - }, -/obj/structure/platform_deco{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/effect/floor_decal/corner/dark_blue/diagonal{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) "rFX" = ( /obj/structure/machinery/door/airlock/engineering{ dir = 1; @@ -136403,16 +136208,6 @@ /obj/structure/machinery/light/floor, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/aibunker) -"rGs" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/floor_decal/corner_wide/green/diagonal, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "rGx" = ( /obj/structure/machinery/atmospherics/binary/pump{ dir = 4; @@ -136420,13 +136215,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"rGE" = ( -/obj/effect/floor_decal/industrial/outline/grey, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/auxatmos) "rGF" = ( /obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -136470,16 +136258,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck/source_pool) -"rGR" = ( -/obj/structure/bed/stool/bar/padded/red, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/turf/simulated/floor/lino/diamond, -/area/horizon/service/mess_hall) "rGT" = ( /obj/structure/bed/stool/chair/office/light, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -136562,29 +136340,6 @@ icon_state = "15,4" }, /area/shuttle/legion) -"rHn" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_blue/diagonal, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/bridge_crew) "rHq" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 9 @@ -136684,6 +136439,27 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) +"rHX" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/obj/structure/machinery/light/floor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/loading) "rHY" = ( /turf/simulated/wall/shuttle/unique/ert{ icon_state = "7,0" @@ -136820,6 +136596,13 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/mercenary) +"rJl" = ( +/obj/structure/sink/kitchen{ + name = "water fountain"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/horizon/medical/washroom) "rJp" = ( /obj/item/modular_computer/console/preset/security{ dir = 4 @@ -136832,6 +136615,13 @@ icon_state = "dark_preview" }, /area/centcom/holding) +"rJw" = ( +/obj/structure/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/hallway) "rJD" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -136862,11 +136652,6 @@ }, /turf/simulated/floor/tiled/white, /area/merchant_station) -"rJN" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/port) "rJO" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /obj/structure/machinery/door/blast/shutters/open{ @@ -136904,6 +136689,18 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/horizon/operations/loading) +"rKk" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/radio/intercom/west{ + pixel_y = -2 + }, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "rKn" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 @@ -137091,27 +136888,43 @@ dir = 1 }, /area/centcom/legion) -"rLx" = ( +"rLq" = ( +/obj/structure/bed/stool/chair{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 1 + }, /obj/structure/disposalpipe/segment/mainline{ icon_state = "pipe-c-yellow"; + dir = 1 + }, +/turf/simulated/floor/wood, +/area/horizon/command/bridge/upperdeck) +"rLv" = ( +/obj/structure/machinery/door/firedoor/multi_tile{ + dir = 2 + }, +/obj/structure/machinery/door/airlock/multi_tile/glass{ + id_tag = "main_door"; + name = "Triage Room Main Entrance"; + req_access = list(5); + dir = 1 + }, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 4; + icon_state = "shutter0"; + id = "LCKDshutters"; + name = "MedBay Lockdown Shutters"; + opacity = 0 + }, +/obj/effect/map_effect/door_helper/unres{ dir = 8 }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/structure/machinery/power/apc/east, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/security_port) +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/icu) "rLE" = ( /obj/structure/machinery/light/floor{ dir = 1 @@ -137198,18 +137011,6 @@ /obj/structure/machinery/power/apc/east, /turf/simulated/floor/tiled, /area/horizon/medical/morgue) -"rMa" = ( -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "MedBay Lockdown Shutters"; - opacity = 0 - }, -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/medical/reception) "rMe" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -137249,15 +137050,6 @@ /obj/item/radio/intercom/west, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/bar/backroom) -"rMj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/full, -/area/horizon/engineering/hallway/fore) "rMk" = ( /obj/structure/machinery/atmospherics/unary/freezer{ dir = 4; @@ -137291,21 +137083,6 @@ /obj/structure/machinery/alarm/north, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion) -"rMw" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/spline/plain/corner/green{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/mess_hall) "rMz" = ( /obj/effect/decal/cleanable/dirt, /obj/item/ore, @@ -137425,6 +137202,24 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos/turbine) +"rNl" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/bridge_crew) "rNm" = ( /obj/structure/heavy_vehicle_frame, /obj/structure/machinery/mech_recharger, @@ -137434,15 +137229,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/unsimulated/floor/rubber_carpet, /area/antag/jockey) -"rNo" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "rNp" = ( /obj/structure/machinery/holosign/surgery{ id = 1 @@ -137467,12 +137253,55 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/medical/surgery) +"rNs" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/starboard) "rNx" = ( /obj/effect/floor_decal/spline/plain/blue{ dir = 9 }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/storage) +"rNC" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/airlock/command{ + dir = 4; + id_tag = "conference_room"; + name = "Conference Room"; + req_one_access = list(19,38,72) + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/command/bridge/meeting_room) "rNE" = ( /obj/structure/cable{ icon_state = "4-8" @@ -137536,13 +137365,6 @@ /obj/structure/machinery/alarm/west, /turf/simulated/floor/tiled, /area/horizon/hangar/intrepid) -"rOb" = ( -/obj/effect/floor_decal/corner/dark_blue/full{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/horizon/storage/eva) "rOd" = ( /obj/structure/machinery/atmospherics/unary/heater{ dir = 8 @@ -137619,13 +137441,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/bar) -"rOA" = ( -/obj/structure/lattice, -/obj/structure/platform/ledge/dark{ - dir = 1 - }, -/turf/simulated/open, -/area/horizon/maintenance/deck_2/cryo) "rOB" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ @@ -137697,23 +137512,23 @@ /obj/effect/floor_decal/industrial/loading/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/intrepid) -"rOY" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, +"rOW" = ( /obj/structure/cable{ - icon_state = "2-8" + icon_state = "1-2" }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port/far) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/door/firedoor, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/maintenance{ + req_access = list(12); + name = "Deck 1 Starboard Primary Maintenance Conduit" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_1/wing/starboard) "rOZ" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 8 @@ -137761,17 +137576,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/medical/morgue) -"rPf" = ( -/obj/structure/machinery/iv_drip, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/red, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/gen_treatment) "rPj" = ( /obj/structure/shuttle_part/scc_space_ship{ icon_state = "d3-5-f" @@ -137818,6 +137622,22 @@ /obj/item/storage/toolbox/emergency, /turf/simulated/floor/tiled/dark/full, /area/horizon/hallway/primary/deck_2/fore) +"rPv" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/starboard) "rPB" = ( /obj/structure/machinery/atmospherics/valve{ dir = 4; @@ -137875,24 +137695,6 @@ /obj/structure/machinery/power/apc/north, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/starboard/far) -"rPP" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 1; - name = "Security Maintenance"; - req_access = list(63) - }, -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/red{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/security/hallway) "rPS" = ( /obj/effect/floor_decal/industrial/warning{ dir = 6 @@ -138015,28 +137817,6 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/plating, /area/horizon/hangar/intrepid) -"rQE" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/elevator) "rQH" = ( /obj/structure/bed/stool/chair/office/dark, /turf/unsimulated/floor{ @@ -138106,6 +137886,20 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hallway/primary/deck_2/fore) +"rRd" = ( +/obj/structure/machinery/recharger, +/obj/structure/railing/mapped, +/obj/item/destTagger{ + pixel_y = 8; + pixel_x = 14 + }, +/obj/item/stack/packageWrap{ + pixel_x = 16; + pixel_y = 8 + }, +/obj/structure/table/steel, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "rRg" = ( /obj/structure/cable/green{ icon_state = "2-4" @@ -138131,6 +137925,20 @@ }, /turf/simulated/floor/lino, /area/horizon/security/investigators_office) +"rRu" = ( +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/obj/structure/machinery/light, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/service/custodial) "rRC" = ( /obj/effect/landmark{ name = "Revenant" @@ -138149,6 +137957,16 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/maintenance/substation/wing_port) +"rRG" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/industrial/warning, +/obj/structure/machinery/disposal/small/east, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/machinery/alarm/west, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist/surgicalbay) "rRK" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 4 @@ -138169,52 +137987,6 @@ /obj/structure/machinery/light/small, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard) -"rRM" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/sink/kitchen{ - dir = 8; - name = "sink"; - pixel_x = 20 - }, -/turf/simulated/floor/plating, -/area/horizon/service/chapel/corpse_storage) -"rRO" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "rRQ" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -138237,6 +138009,12 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/rd) +"rRT" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/icu) "rRV" = ( /obj/structure/closet/walllocker/medical/firstaid{ pixel_y = -32 @@ -138247,6 +138025,58 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hallway/primary/deck_2/central) +"rRX" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/random/dirt_75, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/security/port) +"rSd" = ( +/obj/structure/machinery/alarm/south, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 7 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/horizon/command/heads/captain) +"rSe" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/starboard) "rSg" = ( /obj/structure/machinery/papershredder{ pixel_x = -6 @@ -138473,22 +138303,6 @@ /obj/structure/table/wood/gamblingtable, /turf/simulated/floor/wood, /area/horizon/service/mess_hall) -"rTf" = ( -/obj/structure/machinery/door/airlock/glass_command{ - dir = 1; - id_tag = "server_door_lock"; - name = "Server Room"; - req_access = list(7) - }, -/obj/structure/machinery/door/firedoor, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/rnd/server) "rTh" = ( /obj/structure/table/stone/marble, /turf/unsimulated/floor, @@ -138684,22 +138498,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/meeting_room) -"rUj" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/break_room) "rUl" = ( /obj/structure/table/standard, /obj/item/pizzabox/meat{ @@ -138754,26 +138552,6 @@ /obj/structure/window/shuttle/scc_space_ship/cardinal, /turf/simulated/floor/plating, /area/horizon/crew/journalistoffice) -"rUu" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "rUz" = ( /obj/effect/floor_decal/spline/plain{ dir = 6 @@ -138794,6 +138572,22 @@ /obj/structure/engineer_maintenance/electric, /turf/simulated/floor/tiled/white, /area/horizon/command/heads/cmo) +"rUD" = ( +/obj/effect/floor_decal/corner_wide/seafoam, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "rUH" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 10 @@ -138939,29 +138733,6 @@ /obj/structure/machinery/hologram/holopad, /turf/simulated/floor/lino, /area/horizon/service/chapel/main) -"rVP" = ( -/obj/structure/table/reinforced/glass, -/obj/item/paper_bin{ - pixel_x = -5; - pixel_y = 4 - }, -/obj/item/pen/fountain/black{ - pixel_x = -5; - pixel_y = 4 - }, -/obj/structure/machinery/button/remote/blast_door{ - pixel_y = -4; - id = "machinist_surgery_shutters"; - pixel_x = 8; - name = "Surgical Theatre Viewing Shutters"; - dir = 9 - }, -/obj/item/paper/stickynotes/pad/random{ - pixel_x = 6; - pixel_y = 9 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist/surgicalbay) "rWa" = ( /obj/effect/floor_decal/industrial/hatch/red, /turf/simulated/floor/reinforced/airless, @@ -138978,14 +138749,21 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/bar) -"rWg" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/item/bedsheet/medical{ - icon_state = "sheet-roll" +"rWf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" }, -/obj/structure/bed/padded, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) "rWj" = ( /obj/structure/cable/green{ icon_state = "0-2" @@ -139067,22 +138845,6 @@ /obj/structure/flora/tree/pine, /turf/simulated/floor/exoplanet/snow, /area/centcom/shared_dream) -"rWz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "rWD" = ( /obj/effect/floor_decal/corner_wide/black/full{ dir = 8 @@ -139167,6 +138929,27 @@ /obj/structure/machinery/photocopier, /turf/simulated/floor/carpet, /area/horizon/repoffice/representative_two) +"rWV" = ( +/obj/structure/machinery/hologram/holopad, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) +"rXe" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/starboard) "rXm" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -139202,20 +138985,6 @@ /obj/structure/machinery/alarm/west, /turf/simulated/floor/tiled, /area/horizon/security/investigations_hallway) -"rXC" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "rXH" = ( /obj/effect/floor_decal/spline/plain/corner{ dir = 8 @@ -139327,16 +139096,13 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion/starboard) -"rYE" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/effect/floor_decal/corner/mauve{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/hallway) +"rYz" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/light/small/floor, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "rYK" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden{ dir = 4 @@ -139344,6 +139110,13 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/shuttle/mercenary) +"rYM" = ( +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "rYO" = ( /obj/effect/floor_decal/corner/dark_blue/diagonal, /obj/effect/floor_decal/industrial/warning{ @@ -139363,6 +139136,17 @@ }, /turf/simulated/floor/wood, /area/horizon/rnd/xenoarch/presentation) +"rYR" = ( +/obj/effect/floor_decal/corner/dark_blue/full, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/security/investigations_hallway) "rYS" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on, /obj/structure/machinery/firealarm/west, @@ -139528,16 +139312,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/engineering/storage_hard/aft) -"rZy" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/machinery/light/small, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "rZz" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -139558,6 +139332,15 @@ /obj/effect/floor_decal/industrial/hatch_door/yellow, /turf/simulated/floor/tiled/full, /area/horizon/hangar/airstation) +"rZB" = ( +/obj/structure/machinery/bodyscanner, +/obj/effect/floor_decal/corner/beige{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/machinery/alarm/north, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) "rZE" = ( /obj/effect/floor_decal/corner/teal/full{ dir = 1 @@ -139569,28 +139352,69 @@ /obj/structure/machinery/porta_turret, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/secure/tech_vault) +"rZK" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) +"rZM" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/computer/guestpass{ + pixel_y = 32 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/security/hallway) "rZN" = ( /obj/effect/floor_decal/corner/dark_green, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/central) +"rZT" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/loading) "rZU" = ( /obj/effect/floor_decal/corner/mauve/full{ dir = 1 }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/chemistry) -"sac" = ( -/obj/effect/floor_decal/corner/dark_green/full, -/obj/effect/floor_decal/industrial/outline_straight/service, -/obj/effect/floor_decal/industrial/arrow/service, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/mess_hall) "sae" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -139648,6 +139472,20 @@ /obj/random/junk, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/operations/starboard) +"sao" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/security/investigations_hallway) "saD" = ( /obj/effect/floor_decal/industrial/warning{ dir = 10 @@ -139761,12 +139599,6 @@ /obj/structure/table/rack, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/auxatmos) -"sby" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/maintenance/deck_1/teleporter) "sbD" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/machinery/light/small{ @@ -139792,32 +139624,38 @@ /obj/item/gun/projectile/automatic/wt550/unloaded, /turf/simulated/floor/tiled/dark/full, /area/horizon/security/armoury) -"sbN" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - dir = 2; - icon_state = "pdoor0"; - id = "Security Lockdown"; - name = "Security Blast Door"; - opacity = 0 - }, -/obj/structure/machinery/door/firedoor{ +"sbL" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/obj/structure/railing/mapped{ dir = 4 }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/green{ - icon_state = "4-8" + icon_state = "1-2" }, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 4; - name = "Security Maintenance"; - req_one_access = list(12,63) +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) +"sbM" = ( +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/effect/floor_decal/industrial/hatch_door/red, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/wing/port/near) +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/starboard/near) "sbO" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 8 @@ -139852,10 +139690,24 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_3/security/starboard) -"sbW" = ( -/obj/effect/floor_decal/industrial/hatch/service, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/hydroponics) +"sco" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/central) "scr" = ( /obj/structure/cable{ icon_state = "4-8" @@ -139980,6 +139832,21 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics) +"scK" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_3/starboard) "scM" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/floor_decal/industrial/outline/research, @@ -140115,24 +139982,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/rnd/eva) -"sdu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/yellow{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/horizon/engineering/hallway/aft) "sdx" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/black, /obj/structure/machinery/atmospherics/binary/pump{ @@ -140147,19 +139996,14 @@ /obj/structure/machinery/atmospherics/pipe/manifold/visible/yellow, /turf/simulated/floor/plating, /area/horizon/rnd/xenoarch/atrium) -"sdB" = ( -/obj/structure/bed/stool/chair{ - dir = 4 +"sdF" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 }, -/obj/effect/floor_decal/spline/fancy/wood/cee{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/turf/simulated/floor/wood, -/area/horizon/command/bridge/upperdeck) +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "sdL" = ( /obj/effect/floor_decal/corner/dark_blue/diagonal, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -140335,34 +140179,63 @@ }, /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_courtroom) -"sfp" = ( -/obj/effect/spider/stickyweb, -/obj/item/toy/plushie/spider, -/turf/simulated/floor/exoplanet/barren/raskara, -/area/centcom/shared_dream) -"sfv" = ( -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/airlock/glass{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +"sfh" = ( +/obj/structure/machinery/disposal/small/north, +/obj/structure/disposalpipe/trunk{ dir = 4 }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 7 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/machinery/light, +/turf/simulated/floor/wood, +/area/horizon/repoffice/representative_one) +"sfk" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/central) +"sfp" = ( +/obj/effect/spider/stickyweb, +/obj/item/toy/plushie/spider, +/turf/simulated/floor/exoplanet/barren/raskara, +/area/centcom/shared_dream) +"sfs" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, /obj/structure/cable/green{ icon_state = "4-8" }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_3/starboard) +/obj/structure/platform_deco{ + icon_state = "ledge_deco" + }, +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "sfw" = ( /obj/structure/grille, /obj/structure/cable/green, @@ -140378,20 +140251,6 @@ /obj/structure/machinery/door/firedoor, /turf/simulated/floor/plating, /area/horizon/security/hallway) -"sfz" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/light/floor, -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/mail_room) "sfG" = ( /obj/structure/machinery/door/airlock/centcom{ name = "Washroom" @@ -140558,6 +140417,12 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/chamber) +"sgz" = ( +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/turf/simulated/floor/carpet, +/area/horizon/command/heads/xo_office) "sgA" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -140647,10 +140512,21 @@ icon_state = "plating" }, /area/centcom/evac) -"sgS" = ( -/obj/effect/floor_decal/corner/lime/diagonal, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/washroom) +"sgY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/aft) "sgZ" = ( /obj/structure/cable/green{ icon_state = "1-4" @@ -140694,19 +140570,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) -"shj" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "shl" = ( /obj/structure/machinery/door/airlock/centcom{ name = "Green Access"; @@ -140853,18 +140716,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/grass/no_edge, /area/horizon/service/hydroponics/lower) -"shP" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner_wide/green{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "shW" = ( /turf/simulated/wall/r_wall, /area/horizon/operations/warehouse) @@ -140920,6 +140771,19 @@ }, /turf/simulated/floor, /area/tdome/tdome1) +"sik" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/horizon/operations/lobby) "sil" = ( /obj/structure/machinery/atmospherics/portables_connector{ dir = 4 @@ -140990,6 +140854,16 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/merchant) +"siu" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/operations/machinist) "siv" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 4 @@ -141047,6 +140921,28 @@ /obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenobiology/xenoflora) +"siS" = ( +/obj/structure/machinery/power/apc/high/east, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/icu) +"siV" = ( +/obj/effect/floor_decal/spline/plain/corner/red, +/obj/effect/floor_decal/spline/plain/red{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist) "siY" = ( /obj/effect/floor_decal/corner/grey/diagonal, /obj/structure/table/stone/marble, @@ -141060,15 +140956,6 @@ }, /turf/unsimulated/floor, /area/centcom/legion) -"sji" = ( -/obj/effect/floor_decal/corner_wide/green/diagonal, -/obj/structure/table/wood, -/obj/random/pottedplant_small{ - pixel_x = 7; - pixel_y = 10 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "sjj" = ( /obj/effect/floor_decal/industrial/warning, /obj/structure/machinery/door/blast/regular{ @@ -141113,15 +141000,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/rnd/hallway/secondary) -"sjp" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_2/central) "sjq" = ( /obj/effect/decal/fake_object{ icon = 'icons/obj/smoothtrack.dmi'; @@ -141161,22 +141039,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/far) -"sjA" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "sjH" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -141184,6 +141046,13 @@ /obj/structure/machinery/atmospherics/pipe/simple/visible/cyan, /turf/simulated/floor/plating, /area/horizon/engineering/bluespace_drive) +"sjI" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "sjJ" = ( /obj/structure/machinery/door/airlock/centcom{ name = "Internal Affairs Agent's Office"; @@ -141201,13 +141070,6 @@ }, /turf/simulated/floor/tiled/gunmetal, /area/horizon/operations/warehouse) -"sjN" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/wing/starboard/far) "sjO" = ( /obj/effect/floor_decal/industrial/outline/grey, /obj/random/dirt_75, @@ -141271,24 +141133,6 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor, /area/antag/raider) -"ski" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/effect/floor_decal/spline/plain/corner/brown{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist) "skn" = ( /obj/structure/grille/diagonal{ dir = 1 @@ -141567,6 +141411,16 @@ }, /turf/simulated/floor/grass/no_edge, /area/horizon/service/hydroponics/lower) +"slU" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/starboard) "slW" = ( /obj/structure/machinery/button/remote/blast_door{ id = "iso_a"; @@ -141645,25 +141499,6 @@ }, /turf/simulated/floor/plating, /area/horizon/service/mess_hall) -"smn" = ( -/obj/structure/table/reinforced/steel, -/obj/item/storage/box/bodybags{ - pixel_x = 7; - pixel_y = 10 - }, -/obj/item/storage/box/gloves{ - pixel_x = 7; - pixel_y = 1 - }, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -7; - pixel_y = 15 - }, -/obj/effect/floor_decal/corner/lime/diagonal, -/obj/structure/machinery/firealarm/north, -/obj/structure/roller_rack/three, -/turf/simulated/floor/tiled/white, -/area/horizon/shuttle/intrepid/medical) "sms" = ( /obj/structure/table/standard{ no_cargo = 1 @@ -141778,31 +141613,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck_control) -"smZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/structure/machinery/door/blast/shutters{ - dir = 4; - id = "engineering_storage_d2"; - name = "Engineering Hard Storage" - }, -/obj/effect/floor_decal/industrial/hatch_door/engineering, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/storage_hard/upper) "snd" = ( /obj/effect/floor_decal/industrial/hatch/yellow, /obj/structure/machinery/door/blast/regular{ @@ -142012,40 +141822,6 @@ }, /turf/simulated/floor/tiled/gunmetal, /area/horizon/operations/warehouse) -"soQ" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/mining_main/eva) -"soX" = ( -/obj/structure/table/reinforced/steel, -/obj/structure/machinery/power/outlet{ - pixel_y = 3 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) -"spb" = ( -/obj/structure/machinery/door/firedoor, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 1; - req_one_access = list(5,12) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_3/aft/holodeck) "spd" = ( /obj/effect/floor_decal/corner/purple{ dir = 9 @@ -142079,19 +141855,6 @@ icon_state = "dark_preview" }, /area/centcom/specops) -"spu" = ( -/obj/structure/bed/stool/chair/office/bridge{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled/dark, -/area/horizon/command/heads/xo_desk) "spx" = ( /obj/structure/disposalpipe/segment, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, @@ -142191,29 +141954,6 @@ }, /turf/simulated/floor/wood, /area/horizon/command/bridge/minibar) -"sqw" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/spline/fancy/wood/cee{ - dir = 8 - }, -/obj/structure/machinery/light/small/floor, -/turf/simulated/floor/wood, -/area/horizon/command/heads/xo_office) -"sqB" = ( -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 4; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "MedBay Lockdown Shutters"; - opacity = 0 - }, -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/obj/structure/sign/greencross/small, -/turf/simulated/floor/plating, -/area/horizon/medical/reception) "sqD" = ( /obj/effect/floor_decal/corner/blue/diagonal, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -142267,6 +142007,21 @@ }, /turf/unsimulated/floor/dark, /area/antag/actor) +"sqU" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "entrance_shutters"; + name = "Entrance Lockdown Shutters"; + opacity = 0 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/medical/reception) "sqV" = ( /obj/structure/table/steel, /obj/item/flashlight/lamp{ @@ -142349,16 +142104,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/storage/tech) -"srr" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor, -/area/horizon/command/bridge/upperdeck) "srs" = ( /obj/effect/floor_decal/spline/plain/grey{ dir = 6 @@ -142450,6 +142195,18 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/far) +"srM" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 8 + }, +/obj/structure/machinery/light/floor{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/horizon/command/bridge/meeting_room) "ssa" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -142480,6 +142237,12 @@ }, /turf/simulated/floor/wood, /area/horizon/command/bridge/minibar) +"ssk" = ( +/obj/structure/bed/stool/chair{ + dir = 4 + }, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist/surgicalbay) "ssl" = ( /obj/effect/floor_decal/corner/black{ dir = 9 @@ -142554,27 +142317,11 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/far) -"sst" = ( -/obj/effect/floor_decal/industrial/outline/medical, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/bed/padded, -/obj/item/bedsheet/medical, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) -"ssw" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) +"ssx" = ( +/obj/structure/machinery/vending/robotics, +/obj/item/radio/intercom/east, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/machinist) "ssy" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, @@ -142648,13 +142395,6 @@ /obj/effect/floor_decal/spline/plain/corner, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck/source_pool) -"ssP" = ( -/obj/effect/floor_decal/industrial/warning, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "ssU" = ( /turf/unsimulated/floor{ icon_state = "dark_preview" @@ -142687,6 +142427,20 @@ /obj/structure/machinery/atmospherics/pipe/simple/visible/green, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) +"str" = ( +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/outline/engineering, +/turf/simulated/floor/tiled/gunmetal/full, +/area/horizon/operations/warehouse) "stI" = ( /turf/simulated/wall, /area/horizon/engineering/hallway/fore) @@ -142705,6 +142459,16 @@ /obj/effect/floor_decal/corner/paleblue/full, /turf/unsimulated/floor/freezer, /area/antag/mercenary) +"stS" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_wide/seafoam/full, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/icu) "stX" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -142993,6 +142757,18 @@ /obj/structure/lattice/catwalk/indoor, /turf/unsimulated/floor/plating, /area/centcom/checkpoint/aft) +"svU" = ( +/obj/item/modular_computer/console/preset/medical{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "swd" = ( /obj/structure/machinery/door/blast/regular/open{ dir = 8; @@ -143025,6 +142801,19 @@ /obj/random/dirt_75, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/nacelle) +"swj" = ( +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 1; + name = "Chapel Maintenance"; + req_access = list(22) + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/chapel/corpse_storage) "swk" = ( /obj/structure/machinery/atmospherics/pipe/manifold/visible, /obj/structure/lattice/catwalk/indoor/grate/dark, @@ -143120,14 +142909,6 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/chamber) -"swE" = ( -/obj/structure/railing/mapped, -/obj/random/pottedplant, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 10 - }, -/turf/simulated/floor/wood, -/area/horizon/service/cafeteria) "swI" = ( /obj/structure/railing/mapped{ dir = 8 @@ -143142,19 +142923,6 @@ icon_state = "wood" }, /area/centcom/spawning) -"swK" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/interstitial) "swN" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 4 @@ -143176,6 +142944,12 @@ icon_state = "7,3" }, /area/shuttle/syndicate_elite) +"swV" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/command/heads/xo_desk) "swW" = ( /obj/random/maintenance_junk_or_loot, /obj/random/dirt_75, @@ -143261,57 +143035,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/starboard) -"sxr" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) -"sxz" = ( -/obj/structure/table/standard, -/obj/item/clothing/glasses/hud/health{ - pixel_y = -14 - }, -/obj/item/clothing/glasses/hud/health{ - pixel_y = -14 - }, -/obj/item/clothing/glasses/hud/health{ - pixel_y = -14 - }, -/obj/item/clothing/glasses/hud/health{ - pixel_y = -14 - }, -/obj/item/clothing/glasses/hud/health{ - pixel_y = -14 - }, -/obj/item/clothing/glasses/hud/health{ - pixel_y = -14 - }, -/obj/item/clothing/glasses/hud/health{ - pixel_y = -14 - }, -/obj/item/clothing/glasses/hud/health{ - pixel_y = -14 - }, -/obj/item/cane, -/obj/item/cane, -/obj/item/cane, -/obj/item/cane, -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 1 - }, -/obj/item/defibrillator/loaded{ - pixel_x = -8; - pixel_y = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "sxD" = ( /obj/structure/closet/emcloset, /obj/effect/floor_decal/industrial/outline/emergency_closet, @@ -143338,26 +143061,6 @@ "sxS" = ( /turf/simulated/floor/wood, /area/horizon/command/heads/rd) -"sxT" = ( -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 4; - req_one_access = list(31,67) - }, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/warehouse) "sxV" = ( /obj/structure/machinery/light{ dir = 4 @@ -143451,6 +143154,22 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenobiology/foyer) +"syr" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "syt" = ( /obj/structure/grille, /obj/structure/machinery/door/firedoor, @@ -143566,22 +143285,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/ai/upload) -"syZ" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "szc" = ( /obj/structure/foamedmetal, /turf/simulated/floor/plating, @@ -143686,6 +143389,28 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/aft/starboard/far) +"szR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/wood, +/area/horizon/command/heads/xo_office) "szT" = ( /obj/structure/machinery/button/remote/blast_door{ dir = 4; @@ -143814,6 +143539,11 @@ /obj/effect/floor_decal/corner/red/full, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_tribunal) +"sAQ" = ( +/obj/structure/machinery/light, +/obj/effect/floor_decal/corner_wide/seafoam/full, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "sAU" = ( /obj/structure/machinery/conveyor{ id = "cargo_1" @@ -143910,6 +143640,28 @@ /obj/structure/sign/staff_only, /turf/unsimulated/wall/darkshuttlewall, /area/centcom/bar) +"sBu" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/power/apc/critical/north, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/controlroom) "sBx" = ( /obj/structure/machinery/door/airlock/command{ id_tag = "rep_office_b"; @@ -144081,13 +143833,6 @@ }, /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_battlemonsters) -"sCn" = ( -/obj/structure/bed/stool/chair/office/dark, -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "sCo" = ( /obj/structure/machinery/atmospherics/pipe/manifold/visible, /obj/structure/cable/green{ @@ -144183,14 +143928,6 @@ }, /turf/unsimulated/floor, /area/centcom/legion/hangar5) -"sDc" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/table/standard, -/obj/structure/bedsheetbin{ - pixel_y = 5 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "sDe" = ( /obj/structure/machinery/conveyor{ dir = 9; @@ -144385,32 +144122,6 @@ /obj/effect/shuttle_landmark/escape_pod/transit/pod3, /turf/space/transit/east, /area/template_noop) -"sDV" = ( -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/structure/grille, -/obj/structure/window/shuttle/scc_space_ship, -/obj/structure/machinery/door/blast/shutters{ - dir = 4; - id = "xo_office_window_shutter"; - name = "Safety Shutter" - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/turf/simulated/floor, -/area/horizon/command/heads/xo_office) "sDY" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -144459,6 +144170,19 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/service/custodial/disposals/deck_1) +"sEf" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/operations/warehouse) "sEi" = ( /obj/structure/machinery/alarm/south, /obj/effect/floor_decal/corner/mauve{ @@ -144489,11 +144213,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenobiology) -"sEk" = ( -/obj/item/reagent_containers/glass/bucket, -/obj/effect/floor_decal/industrial/outline/grey, -/turf/simulated/floor/tiled, -/area/horizon/security/brig) "sEl" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -144553,14 +144272,6 @@ /obj/effect/decal/cleanable/blood/oil, /turf/simulated/floor/tiled/dark/full, /area/shuttle/skipjack) -"sEW" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/open, -/area/horizon/maintenance/deck_2/wing/starboard/near) "sFf" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -144599,43 +144310,19 @@ }, /turf/simulated/floor/wood, /area/horizon/engineering/hallway/interior) -"sFu" = ( -/obj/item/storage/belt/medical/paramedic{ - pixel_y = 4 - }, -/obj/item/storage/belt/medical/paramedic{ - pixel_y = 4 - }, -/obj/item/storage/belt/medical{ - pixel_y = -4 - }, -/obj/item/storage/belt/medical{ - pixel_y = -4 - }, -/obj/item/storage/belt/medical{ - pixel_y = -4 - }, -/obj/item/storage/belt/medical{ - pixel_y = -4 - }, -/obj/item/storage/belt/medical{ - pixel_y = -4 - }, -/obj/item/storage/belt/medical{ - pixel_y = -4 - }, -/obj/item/storage/belt/medical{ - pixel_y = -4 - }, -/obj/item/storage/belt/medical{ - pixel_y = -4 - }, -/obj/structure/table/rack, -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 +"sFt" = ( +/obj/item/destTagger, +/obj/item/hand_labeler, +/obj/item/stack/packageWrap, +/obj/item/stack/wrapping_paper, +/obj/structure/window/reinforced, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/structure/window/reinforced{ + dir = 4 }, /turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) +/area/horizon/medical/reception) "sFw" = ( /obj/effect/floor_decal/spline/plain{ dir = 8 @@ -144727,6 +144414,14 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/secure/ops_vault) +"sGv" = ( +/obj/random/pottedplant, +/obj/effect/floor_decal/corner_wide/seafoam/full, +/obj/effect/floor_decal/spline/plain/black{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "sGz" = ( /obj/effect/floor_decal/corner/dark_green/full{ dir = 4 @@ -145010,6 +144705,25 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) +"sID" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/door/firedoor, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/machinery/door/airlock/maintenance_hatch{ + dir = 1; + req_one_access = list(12) + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_1/main/starboard) "sIK" = ( /obj/effect/floor_decal/industrial/warning/corner, /obj/random/junk, @@ -145233,28 +144947,14 @@ icon_state = "wood" }, /area/centcom/control) +"sKw" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/aft) "sKx" = ( /obj/effect/floor_decal/corner/lime/diagonal, /turf/unsimulated/floor, /area/antag/jockey) -"sKB" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/dark_blue/full{ - dir = 4 - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "sKD" = ( /turf/simulated/wall/r_wall, /area/horizon/maintenance/deck_2/wing/port/nacelle) @@ -145276,15 +144976,6 @@ /mob/living/heavy_vehicle/premade/ripley/loader, /turf/simulated/floor/tiled/dark, /area/horizon/weapons/grauwolf) -"sKL" = ( -/obj/effect/floor_decal/corner_wide/lime{ - dir = 6 - }, -/obj/structure/bed/stool/chair/office/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) "sKR" = ( /obj/effect/floor_decal/corner{ dir = 6 @@ -145296,6 +144987,28 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/near) +"sKX" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/obj/structure/machinery/computer/shuttle_control/multi/lift/wall/operations{ + pixel_x = -30; + pixel_y = 26 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/loading) "sKY" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -145393,16 +145106,6 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenoarch/anomaly_storage) -"sLq" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/obj/structure/machinery/power/apc/low/east, -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "sLz" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -145563,6 +145266,13 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/starboard/far) +"sMs" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/wood, +/area/horizon/command/heads/captain) "sMw" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -145625,6 +145335,32 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/white, /area/horizon/rnd/chemistry) +"sNf" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/door/blast/regular{ + density = 0; + dir = 2; + icon_state = "pdoor0"; + id = "Security Lockdown"; + name = "Security Blast Door"; + opacity = 0 + }, +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 4; + name = "Security Maintenance"; + req_one_access = list(12,63) + }, +/obj/effect/floor_decal/industrial/hatch_door/red, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/wing/port/near) "sNj" = ( /obj/effect/floor_decal/corner/dark_blue/full, /obj/structure/machinery/camera/network/command{ @@ -145639,15 +145375,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/stairwell/bridge/deck_3) -"sNl" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled, -/area/horizon/service/custodial) "sNn" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible{ dir = 5 @@ -145661,11 +145388,46 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/engineering/locker_room) +"sNq" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/door/airlock/maintenance{ + req_one_access = list(12,19) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_3/security/port) "sNt" = ( /obj/structure/table/reinforced/wood, /obj/item/storage/box/fancy/donut, /turf/simulated/floor/wood, /area/shuttle/hapt) +"sNv" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/airlock/command{ + dir = 1; + name = "Captain's Office"; + req_access = list(20); + id_tag = "capoffice" + }, +/obj/structure/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/command/heads/captain) "sNw" = ( /obj/structure/cable{ icon_state = "1-2" @@ -145754,22 +145516,6 @@ }, /turf/unsimulated/floor, /area/antag/mercenary) -"sNz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/elevator) "sNA" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 @@ -145791,6 +145537,24 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled/dark/full, /area/turbolift/scc_ship/morgue_lift) +"sNN" = ( +/obj/structure/table/rack/retail_shelf{ + name = "storage shelf" + }, +/obj/item/storage/firstaid/regular{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/structure/machinery/camera/network/medbay{ + c_tag = "Medical - Main Storage"; + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/main_storage) "sNR" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 4 @@ -145812,15 +145576,14 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/security/forensic_laboratory) -"sOa" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" +"sOc" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/random/dirt_75, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 }, -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_1/central) +/turf/simulated/floor, +/area/horizon/maintenance/deck_2/wing/port/far) "sOe" = ( /obj/effect/floor_decal/industrial/warning/corner, /obj/effect/decal/cleanable/dirt, @@ -145859,41 +145622,12 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/chamber) -"sOq" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/hallway/primary/deck_2/fore) "sOr" = ( /obj/structure/bed/stool/chair/office/dark{ dir = 8 }, /turf/unsimulated/floor, /area/centcom/legion/hangar5) -"sOs" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/bluespace_beacon, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/central) "sOt" = ( /obj/random/pottedplant{ pixel_y = 8 @@ -146160,23 +145894,11 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/port) -"sQC" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 7 - }, -/obj/structure/machinery/firealarm/south, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/horizon/command/heads/captain) +"sQz" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/machinery/mech_recharger, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "sQE" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 9 @@ -146211,15 +145933,6 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor, /area/antag/jockey) -"sQL" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "sQS" = ( /obj/structure/cable/green{ icon_state = "1-8" @@ -146244,6 +145957,11 @@ }, /turf/unsimulated/floor/wood, /area/antag/actor) +"sQX" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/security/port) "sRg" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/exterior) @@ -146431,17 +146149,6 @@ /obj/item/bedsheet/black, /turf/simulated/floor/carpet, /area/shuttle/skipjack) -"sSb" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/obj/structure/machinery/hologram/holopad, -/obj/structure/sink{ - dir = 8; - pixel_x = -12 - }, -/turf/simulated/floor/tiled, -/area/horizon/medical/ward) "sSc" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -146478,15 +146185,6 @@ /obj/random/dirt_75, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/far) -"sSx" = ( -/obj/structure/bed/stool/chair{ - dir = 1 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "sSy" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/black{ dir = 4 @@ -146557,19 +146255,6 @@ icon_state = "1,8" }, /area/shuttle/syndicate_elite) -"sSU" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/north, -/obj/effect/floor_decal/spline/plain/corner/red{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "sSW" = ( /obj/effect/floor_decal/corner/grey{ dir = 5 @@ -146589,6 +146274,16 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/starboard/far) +"sTf" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "sTh" = ( /obj/item/trap/animal, /obj/structure/table/rack, @@ -146597,6 +146292,18 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenobiology/foyer) +"sTk" = ( +/obj/structure/table/reinforced/wood, +/obj/structure/machinery/photocopier/faxmachine{ + department = "Executive Officer's Office"; + pixel_y = 5 + }, +/obj/item/storage/secure/safe/id_lock{ + req_access = list(57); + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_office) "sTm" = ( /obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor, /obj/structure/machinery/door/blast/regular/open{ @@ -146610,6 +146317,17 @@ icon_state = "5,2" }, /area/shuttle/syndicate_elite) +"sTw" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/random/dirt_75, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/research) "sTx" = ( /obj/structure/foamedmetal, /turf/simulated/floor/plating, @@ -146633,6 +146351,13 @@ /obj/structure/table/wood, /turf/simulated/floor/holofloor/carpet, /area/horizon/holodeck/source_courtroom) +"sTO" = ( +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "sUc" = ( /obj/structure/cable{ icon_state = "0-8" @@ -146693,6 +146418,12 @@ }, /turf/unsimulated/floor, /area/antag/loner) +"sUz" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) "sUC" = ( /obj/structure/bed/stool/chair/sofa/left/black{ desc = "A pew, how holy!"; @@ -146719,21 +146450,6 @@ /obj/effect/shuttle_landmark/escape_pod/out/pod4, /turf/space/transit/east, /area/template_noop) -"sUI" = ( -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 8; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "Medical Lockdown Shutters"; - opacity = 0 - }, -/obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{ - id = "recovery" - }, -/obj/structure/sign/greencross/small, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/medical/ward) "sUQ" = ( /obj/effect/floor_decal/industrial/warning/corner, /obj/structure/lattice/catwalk/indoor/grate/dark, @@ -146918,6 +146634,10 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor, /area/horizon/maintenance/deck_3/auxatmos) +"sWu" = ( +/obj/structure/machinery/fabricator/autolathe, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "sWx" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -146987,6 +146707,25 @@ }, /turf/simulated/floor/carpet, /area/horizon/security/investigators_office) +"sWM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/bed/stool/chair{ + dir = 1 + }, +/obj/structure/machinery/firealarm/south, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist) "sWR" = ( /turf/simulated/wall, /area/horizon/hangar/operations) @@ -147025,6 +146764,22 @@ }, /turf/unsimulated/floor, /area/centcom/bar) +"sWY" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/starboard) "sWZ" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -147046,14 +146801,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/control) -"sXb" = ( -/obj/effect/floor_decal/industrial/outline/red, -/obj/structure/machinery/iv_drip, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/gen_treatment) "sXd" = ( /obj/effect/floor_decal/corner/teal/diagonal, /obj/item/storage/box/large/condiment{ @@ -147175,6 +146922,20 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/locker_room) +"sXH" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/reception) "sXI" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -147182,6 +146943,24 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/hangar/starboard) +"sXP" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/mining_main/refinery) "sXR" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -147236,17 +147015,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_2/wing/starboard/nacelle) -"sYk" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/industrial/warning, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist/surgicalbay) "sYn" = ( /obj/effect/floor_decal/industrial/outline/red, /obj/structure/machinery/iv_drip, @@ -147330,22 +147098,6 @@ }, /turf/unsimulated/floor, /area/centcom/distress_prep) -"sYW" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/starboard) "sYX" = ( /obj/effect/floor_decal/spline/fancy{ dir = 1 @@ -147418,24 +147170,6 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/hallway/primary/deck_3/starboard/docks) -"sZj" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/central) "sZm" = ( /obj/structure/machinery/embedded_controller/radio/simple_docking_controller{ frequency = 1337; @@ -147504,31 +147238,6 @@ /obj/effect/floor_decal/corner/beige/diagonal, /turf/simulated/floor/tiled/white, /area/horizon/security/forensic_laboratory) -"sZV" = ( -/obj/effect/floor_decal/spline/plain/brown{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist) -"tag" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/security/hallway) "tap" = ( /obj/structure/railing/mapped{ dir = 8 @@ -147563,6 +147272,31 @@ /obj/structure/bed/handrail, /turf/simulated/floor/tiled/white, /area/horizon/shuttle/intrepid/buffet) +"taD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/structure/machinery/door/airlock/glass_mining{ + dir = 4; + name = "Mining"; + req_one_access = list(31,48,67) + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/mining_main/refinery) "taE" = ( /obj/random/dirt_75, /obj/effect/floor_decal/industrial/outline/grey, @@ -147685,21 +147419,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/starboard) -"tbT" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/interstitial) "tbU" = ( /obj/structure/platform/ledge{ dir = 4 @@ -147735,6 +147454,14 @@ icon_state = "3,2" }, /area/shuttle/syndicate_elite) +"tcf" = ( +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/bed/stool/chair/plastic{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "tcg" = ( /obj/structure/toilet{ dir = 8 @@ -147757,6 +147484,18 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_3/aft/holodeck) +"tco" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ + id = "xo_conference_tint" + }, +/turf/simulated/floor, +/area/horizon/command/heads/xo_office) "tcr" = ( /obj/structure/tank_wall/oxygen{ density = 0; @@ -147781,13 +147520,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port) -"tcB" = ( -/obj/effect/floor_decal/corner_wide/lime/diagonal, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "tcE" = ( /obj/effect/floor_decal/corner/lime{ dir = 10 @@ -147797,21 +147529,24 @@ }, /turf/simulated/floor/tiled, /area/horizon/medical/morgue) +"tcF" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/obj/structure/table/steel, +/obj/item/storage/box/masks{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "tcG" = ( /turf/simulated/wall/r_wall, /area/horizon/engineering/equipment) -"tcH" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/floor_decal/corner/purple{ - dir = 5 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/turf/simulated/floor/tiled, -/area/horizon/service/custodial) "tcL" = ( /obj/item/modular_computer/console/preset/supply, /obj/effect/floor_decal/industrial/outline/yellow, @@ -147820,19 +147555,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/lobby) -"tcN" = ( -/obj/structure/bed/stool/chair/office/bridge, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/effect/landmark/start{ - name = "Executive Officer" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/command/bridge/meeting_room) "tcO" = ( /obj/structure/lattice/catwalk/indoor, /turf/unsimulated/floor/plating, @@ -147917,14 +147639,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/main/starboard) -"tdl" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/machinery/alarm/north, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/cargo_compartment) "tdm" = ( /obj/effect/floor_decal/corner/yellow/full{ dir = 8 @@ -148303,25 +148017,6 @@ }, /turf/unsimulated/floor/plating, /area/centcom/ferry) -"tfM" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/machinery/disposal/small/north, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "tfQ" = ( /obj/structure/machinery/power/apc/east, /obj/structure/cable/green{ @@ -148360,6 +148055,15 @@ /obj/structure/closet/walllocker/emerglocker/west, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/main_compartment) +"tga" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "tgg" = ( /obj/random/tech_supply{ pixel_x = 3; @@ -148428,17 +148132,6 @@ "tgx" = ( /turf/simulated/floor/holofloor/lino, /area/horizon/holodeck/source_theatre) -"tgE" = ( -/obj/structure/bed/stool/bar/padded/red, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 9 - }, -/turf/simulated/floor/lino/diamond, -/area/horizon/service/mess_hall) "tgG" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/closet/secure_closet/engineering_personal, @@ -148548,18 +148241,22 @@ /obj/structure/table/wood, /turf/unsimulated/floor/wood, /area/centcom/specops) -"tgV" = ( -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/structure/cable/green{ +"tgU" = ( +/obj/structure/cable{ icon_state = "4-8" }, -/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ - id = "xo_conference_tint" +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 }, -/turf/simulated/floor, -/area/horizon/command/heads/xo_office) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/aft) "tgX" = ( /obj/structure/cable{ icon_state = "4-8" @@ -148592,14 +148289,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/wing/port/far) -"tgZ" = ( -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled, -/area/horizon/operations/office) "thl" = ( /obj/structure/machinery/atmospherics/pipe/manifold/visible{ dir = 1 @@ -148655,6 +148344,15 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenobiology) +"thx" = ( +/obj/item/modular_computer/console/preset/supply/machinist, +/obj/structure/machinery/camera{ + c_tag = "Operations - Machinist Surgical Theatre"; + network = list("Operations") + }, +/obj/effect/floor_decal/spline/plain/red, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist/surgicalbay) "thA" = ( /obj/effect/floor_decal/industrial/outline/red, /obj/structure/table/rack, @@ -148702,22 +148400,12 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/supermatter/mainchamber) -"thL" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 +"thG" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/platform_deco{ - icon_state = "ledge_deco" - }, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) +/turf/simulated/floor/tiled/dark, +/area/horizon/maintenance/deck_1/teleporter) "thO" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -148809,19 +148497,6 @@ /obj/structure/machinery/alarm/north, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics/lower) -"tiz" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 8 - }, -/obj/item/storage/firstaid/adv{ - pixel_y = 8 - }, -/obj/item/storage/firstaid/adv{ - pixel_y = 3 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/main_storage) "tiC" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/tiled/dark/full/airless, @@ -148850,19 +148525,16 @@ }, /turf/simulated/floor/airless, /area/horizon/engineering/atmos) -"tiQ" = ( -/obj/item/modular_computer/console/preset/command/account{ +"tiS" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/industrial/arrow/yellow{ dir = 8 }, -/obj/effect/floor_decal/industrial/outline_corner/security, -/obj/effect/floor_decal/industrial/outline_segment/security{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline_segment/security{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_desk) +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/reception) "tjj" = ( /obj/structure/shuttle_part/scc/scout{ icon_state = "1,10" @@ -149050,19 +148722,6 @@ /obj/structure/survey_probe/ground, /turf/simulated/floor/tiled, /area/horizon/operations/mining_main/refinery) -"tkz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "tkB" = ( /obj/structure/machinery/atmospherics/binary/pump/on{ dir = 8; @@ -149104,6 +148763,13 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/operations) +"tkQ" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/power/apc/east, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "tkR" = ( /obj/structure/machinery/computer/telecomms/server{ network = "tcommsat" @@ -149167,30 +148833,12 @@ /obj/structure/machinery/power/apc/low/east, /turf/simulated/floor/carpet/rubber, /area/horizon/rnd/xenoarch/spectrometry) -"tly" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/door/firedoor, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/engineering{ - dir = 1; - name = "Deck 3 Command Substation"; - req_one_access = list(11,24,57) - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - dir = 4; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 +"tlw" = ( +/obj/effect/floor_decal/spline/plain/brown{ + dir = 4 }, /turf/simulated/floor/tiled/dark/full, -/area/horizon/hallway/primary/deck_3/starboard) +/area/horizon/operations/machinist) "tlA" = ( /obj/structure/table/wood, /obj/structure/machinery/photocopier/faxmachine{ @@ -149204,18 +148852,6 @@ /obj/structure/machinery/alarm/west, /turf/simulated/floor/wood, /area/horizon/repoffice/representative_one) -"tlB" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port/far) "tlD" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -149282,26 +148918,6 @@ }, /turf/unsimulated/floor/marble, /area/antag/wizard) -"tlU" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_2/starboard) -"tlV" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "tmf" = ( /obj/effect/floor_decal/corner/yellow{ dir = 9 @@ -149311,6 +148927,19 @@ }, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_trinary) +"tmi" = ( +/obj/structure/table/reinforced/steel, +/obj/structure/machinery/door/window/desk/northright{ + name = "Machinist Workshop Desk"; + req_one_access = list(29) + }, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/blast/shutters{ + id = "shutters_deck2_workshopdesk"; + name = "Machinist Workshop Desk Shutter" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "tml" = ( /obj/item/hullbeacon/red, /obj/effect/floor_decal/industrial/warning, @@ -149325,6 +148954,19 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/command/bridge/aibunker) +"tmq" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/security/investigations_hallway) "tmw" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 4 @@ -149340,6 +148982,16 @@ }, /turf/simulated/floor/carpet/cyan, /area/centcom/ferry) +"tmD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 8 + }, +/obj/structure/machinery/light/small/floor, +/turf/simulated/floor/wood, +/area/horizon/command/heads/xo_office) "tmF" = ( /obj/structure/shuttle_part/scc/scout{ icon_state = "2,4"; @@ -149457,6 +149109,17 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/maintenance/substation/xenoarchaeology) +"tnf" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/structure/machinery/disposal/small/west, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain/purple{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist) "tng" = ( /obj/structure/tank_wall/hydrogen{ density = 0; @@ -149477,22 +149140,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/drone_fabrication) -"tnj" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/starboard) "tnk" = ( /obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, /obj/structure/cable/green{ @@ -149536,6 +149183,14 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/meeting_room) +"tnv" = ( +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/extinguisher_cabinet/east, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/mess_hall) "tnw" = ( /obj/structure/machinery/light/floor{ dir = 1 @@ -149615,6 +149270,18 @@ }, /turf/simulated/floor/reinforced, /area/horizon/weapons/grauwolf) +"tnU" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/item/reagent_containers/glass/bucket, +/obj/structure/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/rnd/xenobiology/xenoflora) "tnV" = ( /obj/structure/machinery/r_n_d/server/centcom, /turf/unsimulated/floor{ @@ -149655,10 +149322,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/service/hydroponics) -"tok" = ( -/obj/structure/disposalpipe/junction, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) "ton" = ( /obj/structure/sign/double/map/left{ pixel_y = 32 @@ -149800,6 +149463,18 @@ }, /turf/simulated/floor/tiled/gunmetal, /area/horizon/operations/warehouse) +"tph" = ( +/obj/structure/table/reinforced/glass, +/obj/item/storage/box/unique/sharps{ + pixel_x = -8; + pixel_y = 3 + }, +/obj/structure/machinery/power/outlet{ + pixel_y = 3 + }, +/obj/effect/floor_decal/spline/plain/red, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist/surgicalbay) "tpj" = ( /obj/structure/machinery/door/blast/shutters{ dir = 2; @@ -149823,6 +149498,18 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/investigations_hallway) +"tpr" = ( +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "LCKDshutters"; + name = "MedBay Lockdown Shutters"; + opacity = 0 + }, +/obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/medical/pharmacy) "tpt" = ( /obj/structure/table/wood, /turf/simulated/floor/holofloor/lino, @@ -149855,6 +149542,43 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/security/brig) +"tpM" = ( +/obj/item/storage/belt/medical/paramedic{ + pixel_y = 4 + }, +/obj/item/storage/belt/medical/paramedic{ + pixel_y = 4 + }, +/obj/item/storage/belt/medical{ + pixel_y = -4 + }, +/obj/item/storage/belt/medical{ + pixel_y = -4 + }, +/obj/item/storage/belt/medical{ + pixel_y = -4 + }, +/obj/item/storage/belt/medical{ + pixel_y = -4 + }, +/obj/item/storage/belt/medical{ + pixel_y = -4 + }, +/obj/item/storage/belt/medical{ + pixel_y = -4 + }, +/obj/item/storage/belt/medical{ + pixel_y = -4 + }, +/obj/item/storage/belt/medical{ + pixel_y = -4 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) "tpN" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, @@ -149915,55 +149639,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/shuttle/mercenary) -"tqg" = ( -/obj/structure/table/reinforced/steel, -/obj/item/paper_bin{ - pixel_x = -4; - pixel_y = 7 - }, -/obj/item/pen/fountain{ - pixel_x = -5; - pixel_y = 8 - }, -/obj/structure/machinery/button/switch/windowtint{ - dir = 10; - id = "recovery"; - pixel_y = 12; - pixel_x = 9; - name = "exterior window tint control" - }, -/obj/structure/machinery/light_switch{ - dir = 1; - pixel_x = 8; - pixel_y = -1 - }, -/obj/structure/machinery/button/switch/windowtint{ - dir = 10; - id = "recovery-inner"; - pixel_y = 23; - pixel_x = 9; - name = "interior window tint control" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/ward) -"tqh" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/railing/mapped, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "tqj" = ( /obj/item/storage/box/fancy/candle_box{ icon_state = "candlepack5" @@ -150014,22 +149689,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/dark, /area/horizon/security/checkpoint2) -"tqs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/fore) "tqt" = ( /obj/effect/decal/fake_object{ icon = 'icons/obj/doors/rapid_pdoor.dmi'; @@ -150073,13 +149732,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/reactor/supermatter/waste) -"tqB" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/research) "tqD" = ( /turf/simulated/wall, /area/horizon/engineering/hallway/aft) @@ -150166,6 +149818,20 @@ /obj/structure/table/wood, /turf/simulated/floor/holofloor/lino, /area/horizon/holodeck/source_theatre) +"tro" = ( +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/airlock/maintenance_hatch{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/research) "trp" = ( /obj/structure/machinery/vending/engivend, /obj/effect/floor_decal/industrial/outline/yellow, @@ -150173,6 +149839,22 @@ icon_state = "dark_preview" }, /area/centcom/specops) +"trt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/icu) "tru" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -150182,30 +149864,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/horizon/operations/commissary) -"trv" = ( -/obj/effect/floor_decal/corner_wide/paleblue/full{ - dir = 4 - }, -/obj/structure/table/standard, -/obj/structure/machinery/button/switch/windowtint{ - dir = 4; - id = "surgery2"; - pixel_x = 21; - pixel_y = 10; - req_access = list(66) - }, -/obj/item/storage/box/gloves, -/obj/item/storage/box/masks{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/structure/machinery/button/switch/holosign{ - dir = 4; - id = 2; - pixel_x = 21 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "trx" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 5 @@ -150219,17 +149877,6 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/captain) -"trB" = ( -/obj/structure/machinery/chem_heater, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/orange{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/pharmacy) "trD" = ( /obj/structure/tank_wall{ density = 0; @@ -150312,19 +149959,6 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/security/checkpoint2) -"trU" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/elevator) "trV" = ( /obj/structure/machinery/light, /turf/unsimulated/floor/plating, @@ -150456,6 +150090,19 @@ }, /turf/simulated/floor/shuttle/tan, /area/centcom/bar) +"tsS" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_1/central) "tsX" = ( /obj/effect/floor_decal/corner/lime{ dir = 5 @@ -150470,6 +150117,61 @@ /obj/effect/floor_decal/industrial/hatch_tiny/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenobiology/xenoflora) +"ttb" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/controlroom) +"ttg" = ( +/obj/structure/table/standard, +/obj/structure/machinery/requests_console/east{ + department = "Research and Development"; + name = "RnD Requests Console"; + pixel_y = 18 + }, +/obj/item/paper_bin, +/obj/item/pen{ + pixel_x = -4 + }, +/obj/item/pen/red{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/pen/blue{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/effect/floor_decal/corner/mauve/full{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/machinery/recharger{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 10; + pixel_y = -3 + }, +/obj/item/clothing/glasses/safety/goggles/science{ + pixel_y = 10 + }, +/obj/item/reagent_containers/glass/beaker/sulphuric{ + pixel_y = 3 + }, +/obj/item/stack/material/glass/full, +/obj/item/stack/material/steel/full, +/turf/simulated/floor/tiled/white, +/area/horizon/rnd/lab) "ttm" = ( /obj/effect/decal/remains/rat, /obj/structure/lattice/catwalk/indoor/grate/dark, @@ -150557,21 +150259,6 @@ /obj/random/dirt_75, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/starboard) -"ttT" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) "ttU" = ( /obj/effect/floor_decal/industrial/outline/operations, /obj/structure/table/reinforced/steel, @@ -150627,19 +150314,6 @@ }, /turf/unsimulated/floor, /area/centcom/legion) -"tur" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_1/central) "tuz" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden{ dir = 4 @@ -150658,6 +150332,22 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/interior) +"tuF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/horizon/engineering/atmos/storage_maintenance) "tuP" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 5 @@ -150682,14 +150372,6 @@ icon_state = "dark_preview" }, /area/centcom/control) -"tuU" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/machinery/iv_drip, -/obj/effect/floor_decal/industrial/outline/red, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "tuV" = ( /turf/simulated/wall, /area/horizon/rnd/hallway) @@ -150892,6 +150574,27 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) +"twf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/horizon/command/heads/xo_office) "twh" = ( /obj/structure/machinery/hologram/holopad, /obj/structure/bed/stool/chair/office/dark{ @@ -150969,6 +150672,15 @@ "twD" = ( /turf/simulated/floor/tiled/full, /area/horizon/rnd/hallway/secondary) +"twG" = ( +/obj/structure/bed/stool/chair{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "twH" = ( /obj/effect/floor_decal/corner/mauve/full, /obj/structure/machinery/light/floor{ @@ -151035,32 +150747,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/firing_range) -"txi" = ( -/obj/effect/floor_decal/corner/purple{ - dir = 5 - }, -/obj/structure/machinery/button/remote/blast_door{ - id = "shutters_deck2_auxcustdesk"; - name = "Auxiliary Custodial Closet Desk Shutter"; - pixel_x = -25; - pixel_y = 25; - req_access = list(26); - dir = 1 - }, -/obj/structure/machinery/button/remote/blast_door{ - id = "shutters_deck2_auxcustwindow"; - name = "Auxiliary Custodial Closet Window Shutter"; - pixel_x = -36; - pixel_y = 25; - req_access = list(26); - dir = 1 - }, -/obj/structure/bed/stool/chair/office/dark{ - dir = 1 - }, -/obj/structure/machinery/light/small/floor, -/turf/simulated/floor/tiled, -/area/horizon/service/custodial/auxiliary) "txq" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -151129,15 +150815,6 @@ /obj/structure/machinery/light/floor, /turf/simulated/floor/tiled/dark, /area/horizon/storage/secure/tech_vault) -"txD" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "txP" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -151183,23 +150860,6 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/legion) -"txU" = ( -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/machinery/computer/shuttle_control/lift/wall{ - dir = 4; - pixel_x = -32; - shuttle_tag = "Morgue Lift" - }, -/obj/structure/railing/mapped{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "txV" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/wood, @@ -151355,18 +151015,40 @@ }, /turf/simulated/floor/exoplanet/grass/grove, /area/centcom/shared_dream) -"tyJ" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 +"tyM" = ( +/obj/structure/cable/green, +/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ + id = "xo_privacy_tint" }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" +/obj/structure/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/mess_hall) +/turf/simulated/floor, +/area/horizon/command/heads/xo_desk) +"tyR" = ( +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "LCKDshutters"; + name = "Medical Lockdown Shutters"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 1; + name = "Examination Room Maintenance"; + req_access = list(5) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/medical/main_storage) "tyT" = ( /obj/structure/machinery/light{ dir = 4 @@ -151534,41 +151216,19 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/supermatter/airlock) -"tAb" = ( -/obj/structure/cable{ - icon_state = "1-8" +"tAa" = ( +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 1; + name = "Operations Maintenance"; + req_one_access = list(31,67) }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/spline/plain/yellow{ +/obj/effect/floor_decal/industrial/hatch_door/yellow{ dir = 8 }, +/obj/structure/disposalpipe/segment/mainline, /turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/reactor/indra/smes) -"tAc" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) +/area/horizon/operations/break_room) "tAf" = ( /obj/structure/machinery/door/airlock/centcom{ locked = 1; @@ -151604,32 +151264,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/interrogation/monitoring) -"tAo" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 5 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/button/remote/blast_door{ - dir = 4; - id = "engineering_storage_d2"; - name = "Engineering Hard Storage"; - pixel_x = 21; - pixel_y = 34; - req_one_access = list(11,24) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/storage_hard/upper) "tAq" = ( /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/workshop) @@ -151694,23 +151328,6 @@ "tAI" = ( /turf/simulated/wall/r_wall, /area/horizon/maintenance/deck_2/aft) -"tAP" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/elevator) "tAV" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -151781,19 +151398,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion) -"tBC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/engineering/hallway/aft) "tBI" = ( /obj/structure/machinery/disposal/small/south, /obj/effect/floor_decal/corner/brown/diagonal, @@ -151818,25 +151422,29 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/research) -"tBP" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) "tBQ" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 }, /turf/unsimulated/floor, /area/antag/mercenary) +"tBZ" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hangar/intrepid/interstitial) "tCa" = ( /obj/structure/machinery/door/blast/shutters/open{ dir = 2; @@ -151876,23 +151484,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/far) -"tCi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/starboard) "tCj" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 7 @@ -151902,6 +151493,32 @@ }, /turf/simulated/floor/wood, /area/horizon/repoffice/representative_one) +"tCn" = ( +/obj/structure/sink{ + pixel_x = -7; + pixel_y = 23 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) +"tCo" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "tCq" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -151930,23 +151547,13 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos) -"tCz" = ( -/obj/structure/platform, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, +"tCE" = ( +/obj/structure/machinery/light/floor, /obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; dir = 4 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/lino, -/area/horizon/service/chapel/main) +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "tCP" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -152012,6 +151619,21 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/main/starboard) +"tDh" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/alarm/north, +/obj/random/dirt_75, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/security/port) "tDj" = ( /obj/structure/machinery/computer/shuttle_control/lift{ pixel_y = -1; @@ -152056,30 +151678,6 @@ }, /turf/simulated/floor/plating, /area/horizon/service/custodial/disposals/deck_1) -"tDB" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/floor_decal/spline/plain/brown{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist) "tDE" = ( /obj/structure/lattice/catwalk, /turf/space, @@ -152181,29 +151779,6 @@ "tEm" = ( /turf/simulated/floor/redgrid, /area/horizon/command/bridge/selfdestruct) -"tEo" = ( -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/structure/grille, -/obj/structure/window/shuttle/scc_space_ship, -/obj/structure/machinery/door/blast/shutters{ - dir = 4; - id = "xo_office_window_shutter"; - name = "Safety Shutter" - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/turf/simulated/floor, -/area/horizon/command/heads/xo_office) "tEq" = ( /turf/simulated/floor/exoplanet/water/shallow{ dir = 9; @@ -152340,6 +151915,19 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/main/port) +"tFa" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/mail_room) "tFe" = ( /obj/effect/floor_decal/corner/red/diagonal, /obj/effect/floor_decal/spline/plain{ @@ -152347,34 +151935,26 @@ }, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_3/aft/holodeck) -"tFk" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/airlock/command{ - dir = 1; - name = "Captain's Office"; - req_access = list(20); - id_tag = "capoffice" - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - dir = 4; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/command/heads/captain) "tFp" = ( /obj/effect/floor_decal/corner/grey{ dir = 6 }, /turf/unsimulated/floor, /area/centcom/control) +"tFr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/airlock/maintenance{ + name = "Deck 2 Stairwell Maintenance"; + req_one_access = list(12,22,25,67,29) + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/firedoor, +/obj/effect/map_effect/door_helper/unres, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/stairwell/starboard/deck_2) "tFs" = ( /obj/structure/window/reinforced/crescent{ dir = 1 @@ -152510,24 +152090,6 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/rnd/lab) -"tFT" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/airlock/maintenance_hatch{ - dir = 4; - req_one_access = list(12,19) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_3/aft/port) "tFV" = ( /obj/effect/floor_decal/corner/paleblue/full{ dir = 1 @@ -152554,6 +152116,19 @@ /obj/structure/machinery/door/firedoor, /turf/simulated/floor/plating, /area/horizon/command/bridge/minibar) +"tFX" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "tFY" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 5 @@ -152570,21 +152145,29 @@ /obj/structure/platform, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenoarch/atrium) -"tGl" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/industrial/warning{ +"tGg" = ( +/obj/structure/machinery/door/firedoor{ dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" +/obj/structure/cable/green{ + icon_state = "0-2" }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) +/obj/structure/grille, +/obj/structure/window/shuttle/scc_space_ship, +/obj/structure/machinery/door/blast/shutters{ + dir = 4; + id = "xo_office_window_shutter"; + name = "Safety Shutter" + }, +/obj/structure/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor, +/area/horizon/command/heads/xo_office) "tGn" = ( /obj/structure/bed/stool/chair/office/dark{ dir = 4 @@ -152663,25 +152246,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/hangar/control) -"tGK" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/starboard) "tGN" = ( /obj/structure/machinery/portable_atmospherics/powered/scrubber, /obj/effect/floor_decal/industrial/outline/yellow, @@ -152780,6 +152344,17 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/ai/upload_foyer) +"tHt" = ( +/obj/random/pottedplant, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom/east, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "tHu" = ( /obj/random/dirt_75, /obj/effect/floor_decal/industrial/warning{ @@ -152797,16 +152372,6 @@ /obj/structure/table/reinforced/steel, /turf/unsimulated/floor/plating, /area/centcom/specops) -"tHD" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 5 - }, -/obj/structure/machinery/light/small/floor, -/turf/simulated/floor/lino/diamond, -/area/horizon/service/mess_hall) "tHL" = ( /obj/structure/machinery/mass_driver{ _wifi_id = "waste"; @@ -152847,24 +152412,23 @@ }, /turf/simulated/floor/wood, /area/horizon/rnd/hallway) -"tIl" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, +"tHU" = ( /obj/structure/disposalpipe/segment{ + dir = 1; icon_state = "pipe-c" }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning/corner{ +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/icu) +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/operations/machinist) "tIt" = ( /obj/structure/machinery/body_scanconsole{ dir = 8 @@ -152971,23 +152535,6 @@ /obj/structure/machinery/alarm/north, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/intrepid) -"tJl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/outline/red, -/obj/structure/machinery/mech_recharger, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "tJp" = ( /obj/structure/mirror{ pixel_y = 36 @@ -153017,12 +152564,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/weapons/grauwolf) -"tJy" = ( -/obj/structure/machinery/alarm/east{ - req_one_access = list(24,11,55) - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "tJE" = ( /obj/structure/machinery/atmospherics/binary/passive_gate{ dir = 1; @@ -153042,6 +152583,21 @@ "tJJ" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/engineering/atmos/propulsion/starboard) +"tJL" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/full{ + dir = 8 + }, +/obj/structure/machinery/light/floor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/hallway) "tJQ" = ( /obj/structure/cable{ icon_state = "4-8" @@ -153064,6 +152620,30 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/tcommsat/entrance) +"tJS" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/obj/structure/machinery/power/apc/south, +/obj/structure/cable/green, +/obj/structure/machinery/light_switch/west{ + dir = 4; + pixel_x = 22 + }, +/obj/item/towel_flat{ + pixel_x = -2; + pixel_y = 4; + name = "Ian's Bed"; + desc = "A dog blanket laid out on the floor; Ian prefers to sleep on the office chair."; + accent_color = "#336699"; + color = "#336699" + }, +/obj/item/toy/figure/corgi{ + pixel_x = -10 + }, +/mob/living/simple_animal/corgi/Ian, +/turf/simulated/floor/wood, +/area/horizon/command/heads/xo_office) "tJU" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 10 @@ -153085,30 +152665,6 @@ "tJW" = ( /turf/simulated/wall, /area/horizon/medical/morgue) -"tJY" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/airlock/maintenance_hatch{ - dir = 4; - req_one_access = list(12,19) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_3/aft/port/far) "tJZ" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -153147,29 +152703,6 @@ }, /turf/unsimulated/floor, /area/antag/raider) -"tKd" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/outline_straight/yellow, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) -"tKi" = ( -/obj/item/storage/box/fancy/tray/machinist{ - pixel_y = 6 - }, -/obj/structure/table/reinforced/glass, -/obj/effect/floor_decal/spline/plain/red{ - dir = 1 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist/surgicalbay) "tKk" = ( /obj/structure/machinery/atmospherics/omni/filter{ name = "carbon dioxide filter"; @@ -153225,18 +152758,6 @@ }, /turf/simulated/floor/plating, /area/horizon/medical/hallway) -"tKy" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/unary/vent_pump/on, -/obj/effect/floor_decal/corner/brown/diagonal, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/mining_main/eva) "tKz" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -153256,6 +152777,18 @@ }, /turf/unsimulated/floor/plating, /area/antag/mercenary) +"tKB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/fore) "tKC" = ( /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_thunderdomecourt) @@ -153279,6 +152812,17 @@ /obj/structure/machinery/pipedispenser, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/teleporter) +"tKH" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) "tKK" = ( /obj/structure/cable{ icon_state = "4-8" @@ -153301,13 +152845,6 @@ icon_state = "wood" }, /area/centcom/specops) -"tKO" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "tKR" = ( /obj/structure/cable/green{ icon_state = "2-8" @@ -153451,23 +152988,6 @@ /obj/structure/machinery/power/apc/low/north, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenoarch/atrium) -"tLN" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/ramp/bottom{ - dir = 4 - }, -/area/horizon/maintenance/deck_1/main/starboard) "tMo" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -153479,13 +152999,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/checkpoint2) -"tMs" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "tMx" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -153512,17 +153025,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/eva/expedition) -"tMJ" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/spline/plain/corner/red{ - dir = 4 - }, -/obj/effect/floor_decal/spline/plain/red{ - dir = 6 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist) "tMK" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -153555,17 +153057,34 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/test_range) +"tMP" = ( +/obj/structure/machinery/door/airlock/glass_medical{ + dir = 1; + name = "Medical"; + req_access = list(5) + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "LCKDshutters"; + name = "Medical Lockdown Shutters"; + opacity = 0 + }, +/obj/effect/map_effect/door_helper/unres{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/hallway) "tMW" = ( /obj/structure/flora/ausbushes/fullgrass, /turf/simulated/floor/exoplanet/grass/grove, /area/centcom/shared_dream) -"tNg" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 10 - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/wood, -/area/horizon/rnd/hallway) "tNq" = ( /obj/structure/cable/green{ icon_state = "1-8" @@ -153633,22 +153152,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/office) -"tND" = ( -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ - id = "xo_privacy_tint" - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/turf/simulated/floor, -/area/horizon/command/heads/xo_desk) "tNI" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -153799,6 +153302,19 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) +"tPa" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73) + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_3/aft/port) "tPe" = ( /obj/effect/floor_decal/corner/teal{ dir = 9 @@ -153812,6 +153328,19 @@ icon_state = "white" }, /area/tdome/tdomeobserve) +"tPk" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/horizon/command/heads/xo_desk) "tPl" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/purple, /obj/effect/floor_decal/industrial/outline/yellow, @@ -153834,6 +153363,13 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) +"tPy" = ( +/obj/effect/floor_decal/corner/dark_blue/full{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/horizon/storage/eva) "tPB" = ( /obj/structure/bed/stool/chair{ dir = 8 @@ -153980,50 +153516,32 @@ "tQJ" = ( /turf/simulated/wall/r_wall, /area/horizon/stairwell/starboard/deck_2) -"tQL" = ( +"tQO" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Surgeon" + }, +/obj/structure/bed/stool/chair{ + dir = 8 + }, +/obj/structure/machinery/light_switch/east, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) +"tQP" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/green{ - icon_state = "1-4" + icon_state = "1-2" }, /obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) -"tQM" = ( -/obj/structure/machinery/door/airlock/mining{ - dir = 4; - name = "Machinist Workshop"; - req_access = list(29); - id_tag = "workshop_door" - }, -/obj/effect/map_effect/door_helper/unres{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) +/obj/effect/floor_decal/industrial/outline/security, +/turf/simulated/floor/tiled/gunmetal/full, +/area/horizon/operations/warehouse) "tQR" = ( /obj/effect/floor_decal/corner/grey{ dir = 6 @@ -154138,27 +153656,6 @@ /obj/structure/sign/floor_plaque/horizon/service, /turf/simulated/floor/lino/diamond, /area/horizon/service/mess_hall) -"tRx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/operations/starboard/amidships) "tRD" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 1 @@ -154218,37 +153715,6 @@ }, /turf/unsimulated/floor, /area/centcom/legion/hangar5) -"tSA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux{ - dir = 6 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 5 - }, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "tSN" = ( /obj/structure/cable/green{ icon_state = "0-2" @@ -154262,6 +153728,27 @@ temperature = 278 }, /area/horizon/medical/surgery/storage) +"tSR" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate{ + color = "#FFFFFF" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/medical/gen_treatment) "tST" = ( /obj/structure/table/rack, /obj/item/clothing/head/helmet/legion{ @@ -154303,37 +153790,6 @@ /obj/effect/floor_decal/spline/fancy/wood, /turf/simulated/floor/holofloor/lino, /area/horizon/holodeck/source_courtroom) -"tTf" = ( -/obj/structure/railing/mapped, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_3/aft/port) -"tTg" = ( -/obj/structure/table/reinforced/steel, -/obj/item/eftpos{ - eftpos_name = "Executive Officers EFTPOS scanner"; - pixel_x = -6; - pixel_y = 3 - }, -/obj/item/quikpay{ - pixel_y = 4; - shop_name = "Executive Officers Quikpay"; - pixel_x = 6 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_desk) "tTn" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -154363,6 +153819,14 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/fore) +"tTq" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor, +/turf/simulated/floor, +/area/horizon/maintenance/substation/command) "tTr" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/railing/mapped{ @@ -154386,6 +153850,17 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/full, /area/horizon/hallway/primary/deck_2/central) +"tTA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/random/dirt_75, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/research) "tTE" = ( /obj/structure/table/reinforced/steel, /obj/item/toy/desk/fan{ @@ -154450,18 +153925,6 @@ }, /turf/simulated/floor/reinforced/reactor, /area/horizon/engineering/reactor/supermatter/mainchamber) -"tUv" = ( -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 9 - }, -/obj/structure/machinery/power/apc/west, -/obj/structure/table/standard, -/obj/item/storage/box/unique/sharps, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "tUz" = ( /obj/effect/floor_decal/spline/plain/grey{ dir = 6 @@ -154474,6 +153937,11 @@ /obj/effect/large_stock_marker, /turf/simulated/floor/tiled/gunmetal, /area/horizon/operations/warehouse) +"tUG" = ( +/obj/structure/machinery/mineral/rigpress, +/obj/structure/machinery/alarm/east, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/machinist) "tUH" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -154499,22 +153967,17 @@ /obj/effect/floor_decal/industrial/hatch_door/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/command/heads/rd) -"tUK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/aft) "tUN" = ( /obj/effect/floor_decal/corner/blue{ dir = 9 }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_lasertag) +"tUO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/medical/cryo) "tUS" = ( /obj/effect/floor_decal/industrial/warning, /obj/random/dirt_75, @@ -154666,27 +154129,39 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) +"tVT" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1379; + master_tag = "processing_airlock_control"; + name = "Exterior access button"; + pixel_x = 25; + pixel_y = 25; + req_access = list(5) + }, +/obj/effect/floor_decal/sign/w, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "tVV" = ( /obj/structure/machinery/portable_atmospherics/canister/hydrogen, /obj/effect/floor_decal/industrial/hatch/yellow, /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenoarch/atrium) -"tVW" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 - }, -/obj/structure/railing/mapped{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "tWb" = ( /turf/unsimulated/floor/rubber_carpet, /area/antag/jockey) @@ -154696,6 +154171,41 @@ }, /turf/unsimulated/floor/wood, /area/antag/mercenary) +"tWi" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) +"tWk" = ( +/obj/structure/machinery/button/switch/windowtint{ + dir = 4; + id = "surgery2"; + pixel_x = 21; + pixel_y = 10; + req_access = list(66) + }, +/obj/item/storage/box/gloves, +/obj/item/storage/box/masks{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/machinery/button/switch/holosign{ + dir = 4; + id = 2; + pixel_x = 21 + }, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "tWl" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -154715,28 +154225,6 @@ "tWz" = ( /turf/unsimulated/wall/darkshuttlewall, /area/centcom/evac) -"tWB" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/power/apc/critical/north, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/controlroom) "tWF" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -154744,13 +154232,6 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/auxatmos) -"tWH" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "tWI" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -154852,6 +154333,21 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/port/far) +"tXg" = ( +/obj/structure/machinery/door/firedoor, +/obj/structure/table/reinforced{ + req_access = list(33) + }, +/obj/structure/machinery/door/window/desk/southright{ + name = "Pharmacy Desk"; + req_access = list(33) + }, +/obj/structure/machinery/door/blast/shutters{ + id = "CHE3shutters"; + name = "Pharmacy Desk Shutter" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/medical/pharmacy) "tXi" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -154869,6 +154365,14 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/security/armoury) +"tXn" = ( +/obj/structure/machinery/sleeper, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) "tXt" = ( /obj/structure/cable{ icon_state = "4-8" @@ -154906,36 +154410,6 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/horizon/medical/paramedic) -"tXA" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/sign/emergency/evacuation{ - pixel_x = -30; - pixel_y = 7; - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/mess_hall) -"tXB" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/security/port) "tXJ" = ( /obj/structure/bed/stool/chair/padded/brown{ dir = 1 @@ -155064,6 +154538,18 @@ }, /turf/unsimulated/floor, /area/centcom/control) +"tYS" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/engineer_maintenance/pipe{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "tYT" = ( /obj/structure/flora/ausbushes/brflowers, /turf/simulated/floor/holofloor/grass, @@ -155107,12 +154593,6 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/mining) -"tZo" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) "tZq" = ( /obj/structure/bed/stool/chair/padded/black{ dir = 4 @@ -155164,6 +154644,21 @@ /obj/random/dirt_75, /turf/simulated/floor/tiled/gunmetal, /area/horizon/operations/ship_supply_warehouse) +"tZF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/operations/starboard/amidships) "tZH" = ( /obj/effect/floor_decal/industrial/warning{ dir = 9 @@ -155302,6 +154797,15 @@ /obj/structure/machinery/appliance/cooker/stove, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/kitchen) +"uar" = ( +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "uaB" = ( /obj/effect/floor_decal/industrial/warning{ dir = 6 @@ -155374,6 +154878,34 @@ /obj/effect/landmark/latejoin, /turf/simulated/floor/tiled, /area/horizon/crew/resdeck/living_quarters_lift) +"uaT" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port/far) +"ubj" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/command/heads/xo_desk) "ubm" = ( /obj/structure/machinery/air_sensor{ frequency = 1442; @@ -155430,6 +154962,16 @@ /obj/effect/floor_decal/industrial/hatch_door/yellow, /turf/simulated/floor/tiled/full, /area/horizon/medical/psych) +"uby" = ( +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/machinery/alarm/west, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "ubA" = ( /obj/structure/machinery/light{ dir = 4 @@ -155846,21 +155388,6 @@ }, /turf/simulated/floor/beach/water/alt, /area/centcom/shared_dream) -"uef" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/engineering/hallway/fore) "ueh" = ( /obj/effect/floor_decal/corner/red{ dir = 9 @@ -155871,6 +155398,37 @@ }, /turf/unsimulated/floor, /area/centcom/evac) +"uet" = ( +/obj/structure/table/reinforced/steel, +/obj/structure/machinery/power/apc/south, +/obj/structure/cable/green, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/item/paper_scanner, +/obj/item/stack/wrapping_paper{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/stack/packageWrap, +/obj/item/destTagger{ + pixel_x = 13; + pixel_y = -2 + }, +/obj/item/clipboard{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/hand_labeler{ + pixel_y = 8; + pixel_x = 1 + }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 4; + pixel_y = -1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_desk) "uez" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/maintenance/deck_3/security/port) @@ -155934,16 +155492,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/interior) -"ufm" = ( -/obj/structure/sign/directions/prop{ - dir = 4; - pixel_y = 24 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/engineering/atmos/storage_maintenance) "ufo" = ( /obj/structure/machinery/recharge_station, /obj/effect/floor_decal/industrial/warning/cee{ @@ -155984,6 +155532,23 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard) +"ufA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/full{ + dir = 4 + }, +/obj/structure/machinery/firealarm/south, +/turf/simulated/floor/tiled, +/area/horizon/operations/office) "ufG" = ( /obj/structure/bed/stool/chair/padded/black{ dir = 4 @@ -156097,16 +155662,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_2/wing/port/nacelle) -"ugf" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/outline/security, -/turf/simulated/floor/tiled/gunmetal/full, -/area/horizon/operations/warehouse) "ugk" = ( /obj/structure/sign/vacuum{ pixel_x = -32 @@ -156129,6 +155684,15 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/operations/starboard) +"ugw" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "ugF" = ( /obj/structure/grille, /obj/structure/window/shuttle/scc_space_ship, @@ -156216,6 +155780,48 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/service/mess_hall) +"uhj" = ( +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/grille, +/obj/structure/window/shuttle/scc_space_ship, +/obj/structure/machinery/door/blast/shutters{ + dir = 4; + id = "xo_office_window_shutter"; + name = "Safety Shutter" + }, +/obj/structure/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor, +/area/horizon/command/heads/xo_office) +"uhl" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "uhm" = ( /obj/structure/machinery/door/airlock/command{ id_tag = "rep_office_a"; @@ -156294,6 +155900,26 @@ /obj/structure/grille, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/medical/cryo) +"uhA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/starboard/near) "uhK" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -156420,6 +156046,13 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/command/bridge/upperdeck) +"uiy" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/starboard) "uiz" = ( /obj/structure/window/shuttle/unique/tcfl{ icon_state = "17,2"; @@ -156504,24 +156137,6 @@ }, /turf/simulated/floor/tiled/freezer, /area/shuttle/skipjack) -"uiV" = ( -/obj/effect/floor_decal/corner/mauve{ - dir = 5 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/hallway) "uiW" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/green{ @@ -156556,16 +156171,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/bar) -"ujf" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "ujh" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -156623,16 +156228,6 @@ /obj/structure/window/shuttle/scc_space_ship/cardinal, /turf/simulated/floor/plating, /area/shuttle/merchant) -"ujy" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/service/mess_hall) "ujA" = ( /obj/structure/machinery/door/firedoor, /obj/effect/floor_decal/industrial/hatch_door/engineering{ @@ -156719,16 +156314,6 @@ }, /turf/unsimulated/floor, /area/antag/jockey) -"ujV" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/starboard) "ujW" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -156845,29 +156430,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/brig) -"ukP" = ( -/obj/structure/sign/examroom{ - pixel_y = 32 - }, -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - Hallway 2" - }, -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/table/standard, -/obj/item/material/stool/chair/wheelchair, -/obj/item/material/stool/chair/wheelchair, -/obj/item/material/stool/chair/wheelchair, -/obj/item/material/stool/chair/wheelchair, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "ukQ" = ( /obj/effect/floor_decal/industrial/warning{ dir = 9 @@ -156899,6 +156461,19 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) +"ulg" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/elevator) "ulh" = ( /obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{ id = "psych" @@ -156921,14 +156496,6 @@ "ulv" = ( /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/interior) -"uly" = ( -/obj/structure/machinery/optable, -/obj/structure/machinery/light, -/obj/effect/floor_decal/spline/plain/red{ - dir = 5 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist/surgicalbay) "ulB" = ( /obj/structure/machinery/door/firedoor, /obj/structure/machinery/conveyor{ @@ -156992,13 +156559,6 @@ /obj/structure/machinery/vending/cigarette/hacked, /turf/unsimulated/floor/linoleum, /area/antag/actor) -"uma" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "umb" = ( /obj/structure/curtain/black{ icon_state = "open"; @@ -157028,6 +156588,14 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/starboard) +"umg" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_2/starboard) "umh" = ( /obj/structure/machinery/light{ dir = 1 @@ -157129,6 +156697,38 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/central) +"umK" = ( +/obj/structure/table/reinforced/glass, +/obj/structure/machinery/button/switch/windowtint{ + dir = 1; + id = "workshopsurgery"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/machinery/button/switch/holosign{ + dir = 1; + id = "workshop_surgery"; + pixel_x = 8; + pixel_y = -1 + }, +/obj/item/reagent_containers/spray/cleaner/surgical{ + pixel_x = -8; + pixel_y = 11 + }, +/obj/item/reagent_containers/spray/cleaner/surgical{ + pixel_x = -8; + pixel_y = 1 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/roller_rack/two{ + pixel_y = 14; + pixel_x = 10 + }, +/obj/effect/floor_decal/spline/plain/red, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist/surgicalbay) "umM" = ( /obj/effect/floor_decal/spline/fancy/wood/corner{ dir = 1 @@ -157157,28 +156757,17 @@ /obj/structure/machinery/alarm/north, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/port/docks) +"umZ" = ( +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/railing/mapped, +/obj/structure/table/steel, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "una" = ( /obj/effect/step_trigger/thrower/shuttle/south, /turf/space/transit/north, /area/template_noop) -"une" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/hallway) "ung" = ( /turf/simulated/wall/shuttle/unique/mercenary/small{ icon_state = "5,9" @@ -157287,33 +156876,16 @@ }, /turf/unsimulated/floor/plating, /area/centcom/specops) -"unM" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +"unO" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/glass_service/custodial{ - dir = 4; - name = "Custodial Closet Storage"; - req_access = list(26) - }, -/turf/simulated/floor/tiled/full, -/area/horizon/service/custodial) +/obj/structure/machinery/alarm/north, +/turf/simulated/floor/tiled, +/area/horizon/security/checkpoint2) "unU" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -157346,6 +156918,10 @@ }, /turf/simulated/floor/exoplanet/barren, /area/centcom/shared_dream) +"uoj" = ( +/obj/effect/floor_decal/industrial/hatch/service, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/hydroponics) "uoy" = ( /obj/item/tape/engineering{ icon_state = "engineering_door" @@ -157425,6 +157001,20 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/intrepid/main_compartment) +"uoV" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "upa" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 8 @@ -157583,6 +157173,24 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/security/checkpoint) +"uqc" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/door/airlock/command{ + dir = 1; + name = "Executive Officer's Desk"; + req_access = list(57) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_desk) "uqd" = ( /obj/effect/floor_decal/corner/brown{ dir = 5 @@ -157599,12 +157207,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/operations/mining_main/eva) -"uqe" = ( -/obj/structure/machinery/firealarm/west, -/obj/effect/floor_decal/corner/dark_blue/diagonal, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled, -/area/horizon/security/investigations_hallway) "uqh" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 8 @@ -157652,26 +157254,37 @@ /obj/structure/bed/stool/chair/office/bridge, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/intrepid/flight_deck) +"uqy" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow" + }, +/obj/structure/machinery/light/small/floor, +/obj/effect/landmark/start{ + name = "Bartender" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/horizon/service/bar) "uqz" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/corner/dark_blue/diagonal, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/control) -"uqA" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/starboard) "uqC" = ( /obj/effect/floor_decal/corner/brown{ dir = 1 @@ -157784,6 +157397,13 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/evidence_storage) +"urf" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/mess_hall) "urh" = ( /obj/structure/bed/stool/chair/holochair{ dir = 1 @@ -157796,24 +157416,6 @@ }, /turf/simulated/floor/holofloor/carpet, /area/horizon/holodeck/source_courtroom) -"urj" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/mining_main/refinery) "url" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/black{ dir = 4 @@ -157824,26 +157426,6 @@ /obj/structure/machinery/meter, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion/starboard) -"urn" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 6 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/light/small/floor, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/effect/floor_decal/spline/fancy/wood/corner{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/turf/simulated/floor/wood, -/area/horizon/service/bar) "urx" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 8 @@ -157856,31 +157438,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/turbine) -"urH" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/structure/machinery/door/airlock/command{ - dir = 4; - name = "Captain's Office"; - req_access = list(20) - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/turf/simulated/floor/tiled/full, -/area/horizon/command/heads/captain) "urI" = ( /obj/effect/floor_decal/corner/red/diagonal, /obj/structure/machinery/atmospherics/unary/vent_pump/on{ @@ -158122,6 +157679,32 @@ }, /turf/simulated/open, /area/horizon/hallway/primary/deck_3/central) +"utg" = ( +/obj/structure/machinery/door/firedoor, +/obj/effect/map_effect/door_helper/unres, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/map_effect/door_helper/level_access/command_foyer{ + req_one_access_by_level = list("green","yellow"=list(19,38,72),"blue"=list(19,38,72),"red"=list(19,38,72),"delta"=list(19,38,72)); + access_by_level = null + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/glass_command{ + dir = 1; + id_tag = "command_foyer"; + name = "Bridge"; + req_one_access = list(19,38,72) + }, +/obj/structure/machinery/door/blast/shutters/open{ + dir = 2; + id = "securitycommandshutter"; + name = "Security Checkpoint External Shutter" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_3/central) "uth" = ( /obj/item/ore{ name = "meteor fragment"; @@ -158134,21 +157717,6 @@ /obj/structure/lattice/catwalk, /turf/space, /area/template_noop) -"utj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/operations/starboard/amidships) "utn" = ( /obj/random/pottedplant_small, /obj/structure/machinery/power/apc/low/north, @@ -158163,9 +157731,39 @@ }, /turf/simulated/floor/reinforced, /area/horizon/rnd/xenoarch/isolation_a) +"utv" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "uty" = ( /turf/simulated/wall, /area/horizon/maintenance/deck_3/security/starboard) +"utA" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_1/central) +"utB" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "utC" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 5 @@ -158281,27 +157879,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) -"uun" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/glass_medical{ - dir = 4; - name = "Main Storage"; - req_access = list(66) - }, -/obj/structure/machinery/door/firedoor{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/main_storage) "uuq" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -158353,19 +157930,6 @@ temperature = 278 }, /area/horizon/service/kitchen/freezer) -"uuI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/lobby) "uuJ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -158373,23 +157937,6 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/hangar/intrepid/interstitial) -"uuL" = ( -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/airlock/glass_medical{ - dir = 1; - name = "Main Storage"; - req_access = list(66) - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/main_storage) -"uuU" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/machinery/firealarm/north, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "uvb" = ( /turf/simulated/floor/tiled/white, /area/horizon/medical/hallway) @@ -158434,34 +157981,6 @@ /obj/structure/machinery/light, /turf/unsimulated/floor, /area/centcom/legion) -"uvs" = ( -/obj/structure/machinery/door/window/westleft{ - req_access = list(25); - name = "Bar" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/door/blast/shutters{ - name = "Bar Counter Shutter"; - id = "bar_counter_shutter"; - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/service, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/bar) "uvt" = ( /obj/structure/machinery/meter, /obj/structure/machinery/atmospherics/pipe/simple/visible/black, @@ -158488,14 +158007,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion) -"uvx" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/light/small, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/port/near) "uvG" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/operations/warehouse) @@ -158567,33 +158078,6 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/open/airless, /area/horizon/exterior) -"uwi" = ( -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/machinery/door/airlock/command{ - dir = 1; - name = "Executive Officer's Office"; - req_access = list(57) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_office) -"uwk" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/machinery/alarm/east, -/obj/structure/machinery/iv_drip, -/obj/effect/floor_decal/industrial/outline/red, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/icu) "uwo" = ( /obj/effect/floor_decal/corner/mauve{ dir = 10 @@ -158825,32 +158309,26 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/reactor/indra/mainchamber) -"uxF" = ( -/obj/structure/table/reinforced/steel, -/obj/structure/machinery/requests_console/east{ - name = "Machinist Requests Console"; - department = "Machinist Workshop"; - departmentType = 2; - pixel_x = 16; - pixel_y = 4 +"uxA" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" }, -/obj/item/paper_bin{ - pixel_x = 6; - pixel_y = 15 +/obj/structure/machinery/door/firedoor/multi_tile, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/hatch_door/service{ + dir = 8 }, -/obj/item/pen/black{ - pixel_x = 6; - pixel_y = 16 +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/mess_hall) +"uxB" = ( +/obj/structure/cable/green, +/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ + id = "xo_privacy_tint" }, -/obj/item/stack/packageWrap{ - pixel_x = -1 - }, -/obj/item/destTagger{ - pixel_y = 8; - pixel_x = -4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/machinist) +/turf/simulated/floor, +/area/horizon/command/heads/xo_desk) "uxI" = ( /obj/effect/decal/cleanable/liquid_fuel, /turf/unsimulated/floor, @@ -158997,18 +158475,6 @@ name = "coast" }, /area/horizon/holodeck/source_konyang) -"uyO" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/obj/effect/floor_decal/spline/fancy/wood/corner{ - dir = 8 - }, -/obj/structure/machinery/light/floor{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/horizon/command/bridge/meeting_room) "uyR" = ( /obj/structure/dueling_table/no_collide/above_layer{ icon_state = "top_right" @@ -159048,6 +158514,18 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_2/fore) +"uze" = ( +/obj/structure/machinery/cryopod{ + dir = 4 + }, +/obj/structure/machinery/computer/cryopod/living_quarters{ + pixel_x = -30; + pixel_y = 6 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "uzl" = ( /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ @@ -159078,30 +158556,6 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/merchant) -"uzu" = ( -/obj/structure/machinery/camera/network/first_deck{ - c_tag = "First Deck - Hangar 15" - }, -/obj/effect/floor_decal/industrial/outline/grey, -/obj/structure/table/rack, -/obj/item/deployable_kit{ - pixel_y = 10 - }, -/obj/item/deployable_kit{ - pixel_y = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/hangar/auxiliary) -"uzw" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom/north, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "uzz" = ( /obj/effect/floor_decal/spline/plain{ dir = 4 @@ -159219,20 +158673,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) -"uAx" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 9 - }, -/obj/structure/bed/stool/chair{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline/security, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "uAz" = ( /obj/effect/floor_decal/corner/brown{ dir = 10 @@ -159250,24 +158690,6 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/nacelle) -"uAF" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/mining_main/refinery) "uAH" = ( /obj/structure/bed/stool/chair/sofa/left/brown{ dir = 4 @@ -159297,6 +158719,22 @@ }, /turf/unsimulated/floor, /area/centcom/legion/hangar5) +"uAL" = ( +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 1 + }, +/obj/structure/machinery/keycard_auth{ + dir = 1; + pixel_y = 34; + pixel_x = 1 + }, +/obj/item/radio/intercom/ship/north{ + pixel_y = 16; + pixel_x = -2 + }, +/obj/structure/machinery/light/small/floor, +/turf/simulated/floor/wood, +/area/horizon/command/heads/xo_office) "uAN" = ( /obj/effect/floor_decal/corner/yellow/full{ dir = 1 @@ -159331,22 +158769,6 @@ /obj/structure/window/shuttle/scc_space_ship/cardinal, /turf/simulated/floor/plating, /area/horizon/command/bridge/minibar) -"uAY" = ( -/obj/structure/table/reinforced/steel, -/obj/structure/machinery/cell_charger{ - pixel_y = 10; - pixel_x = -2 - }, -/obj/structure/machinery/cell_charger{ - pixel_y = 2; - pixel_x = -2 - }, -/obj/structure/machinery/recharger{ - pixel_y = 4; - pixel_x = 13 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "uBa" = ( /obj/structure/grille/diagonal{ dir = 4 @@ -159377,6 +158799,15 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/legion) +"uBn" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "uBs" = ( /obj/structure/machinery/door/firedoor, /obj/structure/grille/diagonal{ @@ -159427,31 +158858,18 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/port) -"uBH" = ( -/obj/structure/table/glass/reinf, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/floor_decal/corner_wide/green{ - dir = 6 +"uBI" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/light/small{ + dir = 4 }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "uBJ" = ( /obj/effect/floor_decal/corner/paleblue, /turf/unsimulated/floor, /area/centcom/legion) -"uBL" = ( -/obj/effect/floor_decal/corner/purple{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/railing/mapped, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/red{ - dir = 8 - }, -/obj/random/maintenance_junk_or_loot, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/custodial/disposals/deck_1) "uBN" = ( /obj/structure/tank_wall/hydrogen{ icon_state = "h14" @@ -159568,6 +158986,11 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) +"uCx" = ( +/obj/effect/floor_decal/industrial/outline/medical, +/obj/structure/bed/roller, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "uCB" = ( /obj/structure/curtain/open/medical, /obj/structure/machinery/light_switch{ @@ -159640,22 +159063,6 @@ density = 1 }, /area/antag/ninja) -"uCN" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "uCO" = ( /obj/structure/cable/green{ icon_state = "2-4" @@ -159705,23 +159112,6 @@ /obj/structure/railing/mapped, /turf/simulated/floor/grass/no_edge, /area/horizon/stairwell/port/deck_3) -"uDp" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/central) "uDx" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/fake_object{ @@ -159768,22 +159158,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenoarch/atrium) -"uDC" = ( -/obj/effect/floor_decal/sign/gtr, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/sign/icu, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/icu) "uDI" = ( /obj/effect/decal/fake_object/light_source{ icon = 'icons/effects/props/holodeck/konyang/32x96.dmi'; @@ -159851,18 +159225,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/hallway) -"uDW" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/controlroom) "uEa" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, @@ -160062,6 +159424,17 @@ /obj/structure/closet/secure_closet/personal, /turf/simulated/floor/tiled/white, /area/horizon/crew/fitness/changing) +"uFl" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/security/port) "uFm" = ( /obj/structure/engineer_maintenance/pipe/wall, /obj/effect/floor_decal/corner/dark_green{ @@ -160105,6 +159478,13 @@ /obj/item/radio/intercom/expedition/north, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/main_compartment) +"uFx" = ( +/obj/effect/floor_decal/industrial/outline/grey, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/closet/crate, +/obj/random/loot, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/auxatmos) "uFH" = ( /obj/structure/lattice, /obj/structure/machinery/atmospherics/pipe/simple/visible/red{ @@ -160137,15 +159517,6 @@ /obj/structure/bed/stool/chair/office/bridge/pilot, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/controlroom) -"uFM" = ( -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ - id = "xo_conference_tint" - }, -/turf/simulated/floor, -/area/horizon/command/heads/xo_office) "uFQ" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/black{ dir = 4 @@ -160342,6 +159713,16 @@ /obj/effect/floor_decal/industrial/outline/red, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/hallway/aft) +"uGX" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/wing/starboard) "uHc" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/red{ dir = 8 @@ -160381,6 +159762,15 @@ /obj/structure/table/reinforced/steel, /turf/simulated/floor/carpet/rubber, /area/horizon/command/bridge/controlroom) +"uHp" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_2/central) "uHq" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -160633,19 +160023,6 @@ }, /turf/simulated/floor/reinforced, /area/horizon/engineering/gravity_gen) -"uIW" = ( -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - Hallway 1"; - dir = 1 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "uIX" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/blue{ dir = 10 @@ -160685,6 +160062,27 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/starboard) +"uJf" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/full, +/obj/structure/machinery/firealarm/south, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/mail_room) "uJg" = ( /obj/effect/floor_decal/corner/red/full{ dir = 1 @@ -160752,6 +160150,19 @@ /obj/structure/cable, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/main/port) +"uJt" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/hatch_door/service{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/hallway/primary/deck_2/fore) "uJw" = ( /obj/effect/floor_decal/spline/plain{ dir = 1 @@ -160905,11 +160316,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/operations/commissary) -"uKh" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/machinery/light, -/turf/simulated/floor/carpet/rubber, -/area/horizon/engineering/storage_hard/upper) "uKo" = ( /obj/effect/decal/cleanable/spiderling_remains, /turf/simulated/floor/exoplanet/barren/raskara, @@ -160928,6 +160334,9 @@ icon_state = "wood" }, /area/centcom/specops) +"uKy" = ( +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) "uKz" = ( /obj/structure/machinery/door/airlock/silver{ id_tag = "tower_stall_2"; @@ -160935,6 +160344,21 @@ }, /turf/unsimulated/floor, /area/centcom/legion) +"uKB" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/controlroom) "uKC" = ( /obj/effect/floor_decal/snowdrift, /turf/simulated/floor/exoplanet/snow, @@ -161064,6 +160488,24 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/secure/tech_vault) +"uLx" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) +"uLz" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/fore) "uLC" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -161190,19 +160632,6 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_lasertag) -"uMu" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/warning, -/obj/structure/disposalpipe/segment{ - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "uMz" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -161331,23 +160760,32 @@ }, /turf/simulated/open, /area/horizon/operations/office) -"uNu" = ( -/obj/effect/floor_decal/industrial/warning/corner, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ +"uNB" = ( +/obj/structure/machinery/door/firedoor{ dir = 4 }, /obj/structure/cable/green{ - icon_state = "4-8" + icon_state = "1-4" }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/storage_hard/upper) +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/grille, +/obj/structure/window/shuttle/scc_space_ship, +/obj/structure/machinery/door/blast/shutters{ + dir = 4; + id = "xo_office_window_shutter"; + name = "Safety Shutter" + }, +/obj/structure/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor, +/area/horizon/command/heads/xo_office) "uNC" = ( /obj/structure/undies_wardrobe, /obj/structure/machinery/light{ @@ -161405,20 +160843,6 @@ /obj/structure/table/wood, /turf/simulated/floor/holofloor/lino, /area/horizon/holodeck/source_theatre) -"uOl" = ( -/obj/structure/machinery/power/apc/west, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/obj/item/radio/intercom/west, -/obj/structure/machinery/light/floor{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "uOn" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -161473,6 +160897,16 @@ /obj/structure/machinery/atmospherics/unary/freezer, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics) +"uOH" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/command/bridge/upperdeck) "uOK" = ( /obj/effect/floor_decal/spline/fancy/wood/cee{ dir = 4 @@ -161578,6 +161012,21 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/unsimulated/floor, /area/antag/mercenary) +"uPs" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/gunmetal, +/area/horizon/operations/warehouse) "uPt" = ( /obj/structure/machinery/embedded_controller/radio/simple_docking_controller{ frequency = 1380; @@ -161592,16 +161041,6 @@ icon_state = "dark_preview" }, /area/centcom/spawning) -"uPx" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/intrepid/interstitial) "uPz" = ( /obj/structure/machinery/hologram/holopad, /turf/simulated/floor/carpet, @@ -161671,6 +161110,37 @@ }, /turf/simulated/floor/wood/walnut, /area/horizon/medical/smoking) +"uPU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 5 + }, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "uPV" = ( /obj/structure/sign/directions/tram{ dir = 1; @@ -161730,16 +161200,6 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/command/bridge/controlroom) -"uQo" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/industrial/warning, -/obj/structure/machinery/disposal/small/east, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/machinery/alarm/west, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist/surgicalbay) "uQy" = ( /obj/effect/floor_decal/spline/fancy, /obj/structure/machinery/computer/ship/sensors{ @@ -161853,11 +161313,6 @@ }, /turf/simulated/floor/wood, /area/horizon/hallway/primary/deck_3/port) -"uRa" = ( -/obj/structure/machinery/optable/robotics, -/obj/effect/floor_decal/spline/plain/red, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist/surgicalbay) "uRc" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/red, /obj/structure/machinery/meter, @@ -161916,21 +161371,6 @@ }, /turf/simulated/floor/exoplanet/grass/grove, /area/centcom/shared_dream) -"uRE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/aft) "uRH" = ( /obj/structure/machinery/button/remote/blast_door{ dir = 1; @@ -162124,6 +161564,21 @@ /obj/effect/floor_decal/industrial/warning/cee, /turf/simulated/floor/tiled/dark/full, /area/horizon/command/bridge/aibunker) +"uSE" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) "uSF" = ( /obj/structure/table/reinforced/steel, /obj/structure/window/reinforced/crescent{ @@ -162176,13 +161631,6 @@ /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/white, /area/horizon/medical/hallway/upper) -"uTl" = ( -/obj/effect/floor_decal/spline/plain/red, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/operations/machinist) "uTo" = ( /obj/structure/platform, /obj/random/dirt_75, @@ -162191,14 +161639,6 @@ /obj/random/booze, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/wing/starboard/far) -"uTs" = ( -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/structure/machinery/alarm/north, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "uTy" = ( /obj/structure/cable{ icon_state = "4-8" @@ -162229,6 +161669,23 @@ /obj/structure/machinery/alarm/west, /turf/simulated/floor/tiled, /area/horizon/stairwell/starboard/deck_1) +"uTM" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/central) "uTO" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -162367,6 +161824,17 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_2/starboard) +"uUw" = ( +/obj/structure/machinery/disposal/small/west, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/structure/noticeboard{ + pixel_y = 31 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "uUy" = ( /obj/structure/machinery/door/airlock/multi_tile/glass{ name = "Barracks" @@ -162425,6 +161893,24 @@ }, /turf/unsimulated/floor, /area/antag/raider) +"uUO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/alarm/north, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "uUY" = ( /obj/structure/closet/secure_closet/security, /obj/structure/machinery/alarm/north, @@ -162434,6 +161920,24 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/security/checkpoint2) +"uVa" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate{ + color = "#FFFFFF" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/medical/gen_treatment) "uVe" = ( /obj/structure/table/standard, /obj/item/grenade/chem_grenade, @@ -162622,6 +162126,21 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/shuttle/intrepid/main_compartment) +"uVY" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "uVZ" = ( /obj/effect/map_effect/window_spawner/full/reinforced/indestructible, /obj/structure/sign/directions/medical{ @@ -162690,12 +162209,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"uWA" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline, -/obj/random/junk, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/port) "uWB" = ( /obj/effect/step_trigger/thrower/shuttle/west, /turf/template_noop, @@ -162713,6 +162226,21 @@ }, /turf/simulated/floor/reinforced, /area/horizon/rnd/xenoarch/isolation_c) +"uWK" = ( +/obj/structure/machinery/body_scanconsole{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/beige/full{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/loading/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/icu) "uWM" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -162847,6 +162375,15 @@ /obj/structure/window/reinforced, /turf/unsimulated/floor, /area/centcom/legion) +"uXy" = ( +/obj/structure/machinery/light/floor{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "uXz" = ( /obj/structure/cable{ icon_state = "0-8" @@ -162997,6 +162534,22 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/operations) +"uYz" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/airlock/glass_mining{ + dir = 1; + name = "Mail Sorting"; + req_one_access = list(26,31,67) + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/mail_room) "uYC" = ( /obj/structure/window/reinforced{ dir = 4 @@ -163041,6 +162594,22 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/weapons/grauwolf) +"uZf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/aft) "uZi" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 1 @@ -163048,6 +162617,25 @@ /obj/structure/machinery/alarm/north, /turf/simulated/floor/wood, /area/horizon/rnd/xenoarch/presentation) +"uZj" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/horizon/command/bridge/meeting_room) "uZk" = ( /obj/effect/floor_decal/corner/yellow{ dir = 9 @@ -163058,20 +162646,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/locker_room) -"uZl" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/machinery/light, -/obj/structure/table/rack, -/obj/effect/floor_decal/industrial/outline/operations, -/obj/item/deployable_kit{ - pixel_y = 12 - }, -/obj/item/deployable_kit{ - pixel_y = 6 - }, -/obj/item/deployable_kit, -/turf/simulated/floor/tiled, -/area/horizon/maintenance/deck_2/research) "uZt" = ( /obj/structure/machinery/atmospherics/binary/pump/high_power{ dir = 1; @@ -163087,6 +162661,24 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/merchant) +"uZD" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate{ + color = "#FFFFFF" + }, +/turf/simulated/floor/plating, +/area/horizon/medical/hallway) "uZF" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -163130,6 +162722,13 @@ /obj/structure/machinery/alarm/east, /turf/simulated/floor/tiled, /area/horizon/command/bridge/controlroom) +"uZM" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/diagonal, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/mining_main/eva) "uZR" = ( /obj/random/dirt_75, /obj/effect/floor_decal/industrial/warning/corner{ @@ -163212,6 +162811,24 @@ "vaC" = ( /turf/simulated/floor/tiled/gridded, /area/horizon/operations/warehouse) +"vaF" = ( +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/random/maintenance_junk_or_loot, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "vaI" = ( /obj/structure/machinery/door/airlock/centcom{ dir = 4; @@ -163232,39 +162849,38 @@ /obj/effect/floor_decal/spline/plain/lime, /turf/simulated/floor/tiled/dark, /area/horizon/operations/commissary) -"vaL" = ( +"vaS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 + dir = 4 }, /obj/structure/disposalpipe/segment/mainline{ dir = 4 }, -/turf/simulated/floor/tiled/ramp/bottom{ - dir = 8 - }, -/area/horizon/maintenance/deck_2/wing/starboard/near) -"vaV" = ( -/obj/structure/disposalpipe/segment/mainline{ +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); dir = 4 }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-8" +/obj/structure/machinery/door/blast/shutters{ + dir = 4; + id = "engineering_storage_d2"; + name = "Engineering Hard Storage" }, +/obj/effect/floor_decal/industrial/hatch_door/engineering, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/storage_hard/upper) +"vaY" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/port) +/area/horizon/command/bridge/upperdeck) "vbe" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -163402,6 +163018,19 @@ /obj/structure/machinery/alarm/west, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/far) +"vbV" = ( +/obj/effect/floor_decal/spline/fancy/wood/cee{ + dir = 8 + }, +/obj/structure/machinery/power/apc/north{ + is_critical = 1 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/random/pottedplant, +/turf/simulated/floor/wood, +/area/horizon/command/bridge/meeting_room) "vbW" = ( /obj/structure/table/reinforced/wood, /obj/item/reagent_containers/food/drinks/bottle/cognac{ @@ -163519,9 +163148,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/operations) -"vcr" = ( -/turf/simulated/wall/r_wall, -/area/horizon/command/heads/xo_office) "vcs" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/cable{ @@ -163800,27 +163426,22 @@ icon_state = "dark_preview" }, /area/centcom/specops) -"vek" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/spline/plain/purple{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" +"vei" = ( +/obj/structure/cable/green{ + icon_state = "2-4" }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 + dir = 6 }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 + dir = 6 }, -/obj/structure/machinery/hologram/holopad, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist/surgicalbay) +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "vem" = ( /obj/structure/machinery/door/airlock/highsecurity{ name = "AI Core Foyer"; @@ -163869,6 +163490,18 @@ /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenological) +"veD" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/slate, +/area/horizon/medical/ward) "veK" = ( /obj/structure/machinery/door/airlock/external, /obj/structure/machinery/access_button{ @@ -163925,6 +163558,18 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_emptycourt) +"veR" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/railing/mapped, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 8 + }, +/obj/random/maintenance_junk_or_loot, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/custodial/disposals/deck_1) "veX" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -163953,6 +163598,23 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard) +"vfe" = ( +/obj/structure/machinery/door/airlock/maintenance{ + dir = 1; + req_one_access = list(12,25,26,28,29,31,35,37,48,63,67); + name = "Deck 2 Central Fore Maintenance" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/firedoor, +/obj/effect/map_effect/door_helper/unres, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_2/service/port) "vfg" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/corner/brown/diagonal, @@ -163962,17 +163624,6 @@ /obj/item/shovel, /turf/simulated/floor/exoplanet/barren, /area/centcom/shared_dream) -"vfr" = ( -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 6 - }, -/obj/structure/closet/secure_closet/medical2, -/obj/structure/machinery/firealarm/east, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "vfv" = ( /obj/structure/machinery/door/firedoor{ dir = 4 @@ -164017,28 +163668,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/storage/eva) -"vfG" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/airlock/service{ - dir = 1; - name = "Cadaver Processing and Storage"; - req_access = list(22) - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/sign/staff_only{ - pixel_y = -6; - pixel_x = -33 - }, -/obj/effect/floor_decal/industrial/hatch_door/service{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/chapel/corpse_storage) "vfH" = ( /obj/effect/floor_decal/corner/mauve{ dir = 9 @@ -164157,6 +163786,24 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/controlroom) +"vgJ" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/obj/structure/railing/mapped, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "vgP" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/decal/cleanable/dirt, @@ -164165,6 +163812,23 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, /area/horizon/maintenance/deck_3/crewlounge) +"vgR" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/port/near) +"vgS" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/corner/dark_blue/diagonal, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/bridge_crew) "vgT" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/operations/machinist/surgicalbay) @@ -164184,6 +163848,15 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/intrepid/interstitial) +"vhe" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_1/central) "vhk" = ( /obj/structure/machinery/computer/cryopod/living_quarters{ pixel_y = 32 @@ -164222,22 +163895,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/starboard) -"vhB" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/security/investigations_hallway) "vhH" = ( /obj/structure/cable/green{ icon_state = "0-2" @@ -164257,6 +163914,13 @@ }, /turf/simulated/floor/holofloor/grass, /area/horizon/holodeck/source_picnicarea) +"vhL" = ( +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled, +/area/horizon/stairwell/starboard/deck_2) "vhO" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/railing/mapped, @@ -164340,15 +164004,6 @@ /obj/structure/railing/mapped, /turf/simulated/open, /area/horizon/service/custodial/disposals/deck_2) -"viF" = ( -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ - id = "xo_office_tint" - }, -/turf/simulated/floor, -/area/horizon/command/heads/xo_office) "viG" = ( /obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{ id = "aft_lounge_tint" @@ -164409,22 +164064,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard) -"vje" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/central) "vjh" = ( /obj/structure/machinery/light{ dir = 4 @@ -164475,6 +164114,20 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos) +"vjJ" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/platform_stairs/full{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor, +/area/horizon/maintenance/substation/command) "vjO" = ( /obj/effect/floor_decal/industrial/warning{ dir = 9 @@ -164644,25 +164297,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark/damaged, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard) -"vkY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/aft) "vlb" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/black, /obj/structure/machinery/door/airlock/hatch{ @@ -164683,6 +164317,24 @@ /obj/item/modular_computer/console/preset/command/teleporter/ninja, /turf/unsimulated/floor, /area/antag/ninja) +"vlo" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) "vlp" = ( /obj/structure/machinery/door/airlock/highsecurity{ dir = 1; @@ -164703,6 +164355,17 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/drone_fabrication) +"vly" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/rnd/hallway) "vlz" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -164878,11 +164541,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/ai/upload_foyer) -"vmx" = ( -/obj/effect/floor_decal/corner/dark_blue/diagonal, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled, -/area/horizon/security/investigations_hallway) "vmH" = ( /obj/effect/landmark/entry_point/port{ name = "port, medical" @@ -164914,6 +164572,27 @@ }, /turf/simulated/floor/reinforced, /area/horizon/shuttle/intrepid/flight_deck) +"vmZ" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) +"vne" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/office) "vnj" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -164933,27 +164612,16 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor/monotile, /area/antag/jockey) -"vnq" = ( -/obj/structure/machinery/access_button{ - command = "cycle_interior"; - frequency = 1380; - master_tag = "centcom_shuttle_dock_airlock"; - name = "interior access button"; - pixel_x = -25; - pixel_y = -25; - req_access = list(13) +"vnr" = ( +/obj/structure/cable/green{ + icon_state = "1-2" }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden{ - dir = 10 - }, -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 4 - }, -/obj/structure/machinery/light{ +/obj/effect/floor_decal/corner/brown{ dir = 4 }, +/obj/structure/disposalpipe/segment/mainline, /turf/simulated/floor/tiled, -/area/horizon/security/checkpoint2) +/area/horizon/operations/break_room) "vnu" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 1 @@ -165158,6 +164826,19 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) +"voh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/fore) "vol" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 1 @@ -165177,6 +164858,21 @@ /obj/item/material/shard, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_3/aft/port/far) +"voo" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/floor_decal/spline/plain/red{ + dir = 8 + }, +/obj/effect/floor_decal/spline/plain/red{ + dir = 4 + }, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist) "vop" = ( /obj/effect/floor_decal/spline/plain/black{ dir = 8 @@ -165237,13 +164933,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/lobby) -"voD" = ( -/obj/effect/floor_decal/industrial/warning/corner, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/light/small/floor, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "voH" = ( /obj/structure/closet/crate/trashcart, /obj/random/junk, @@ -165283,19 +164972,6 @@ /obj/effect/floor_decal/corner/white/diagonal, /turf/simulated/floor/tiled, /area/horizon/medical/paramedic) -"vpp" = ( -/obj/effect/floor_decal/spline/fancy/wood/cee{ - dir = 8 - }, -/obj/structure/machinery/power/apc/north{ - is_critical = 1 - }, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/random/pottedplant, -/turf/simulated/floor/wood, -/area/horizon/command/bridge/meeting_room) "vps" = ( /obj/structure/table/reinforced/steel, /obj/structure/machinery/light/small{ @@ -165365,22 +165041,6 @@ /obj/random/canister/filled/restricted, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/atmos/storage_maintenance) -"vpU" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/security/hallway) "vpZ" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/effect/decal/fake_object{ @@ -165471,18 +165131,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/brig) -"vqO" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - Entrance"; - dir = 8 - }, -/obj/structure/machinery/disposal/small/north, -/obj/structure/machinery/light/floor, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "vqQ" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/repoffice/representative_one) @@ -165521,6 +165169,12 @@ /obj/structure/flora/ausbushes/ywflowers, /turf/simulated/floor/exoplanet/grass/grove, /area/centcom/shared_dream) +"vrf" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) "vro" = ( /obj/effect/floor_decal/corner/blue{ dir = 9 @@ -165552,21 +165206,40 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, /area/horizon/maintenance/deck_3/security/port) -"vrB" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/effect/floor_decal/spline/plain/corner/green{ +"vrs" = ( +/obj/structure/machinery/body_scanconsole{ + dir = 1; + pixel_y = 6 + }, +/obj/effect/floor_decal/corner/beige/full{ dir = 4 }, +/obj/effect/floor_decal/industrial/loading/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) +"vrx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/engineering/hallway/aft) +"vrC" = ( /obj/structure/disposalpipe/segment/mainline{ icon_state = "pipe-c-yellow"; dir = 8 }, -/obj/structure/machinery/camera/network/service{ - c_tag = "Service - Kitchen 3"; - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/service/kitchen) +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/security/port) "vrH" = ( /obj/structure/curtain/open/shower/security, /obj/effect/floor_decal/spline/fancy/wood{ @@ -165718,10 +165391,31 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_lasertag) +"vsO" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_3/security/port) "vsR" = ( /obj/structure/machinery/telecomms/bus/preset_three, /turf/simulated/floor/bluegrid, /area/horizon/tcommsat/chamber) +"vsU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "vte" = ( /obj/effect/floor_decal/industrial/hatch/red, /obj/effect/floor_decal/industrial/warning, @@ -165733,17 +165427,6 @@ }, /turf/simulated/floor/plating, /area/horizon/hangar/intrepid) -"vth" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/holosign/service/kitchen{ - id = "kitchen"; - pixel_x = 32 - }, -/turf/simulated/floor/tiled, -/area/horizon/stairwell/starboard/deck_2) "vti" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -165802,6 +165485,16 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/eva) +"vtQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/hallway/fore) "vtT" = ( /obj/structure/machinery/light_switch{ dir = 1; @@ -165916,6 +165609,21 @@ /obj/structure/machinery/vending/dinnerware/bar, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/bar) +"vuH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/engineering/hallway/fore) "vuM" = ( /obj/structure/sign/vacuum{ pixel_y = -32 @@ -165941,11 +165649,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/horizon/hangar/intrepid) -"vuY" = ( -/obj/effect/floor_decal/industrial/outline/red, -/obj/structure/machinery/mech_recharger, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "vvb" = ( /obj/structure/window/reinforced{ dir = 4 @@ -166061,6 +165764,13 @@ /obj/structure/cable, /turf/simulated/floor/plating, /area/horizon/maintenance/substation/xenoarchaeology) +"vvZ" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/horizon/repoffice/representative_one) "vwe" = ( /obj/effect/floor_decal/spline/plain{ dir = 5 @@ -166181,6 +165891,31 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/bluespace_drive/monitoring) +"vwU" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/structure/machinery/door/airlock/command{ + dir = 4; + name = "Captain's Office"; + req_access = list(20) + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/full, +/area/horizon/command/heads/captain) "vwW" = ( /obj/effect/floor_decal/corner/beige{ dir = 5 @@ -166203,6 +165938,25 @@ /obj/structure/machinery/light_switch/west, /turf/simulated/floor/wood, /area/horizon/command/heads/rd) +"vxd" = ( +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/hallway) "vxi" = ( /turf/simulated/wall/shuttle/unique/ert{ icon_state = "0,3" @@ -166233,6 +165987,16 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/rnd/xenobiology/foyer) +"vxz" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/holodeck) "vxB" = ( /obj/structure/flora/grass/jungle{ icon_state = "bushb1" @@ -166332,6 +166096,14 @@ }, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_luceism) +"vyi" = ( +/obj/structure/machinery/bodyscanner, +/obj/effect/floor_decal/corner/beige{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) "vyj" = ( /obj/structure/platform/ledge{ dir = 8 @@ -166359,33 +166131,19 @@ /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, /area/horizon/medical/icu) -"vyr" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/horizon/service/chapel/corpse_storage) -"vyu" = ( +"vyD" = ( /obj/structure/cable/green{ - icon_state = "4-8" + icon_state = "1-2" }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment/mainline{ icon_state = "pipe-c-yellow"; dir = 8 }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) -"vyC" = ( -/obj/random/keg, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_1/wing/starboard) +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/holodeck) "vyE" = ( /obj/structure/bed/stool/chair/office/dark{ dir = 8 @@ -166504,13 +166262,6 @@ /obj/random/dirt_75, /turf/simulated/floor/carpet/rubber, /area/horizon/maintenance/deck_2/wing/port/nacelle) -"vzn" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/wood, -/area/horizon/rnd/hallway) "vzr" = ( /obj/effect/floor_decal/corner/white/diagonal{ dir = 4 @@ -166571,6 +166322,22 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/bluespace_drive) +"vzB" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/central) "vzJ" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 @@ -166993,6 +166760,14 @@ /obj/random/dirt_75, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/nacelle) +"vCf" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/port/near) "vCl" = ( /obj/structure/railing/mapped, /turf/simulated/floor/plating, @@ -167024,6 +166799,12 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/crew/emergency_closet/deck_2/starboard) +"vCE" = ( +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "vCI" = ( /obj/structure/sign/poster{ pixel_y = 32 @@ -167033,25 +166814,6 @@ icon_state = "wood" }, /area/centcom/distress_prep) -"vCK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/bed/stool/chair{ - dir = 1 - }, -/obj/structure/machinery/firealarm/south, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist) "vCN" = ( /obj/effect/floor_decal/industrial/warning{ dir = 9 @@ -167059,6 +166821,13 @@ /obj/structure/trash_pile, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/auxatmos) +"vCS" = ( +/obj/effect/floor_decal/spline/plain/red, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist) "vCT" = ( /turf/unsimulated/wall/fakepdoor{ dir = 1; @@ -167184,6 +166953,25 @@ /obj/structure/machinery/power/apc/east, /turf/simulated/floor/plating, /area/horizon/engineering/storage/lower) +"vDk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/aft) "vDp" = ( /obj/effect/landmark{ name = "Syndicate-Spawn" @@ -167215,6 +167003,18 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/captain) +"vDF" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/obj/effect/floor_decal/corner/dark_blue/full, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/machinery/disposal/small/east, +/obj/item/radio/intercom/south, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "vDG" = ( /turf/simulated/floor/tiled/ramp/bottom, /area/merchant_station) @@ -167380,16 +167180,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/supermatter/mainchamber) -"vEs" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/gen_treatment) "vEE" = ( /obj/structure/machinery/atmospherics/binary/pump{ dir = 1; @@ -167455,20 +167245,6 @@ }, /turf/simulated/floor/wood, /area/horizon/repoffice/representative_one) -"vER" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/random/dirt_75, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/security/port) "vEZ" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -167488,12 +167264,19 @@ /turf/simulated/floor/tiled/dark/full, /area/horizon/service/custodial/disposals/deck_1) "vFa" = ( -/obj/structure/table/reinforced/wood, -/obj/item/modular_computer/laptop/preset/command/xo{ - pixel_y = 10 +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/deployable_kit{ + pixel_y = 12 }, -/turf/simulated/floor/carpet, -/area/horizon/command/heads/xo_office) +/obj/item/deployable_kit{ + pixel_y = 6 + }, +/obj/item/deployable_kit, +/obj/effect/floor_decal/industrial/outline/operations, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "vFb" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -167520,23 +167303,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/conference) -"vFo" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/effect/floor_decal/spline/plain/purple{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist) "vFr" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 1 @@ -167548,22 +167314,6 @@ }, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/port/far) -"vFs" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/bluespace_beacon, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/controlroom) "vFx" = ( /obj/effect/floor_decal/corner/dark_blue/full, /obj/structure/machinery/photocopier, @@ -167578,29 +167328,25 @@ /obj/structure/extinguisher_cabinet/south, /turf/simulated/floor/tiled/slate, /area/horizon/operations/warehouse) +"vFC" = ( +/obj/structure/closet/crate, +/obj/item/circuitboard/autolathe, +/obj/item/circuitboard/rtg, +/obj/item/circuitboard/recharge_station, +/obj/item/circuitboard/mech_recharger, +/obj/item/circuitboard/security/engineering, +/obj/item/circuitboard/grill, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/rubber, +/area/horizon/maintenance/deck_1/workshop) "vFG" = ( /obj/effect/floor_decal/industrial/loading/yellow{ dir = 8 }, /turf/simulated/floor/tiled, /area/merchant_station/warehouse) -"vFH" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "vFI" = ( /obj/structure/bed/stool/chair/office/bridge/generic{ dir = 8; @@ -167677,6 +167423,19 @@ icon_state = "10,0" }, /area/shuttle/transport1) +"vGq" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_2/fore) "vGr" = ( /obj/structure/curtain/black{ icon_state = "open"; @@ -167721,23 +167480,6 @@ "vGM" = ( /turf/simulated/wall/elevator, /area/centcom/legion) -"vGO" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor, -/area/horizon/command/bridge/upperdeck) "vGP" = ( /obj/effect/map_effect/window_spawner/full/shuttle/scc{ spawn_firedoor = 1; @@ -167762,18 +167504,6 @@ }, /turf/simulated/floor/tiled/white, /area/merchant_station) -"vHf" = ( -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 6 - }, -/obj/structure/table/standard, -/obj/item/reagent_containers/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - icon_state = "sterilesprayblue"; - name = "surgery cleaner" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "vHj" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -167813,38 +167543,6 @@ /obj/item/stack/packageWrap, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenological) -"vHS" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - dir = 2; - icon_state = "pdoor0"; - id = "Security Lockdown"; - name = "Security Blast Door"; - opacity = 0 - }, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 4; - name = "Security Maintenance"; - req_access = list(63) - }, -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/red, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/service/port) "vId" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 9 @@ -167913,6 +167611,21 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/buffet) +"vIr" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/controlroom) "vIw" = ( /obj/effect/floor_decal/spline/plain{ dir = 4 @@ -167922,6 +167635,15 @@ }, /turf/unsimulated/floor, /area/antag/mercenary) +"vIy" = ( +/obj/structure/machinery/mech_recharger, +/mob/living/heavy_vehicle/premade/random/boring, +/obj/effect/floor_decal/industrial/outline/red, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "vIN" = ( /obj/structure/sign/flag/idris{ pixel_y = 32 @@ -167999,20 +167721,6 @@ /obj/structure/ship_weapon_dummy, /turf/template_noop, /area/horizon/exterior) -"vJP" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/light, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "vJR" = ( /obj/effect/floor_decal/industrial/hatch_door/yellow, /obj/structure/machinery/door/firedoor{ @@ -168044,6 +167752,29 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics/lower) +"vKd" = ( +/obj/structure/closet/crate, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/scanning_module, +/obj/item/stock_parts/scanning_module, +/obj/item/stock_parts/console_screen, +/obj/item/stock_parts/console_screen, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/turf/simulated/floor/carpet/rubber, +/area/horizon/maintenance/deck_1/workshop) "vKe" = ( /obj/effect/floor_decal/corner/red/full{ dir = 8 @@ -168077,21 +167808,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/bluespace_drive) -"vKp" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "vKu" = ( /obj/effect/shuttle_landmark/legion/interim, /turf/space/transit/east, @@ -168116,27 +167832,6 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/engineering/hallway/fore) -"vKA" = ( -/obj/item/storage/photo_album, -/obj/item/camera_film, -/obj/item/camera, -/obj/structure/closet/secure_closet{ - name = "\improper Journalist's closet"; - req_access = list(70) - }, -/obj/item/paper_scanner, -/obj/item/folder/white, -/obj/item/storage/secure/briefcase, -/obj/item/clipboard, -/obj/item/folder/red, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 5 - }, -/obj/item/radio/microphone, -/obj/item/clothing/suit/armor/carrier/press, -/obj/item/clothing/head/helmet/security/press, -/turf/simulated/floor/wood, -/area/horizon/crew/journalistoffice) "vKB" = ( /obj/structure/sign/flag/scc{ pixel_y = 30 @@ -168265,6 +167960,22 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/bluespace_drive) +"vLo" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-j2" + }, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "vLs" = ( /obj/structure/platform{ dir = 1 @@ -168299,6 +168010,20 @@ /obj/structure/machinery/atmospherics/pipe/simple/visible/fuel, /turf/space, /area/horizon/exterior) +"vLz" = ( +/obj/structure/machinery/light, +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_x = -5 + }, +/obj/item/paper_scanner{ + pixel_x = 6 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "vLB" = ( /obj/structure/sign/nosmoking_1{ pixel_y = -32 @@ -168315,6 +168040,29 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/captain) +"vLI" = ( +/obj/structure/sign/examroom{ + pixel_y = 32 + }, +/obj/structure/machinery/camera/network/medbay{ + c_tag = "Medical - Hallway 2" + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/item/material/stool/chair/wheelchair, +/obj/item/material/stool/chair/wheelchair, +/obj/item/material/stool/chair/wheelchair, +/obj/item/material/stool/chair/wheelchair, +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "vLJ" = ( /obj/structure/table/steel, /obj/item/pin_extractor{ @@ -168379,6 +168127,26 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/starboard/far) +"vMd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch/operations, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/loading) "vMk" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, @@ -168395,6 +168163,25 @@ /obj/effect/decal/fake_object/light_source/invisible, /turf/simulated/floor, /area/tdome/tdome2) +"vMr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/engineering, +/turf/simulated/floor/tiled/full, +/area/horizon/engineering/hallway/fore) "vMv" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -168456,18 +168243,6 @@ /obj/effect/floor_decal/corner/dark_green/full, /turf/simulated/floor/tiled, /area/horizon/crew/fitness/changing) -"vMR" = ( -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "MedBay Lockdown Shutters"; - opacity = 0 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/medical/reception) "vMX" = ( /obj/structure/machinery/door/firedoor{ dir = 4 @@ -168516,14 +168291,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/turbine) -"vND" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 5 - }, -/obj/structure/machinery/light_switch/east, -/obj/structure/machinery/alarm/north, -/turf/simulated/floor/wood, -/area/horizon/command/bridge/meeting_room) "vNF" = ( /obj/effect/floor_decal/industrial/warning, /obj/structure/machinery/light, @@ -168540,6 +168307,47 @@ /obj/structure/machinery/power/apc/low/north, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_3/aft/holodeck) +"vNJ" = ( +/obj/structure/platform_deco{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/closet/walllocker/medical/secure{ + pixel_y = 32; + req_access = list(29) + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/item/storage/box/unique/freezer/organcooler, +/obj/item/cane/crutch, +/obj/item/cane/crutch, +/obj/item/tank/oxygen, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/sbs, +/obj/item/clothing/mask/breath/medical, +/obj/item/storage/firstaid/regular, +/obj/item/suit_cooling_unit, +/obj/item/suit_cooling_unit, +/obj/item/deployable_kit/iv_drip, +/obj/effect/floor_decal/spline/plain/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist/surgicalbay) "vNK" = ( /obj/structure/machinery/atmospherics/pipe/manifold/hidden{ dir = 8 @@ -168589,16 +168397,6 @@ /obj/structure/machinery/alarm/south, /turf/simulated/floor/tiled/white, /area/horizon/crew/fitness/showers) -"vOg" = ( -/obj/effect/floor_decal/spline/fancy/wood/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/turf/simulated/floor/wood, -/area/horizon/rnd/hallway) "vOi" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 6 @@ -168613,6 +168411,47 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/central) +"vOs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) +"vOv" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/structure/machinery/door/airlock/maintenance{ + dir = 4; + req_one_access = list(12,31) + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/effect/map_effect/door_helper/unres{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/hangar/intrepid) "vOw" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/floor_decal/industrial/warning{ @@ -168706,24 +168545,6 @@ /obj/effect/floor_decal/industrial/outline/security, /turf/simulated/floor/tiled/dark/full, /area/horizon/security/firing_range) -"vPf" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/loading) "vPk" = ( /obj/structure/curtain/open/shower, /obj/effect/floor_decal/spline/fancy{ @@ -168755,6 +168576,18 @@ /obj/structure/machinery/light/small/floor, /turf/simulated/floor/wood, /area/horizon/service/mess_hall) +"vPM" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/machinery/camera/network/research{ + c_tag = "Research - Corridor Camera 4" + }, +/turf/simulated/floor/grass/no_edge, +/area/horizon/rnd/hallway/secondary) "vPO" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 @@ -168773,16 +168606,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/shuttle/quark/cockpit) -"vPP" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/operations/warehouse) "vPT" = ( /obj/structure/machinery/telecomms/server/presets/centcomm, /turf/unsimulated/floor{ @@ -168868,6 +168691,22 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_gym) +"vQn" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/starboard) "vQp" = ( /obj/item/storage/box/gloves, /obj/structure/closet/walllocker/medical/firstaid{ @@ -168912,6 +168751,20 @@ /obj/structure/table/rack, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck/source_pool) +"vQE" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "vQG" = ( /obj/structure/toilet{ dir = 4; @@ -169032,6 +168885,19 @@ }, /turf/simulated/floor/wood, /area/horizon/holodeck/source_pool) +"vRk" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + name = "Medical Bay"; + sortType = "Medical Bay" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "vRl" = ( /obj/effect/decal/fake_object{ dir = 4; @@ -169055,6 +168921,22 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenobiology/xenoflora) +"vRu" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "vRz" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/machinery/light/small{ @@ -169108,6 +168990,15 @@ }, /turf/simulated/floor/wood, /area/horizon/service/chapel/main) +"vRX" = ( +/obj/structure/machinery/camera/network/medbay{ + c_tag = "Medical - Hallway 3" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "vRZ" = ( /obj/effect/decal/cleanable/dirt, /obj/item/paper/cig/fine{ @@ -169150,6 +169041,23 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/command/bridge/cciaroom) +"vSI" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk/indoor/grate{ + color = "#FFFFFF" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/horizon/medical/gen_treatment) "vSM" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -169197,12 +169105,6 @@ icon_state = "wood" }, /area/centcom/specops) -"vSV" = ( -/obj/structure/machinery/alarm/east, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/port) "vSZ" = ( /obj/structure/table/rack, /obj/structure/machinery/light, @@ -169265,26 +169167,6 @@ }, /turf/unsimulated/floor/monotile, /area/antag/raider) -"vTt" = ( -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled, -/area/horizon/stairwell/starboard/deck_2) -"vTx" = ( -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 1 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/structure/machinery/door/firedoor{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "vTz" = ( /obj/structure/machinery/door/blast/regular{ dir = 4; @@ -169302,17 +169184,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenobiology) -"vTB" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/securearea{ - pixel_x = 32 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "vTD" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -169338,6 +169209,23 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/security/brig) +"vTE" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/obj/structure/railing/mapped, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "vTL" = ( /obj/effect/floor_decal/corner/dark_blue/full, /obj/structure/machinery/light{ @@ -169408,36 +169296,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/controlroom) -"vUl" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/effect/floor_decal/corner_wide/green{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) -"vUn" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - icon_state = "pipe-c" - }, -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/command/heads/xo_desk) "vUp" = ( /obj/item/clothing/accessory/storage/pouches/black{ pixel_x = -12; @@ -169522,37 +169380,12 @@ }, /turf/simulated/floor/carpet, /area/horizon/repoffice/consular_one) -"vUI" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/obj/structure/machinery/firealarm/south, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "vUK" = ( /obj/structure/machinery/status_display{ pixel_y = 32 }, /turf/simulated/wall, /area/horizon/crew/lounge) -"vUN" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/turf/simulated/floor/tiled/gunmetal, -/area/horizon/operations/warehouse) "vUP" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 10 @@ -169774,27 +169607,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/operations/starboard) -"vVN" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 1; - sortType = "Bar"; - name = "Bar" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/horizon/service/bar) "vVP" = ( /obj/structure/machinery/suit_cycler{ req_access = list(110) @@ -169977,11 +169789,6 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/intrepid/flight_deck) -"vWP" = ( -/obj/effect/floor_decal/corner/green/diagonal, -/obj/structure/curtain/open, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward/isolation) "vWS" = ( /obj/effect/floor_decal/corner/mauve/full{ dir = 8 @@ -170148,22 +169955,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/operations) -"vYg" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/starboard) "vYh" = ( /obj/effect/floor_decal/corner/brown{ dir = 6 @@ -170185,22 +169976,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion) -"vYl" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 6 - }, -/obj/structure/table/standard, -/obj/item/destTagger, -/obj/item/hand_labeler, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/mail_room) "vYm" = ( /obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 @@ -170259,18 +170034,6 @@ }, /turf/simulated/floor/holofloor/space, /area/horizon/holodeck/source_basketball) -"vYz" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/brown{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/mining_main/refinery) "vYB" = ( /obj/structure/machinery/door/blast/regular{ id = "portpropulsionexterior" @@ -170354,32 +170117,16 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/hangar/starboard) -"vZn" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/structure/extinguisher_cabinet/south, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/fore) +"vZp" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/research) "vZq" = ( /obj/effect/floor_decal/industrial/warning, /obj/structure/engineer_maintenance/electric/wall, /turf/simulated/floor/tiled/dark, /area/horizon/security/firing_range) -"vZu" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/port) "vZE" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -170558,6 +170305,19 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenobiology/foyer) +"waE" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/spline/plain/yellow{ + dir = 10 + }, +/obj/structure/machinery/firealarm/west, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/reactor/indra/smes) "waH" = ( /obj/effect/floor_decal/corner/white/diagonal, /obj/structure/machinery/door/airlock{ @@ -170578,22 +170338,6 @@ /obj/structure/bed/roller, /turf/simulated/floor/tiled/dark, /area/shuttle/mercenary) -"waN" = ( -/obj/effect/floor_decal/spline/fancy/wood/cee{ - dir = 1 - }, -/obj/structure/machinery/keycard_auth{ - dir = 1; - pixel_y = 34; - pixel_x = 1 - }, -/obj/item/radio/intercom/ship/north{ - pixel_y = 16; - pixel_x = -2 - }, -/obj/structure/machinery/light/small/floor, -/turf/simulated/floor/wood, -/area/horizon/command/heads/xo_office) "waX" = ( /turf/simulated/floor/wood, /area/horizon/command/heads/om) @@ -170625,6 +170369,17 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/controlroom) +"wbi" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/random/dirt_75, +/obj/item/material/shard, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/horizon/maintenance/deck_3/security/port) "wbo" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -170759,20 +170514,6 @@ /obj/random/junk, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/port/far) -"wcj" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 4; - req_access = list(48) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/mining_main/eva) "wcm" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -170816,18 +170557,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/fore) -"wcr" = ( -/obj/structure/table/standard, -/obj/item/reagent_containers/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - icon_state = "sterilesprayblue"; - name = "surgery cleaner" - }, -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "wct" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -170837,14 +170566,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/eva) -"wcu" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/starboard) "wcw" = ( /obj/random/pottedplant, /obj/structure/machinery/atmospherics/unary/vent_pump/on{ @@ -170872,6 +170593,22 @@ }, /turf/simulated/floor/marble, /area/horizon/holodeck/source_trinary) +"wcA" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/icu) "wcB" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -170916,6 +170653,18 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/unsimulated/floor, /area/antag/mercenary) +"wcG" = ( +/obj/effect/floor_decal/corner/dark_green/full, +/obj/effect/floor_decal/industrial/outline_straight/service, +/obj/effect/floor_decal/industrial/arrow/service, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/mess_hall) "wcI" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -170978,14 +170727,6 @@ /obj/random/loot, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/main/port) -"wcW" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/research) "wdd" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -171000,25 +170741,41 @@ "wdq" = ( /turf/simulated/wall/shuttle/scc, /area/horizon/shuttle/intrepid/port_storage) -"wdr" = ( -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 +"wdx" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 }, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-4" +/obj/structure/table/wood/gamblingtable, +/obj/structure/machinery/power/outlet{ + pixel_y = 3 }, -/obj/structure/cable/green{ - icon_state = "1-8" +/obj/item/reagent_containers/food/condiment/shaker/peppermill{ + pixel_x = 3; + pixel_y = 9 }, -/turf/simulated/floor/tiled/full, -/area/horizon/command/bridge/upperdeck) +/obj/item/reagent_containers/food/condiment/shaker/salt{ + pixel_y = 9; + pixel_x = 8 + }, +/obj/item/flame/candle{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/item/flame/candle{ + pixel_x = -8; + pixel_y = 9 + }, +/turf/simulated/floor/wood, +/area/horizon/service/mess_hall) "wdE" = ( /obj/structure/table/glass/reinf, /obj/effect/floor_decal/corner/paleblue/diagonal, /turf/simulated/floor/tiled/white, /area/horizon/command/heads/cmo) +"wdF" = ( +/obj/random/keg, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/maintenance/deck_1/wing/starboard) "wdG" = ( /obj/effect/floor_decal/industrial/hatch/red, /obj/effect/floor_decal/industrial/warning{ @@ -171121,37 +170878,6 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor, /area/horizon/maintenance/deck_3/auxatmos) -"wee" = ( -/obj/structure/table/standard, -/obj/item/storage/firstaid/o2{ - pixel_x = -17; - pixel_y = 8 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/item/storage/firstaid/o2{ - pixel_x = -17; - pixel_y = 3 - }, -/obj/item/storage/firstaid/toxin{ - pixel_x = -2; - pixel_y = 8 - }, -/obj/item/storage/firstaid/toxin{ - pixel_x = -2; - pixel_y = 3 - }, -/obj/item/storage/firstaid/fire{ - pixel_x = 13; - pixel_y = 8 - }, -/obj/item/storage/firstaid/fire{ - pixel_x = 13; - pixel_y = 3 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/main_storage) "wef" = ( /obj/random/maintenance_junk_or_loot, /obj/structure/machinery/light/small{ @@ -171321,6 +171047,20 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/hallway) +"weM" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 7 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/horizon/command/heads/captain) "weR" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/ywflowers, @@ -171333,6 +171073,15 @@ }, /turf/unsimulated/floor, /area/antag/mercenary) +"wfa" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) "wfi" = ( /obj/structure/bed/stool/chair/shuttle{ dir = 4 @@ -171538,6 +171287,25 @@ /obj/effect/floor_decal/industrial/outline/operations, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/mining) +"wgy" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 7 + }, +/turf/simulated/floor/wood, +/area/horizon/command/bridge/meeting_room) +"wgA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/engineering/lobby) "wgB" = ( /obj/structure/machinery/porta_turret/crescent, /obj/effect/floor_decal/industrial/warning/full, @@ -171580,6 +171348,14 @@ /obj/effect/floor_decal/industrial/hatch_door/yellow, /turf/simulated/floor/tiled/full, /area/horizon/rnd/hallway) +"wgL" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/obj/structure/machinery/door/blast/shutters/open{ + id = "mech_bay_shutter"; + name = "Mech Bay Shutters" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "wgP" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -171601,18 +171377,6 @@ }, /turf/unsimulated/floor/plating, /area/antag/mercenary) -"wgZ" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/outline_straight/yellow{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/arrow/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_2/starboard) "whb" = ( /obj/structure/bed/stool/chair, /turf/unsimulated/floor{ @@ -171763,22 +171527,6 @@ }, /turf/unsimulated/floor/plating, /area/antag/mercenary) -"wii" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/effect/floor_decal/corner_wide/green{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "wij" = ( /obj/structure/cable/green{ icon_state = "2-8" @@ -171793,19 +171541,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/operations) -"wiq" = ( -/obj/effect/floor_decal/corner/lime/diagonal, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/washroom) "wir" = ( /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenoarch/anomaly_storage) @@ -171835,6 +171570,26 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/mercenary) +"wiz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/starboard/near) "wiA" = ( /obj/structure/sign/nosmoking_1{ pixel_x = 32 @@ -171947,6 +171702,10 @@ /obj/structure/machinery/atmospherics/pipe/simple/visible/cyan, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/reactor/supermatter/waste) +"wjx" = ( +/obj/structure/sign/flag/scc/unmovable, +/turf/simulated/wall/r_wall, +/area/horizon/command/heads/xo_desk) "wjB" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/plating, @@ -171960,6 +171719,15 @@ }, /turf/simulated/floor/tiled/white, /area/shuttle/hapt) +"wjH" = ( +/obj/structure/machinery/iv_drip, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "wjI" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -172088,24 +171856,29 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/lobby) -"wkx" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 +"wkz" = ( +/turf/unsimulated/floor, +/area/centcom/holding) +"wkB" = ( +/obj/structure/railing/mapped, +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/structure/disposalpipe/segment/mainline{ dir = 4 }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/cable/green{ - icon_state = "4-8" +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) -"wkz" = ( -/turf/unsimulated/floor, -/area/centcom/holding) +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_3/aft/port) "wkF" = ( /obj/structure/machinery/light{ dir = 4 @@ -172150,6 +171923,21 @@ }, /turf/unsimulated/floor/wood, /area/centcom/bar) +"wkT" = ( +/obj/structure/table/wood, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/random/pottedplant_small{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood/cee, +/turf/simulated/floor/wood, +/area/horizon/hallway/primary/deck_2/central) "wkW" = ( /turf/simulated/wall/r_wall, /area/horizon/service/hydroponics) @@ -172171,6 +171959,14 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) +"wll" = ( +/obj/effect/floor_decal/corner/beige{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/machinery/sleeper, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) "wlm" = ( /turf/simulated/floor/holofloor/reinforced, /area/horizon/holodeck/betadeck) @@ -172220,20 +172016,6 @@ /obj/structure/table/reinforced/steel, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/entrance) -"wlx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/airlock/maintenance{ - name = "Deck 2 Stairwell Maintenance"; - req_one_access = list(12,22,25,67,29) - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/door/firedoor, -/obj/effect/map_effect/door_helper/unres, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/stairwell/starboard/deck_2) "wly" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 9 @@ -172286,12 +172068,33 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/telesci) -"wlP" = ( +"wlL" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, /turf/simulated/floor/tiled/white, -/area/horizon/medical/main_storage) +/area/horizon/medical/hallway/upper) +"wlN" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/gunmetal, +/area/horizon/operations/warehouse) "wlQ" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -172412,21 +172215,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/aft) -"wmD" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "wmE" = ( /obj/effect/floor_decal/industrial/warning{ dir = 9 @@ -172488,6 +172276,15 @@ icon_state = "dark_preview" }, /area/centcom/checkpoint/fore) +"wmS" = ( +/obj/structure/machinery/conveyor{ + id = "Robocompo" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "wmT" = ( /obj/structure/machinery/camera/network/command{ c_tag = "AI Core - External"; @@ -172523,6 +172320,26 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/storage) +"wnc" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/machinery/bluespace_beacon, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/central) "wnd" = ( /obj/effect/floor_decal/corner/teal{ dir = 4 @@ -172645,6 +172462,27 @@ }, /turf/unsimulated/floor, /area/antag/mercenary) +"wnY" = ( +/obj/structure/machinery/photocopier, +/obj/structure/machinery/firealarm/north{ + pixel_y = 37 + }, +/obj/structure/machinery/recharger/wallcharger{ + pixel_x = 5; + pixel_y = 20 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_office) +"wob" = ( +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/random/dirt_75, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/security/port) "woc" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 4 @@ -172687,20 +172525,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/aibunker) -"wol" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "won" = ( /obj/structure/table/standard, /obj/structure/disposalpipe/segment{ @@ -172732,16 +172556,27 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/hangar/operations) -"wov" = ( -/obj/structure/disposalpipe/segment{ - icon_state = "pipe-c" +"wou" = ( +/obj/structure/cable/green{ + icon_state = "4-8" }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 }, -/obj/structure/machinery/firealarm/north, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) +/obj/effect/floor_decal/industrial/outline_straight/service{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/bar) "woB" = ( /obj/structure/window/reinforced/crescent{ dir = 4 @@ -172797,6 +172632,15 @@ /obj/structure/lattice, /turf/simulated/open/airless, /area/horizon/exterior) +"wpf" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_2/fore) "wph" = ( /obj/structure/table/rack, /obj/structure/window/reinforced{ @@ -172841,6 +172685,15 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, /area/horizon/maintenance/deck_3/cafe) +"wpw" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "wpz" = ( /obj/structure/railing/mapped, /obj/structure/table/rack, @@ -172856,23 +172709,27 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/weapons/longbow) -"wpB" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 1 +"wpD" = ( +/obj/structure/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch_door/service{ + dir = 8 }, -/obj/item/storage/secure/safe{ - pixel_y = 33; - pixel_x = 31 +/obj/structure/machinery/door/airlock/service{ + name = "Galley"; + req_one_access = list(28,67) + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/modular_computer/console/preset/command/account{ - dir = 8; - pixel_x = 18; - density = 0 +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/sign/urban/staff{ + pixel_y = 19; + pixel_x = -1 }, -/turf/simulated/floor/carpet, -/area/horizon/command/heads/captain) +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/kitchen) "wpG" = ( /obj/structure/shuttle/engine/propulsion/burst/right{ dir = 4 @@ -172936,6 +172793,29 @@ /obj/item/camera_assembly, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/storage_hard/aft) +"wpP" = ( +/obj/structure/machinery/door/airlock/multi_tile/glass{ + id_tag = "main_door"; + name = "Triage Room Main Entrance"; + req_access = list(5) + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/obj/structure/machinery/door/firedoor/multi_tile, +/obj/effect/map_effect/door_helper/unres{ + dir = 1 + }, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 2; + icon_state = "shutter0"; + id = "entrance_shutters"; + name = "Entrance Lockdown Shutters"; + opacity = 0 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/reception) "wpU" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 10 @@ -172966,6 +172846,30 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_3/aft/starboard/far) +"wql" = ( +/obj/structure/table/reinforced/wood, +/obj/item/paper_bin{ + pixel_y = 3; + pixel_x = 4 + }, +/obj/item/stamp/denied{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/stamp/xo{ + pixel_x = -7 + }, +/obj/item/folder/sec{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/pen/multi{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/machinery/newscaster/security_unit/north, +/turf/simulated/floor/carpet, +/area/horizon/command/heads/xo_office) "wqm" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -173002,23 +172906,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/airstation) -"wqq" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 6 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/extinguisher_cabinet/east, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) "wqr" = ( /obj/effect/floor_decal/industrial/warning{ dir = 10 @@ -173145,23 +173032,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/supermatter/mainchamber) -"wqy" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/security/investigations_hallway) "wqA" = ( /obj/structure/machinery/light{ dir = 4 @@ -173176,6 +173046,27 @@ /obj/structure/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/lino, /area/horizon/security/investigators_office) +"wqF" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/structure/machinery/light_switch/south{ + pixel_x = -6 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/office) "wqI" = ( /obj/structure/machinery/vending/generic_clothing, /turf/unsimulated/floor, @@ -173374,6 +173265,23 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos) +"wrS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/main/starboard) "wrY" = ( /obj/effect/floor_decal/corner/black{ dir = 6 @@ -173504,18 +173412,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/storage/lower) -"wsR" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/corner_wide/paleblue{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "wsU" = ( /obj/structure/cable/green{ icon_state = "2-8" @@ -173594,19 +173490,6 @@ /obj/effect/floor_decal/industrial/outline/red, /turf/simulated/floor/tiled/dark/full, /area/shuttle/burglar) -"wtq" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/surgery) "wtr" = ( /obj/structure/bed/stool/chair{ dir = 8 @@ -173642,16 +173525,6 @@ /obj/effect/floor_decal/industrial/outline/operations, /turf/simulated/floor/tiled/full, /area/horizon/hangar/operations) -"wtB" = ( -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/research) "wtD" = ( /obj/structure/machinery/atmospherics/pipe/manifold/visible/black{ dir = 4 @@ -173694,25 +173567,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/white, /area/horizon/medical/surgery) -"wtJ" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "wtM" = ( /obj/item/suit_cooling_unit, /obj/item/suit_cooling_unit, @@ -173721,22 +173575,6 @@ /obj/structure/table/standard, /turf/unsimulated/floor, /area/antag/ninja) -"wtO" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/starboard) "wtP" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -173767,6 +173605,13 @@ /obj/structure/lattice, /turf/simulated/open, /area/horizon/maintenance/deck_2/cryo) +"wtZ" = ( +/obj/structure/machinery/computer/security/terminal/public{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/service, +/turf/simulated/floor/tiled/full, +/area/horizon/service/mess_hall) "wue" = ( /obj/structure/machinery/power/apc/super/west, /obj/structure/cable{ @@ -173874,16 +173719,6 @@ /obj/effect/floor_decal/industrial/hatch_door/service, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics/garden) -"wuD" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_2/wing/starboard) "wuE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -173905,6 +173740,16 @@ /obj/structure/machinery/light, /turf/unsimulated/floor, /area/centcom/ferry) +"wuM" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/spline/plain/purple{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist) "wuS" = ( /obj/effect/floor_decal/industrial/warning{ dir = 6 @@ -173932,6 +173777,16 @@ "wuX" = ( /turf/simulated/wall, /area/horizon/engineering/atmos/storage_maintenance) +"wvm" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/light/floor{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/lobby) "wvs" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille/diagonal{ @@ -174014,20 +173869,6 @@ /obj/effect/floor_decal/spline/plain/corner, /turf/simulated/floor/exoplanet/barren, /area/centcom/shared_dream) -"wwi" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/main/starboard) "wwm" = ( /obj/structure/machinery/door/airlock/glass_command{ dir = 4; @@ -174045,6 +173886,20 @@ /obj/effect/floor_decal/industrial/hatch_door/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/hangar/control) +"wwn" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/security/hallway) "wwq" = ( /obj/effect/floor_decal/corner/black{ dir = 10 @@ -174232,6 +174087,43 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/operations) +"wxi" = ( +/obj/structure/table/rack/retail_shelf{ + name = "storage shelf" + }, +/obj/item/storage/firstaid/o2{ + pixel_x = -17; + pixel_y = 3 + }, +/obj/item/storage/firstaid/o2{ + pixel_x = -17; + pixel_y = 8 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 13; + pixel_y = 3 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 13; + pixel_y = 8 + }, +/obj/structure/machinery/light{ + dir = 1; + name = "adjusted light fixture" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/main_storage) "wxj" = ( /obj/structure/curtain/open/bar, /obj/structure/machinery/door/firedoor{ @@ -174277,6 +174169,22 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/storage/tech) +"wxu" = ( +/obj/structure/table/reinforced/steel, +/obj/structure/machinery/cell_charger{ + pixel_y = 10; + pixel_x = -2 + }, +/obj/structure/machinery/cell_charger{ + pixel_y = 2; + pixel_x = -2 + }, +/obj/structure/machinery/recharger{ + pixel_y = 4; + pixel_x = 13 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "wxv" = ( /obj/structure/table/standard{ no_cargo = 1 @@ -174299,22 +174207,6 @@ /obj/effect/floor_decal/industrial/outline/medical, /turf/simulated/floor/tiled, /area/horizon/security/investigations_hallway) -"wxA" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hangar/intrepid) "wxB" = ( /turf/simulated/wall/r_wall, /area/horizon/security/holding_cell_a) @@ -174325,14 +174217,6 @@ /obj/structure/machinery/meter, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/supermatter/mainchamber) -"wxG" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/port) "wxI" = ( /turf/simulated/wall, /area/horizon/service/kitchen) @@ -174374,16 +174258,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/horizon/security/hallway) -"wyf" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/yellow, -/turf/simulated/floor/tiled, -/area/horizon/engineering/hallway/interior) "wyg" = ( /obj/structure/closet/gimmick{ name = "emergency response team wardrobe" @@ -174470,6 +174344,23 @@ /obj/structure/bed/stool/chair/office/dark, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/monitoring) +"wyH" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet/east, +/turf/simulated/floor/tiled, +/area/horizon/command/bridge/upperdeck) "wyI" = ( /turf/simulated/wall/shuttle/unique/tcfl{ icon_state = "14,1" @@ -174489,21 +174380,6 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/quark/cargo_hold) -"wyP" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 6 - }, -/obj/random/pottedplant, -/obj/structure/machinery/alarm/north, -/turf/simulated/floor/wood, -/area/horizon/hallway/primary/deck_2/central) -"wyV" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/command/bridge/upperdeck) "wyY" = ( /obj/structure/cable{ icon_state = "1-2" @@ -174607,21 +174483,6 @@ /obj/item/radio/intercom/south, /turf/simulated/floor/tiled/dark, /area/horizon/security/evidence_storage) -"wzI" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/starboard) "wzJ" = ( /obj/structure/shuttle/engine/propulsion/burst/left{ dir = 4 @@ -174642,26 +174503,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck/source_biesel) -"wzM" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/machinery/light/floor, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "wzO" = ( /obj/structure/machinery/door/airlock/external{ dir = 4 @@ -174678,15 +174519,6 @@ /obj/effect/map_effect/marker_helper/airlock/exterior, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/hangar/starboard) -"wzS" = ( -/obj/effect/floor_decal/corner/beige/full{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/loading/yellow{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/medical/gen_treatment) "wzY" = ( /obj/structure/flora/ausbushes/ywflowers, /obj/effect/decal/fake_object/light_source/invisible{ @@ -174697,6 +174529,37 @@ }, /turf/simulated/floor/exoplanet/grass/grove, /area/centcom/shared_dream) +"wAa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/aft) +"wAd" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/floor_decal/spline/plain/purple{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist) "wAe" = ( /obj/effect/floor_decal/corner/lime/full{ dir = 4 @@ -174720,13 +174583,6 @@ icon_state = "6,6" }, /area/horizon/shuttle/canary) -"wAj" = ( -/obj/structure/table/standard, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "wAl" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -174740,6 +174596,25 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/operations) +"wAn" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor, +/area/horizon/hallway/primary/deck_3/starboard) "wAp" = ( /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/plating, @@ -174763,6 +174638,19 @@ }, /turf/simulated/open, /area/horizon/operations/office) +"wAF" = ( +/obj/structure/machinery/camera/network/medbay{ + c_tag = "Medical - Cryogenics Control"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk/indoor, +/turf/simulated/floor/plating, +/area/horizon/medical/gen_treatment) "wAH" = ( /obj/structure/railing/mapped, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -174806,16 +174694,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) -"wAT" = ( -/obj/effect/floor_decal/corner_wide/green/full, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway) "wAY" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/mech_wreckage{ @@ -174823,6 +174701,14 @@ }, /turf/unsimulated/floor/plating, /area/centcom/legion/hangar5) +"wAZ" = ( +/obj/structure/machinery/power/apc/high/west, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/slate/full, +/area/horizon/medical/reception) "wBb" = ( /obj/effect/floor_decal/spline/plain/black{ dir = 6 @@ -174886,6 +174772,28 @@ icon_state = "plating" }, /area/centcom/holding) +"wBV" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/full, +/area/horizon/security/hallway) +"wBY" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/obj/structure/sign/radshield, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "wCa" = ( /obj/structure/machinery/door/firedoor{ dir = 4 @@ -175089,6 +174997,28 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/rnd/lab) +"wDx" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam/full{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/floor_decal/sign/p, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "wDB" = ( /obj/effect/floor_decal/corner/green/full{ dir = 8 @@ -175173,6 +175103,18 @@ /obj/item/storage/box/tactical/teargas, /turf/unsimulated/floor, /area/centcom/legion) +"wEc" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/damaged{ + color = "#4c535b" + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/holodeck) "wEf" = ( /obj/structure/machinery/chemical_dispenser/ert{ dir = 4 @@ -175262,6 +175204,20 @@ "wEr" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/operations/office_aux) +"wEu" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/starboard/near) "wEx" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -175296,6 +175252,22 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion/starboard) +"wEK" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/machinery/disposal/small/north, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "wEL" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -175340,6 +175312,14 @@ }, /turf/simulated/floor/reinforced, /area/horizon/engineering/atmos/propulsion/starboard) +"wES" = ( +/obj/effect/floor_decal/corner/beige/full, +/obj/structure/machinery/camera/network/medbay{ + c_tag = "Medical - General Treatment 1"; + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) "wEX" = ( /obj/structure/machinery/door/blast/shutters/open{ dir = 8; @@ -175352,6 +175332,12 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/intrepid/port_compartment) +"wFa" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "wFj" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/effect/floor_decal/spline/fancy/wood/corner{ @@ -175367,6 +175353,23 @@ }, /turf/unsimulated/floor, /area/centcom/legion/hangar5) +"wFm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/railing/mapped, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_3/aft/port) "wFo" = ( /obj/effect/floor_decal/corner/blue{ dir = 9 @@ -175441,12 +175444,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/nacelle) -"wFQ" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "wFX" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -175454,20 +175451,6 @@ /obj/structure/machinery/light/small, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/starboard) -"wFZ" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/yellow{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/engineering/hallway/interior) "wGg" = ( /obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/supply, /obj/structure/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, @@ -175484,6 +175467,16 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/intrepid/main_compartment) +"wGh" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/effect/floor_decal/industrial/outline/medical, +/turf/simulated/floor/tiled/gunmetal/full, +/area/horizon/operations/warehouse) "wGj" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -175528,6 +175521,19 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/syndicate_elite) +"wGy" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/command/bridge/upperdeck) "wGD" = ( /obj/item/hullbeacon/red, /obj/structure/railing/mapped{ @@ -175747,6 +175753,28 @@ /obj/effect/floor_decal/industrial/loading/yellow, /turf/simulated/floor/carpet/rubber, /area/horizon/crew/chargebay) +"wHn" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) +"wHo" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/operations/mining_main/refinery) "wHq" = ( /obj/effect/floor_decal/corner/red/diagonal, /obj/effect/floor_decal/spline/fancy{ @@ -175764,6 +175792,18 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/nacelle) +"wHy" = ( +/obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor, +/obj/structure/machinery/door/blast/shutters{ + density = 0; + dir = 8; + icon_state = "shutter0"; + id = "LCKDshutters"; + name = "MedBay Lockdown Shutters"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/medical/pharmacy) "wHF" = ( /obj/effect/floor_decal/corner/brown{ dir = 5 @@ -175779,16 +175819,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/main_compartment) -"wHS" = ( -/obj/structure/table/standard, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/item/glass_jar/gumball/medical, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "wHU" = ( /obj/structure/machinery/atmospherics/unary/outlet_injector{ frequency = 1441; @@ -175901,6 +175931,20 @@ }, /turf/unsimulated/floor, /area/antag/loner) +"wJd" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/industrial/warning, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist/surgicalbay) "wJj" = ( /obj/effect/floor_decal/corner/lime{ dir = 10 @@ -175946,20 +175990,22 @@ "wJB" = ( /turf/simulated/open, /area/horizon/security/investigations_hallway) -"wJJ" = ( -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 4 +"wJH" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 10 }, -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom/east, /obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, /turf/simulated/floor/tiled, -/area/horizon/stairwell/starboard/deck_2) +/area/horizon/operations/break_room) "wJL" = ( /obj/effect/decal/cleanable/cobweb2{ icon_state = "cobweb1" @@ -175974,6 +176020,26 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/service/custodial/disposals/deck_1) +"wJN" = ( +/obj/effect/floor_decal/corner_wide/seafoam, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "wJQ" = ( /obj/effect/floor_decal/corner_wide/yellow/full, /obj/structure/machinery/light/small{ @@ -176047,14 +176113,6 @@ /obj/effect/floor_decal/industrial/hatch/red, /turf/simulated/floor/tiled/dark/full, /area/horizon/weapons/longbow) -"wKe" = ( -/obj/structure/sink/kitchen{ - name = "water fountain"; - pixel_y = 26 - }, -/obj/effect/floor_decal/corner/lime/diagonal, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/washroom) "wKi" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel{ dir = 8 @@ -176105,10 +176163,21 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/syndicate_elite) -"wKs" = ( -/obj/effect/floor_decal/corner_wide/green/diagonal, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) +"wKy" = ( +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/research{ + name = "Research Maintenance Conduit"; + req_access = list(7); + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/rnd/xenobiology/foyer) "wKJ" = ( /obj/structure/lattice, /obj/structure/platform/ledge, @@ -176166,6 +176235,18 @@ }, /turf/simulated/floor/wood, /area/horizon/rnd/hallway/secondary) +"wLe" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid/interstitial) "wLi" = ( /obj/effect/floor_decal/spline/plain/mauve{ dir = 4 @@ -176196,6 +176277,21 @@ /obj/effect/floor_decal/industrial/hatch_door/yellow, /turf/simulated/floor/tiled/dark/full, /area/shuttle/skipjack) +"wLy" = ( +/obj/structure/table/rack/retail_shelf{ + name = "storage shelf" + }, +/obj/item/storage/firstaid/adv{ + pixel_y = 3 + }, +/obj/item/storage/firstaid/adv{ + pixel_y = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/main_storage) "wLB" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -176288,13 +176384,6 @@ icon_state = "6,0" }, /area/shuttle/legion) -"wMt" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/starboard) "wMu" = ( /obj/structure/table/standard, /obj/item/storage/firstaid/fire{ @@ -176343,29 +176432,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_1/wing/starboard/far) -"wMJ" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 1; - req_one_access = list(5,12) - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/door/blast/regular{ - density = 0; - dir = 4; - icon_state = "pdoor0"; - id = "bridge blast"; - name = "Bridge Blast Doors"; - opacity = 0 - }, -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/bridge/upperdeck) "wML" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -176388,6 +176454,18 @@ /obj/structure/machinery/hologram/holopad, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenoarch/atrium) +"wMQ" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "wMW" = ( /obj/structure/machinery/light{ dir = 4 @@ -176398,31 +176476,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/investigations_hallway) -"wMX" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/structure/machinery/door/airlock/glass_mining{ - dir = 4; - name = "Mining"; - req_one_access = list(31,48,67) - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/mining_main/refinery) "wNe" = ( /obj/structure/ship_weapon_dummy{ opacity = 1 @@ -176584,6 +176637,18 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) +"wNZ" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist) "wOe" = ( /obj/structure/table/standard, /obj/item/clothing/glasses/hud/health, @@ -176596,19 +176661,28 @@ icon_state = "white" }, /area/centcom/legion) -"wOh" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +"wOj" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/door/firedoor, +/obj/structure/machinery/door/airlock/service{ + dir = 1; + name = "Cadaver Processing and Storage"; + req_access = list(22) + }, /obj/structure/cable/green{ icon_state = "1-2" }, -/obj/structure/disposalpipe/junction{ - icon_state = "pipe-j2" +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/sign/staff_only{ + pixel_y = -6; + pixel_x = -33 }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/fore) +/obj/effect/floor_decal/industrial/hatch_door/service{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/chapel/corpse_storage) "wOl" = ( /obj/structure/machinery/light{ name = "adjusted light fixture"; @@ -176874,6 +176948,22 @@ /obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/port/docks) +"wPg" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light_switch{ + pixel_x = -26; + pixel_y = -19 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) "wPj" = ( /obj/structure/cable/green, /obj/structure/machinery/power/apc/south, @@ -177034,6 +177124,18 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/secure/ops_vault) +"wPS" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/power/apc/east, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/elevator) "wPV" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -177092,19 +177194,6 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_3/starboard/docks) -"wQo" = ( -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/starboard) "wQq" = ( /obj/effect/floor_decal/industrial/warning{ dir = 10 @@ -177119,6 +177208,22 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/hangar/starboard) +"wQu" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/elevator) "wQF" = ( /obj/structure/lattice/catwalk/indoor, /obj/structure/machinery/door/blast/odin/open{ @@ -177156,14 +177261,6 @@ }, /turf/simulated/floor/reinforced, /area/horizon/rnd/xenobiology) -"wQU" = ( -/obj/structure/machinery/body_scanconsole{ - dir = 1; - pixel_y = 6 - }, -/obj/effect/floor_decal/corner/beige/full, -/turf/simulated/floor/tiled/dark, -/area/horizon/medical/gen_treatment) "wQX" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 8 @@ -177195,6 +177292,12 @@ /obj/effect/floor_decal/corner/brown/full, /turf/simulated/floor/tiled, /area/horizon/hangar/operations) +"wRc" = ( +/obj/effect/floor_decal/corner/red/diagonal, +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/machinery/firealarm/south, +/turf/simulated/floor/tiled, +/area/horizon/crew/emergency_closet/deck_2/starboard) "wRd" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 @@ -177282,6 +177385,20 @@ /obj/structure/machinery/atmospherics/pipe/simple/visible/cyan, /turf/simulated/floor/reinforced/airless, /area/horizon/engineering/atmos/turbine) +"wRN" = ( +/obj/structure/machinery/camera/network/first_deck{ + c_tag = "First Deck - Hangar 15" + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/structure/table/rack, +/obj/item/deployable_kit{ + pixel_y = 10 + }, +/obj/item/deployable_kit{ + pixel_y = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/hangar/auxiliary) "wRR" = ( /obj/structure/machinery/button/remote/airlock{ dir = 4; @@ -177484,6 +177601,17 @@ }, /turf/unsimulated/floor/plating, /area/centcom/checkpoint/fore) +"wSR" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/structure/machinery/firealarm/east, +/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/surgery) "wSS" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -177523,18 +177651,6 @@ /obj/random/dirt_75, /turf/simulated/floor/tiled/gunmetal/full, /area/horizon/operations/ship_supply_warehouse) -"wTf" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hangar/intrepid/interstitial) "wTg" = ( /obj/effect/floor_decal/corner_wide/mauve/diagonal{ dir = 4 @@ -177613,6 +177729,19 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_1/central) +"wTC" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/command/bridge/upperdeck) "wTD" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 1 @@ -177816,17 +177945,16 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/brig) -"wUO" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 +"wUR" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 }, -/obj/structure/machinery/requests_console/west{ - department = "Medical"; - departmentType = 2; - name = "Medical Requests Console" +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) +/obj/structure/machinery/light/small/floor, +/turf/simulated/floor/lino/diamond, +/area/horizon/service/mess_hall) "wUU" = ( /obj/structure/machinery/atmospherics/pipe/simple/hidden/aux{ dir = 8 @@ -177955,6 +178083,18 @@ icon_state = "dark_preview" }, /area/centcom/control) +"wVt" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/machinery/power/apc/low/west, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/security/port) "wVu" = ( /obj/structure/lattice, /obj/structure/railing/mapped, @@ -177993,19 +178133,24 @@ /obj/item/pen/fountain/black, /turf/simulated/floor/carpet, /area/merchant_station) -"wVI" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 +"wVL" = ( +/obj/structure/cable/green{ + icon_state = "4-8" }, -/obj/structure/sink/kitchen{ - dir = 4; - name = "sink"; - pixel_x = -21 +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/obj/structure/machinery/firealarm/west, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist/surgicalbay) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/security/hallway) "wVO" = ( /obj/effect/floor_decal/spline/fancy/wood, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -178073,6 +178218,12 @@ /obj/effect/floor_decal/corner/dark_blue/diagonal, /turf/simulated/floor/tiled/dark, /area/horizon/security/checkpoint) +"wWi" = ( +/obj/effect/floor_decal/spline/plain/brown{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist) "wWn" = ( /obj/effect/floor_decal/corner_wide/blue{ dir = 10 @@ -178102,6 +178253,31 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/kitchen) +"wWA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/structure/machinery/door/airlock/glass_mining{ + dir = 4; + name = "Warehouse"; + req_one_access = list(31,67) + }, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/warehouse) "wWD" = ( /obj/structure/holostool{ dir = 4 @@ -178181,17 +178357,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/engineering/aft_airlock) -"wWM" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/hologram/holopad, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "wWO" = ( /obj/effect/floor_decal/corner/mauve/diagonal, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -178229,6 +178394,19 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/intrepid/port_compartment) +"wXh" = ( +/obj/structure/machinery/alarm/east, +/obj/structure/engineer_maintenance/electric{ + dir = 1 + }, +/obj/structure/engineer_maintenance/pipe{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/main_storage) "wXm" = ( /obj/structure/lattice, /obj/structure/machinery/atmospherics/valve/open, @@ -178307,25 +178485,30 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/starboard_compartment) -"wXR" = ( -/obj/effect/floor_decal/corner/mauve/full, -/obj/structure/machinery/button/remote/airlock{ - id = "xeno_entrance_int_a"; - name = "Xenobiology External Access Bolts"; - pixel_y = 3; - req_access = list(55); - specialfunctions = 4; - dir = 8; - pixel_x = -22; - desiredstate = 1 +"wXZ" = ( +/obj/structure/cable/green{ + icon_state = "1-4" }, -/obj/structure/machinery/camera/network/research{ - c_tag = "Research - Xenobiology Entrance"; - dir = 1; - network = list("Research","Xeno_Bio") +/obj/structure/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 }, -/turf/simulated/floor/tiled/white, -/area/horizon/rnd/xenobiology) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/medical/gen_treatment) "wYa" = ( /obj/structure/machinery/light{ dir = 1 @@ -178431,22 +178614,6 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/crew/fitness/changing) -"wYw" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/command/bridge/upperdeck) "wYx" = ( /obj/effect/floor_decal/corner/grey{ dir = 5 @@ -178506,6 +178673,37 @@ /obj/structure/target_stake, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/test_range) +"wYF" = ( +/obj/structure/disposalpipe/segment{ + icon_state = "pipe-c" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/spline/plain/brown{ + dir = 4 + }, +/obj/structure/machinery/light/floor, +/turf/simulated/floor/tiled/dark, +/area/horizon/operations/machinist) +"wYG" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner_wide/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "wYH" = ( /obj/effect/floor_decal/industrial/hatch/yellow, /obj/structure/table/rack, @@ -178638,12 +178836,6 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/security/lobby) -"wZs" = ( -/obj/effect/floor_decal/corner/green{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "wZw" = ( /obj/structure/machinery/door/blast/regular{ _wifi_id = "waste"; @@ -178690,6 +178882,13 @@ }, /turf/simulated/open, /area/horizon/hallway/primary/deck_3/central) +"wZH" = ( +/obj/structure/bed/stool/chair/office/dark, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "wZI" = ( /obj/effect/floor_decal/corner/beige/full{ dir = 1 @@ -178709,21 +178908,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/chemistry) -"xac" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/hallway) "xaf" = ( /obj/effect/shuttle_landmark/horizon/exterior/deck_1/port_propulsion, /turf/template_noop, @@ -178737,15 +178921,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/port_storage) -"xai" = ( -/obj/structure/machinery/body_scanconsole{ - dir = 8 - }, -/obj/effect/floor_decal/corner/beige/full{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/medical/icu) "xaj" = ( /obj/effect/decal/fake_object{ desc = "It's used to monitor rooms."; @@ -178806,15 +178981,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck_control/beta) -"xaw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/full, -/area/horizon/engineering/lobby) "xax" = ( /obj/effect/floor_decal/corner/black{ dir = 10 @@ -178883,33 +179049,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/service/kitchen) -"xaQ" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner_wide/green/full{ - dir = 8 - }, -/obj/item/mass_spectrometer{ - pixel_x = -7; - pixel_y = 1 - }, -/obj/structure/machinery/alarm/west, -/obj/item/auto_cpr{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/auto_cpr{ - pixel_x = 6; - pixel_y = -1 - }, -/obj/item/auto_cpr{ - pixel_x = 6; - pixel_y = -5 - }, -/obj/structure/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "xaS" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/table/rack, @@ -178948,17 +179087,17 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/operations) -"xaY" = ( -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +"xbb" = ( +/obj/structure/bed/stool/chair/office/light{ + dir = 8 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/effect/landmark/start{ + name = "Machinist" }, -/turf/simulated/floor/plating, -/area/horizon/hallway/primary/deck_2/starboard) +/obj/structure/cable/green, +/obj/structure/machinery/power/apc/east, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist/surgicalbay) "xbc" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -179049,16 +179188,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/checkpoint2) -"xbP" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/security/investigations_hallway) "xbR" = ( /obj/structure/railing/mapped{ dir = 4 @@ -179156,20 +179285,6 @@ /obj/effect/floor_decal/industrial/outline/operations, /turf/simulated/floor/tiled/dark/full, /area/horizon/hangar/operations) -"xcA" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/airlock/maintenance_hatch, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_3/aft/port) "xcO" = ( /turf/simulated/wall/shuttle/unique/ert{ icon_state = "7,0" @@ -179282,13 +179397,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/port) -"xdh" = ( -/obj/structure/bed/stool/chair/office/dark, -/obj/effect/landmark/start{ - name = "Machinist" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/machinist) "xdo" = ( /obj/structure/table/stone/marble, /obj/structure/machinery/recharger{ @@ -179383,6 +179491,19 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/service/starboard) +"xdL" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + icon_state = "pipe-j2" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/fore) "xdN" = ( /obj/structure/machinery/holosign/service/kitchen{ pixel_y = -32; @@ -179481,6 +179602,16 @@ }, /turf/unsimulated/floor, /area/centcom/control) +"xeq" = ( +/obj/structure/bed/stool/bar/padded/red, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/lino/diamond, +/area/horizon/service/mess_hall) "xer" = ( /turf/simulated/open, /area/horizon/engineering/atmos/storage) @@ -179520,6 +179651,14 @@ icon_state = "desert" }, /area/centcom/shared_dream) +"xeE" = ( +/obj/structure/machinery/door/airlock/medical{ + name = "Recovery Ward"; + req_access = list(5); + dir = 1 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/medical/ward) "xeI" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 @@ -179529,6 +179668,22 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/fore) +"xeL" = ( +/obj/structure/machinery/door/airlock/glass_command{ + dir = 1; + id_tag = "server_door_lock"; + name = "Server Room"; + req_access = list(7) + }, +/obj/structure/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/rnd/server) "xeM" = ( /obj/structure/machinery/atmospherics/unary/engine/scc_shuttle, /turf/simulated/floor/plating, @@ -179575,24 +179730,6 @@ /obj/item/storage/box/fancy/tray/autopsy, /turf/simulated/floor/tiled/white, /area/horizon/security/autopsy_laboratory) -"xeY" = ( -/obj/effect/floor_decal/industrial/hatch_door/engineering{ - dir = 1 - }, -/obj/structure/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/airlock/maintenance{ - dir = 1; - name = "INDRA Reactor Maintenance"; - req_one_access = list(11,24) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/reactor/indra/smes) "xfd" = ( /obj/structure/machinery/door/firedoor, /obj/effect/map_effect/door_helper/unres, @@ -179755,24 +179892,6 @@ /obj/structure/table/reinforced/wood, /turf/unsimulated/floor/wood, /area/centcom/bar) -"xgk" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/door/airlock/command{ - dir = 1; - name = "Executive Officer's Desk"; - req_access = list(57) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_desk) "xgl" = ( /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, @@ -179904,6 +180023,18 @@ }, /turf/simulated/floor/plating, /area/horizon/security/checkpoint2) +"xgU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/engineering/atmos/storage_maintenance) "xgW" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -179943,6 +180074,16 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenobiology/xenoflora) +"xhw" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/machinery/disposal/small/west, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "xhB" = ( /obj/effect/floor_decal/corner/brown{ dir = 6 @@ -180152,6 +180293,13 @@ icon_state = "white" }, /area/tdome/tdomeobserve) +"xiP" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/port/near) "xiW" = ( /turf/simulated/wall, /area/horizon/security/interrogation/monitoring) @@ -180167,13 +180315,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/rnd/xenobiology/xenoflora) -"xjd" = ( -/obj/effect/floor_decal/corner_wide/lime/diagonal, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) "xjm" = ( /obj/structure/machinery/alarm/east, /obj/structure/machinery/atmospherics/unary/vent_scrubber/on{ @@ -180185,19 +180326,6 @@ /obj/structure/bed/stool/chair/office/bridge/pilot, /turf/simulated/floor/tiled/dark/full, /area/shuttle/burglar) -"xjz" = ( -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "MedBay Lockdown Shutters"; - opacity = 0 - }, -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/obj/structure/sign/greencross/small, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/medical/gen_treatment) "xjA" = ( /obj/structure/machinery/light/floor{ dir = 1 @@ -180238,6 +180366,20 @@ }, /turf/simulated/floor/carpet/art, /area/horizon/crew/lounge) +"xjR" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate{ + color = "#FFFFFF" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/horizon/medical/gen_treatment) "xjZ" = ( /obj/structure/machinery/door/blast/regular/open{ dir = 8; @@ -180272,14 +180414,6 @@ /obj/effect/floor_decal/industrial/hatch_door/yellow, /turf/simulated/floor/tiled/full, /area/horizon/operations/warehouse) -"xkk" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/machinery/light_switch/west, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/main_storage) "xkl" = ( /obj/structure/sink/kitchen{ pixel_y = 27 @@ -180519,6 +180653,18 @@ /obj/structure/machinery/firealarm/south, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/canary) +"xlz" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/exam) "xlA" = ( /obj/effect/floor_decal/spline/plain{ dir = 8 @@ -180545,15 +180691,6 @@ /obj/structure/machinery/firealarm/south, /turf/simulated/floor/tiled/white, /area/horizon/security/autopsy_laboratory) -"xlM" = ( -/obj/effect/floor_decal/corner/dark_blue/full{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) "xlN" = ( /obj/effect/floor_decal/spline/plain/black{ dir = 8 @@ -180584,6 +180721,19 @@ }, /turf/unsimulated/floor, /area/antag/mercenary) +"xmh" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/light/small/floor, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "xml" = ( /obj/effect/floor_decal/industrial/outline/service, /obj/structure/closet/crate/coffin, @@ -180640,29 +180790,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/engineering/aft_airlock) -"xmE" = ( -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/airlock/glass{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_3/central) "xmF" = ( /obj/structure/shuttle_part/scc/mining{ icon_state = "6,1"; @@ -180688,18 +180815,6 @@ }, /turf/simulated/floor/holofloor/tiled/dark, /area/horizon/holodeck/source_boxingcourt) -"xmQ" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/bridge_crew) "xmS" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 9 @@ -180738,25 +180853,6 @@ /obj/effect/floor_decal/industrial/warning, /turf/unsimulated/floor, /area/antag/mercenary) -"xnd" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/interior) "xne" = ( /obj/effect/floor_decal/corner/brown{ dir = 10 @@ -180803,20 +180899,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/horizon/operations/mining_main/refinery) -"xnC" = ( -/obj/effect/floor_decal/spline/fancy/wood, -/obj/effect/floor_decal/spline/fancy/wood/corner{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/machinery/disposal/small/north, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/horizon/command/heads/xo_office) "xnD" = ( /obj/effect/floor_decal/corner/dark_green/diagonal, /obj/effect/floor_decal/spline/plain/grey{ @@ -180840,6 +180922,14 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/operations/starboard) +"xnF" = ( +/obj/structure/machinery/iv_drip, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "xnI" = ( /obj/effect/floor_decal/corner/brown{ dir = 10 @@ -180866,6 +180956,20 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/near) +"xnP" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/engineering/hallway/interior) "xnQ" = ( /obj/structure/cable/green{ icon_state = "1-4" @@ -180896,19 +181000,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) -"xoa" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/hologram/holopad, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" - }, -/turf/simulated/floor/plating, -/area/horizon/medical/gen_treatment) "xoh" = ( /obj/structure/table/rack, /obj/random/loot, @@ -181008,18 +181099,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/service/mess_hall) -"xoU" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/machinery/disposal/small/north{ - pixel_y = -17 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/equipment) "xoW" = ( /obj/structure/machinery/teleport_odyssey, /obj/effect/decal/warning_stripes, @@ -181082,6 +181161,21 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/horizon/maintenance/substation/wing_starboard) +"xpv" = ( +/obj/structure/sign/directions/all{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/obj/structure/machinery/door/airlock/glass{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hallway/primary/deck_3/central) "xpx" = ( /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, @@ -181198,25 +181292,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/checkpoint2) -"xqy" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/alarm/north, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "xqD" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -181261,6 +181336,23 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_1/wing/starboard/far) +"xqS" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/command/bridge/upperdeck) "xqT" = ( /obj/effect/floor_decal/corner_wide/blue{ dir = 9 @@ -181343,6 +181435,21 @@ "xrw" = ( /turf/simulated/wall, /area/horizon/maintenance/substation/civ_d3) +"xrA" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sortjunction/flipped{ + sortType = "Hydroponics"; + name = "Hydroponics" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/mess_hall) "xrB" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -181401,15 +181508,6 @@ icon_state = "wood" }, /area/centcom/legion/hangar5) -"xrR" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner_wide/green/diagonal, -/obj/structure/bed/stool/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/exam) "xrT" = ( /obj/structure/bed/stool/chair/office/dark{ dir = 4 @@ -181421,47 +181519,32 @@ icon_state = "dark_preview" }, /area/centcom/control) -"xrU" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/machinery/light/small, -/obj/structure/lattice/catwalk/indoor/grate/damaged{ - color = "#4c535b" - }, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/port) "xrV" = ( /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/test_range) -"xsa" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" +"xrX" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 }, -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/industrial/warning{ +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, -/obj/structure/lattice/catwalk/indoor/grate{ - color = "#FFFFFF" +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 }, -/turf/simulated/floor/plating, -/area/horizon/medical/icu) +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/outline_straight/service{ + dir = 4 + }, +/obj/structure/machinery/light/small/floor, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/lino/diamond, +/area/horizon/service/bar) "xsc" = ( /obj/effect/floor_decal/corner/grey/diagonal{ dir = 4 @@ -181484,6 +181567,30 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/port/far) +"xsj" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/icu) +"xsk" = ( +/obj/structure/table/reinforced, +/obj/structure/machinery/door/window/desk/eastright{ + name = "Pharmacy Desk"; + req_access = list(33); + dir = 8 + }, +/obj/structure/machinery/door/firedoor{ + req_one_access = list(24,11,67,73); + dir = 4 + }, +/obj/structure/machinery/door/blast/shutters{ + dir = 4; + id = "CHE3shutters"; + name = "Pharmacy Desk Shutter" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/medical/pharmacy) "xsn" = ( /obj/structure/machinery/cryopod, /obj/effect/floor_decal/corner/dark_blue/diagonal, @@ -181595,21 +181702,6 @@ /obj/effect/floor_decal/industrial/hatch/red, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion) -"xsF" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/mess_hall) "xsH" = ( /obj/structure/machinery/door/firedoor, /obj/structure/machinery/door/blast/shutters/open{ @@ -181656,15 +181748,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/hallway) -"xsW" = ( -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/horizon/operations/office) "xsX" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/siphon/on/atmos{ dir = 4; @@ -181710,14 +181793,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) -"xtj" = ( -/obj/structure/machinery/light/small, -/obj/random/dirt_75, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/maintenance/deck_2/cryo) "xtu" = ( /obj/structure/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/spline/plain/blue{ @@ -181905,12 +181980,6 @@ /obj/structure/machinery/atmospherics/pipe/manifold/visible/black, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"xuo" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/effect/floor_decal/industrial/outline/service, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/port) "xup" = ( /obj/structure/machinery/light{ name = "adjusted light fixture"; @@ -181950,24 +182019,6 @@ }, /turf/unsimulated/floor/dark, /area/antag/actor) -"xuG" = ( -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/random/maintenance_junk_or_loot, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_1/wing/starboard) "xuH" = ( /obj/effect/floor_decal/industrial/warning, /obj/structure/tank_wall/oxygen{ @@ -181995,15 +182046,6 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/auxatmos) -"xuP" = ( -/obj/structure/bed/stool/bar/padded/red{ - dir = 1 - }, -/obj/effect/floor_decal/spline/fancy/wood, -/obj/structure/disposalpipe/segment/mainline, -/obj/item/radio/intercom/east, -/turf/simulated/floor/lino/diamond, -/area/horizon/service/bar) "xuR" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 6 @@ -182070,29 +182112,6 @@ /obj/effect/floor_decal/industrial/warning/full, /turf/simulated/floor/tiled/dark/full, /area/horizon/operations/mail_room) -"xvc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/engineering/hallway/fore) -"xvf" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/lobby) "xvg" = ( /obj/structure/machinery/atmospherics/portables_connector, /obj/structure/machinery/door/window/southleft{ @@ -182124,16 +182143,6 @@ /obj/random/maintenance_junk_or_loot, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/port/far) -"xvw" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/brown{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline, -/turf/simulated/floor/tiled, -/area/horizon/operations/break_room) "xvB" = ( /obj/random/pottedplant, /obj/effect/floor_decal/corner/paleblue/full{ @@ -182147,6 +182156,15 @@ /obj/effect/floor_decal/corner/beige/diagonal, /turf/simulated/floor/tiled/white, /area/horizon/security/forensic_laboratory) +"xvO" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/horizon/operations/office) "xvQ" = ( /obj/item/material/shard, /turf/simulated/floor/tiled/dark/full, @@ -182309,27 +182327,6 @@ /obj/structure/machinery/alarm/south, /turf/simulated/floor/carpet/purple, /area/horizon/command/heads/rd) -"xxy" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/structure/machinery/button/remote/airlock{ - id = "main_door"; - name = "Triage Door Control"; - pixel_y = 7; - req_access = list(5) - }, -/obj/structure/machinery/door/window{ - name = "Reception Desk"; - req_access = list(5) - }, -/obj/structure/machinery/button/remote/blast_door{ - id = "entrance_shutters"; - name = "Entrance Shutters Control"; - pixel_y = -5; - req_access = list(5) - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "xxz" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -182412,6 +182409,21 @@ dir = 4 }, /area/centcom/holding) +"xxV" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/security/investigations_hallway) "xxY" = ( /obj/structure/machinery/atmospherics/unary/vent_pump{ external_pressure_bound = 0; @@ -182444,17 +182456,6 @@ /obj/effect/floor_decal/spline/plain/corner/black, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/entrance) -"xyg" = ( -/obj/structure/reagent_dispensers/acid{ - pixel_y = 32 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/machinery/r_n_d/fabricator/circuit_imprinter, -/obj/effect/floor_decal/industrial/outline/research, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "xyh" = ( /obj/structure/machinery/atmospherics/pipe/manifold4w/visible/black, /obj/structure/machinery/meter, @@ -182476,22 +182477,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/security/starboard) -"xyl" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/central) "xym" = ( /obj/effect/floor_decal/corner/mauve{ dir = 6 @@ -182542,6 +182527,26 @@ }, /turf/simulated/floor/reinforced, /area/horizon/shuttle/quark/cargo_hold) +"xyz" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/platform, +/obj/structure/machinery/door/firedoor{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_door/yellow, +/turf/simulated/floor/tiled/full, +/area/horizon/command/bridge/upperdeck) "xyC" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 4 @@ -182596,32 +182601,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/cargo_compartment) -"xyY" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/machinery/door/airlock/command{ - dir = 4; - id_tag = "conference_room"; - name = "Conference Room"; - req_one_access = list(19,38,72) - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/command/bridge/meeting_room) "xyZ" = ( /obj/structure/railing/mapped, /obj/structure/machinery/light{ @@ -182664,18 +182643,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) -"xze" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/full, -/area/horizon/engineering/hallway/aft) "xzh" = ( /obj/structure/machinery/light/spot{ dir = 4; @@ -182919,16 +182886,21 @@ /obj/effect/floor_decal/industrial/outline/emergency_closet, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/research) -"xAN" = ( -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, +"xAP" = ( /obj/structure/cable/green{ icon_state = "4-8" }, -/turf/simulated/floor/tiled/full, -/area/horizon/rnd/hallway) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_3/central) "xAR" = ( /obj/effect/floor_decal/spline/plain{ dir = 1 @@ -182970,20 +182942,6 @@ "xBh" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/command/bridge/controlroom) -"xBm" = ( -/obj/structure/railing/mapped, -/obj/structure/sign/poster/engineering/tg_10{ - pixel_y = 32; - pixel_x = 1 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/obj/structure/machinery/light/floor{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist/surgicalbay) "xBn" = ( /obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, /obj/structure/machinery/door/blast/regular/open{ @@ -183025,6 +182983,27 @@ /obj/structure/machinery/light/floor, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/starboard) +"xBw" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/spline/plain/purple{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist/surgicalbay) "xBE" = ( /obj/effect/floor_decal/corner/brown{ dir = 5 @@ -183110,33 +183089,18 @@ "xCs" = ( /turf/simulated/wall/r_wall, /area/horizon/maintenance/deck_2/service/port) -"xCB" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" +"xCu" = ( +/obj/effect/landmark/start{ + name = "Medical Intern" }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/outline/medical, -/turf/simulated/floor/tiled/gunmetal/full, -/area/horizon/operations/warehouse) -"xCE" = ( -/obj/structure/cable/green{ - icon_state = "1-2" +/obj/structure/bed/stool/chair{ + dir = 8 }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/dark_blue{ +/obj/effect/floor_decal/corner_wide/seafoam{ dir = 6 }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow" - }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "xCH" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -183200,22 +183164,6 @@ /obj/structure/machinery/firealarm/west, /turf/simulated/floor/tiled, /area/horizon/hangar/intrepid/interstitial) -"xDf" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/door/firedoor, -/obj/structure/machinery/door/airlock/glass{ - dir = 1 - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hallway/primary/deck_2/central) "xDm" = ( /obj/structure/machinery/light{ dir = 1 @@ -183301,16 +183249,6 @@ /obj/structure/extinguisher_cabinet/east, /turf/simulated/floor/tiled/dark, /area/horizon/hallway/primary/deck_2/fore) -"xDI" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/operations/machinist) "xDK" = ( /obj/effect/map_effect/window_spawner/full/borosilicate/reinforced, /obj/structure/machinery/door/blast/regular{ @@ -183322,27 +183260,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/supermatter/mainchamber) -"xDL" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/medical{ - dir = 1; - name = "Deck 3 Medical"; - req_access = list(5) - }, -/obj/structure/machinery/door/blast/shutters{ - density = 0; - dir = 2; - icon_state = "shutter0"; - id = "LCKDshutters"; - name = "Medical Lockdown Shutters"; - opacity = 0 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/medical/hallway/upper) "xDQ" = ( /obj/structure/machinery/vending/coffee, /obj/structure/machinery/vending/coffee{ @@ -183394,34 +183311,6 @@ }, /turf/simulated/floor, /area/horizon/command/bridge/meeting_room) -"xEc" = ( -/obj/effect/floor_decal/corner/brown/full{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/power/apc/north, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/structure/machinery/light/floor{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist) "xEd" = ( /obj/effect/floor_decal/industrial/outline/research, /obj/structure/closet/secure_closet/guncabinet/sci, @@ -183542,18 +183431,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/elevator) -"xEV" = ( -/obj/structure/machinery/door/firedoor, -/obj/structure/sink{ - dir = 4; - pixel_x = 12 - }, -/obj/effect/floor_decal/industrial/warning/corner, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/icu) "xEW" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -183567,27 +183444,6 @@ }, /turf/simulated/floor/shuttle/dark_blue, /area/horizon/shuttle/escape_pod/pod3) -"xFc" = ( -/obj/structure/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch_door/service{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/service{ - name = "Galley"; - req_one_access = list(28,67) - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/sign/urban/staff{ - pixel_y = 19; - pixel_x = -1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/kitchen) "xFd" = ( /obj/structure/railing/mapped{ dir = 1; @@ -183773,25 +183629,6 @@ icon_state = "dark_preview" }, /area/centcom/holding) -"xGx" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment/mainline{ - icon_state = "pipe-c-yellow"; - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/storage_hard/upper) "xGA" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -183834,41 +183671,6 @@ "xGM" = ( /turf/simulated/floor/lino, /area/horizon/security/investigators_office) -"xGN" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/maintenance_hatch{ - dir = 4; - req_one_access = list(12) - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_1/main/starboard) "xGP" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /obj/structure/machinery/door/blast/shutters/open{ @@ -183969,6 +183771,13 @@ icon_state = "wood" }, /area/centcom/distress_prep) +"xHE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/gen_treatment) "xHG" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/floor_decal/industrial/warning, @@ -183989,6 +183798,29 @@ icon_state = "2,5" }, /area/shuttle/legion) +"xIe" = ( +/obj/structure/table/reinforced/steel, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/machinery/camera/network/command{ + c_tag = "Bridge - XO Desk"; + dir = 8 + }, +/obj/structure/machinery/chemical_dispenser/coffee/full{ + pixel_y = 8; + pixel_x = 2 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/scc{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/scc/alt{ + pixel_x = 7; + pixel_y = 2 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_desk) "xIi" = ( /obj/effect/floor_decal/corner_wide/pink/diagonal{ dir = 4 @@ -184067,6 +183899,35 @@ /obj/structure/machinery/vending/quick_e_meals, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_3/cafe) +"xIG" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/button/remote/blast_door{ + dir = 8; + id = "engineering_storage_d2"; + name = "Engineering Hard Storage"; + req_one_access = list(11,24); + pixel_x = -21; + pixel_y = 34 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/engineering/hallway/interior) "xIH" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/machinery/door/firedoor, @@ -184183,16 +184044,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/horizon/ai/upload) -"xIW" = ( -/obj/structure/machinery/papershredder{ - pixel_x = -6 - }, -/obj/structure/filingcabinet/filingcabinet{ - pixel_x = 9; - pixel_y = 1 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_office) "xIY" = ( /obj/structure/bed/stool/chair/office/light{ dir = 8 @@ -184294,14 +184145,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/auxatmos) -"xJK" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/structure/machinery/door/blast/shutters{ - id = "workshop_garage"; - name = "Machinist Workshop Garage Shutter" - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "xJO" = ( /turf/simulated/wall, /area/horizon/security/checkpoint2) @@ -184318,6 +184161,14 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/break_room) +"xJT" = ( +/obj/structure/machinery/firealarm/north, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 5 + }, +/obj/effect/floor_decal/sign/srg, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "xJU" = ( /obj/structure/machinery/computer/shuttle_control/multi/legion{ dir = 8 @@ -184420,14 +184271,6 @@ /obj/effect/floor_decal/industrial/hatch/grey, /turf/simulated/floor/tiled, /area/horizon/security/brig) -"xKJ" = ( -/obj/structure/machinery/light/spot{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/firefighting_closet, -/obj/structure/extinguisher_cabinet/east, -/turf/simulated/floor/tiled/dark, -/area/horizon/hangar/auxiliary) "xKQ" = ( /obj/effect/landmark/latejoinlift, /obj/structure/disposalpipe/junction{ @@ -184453,15 +184296,25 @@ icon_state = "dark_preview" }, /area/centcom/control) -"xKW" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 +"xKY" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 7 +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/turf/simulated/floor/wood, -/area/horizon/command/bridge/meeting_room) +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) "xLf" = ( /obj/structure/table/standard{ no_cargo = 1 @@ -184490,6 +184343,14 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_thunderdomecourt) +"xLn" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/equipment) "xLs" = ( /obj/structure/table/wood, /obj/structure/window/reinforced/holowindow{ @@ -184571,18 +184432,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/storage) -"xLR" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/hallway/upper) "xLS" = ( /obj/structure/machinery/door/blast/shutters/open{ dir = 2; @@ -184636,32 +184485,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) -"xMo" = ( -/obj/structure/machinery/computer/cryopod/living_quarters{ - pixel_x = -30; - pixel_y = 6 - }, -/obj/structure/table/steel, -/obj/item/paper_bin{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/pen{ - pixel_x = -5; - pixel_y = 4 - }, -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/newglass{ - pixel_x = 8; - pixel_y = 15 - }, -/obj/item/deck/kotahi{ - pixel_x = 8 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/ward) "xMp" = ( /obj/effect/floor_decal/industrial/warning{ dir = 6 @@ -184709,22 +184532,6 @@ /obj/structure/machinery/meter, /turf/simulated/floor/tiled/dark, /area/horizon/service/hydroponics/hazard) -"xMD" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor, -/area/horizon/hallway/primary/deck_3/central) "xMH" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/machinery/atmospherics/binary/passive_gate/on/output{ @@ -184907,6 +184714,18 @@ }, /turf/simulated/floor/plating, /area/horizon/rnd/xenoarch/atrium) +"xOj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/engineering/hallway/fore) "xOr" = ( /obj/structure/bed, /obj/item/bedsheet/syndie, @@ -184963,6 +184782,19 @@ /obj/effect/floor_decal/corner/dark_blue/full, /turf/simulated/floor/tiled, /area/horizon/security/office) +"xOH" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/structure/machinery/door/window{ + name = "Reception Desk"; + req_access = list(5); + dir = 4 + }, +/obj/structure/machinery/hologram/holopad, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "xOJ" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -185095,6 +184927,25 @@ /obj/effect/floor_decal/corner_wide/dark_green/diagonal, /turf/simulated/floor/tiled/dark, /area/shuttle/skipjack) +"xPG" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/service/custodial) "xPH" = ( /turf/simulated/floor/holofloor/beach/sand{ dir = 6; @@ -185167,6 +185018,14 @@ /obj/structure/machinery/firealarm/east, /turf/simulated/floor/tiled/gunmetal, /area/horizon/operations/warehouse) +"xQf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_3/security/starboard) "xQs" = ( /obj/structure/table/rack, /obj/item/storage/box/tactical/flashbangs{ @@ -185378,12 +185237,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/firing_range) -"xRE" = ( -/obj/effect/floor_decal/spline/plain/brown{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/operations/machinist) "xRM" = ( /obj/item/crowbar, /obj/structure/table/rack, @@ -185421,40 +185274,17 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/storage) +"xRX" = ( +/obj/structure/table/steel, +/obj/effect/floor_decal/corner_wide/seafoam/full, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/main_storage) "xSe" = ( /obj/effect/floor_decal/carpet{ dir = 4 }, /turf/simulated/floor/holofloor/carpet, /area/horizon/holodeck/source_courtroom) -"xSi" = ( -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/machinery/door/airlock/command{ - dir = 4; - name = "Executive Officer's Office"; - req_access = list(57) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/command/heads/xo_office) "xSl" = ( /obj/structure/machinery/computer/fusion/core_control/terminal{ initial_id_tag = "horizon_fusion" @@ -185540,6 +185370,23 @@ icon_state = "dark_preview" }, /area/centcom/control) +"xTa" = ( +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/holodeck) "xTb" = ( /obj/structure/machinery/door/firedoor, /obj/structure/machinery/door/airlock/service{ @@ -185623,21 +185470,6 @@ /obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/horizon/shuttle/intrepid/buffet) -"xTx" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) "xTA" = ( /obj/structure/machinery/camera/network/engineering{ c_tag = "Engineering - Starboard Propulsion"; @@ -185669,10 +185501,28 @@ }, /turf/simulated/open, /area/horizon/hallway/primary/deck_2/central) +"xTD" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/floor_decal/corner/purple{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/horizon/service/custodial) "xTF" = ( /obj/structure/machinery/appliance/cooker/oven, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/kitchen) +"xTJ" = ( +/obj/effect/floor_decal/corner/mauve{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/hallway) "xTM" = ( /obj/effect/landmark/start{ name = "Ship Engineer" @@ -185683,6 +185533,12 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/break_room) +"xTO" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark/full, +/area/shuttle/skipjack) "xTT" = ( /obj/structure/table/standard, /obj/item/storage/box/fancy/vials, @@ -185846,13 +185702,6 @@ icon_state = "dark_preview" }, /area/centcom/holding) -"xUS" = ( -/obj/effect/floor_decal/corner_wide/yellow{ - dir = 9 - }, -/obj/structure/machinery/alarm/west, -/turf/simulated/floor/tiled, -/area/horizon/engineering/hallway/fore) "xUW" = ( /obj/structure/machinery/alarm/west, /obj/structure/machinery/light/small{ @@ -186017,6 +185866,14 @@ }, /turf/simulated/floor/tiled, /area/horizon/storage/primary) +"xWi" = ( +/obj/structure/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/closet/secure_closet/personal/patient, +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "xWy" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -186029,6 +185886,13 @@ }, /turf/simulated/wall, /area/horizon/maintenance/deck_3/auxatmos) +"xWE" = ( +/obj/structure/closet/secure_closet/machinist, +/obj/effect/floor_decal/spline/plain/red{ + dir = 1 + }, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist/surgicalbay) "xWF" = ( /obj/structure/disposalpipe/trunk{ dir = 8 @@ -186037,6 +185901,17 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor, /area/horizon/service/cafeteria) +"xWK" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/spline/plain/corner/red{ + dir = 4 + }, +/obj/effect/floor_decal/spline/plain/red{ + dir = 6 + }, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist) "xWO" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 9 @@ -186046,6 +185921,25 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) +"xWS" = ( +/obj/structure/table/reinforced/steel, +/obj/item/storage/box/bodybags{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/storage/box/gloves{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -7; + pixel_y = 15 + }, +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/structure/machinery/firealarm/north, +/obj/structure/roller_rack/three, +/turf/simulated/floor/tiled/white, +/area/horizon/shuttle/intrepid/medical) "xXe" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, @@ -186103,10 +185997,49 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/intrepid) +"xXt" = ( +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/random/junk, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) +"xXx" = ( +/obj/structure/machinery/light/small, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "xXA" = ( /obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, /turf/simulated/floor/tiled/dark/full, /area/shuttle/hapt) +"xXB" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/mainline, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) +"xXF" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor, +/area/horizon/operations/mining_main/refinery) "xXH" = ( /obj/structure/machinery/door/firedoor{ req_one_access = list(24,11,67,73); @@ -186312,15 +186245,6 @@ "xZa" = ( /turf/simulated/wall, /area/horizon/maintenance/deck_3/aft/port) -"xZf" = ( -/obj/effect/floor_decal/corner_wide/green{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "xZg" = ( /turf/simulated/wall, /area/horizon/maintenance/deck_1/wing/port/far) @@ -186343,6 +186267,20 @@ "xZn" = ( /turf/simulated/wall/r_wall, /area/horizon/maintenance/deck_1/main/starboard) +"xZo" = ( +/obj/structure/table/reinforced/steel, +/obj/item/eftpos{ + eftpos_name = "Executive Officers EFTPOS scanner"; + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/quikpay{ + pixel_y = 4; + shop_name = "Executive Officers Quikpay"; + pixel_x = 6 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/command/heads/xo_desk) "xZp" = ( /obj/effect/floor_decal/corner/mauve{ dir = 6 @@ -186409,30 +186347,9 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor, /area/horizon/maintenance/deck_3/auxatmos) -"xZD" = ( -/obj/structure/sign/staff_only{ - pixel_x = -32 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 6 - }, -/obj/random/loot, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/aft/holodeck) "xZE" = ( /turf/simulated/wall, /area/horizon/service/library) -"xZG" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/alarm/north, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/research) "xZO" = ( /obj/structure/table/standard, /obj/item/integrated_electronics/wirer, @@ -186484,13 +186401,6 @@ }, /turf/simulated/open, /area/horizon/maintenance/deck_2/aft) -"yam" = ( -/obj/structure/machinery/atmospherics/pipe/manifold/hidden, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/medical/gen_treatment) "yaq" = ( /obj/effect/floor_decal/industrial/hatch_door/red{ dir = 1 @@ -186672,18 +186582,11 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/operations) -"ybI" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/corner/dark_blue/full{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) +"ybM" = ( +/obj/structure/machinery/optable/robotics, +/obj/effect/floor_decal/spline/plain/red, +/turf/simulated/floor/carpet/rubber, +/area/horizon/operations/machinist/surgicalbay) "ybO" = ( /obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 @@ -186712,6 +186615,16 @@ icon_state = "wood" }, /area/centcom/legion/hangar5) +"ybS" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/structure/machinery/light, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hallway/primary/deck_2/starboard) "ybU" = ( /obj/structure/cable{ icon_state = "4-8" @@ -186731,21 +186644,6 @@ "ycp" = ( /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/atmos/storage_maintenance) -"ycu" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/storage_hard/upper) "ycx" = ( /obj/effect/floor_decal/industrial/warning{ dir = 9 @@ -186815,20 +186713,6 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/intrepid/starboard_compartment) -"ycS" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/maintenance/deck_3/security/port) "ycW" = ( /obj/structure/machinery/atmospherics/pipe/simple/visible/universal, /obj/structure/lattice/catwalk/indoor/grate/damaged{ @@ -186843,18 +186727,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/hallway/primary/deck_2/fore) -"yda" = ( -/obj/structure/table/standard, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -17; - pixel_y = 2 - }, -/obj/effect/floor_decal/corner_wide/green{ - dir = 10 - }, -/obj/structure/roller_rack/three, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/gen_treatment) "ydd" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, @@ -186869,12 +186741,31 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/engineering/bluespace_drive) +"ydi" = ( +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway) "ydo" = ( /obj/effect/floor_decal/corner/red/diagonal, /obj/effect/decal/cleanable/dirt, /obj/structure/machinery/alarm/north, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_3/aft/holodeck) +"ydq" = ( +/obj/effect/floor_decal/corner_wide/brown/diagonal, +/obj/effect/floor_decal/spline/plain/purple{ + dir = 10 + }, +/obj/structure/bed/stool/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/operations/machinist) "yds" = ( /obj/effect/map_effect/window_spawner/full/reinforced/polarized/grille/firedoor{ id = "consularA" @@ -186919,18 +186810,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/command/teleporter) -"ydF" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/horizon/hallway/primary/deck_3/central) "ydJ" = ( /obj/effect/floor_decal/corner/red/diagonal, /obj/effect/floor_decal/spline/fancy{ @@ -186950,6 +186829,22 @@ }, /turf/simulated/floor/plating, /area/horizon/shuttle/intrepid/medical) +"ydR" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + icon_state = "pipe-c" + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hallway/primary/deck_2/starboard) "ydW" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 5 @@ -187030,6 +186925,21 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_lasertag) +"yeq" = ( +/obj/structure/bookcase{ + icon_state = "book-5" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/ward/isolation) "yer" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -187065,17 +186975,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/supermatter/smes) -"yew" = ( -/obj/structure/machinery/sleeper, -/obj/structure/machinery/camera/network/medbay{ - c_tag = "Medical - General Treatment 1" - }, -/obj/effect/floor_decal/corner/beige{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/horizon/medical/gen_treatment) "yex" = ( /obj/structure/shuttle_part/scc_space_ship{ icon_state = "d2-2" @@ -187140,6 +187039,29 @@ }, /turf/unsimulated/floor/wood, /area/antag/raider) +"yeJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/mainline{ + icon_state = "pipe-c-yellow"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/wing/starboard) "yeL" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -187199,26 +187121,10 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/hos) -"yeZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/door/firedoor{ - req_one_access = list(24,11,67,73); - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch_door/engineering, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/engineering/hallway/aft) +"yeX" = ( +/obj/effect/floor_decal/corner_wide/seafoam/diagonal, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "yfa" = ( /obj/structure/machinery/shield_diffuser{ pixel_y = 2 @@ -187254,13 +187160,6 @@ /obj/structure/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/carpet/rubber, /area/horizon/rnd/lab) -"yfn" = ( -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/port) "yfu" = ( /obj/structure/tank_wall{ icon_state = "m-14" @@ -187268,26 +187167,6 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"yfv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment/mainline, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/wing/starboard/near) "yfw" = ( /obj/structure/table/rack, /obj/item/mecha_equipment/mounted_system/combat/grenadetear, @@ -187320,6 +187199,12 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor, /area/antag/jockey) +"yfB" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/disposalpipe/segment/mainline, +/obj/random/junk, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "yfC" = ( /obj/structure/bed/stool/chair, /obj/effect/landmark/thunderdomeobserve, @@ -187433,28 +187318,6 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_combat_training) -"ygr" = ( -/obj/structure/closet/crate, -/obj/item/circuitboard/autolathe, -/obj/item/circuitboard/rtg, -/obj/item/circuitboard/recharge_station, -/obj/item/circuitboard/mech_recharger, -/obj/item/circuitboard/security/engineering, -/obj/item/circuitboard/grill, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/carpet/rubber, -/area/horizon/maintenance/deck_1/workshop) -"ygs" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/effect/floor_decal/industrial/loading/yellow, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/horizon/stairwell/starboard/deck_2) "ygu" = ( /obj/structure/bed/stool/chair/padded/black, /turf/unsimulated/floor{ @@ -187594,6 +187457,21 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/lobby) +"yhB" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/start{ + name = "Paramedic" + }, +/obj/effect/floor_decal/corner_wide/seafoam{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/hallway/upper) "yhD" = ( /obj/structure/machinery/alarm/north, /turf/simulated/floor/plating, @@ -187718,6 +187596,23 @@ icon_state = "wood" }, /area/centcom/legion) +"yis" = ( +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/random/dirt_75, +/turf/simulated/floor, +/area/horizon/maintenance/deck_3/aft/port) "yix" = ( /obj/structure/platform/ledge{ dir = 4 @@ -187753,16 +187648,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/elevator) -"yiX" = ( -/obj/effect/floor_decal/corner_wide/brown/diagonal, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/bed/stool/chair/office/dark{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/operations/machinist/surgicalbay) "yiZ" = ( /obj/structure/table/reinforced/wood, /obj/structure/machinery/photocopier/faxmachine{ @@ -187873,12 +187758,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/break_room) -"yjL" = ( -/obj/structure/noticeboard{ - pixel_x = -2 - }, -/turf/simulated/wall, -/area/horizon/medical/main_storage) "yjR" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -187960,23 +187839,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/near) -"ykj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment/mainline{ - dir = 4 - }, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/railing/mapped, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/main/starboard) "ykl" = ( /obj/effect/floor_decal/corner/red/full, /obj/structure/sink{ @@ -188059,6 +187921,25 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) +"ykK" = ( +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/mainline{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hangar/intrepid) "ykN" = ( /obj/item/modular_computer/console/preset/security{ dir = 8 @@ -188142,11 +188023,6 @@ /obj/structure/shuttle/engine/propulsion/burst/left, /turf/simulated/wall/shuttle/space_ship/mercenary, /area/shuttle/burglar) -"ylE" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor, -/area/horizon/maintenance/deck_3/security/port) "ylF" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -188160,35 +188036,30 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/chapel/office) -"ylU" = ( -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/door/firedoor, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/industrial/hatch_door/yellow{ - dir = 8 - }, -/obj/structure/machinery/door/airlock/glass_command{ - name = "Supplies"; - req_one_access = list(19,38) - }, -/turf/simulated/floor/tiled/full, -/area/horizon/command/bridge/bridge_crew) -"ylY" = ( -/obj/structure/disposalpipe/segment/mainline, -/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ +"ylL" = ( +/obj/structure/cable{ icon_state = "1-2" }, /obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 9 +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_1/main/starboard) +"ylZ" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/simulated/floor/tiled, -/area/horizon/command/bridge/upperdeck) +/obj/structure/disposalpipe/segment/mainline, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/wing/starboard/near) "ymc" = ( /obj/structure/machinery/power/smes/buildable/substation{ RCon_tag = "Substation - Engineering Main" @@ -209916,16 +209787,16 @@ tpe tUD wlr jSv -mOO -ugf -xCB -nDu -vPP -kEQ -kXO -vPP -vUN -aPN +eaV +tQP +wGh +str +kCf +wlN +qiI +kCf +uPs +bLF ucC qmv wlr @@ -210173,7 +210044,7 @@ hyD tUD wlr rem -lNG +sEf hiT qJU qqq @@ -210182,7 +210053,7 @@ fTg fTg jSy bbb -rEd +kQt sum qXB wlr @@ -210430,7 +210301,7 @@ hyD jyB wlr pTp -gZj +hJg kqq soL kqq @@ -210439,7 +210310,7 @@ xcn fLM suT kib -cNj +olx asB lzA wlr @@ -210687,7 +210558,7 @@ eYI xQe wlr sll -lNG +sEf vaC ucD vaC @@ -210696,7 +210567,7 @@ ucD wlr wlr wlr -ctn +wWA wlr wlr wlr @@ -210935,7 +210806,7 @@ pIE vkn coA iDt -xuG +vaF pjf dTq wlr @@ -210944,7 +210815,7 @@ wlr wlr wlr sll -lNG +sEf vaC sll vaC @@ -211192,16 +211063,16 @@ xZm oKQ coA snZ -cJk -qsW -ojq +eZf +khz +tWi gIi -vyC -hDv -mjX +wdF +bRj +cyH wlr sll -lNG +sEf jRB sll jhW @@ -211210,7 +211081,7 @@ sll wlr prf mZC -jUP +hhB deL ekI jgx @@ -211449,16 +211320,16 @@ hFg mNk coA nfv -cod +yeJ uXq -gTw +bOh qrM rHt -mDy +gNj afe wlr wlr -sxT +ghQ wlr wlr wlr @@ -211467,7 +211338,7 @@ jgx jgx jgx jgx -kYn +dGc ner qqd jgx @@ -211706,16 +211577,16 @@ hFg xwf coA coA -xqy +cph nfd -lcZ -jxL +deH +jMk uvv jdo fhO hCj kbC -ppE +fGi jNs gwi vVL @@ -211724,7 +211595,7 @@ jgx yeo bDQ iWd -lrm +sKX iJa lro jgx @@ -211960,19 +211831,19 @@ bKf wWg oBr xZm -fGf -rXC -hED -bYO +dbD +cGl +rOW +qEk dhL -mvW -mGp -shj -fOZ -tQL -jlZ -gqF -bkY +aGX +ptU +myq +dhg +vQE +fMr +qpR +aqi tty hnA gRK @@ -211981,7 +211852,7 @@ jgx crZ xqn vIf -lcr +rZT rKg qqd jgx @@ -212217,7 +212088,7 @@ xGT awa pCH xZm -lhZ +dfq ojv tJW tJW @@ -212238,7 +212109,7 @@ jgx rWF kGb jgx -oXX +rHX aOU qqd jgx @@ -212474,7 +212345,7 @@ iGa ntv dxo qEd -oUq +pUI sxq tJW lDX @@ -212495,7 +212366,7 @@ jgx bzL rmK rmK -vPf +auB fxe sDe rvZ @@ -212731,7 +212602,7 @@ rNM nNk dmm hFg -plB +uUO xFD tJW dIe @@ -212752,7 +212623,7 @@ jgx dQp cBJ cve -dSj +drP oSt uSb bzE @@ -212988,7 +212859,7 @@ shL gol nad hFg -aPo +mOm coA tJW sPN @@ -213009,7 +212880,7 @@ jgx nzT rlY rlY -hGv +vMd rlY rlY ulB @@ -213233,7 +213104,7 @@ gqS jsd eaM oCC -oty +nss xXo mDC xlN @@ -213245,7 +213116,7 @@ eOy vwS nad fVK -tLN +qft ttN tJW cck @@ -213266,7 +213137,7 @@ krH krH oxy mLM -gJO +cGJ xgB dgw jgx @@ -213502,7 +213373,7 @@ oje wbG nad nid -uCN +nSM aCt tJW hQh @@ -213523,7 +213394,7 @@ knV nJO uqC kKO -ibl +jUM fMA adt hBv @@ -213759,7 +213630,7 @@ uUo mwG nad woF -hjs +bVp woF tJW roC @@ -214016,7 +213887,7 @@ nad nad nad fOU -uCN +nSM ukq tJW qdy @@ -214037,7 +213908,7 @@ khl nyh krH krH -wMX +taD krH krH krH @@ -214273,7 +214144,7 @@ gWV wsN quK rXL -opl +nMh akV tJW dIe @@ -214294,7 +214165,7 @@ jee luR nZx rEN -lbp +mVG aRo vdU krH @@ -214530,7 +214401,7 @@ bjs oBJ mMB nts -wol +fyT iLV tJW ezf @@ -214551,7 +214422,7 @@ gac yha nZx qdT -urj +feN pOj gCq nZx @@ -214787,7 +214658,7 @@ meB meB meB idJ -uCN +nSM akV tJW tJW @@ -214808,7 +214679,7 @@ jee luR nZx rEN -uAF +lQb rTP tUo nZx @@ -215024,7 +214895,7 @@ lYY rBt abi tJJ -dfN +vFa dDd qgT rOt @@ -215044,7 +214915,7 @@ gTb lqd meB uBt -loy +fpV akV gRK xnE @@ -215065,7 +214936,7 @@ fej fej nZx nZx -uAF +lQb rTP tky krH @@ -215301,7 +215172,7 @@ hWi ejB meB pkJ -fnH +pCU lTB gRK iDV @@ -215322,7 +215193,7 @@ xnr xnr hqj guR -mAW +sXP rTP xne krH @@ -215558,7 +215429,7 @@ pAY hrV ezh cKB -wtJ +xKY lTB gRK xSQ @@ -215579,7 +215450,7 @@ vYh awM rGj vJI -jMf +fGA ieE chK odx @@ -215815,7 +215686,7 @@ tAq sZy meB wqr -hrS +tCo avG gRK dTn @@ -215836,7 +215707,7 @@ wZA wZA bTZ rTP -brp +wHo rTP kaG odx @@ -216068,11 +215939,11 @@ qgT mEV qwL rLY -cyQ -ygr +vKd +vFC meB mUv -uCN +nSM aCt gRK kll @@ -216093,7 +215964,7 @@ tXV wZA dpZ rTP -qdD +xXF rTP vBY krH @@ -216309,7 +216180,7 @@ lsy nSV wtv tJJ -nZV +rsi dhk qgT qgT @@ -216329,7 +216200,7 @@ meB meB meB gDu -bHz +jYo gDu gRK gRK @@ -216344,13 +216215,13 @@ gRK gRK wZA vhH -tKy -dGI -rlb -qRF -rEM -vYz -hVD +gDW +fiX +rmY +lZz +rCb +ofw +jGT lAW nFL hhu @@ -216586,7 +216457,7 @@ aCt ssf tbR coT -uCN +nSM nsQ vDf sae @@ -216601,7 +216472,7 @@ pVD jmX wZA uqd -jhe +uZM xCU eHu wZA @@ -216825,25 +216696,25 @@ ejy xub cxJ oEr -tSA -nJL -tkz -nJL -nJL -tkz -tkz -tkz -tkz -qSq -lEX -idh -idh -rWz -idh -wmD -wwi -gWu -kKH +uPU +ylL +qmO +ylL +ylL +qmO +qmO +qmO +qmO +sID +kjx +hwH +hwH +iIt +hwH +cLF +cFY +gYB +eEk lJn khJ lJn @@ -216858,7 +216729,7 @@ uJc ttN wZA dFP -jhe +uZM xCU tXV wZA @@ -217082,7 +216953,7 @@ nyD tJJ gUb oGg -rRO +pyO wmE ehr eMl @@ -217115,7 +216986,7 @@ djq ttN wZA beE -soQ +giE uVt tXV wZA @@ -217339,7 +217210,7 @@ run kEc xZn kJr -xGN +gSY kJr kJr kJr @@ -217372,7 +217243,7 @@ jPO wFX wZA wZA -wcj +fdy wZA wZA wZA @@ -217596,7 +217467,7 @@ ufH lqZ ahB hPJ -lKF +fya cbM gHe gHe @@ -217607,7 +217478,7 @@ ieG oXm lKo chG -fIC +xTD dYV kYZ lKo @@ -217622,16 +217493,16 @@ emx lQd rPS bzy -sby +thG lsX wYB uiC lJn hEE jjJ -utj -fns -tRx +tZF +rte +cGs vdH jnR frY @@ -217853,19 +217724,19 @@ uZS uLC vEZ xBS -cYF -swK -oWH -oWH -iDk -oWH -oWH -oWH -tbT -qcs -aGK -sNl -acs +kWs +fLB +jQz +jQz +ejs +jQz +jQz +jQz +prP +eAV +hWw +fpp +xPG nMF lKo qqP @@ -217879,7 +217750,7 @@ spg krA dtp nTH -sby +thG lsX lNz piQ @@ -217888,7 +217759,7 @@ aRa jaE qwR qAB -qND +oXD bdk sYI frY @@ -218122,7 +217993,7 @@ xIB lKo lAB eVF -fpG +gJd cDC lKo bni @@ -218145,7 +218016,7 @@ lsX lsX vtz vtz -ezc +vOv vtz vtz frY @@ -218379,7 +218250,7 @@ oRq ajh qBe kNp -gnw +mop oUa lKo xlX @@ -218614,8 +218485,8 @@ qLr qLr qLr jSo -pWR -olI +pyv +iAZ qOp kGY iGG @@ -218636,7 +218507,7 @@ ajc ajh uxs mbO -mwx +bTC chZ lKo qqP @@ -218659,7 +218530,7 @@ bnj emd bZy qud -iTe +jif xBM swd pHu @@ -218872,7 +218743,7 @@ qLr qLr jSo dJk -uBL +veR rMA iON iGG @@ -218893,7 +218764,7 @@ sBh ajh lKo lKo -unM +rlX lKo lKo qqP @@ -218916,7 +218787,7 @@ lsX lsX ahA qud -kLk +ykK txq vtz dQd @@ -219150,7 +219021,7 @@ ajc ajh fnd hvy -nGG +bgj iVW lKo fIe @@ -219173,7 +219044,7 @@ ayL qwi bfN qud -iMp +ixc nMs ogR kGI @@ -219413,7 +219284,7 @@ lKo vIR nUL hGt -rce +tUO dnK vnL klH @@ -219430,7 +219301,7 @@ kxM ieR kQM qud -agP +kNw uEH qeF faV @@ -219664,13 +219535,13 @@ jTS ajh sRx ikP -rzj +bmP mHI lKo eXT nUL hGt -eXA +rbE ccN fAg oAd @@ -219687,7 +219558,7 @@ eNF ieR sPC qud -wxA +rly nMs ogR oKr @@ -219921,8 +219792,8 @@ rAY ajh iKH phA -tcH -oiO +erc +rRu lKo rlF jKw @@ -219944,7 +219815,7 @@ eNF ieR gsa qud -wxA +rly nMs ogR lQO @@ -220179,7 +220050,7 @@ ajh jsx aYz pcn -det +lEa lKo ifu nUL @@ -220201,7 +220072,7 @@ cqt qwi brY rQw -wxA +rly nMs ogR xzh @@ -220436,7 +220307,7 @@ ajh hUC lKo odQ -gQP +aEt lKo iNk jjv @@ -220458,7 +220329,7 @@ qwi qwi hnH pQy -qBf +eOc nda vtz vtz @@ -220693,7 +220564,7 @@ ifP vcU cHg sJO -pdw +aWn tVN sJO sJO @@ -220715,7 +220586,7 @@ dUW tqZ ais guu -wxA +rly xxI tmP raM @@ -220951,14 +220822,14 @@ gND raA nXb ile -acE -sOa -kOK -jSW -gVj -tur -aXp -coz +oDP +oal +utA +dAK +vhe +tsS +gmO +bKG jjY tNL lEm @@ -220972,7 +220843,7 @@ jOb xGb njo whD -iTe +jif etv xBM raM @@ -221216,20 +221087,20 @@ oWD cyD woc oEI -fXy -egd -uPx -mhI -flf -gwp -wTf -gSq +nBD +nUt +avT +nQB +bPu +tBZ +nXJ +foS paI -lGY -ngR -pKj -nvC -vKp +wLe +eEv +mda +igy +dXf iWl aLj raM @@ -221769,7 +221640,7 @@ qwA uFw wiS qaa -smn +xWS fRy qXt kMF @@ -222274,16 +222145,16 @@ kWv eEf iRa wdq -bZW +eyd dNA -mKI +oFJ gUz pdq wax wXd bok qaa -oci +iXJ fZO fZO fuP @@ -222504,7 +222375,7 @@ qxp mUG bUn hTy -rOb +tPy siD kBT nFD @@ -224332,7 +224203,7 @@ iaE sDT iaE hPp -qwV +fPG oWM ugX pNi @@ -225360,7 +225231,7 @@ aeQ nwZ maS kSL -qwV +fPG xGf iUl pNi @@ -227654,7 +227525,7 @@ eFV osZ weq ktX -xKJ +pnu tZL aJX pnF @@ -228172,7 +228043,7 @@ seL lrd aZr ktX -uzu +wRN pzf wpi nws @@ -228429,7 +228300,7 @@ seL mQp lje ktX -nyr +nNb pzf wpi nws @@ -229420,9 +229291,9 @@ swu tDE iMr aus -gFE -gMK -rGE +uFx +egF +noc fkf vLB brl @@ -268267,7 +268138,7 @@ sDE fQP aef urY -sjN +pmx fjk giR eSV @@ -268524,7 +268395,7 @@ qjG fjk qjh lHQ -sjN +pmx fjk giR eSV @@ -271581,7 +271452,7 @@ eSV eSV rZc kiT -phM +rCE deU gog fJX @@ -271838,7 +271709,7 @@ eSV wSb xnV fJX -wuD +uGX gNJ cPd eQA @@ -272352,7 +272223,7 @@ eSV rZc blA fJX -qla +lnK esh cfP fJX @@ -272876,7 +272747,7 @@ dFA ufx fJX jRb -nwe +ras vcp pfo vYo @@ -273925,7 +273796,7 @@ nGY isP urI vSP -nCz +wRc nGY cHA gxN @@ -274959,7 +274830,7 @@ aJm gjS aJm wiG -tdl +lzw reJ wOV wiG @@ -275445,10 +275316,10 @@ oaF oaF oaF gun -nez -rdJ -dod -ffM +wEu +tAa +ovb +eWR jVo fht nwj @@ -275702,7 +275573,7 @@ pTG uyE uyE hNb -nLu +qVm nwj daF wtr @@ -275959,23 +275830,23 @@ svM pTG pTG hNb -vaL +idX nwj qNa -oSd -xvw -rUj -jSg -cMo -cMo -cMo -cMo -cMo -bcs -bMC -tgZ -cgR -xsW +cyW +vnr +wJH +hqd +aIm +aIm +aIm +aIm +aIm +ncW +iEX +qgM +hMs +xvO jgf dhN dhN @@ -276216,7 +276087,7 @@ rPd rPd rPd rPd -avd +qgR nwj nGg vdC @@ -276232,7 +276103,7 @@ aFJ vCp xaN lBz -gUn +vne lBF tWP iJN @@ -276471,9 +276342,9 @@ feA kzJ sXT quy -eSM -ouT -eJJ +nBn +qdB +oRU oCr nJi aWU @@ -276746,8 +276617,8 @@ chc iht gbk mxF -kyQ -biG +jna +kbi pjK aFJ bji @@ -276975,7 +276846,7 @@ vlx fkO hFZ odU -mIr +iaU mVD ggv ggv @@ -276985,8 +276856,8 @@ ggv ggv mFo vWh -sEW -kNI +pMk +rAE ebm nwj nwj @@ -277004,7 +276875,7 @@ cxb cxb jdq tTJ -chu +wqF tWP tNC bji @@ -277238,12 +277109,12 @@ pbQ anC leh gfk -aYe -eyw -yfv -aTB -bhv -hwC +sbM +kMm +uhA +dnt +wiz +gzb rDG mNr pvj @@ -277261,7 +277132,7 @@ vOb gbk sgk aFJ -mKO +mPQ tWP xUO bji @@ -277495,7 +277366,7 @@ gun eNf oGM sWx -cVF +leb tDV utL jCu @@ -277518,7 +277389,7 @@ gbk gbk fAJ pyx -pXP +ufA tWP fha lJS @@ -277746,13 +277617,13 @@ mHs mHs rDU eHx -uKh +cnh fov mIH eNf rPd lYi -awl +hEL lYi lYi lYi @@ -277775,7 +277646,7 @@ rPd qAo qAo qAo -cvz +fIL tWP tWP gsK @@ -278009,30 +277880,30 @@ dBq hEO rPd hZQ -ykj +wrS qiC rFQ voK kWf rmS -rbf -btn -hlP -mPz -laU +qDN +iIa +nQM +eSr +hJP rmS tDj plv -txU -wAT +qXr +jRx rPd oBM bjA aFf qAo snf -dNC -hgj +iVo +uJf qAo tcL xgl @@ -278266,22 +278137,22 @@ nzh kVb rPd fRB -ykj +wrS aEs leL kEE qgh rmS -ipa -wKs -rme -sji -lWm +gyZ +rCX +gZI +gwE +vLz kUH dOR sNE -ohh -eFN +ugw +jdE rPd rDq yjA @@ -278510,48 +278381,48 @@ cWx fov wWr wWr -xGx -gGr -uNu -efq -efq -efq -ycu -eYg -nAm -cMj -kiq -rzM -rwi -nES +lib +gDj +gRf +kVa +kVa +kVa +pPx +qpv +dGs +ylZ +hxF +pIY +hEu +eeG mnW mnW mnW hnn iHE -jTP -wKs -rGs -xrR -eWh +kSe +rCX +pYj +dPB +xlz rmS yaR caI -gOt -lss +cUx +fgK rPd qvO vmb qvO qAo rhx -eQR -sfz -nsU -pQB -xvf -peU -asl +tFa +kbU +uYz +wvm +ftK +sik +ibu roH tHj ipt @@ -278767,7 +278638,7 @@ aly fov gdv twi -gnk +jeo aLV lVT gIl @@ -278786,28 +278657,28 @@ lGc pFS msJ rmS -iSC -wKs -jgL -wKs -tfM +tCn +rCX +vCE +rCX +wEK rmS -ukP -mme -rNo -lss +vLI +lYT +ydi +jdE rPd rPd rPd hxm qAo hdj -dov +fjK etd qAo jTF exT -ojQ +qwE iZg lhd lfo @@ -278819,7 +278690,7 @@ nqF nqF nqF nqF -kdV +unO dlH gZU uYQ @@ -279024,7 +278895,7 @@ cWx fov fov bjB -tAo +anv nRM esi oEw @@ -279043,39 +278914,39 @@ rFQ ejX lkl rmS -lqW -eDt -jXT -bfn -exd +hFa +ooH +hSu +mqz +nEi qLf -kkV -shP +rvT +gZW rKP -vUl -caK +qtE +nAY aIl qap pZu qAo xvb -vYl +bCo rgq qAo ngp ngp -oJw +qDh fbC nqF mAZ nTv nqF nqF -xyg -nMY -awu -gEz -iTW +hIO +pBc +mkA +adA +qGs lhz nWP bSS @@ -279281,7 +279152,7 @@ xZQ xZQ xZQ fov -smZ +vaS qno oZq fov @@ -279307,10 +279178,10 @@ fXk fXk fXk fXk -fyg +auE uvb iLG -flC +nhz uvb qap gXc @@ -279321,18 +279192,18 @@ qAo qAo oCl xIq -gRc -dCf +cTm +iEt nqF -rcU -eJN -acj -uAY -qTC -jgF -mkE -pjs -iTW +wmS +lXL +jsy +wxu +wuM +iIZ +ydq +fQg +qGs lhz lqA bSS @@ -279538,7 +279409,7 @@ toJ tVm xZQ oRW -gwC +xIG wPd eJM hTG @@ -279557,18 +279428,18 @@ fQk tdj tNq fXk -fTQ -hDH -bBn -tUv -wcr -kbL +aHx +iib +jej +cUW +hOz +hzM oKj -jid -drD +jns +rRd tKu -dZq -fXI +elI +lnm dyC bVS hAD @@ -279578,20 +279449,20 @@ uHI jwo aEz cYV -oHk -nWZ -nWC -mtu -jSK -jmU -krt -hfs -vFo -fQh -fBR -iTW +nTR +ppG +wgL +jES +jSI +cEs +mEe +bCk +wAd +tnf +sWu +qGs tvb -vnq +gGF lDl uVj fxS @@ -279795,7 +279666,7 @@ eHb cpo vAR ufl -oEt +dQX xDS dvP gvG @@ -279814,36 +279685,36 @@ fQk oUf aio drT -tJy -kXf -ujf +qje +lfq +pOH wrz lhx -oju +oOm oKj -sCn -wAj +wZH +umZ dho -dgF -tWH -hfM -ivo -wcu +iQF +xXB +tMP +jQd +gTA iZp -biq -poB -tlU -poB -mjk -wtO -uMu -gJz -nhZ -eRB -myU -soX -oTv -lFO +fiH +umg +moP +umg +heR +hJx +gKl +gAI +siV +rgn +mWw +hbw +bue +rxl lCb lCb svy @@ -280053,7 +279924,7 @@ sIQ xZQ rmC fPx -mzC +qXZ ulv ego oVr @@ -280073,39 +279944,39 @@ dXe ygJ ygJ ygJ -uzw +keP mVp -quJ -cWh +hup +jNm oKj -oIV +svU utD -une -fzq -jGD +kVT +sTO +tga dyC -dBa -oat -wgZ +lVj +bwa +sdF quh quh jwo quh gIy -kRe -gpU -xJK -uTl -gtm -aDO -eTX -lwS -fiz +hoz +utB +mLN +vCS +rWV +fFw +dxm +pUm +nWL lCb -jPV -wVI -uQo -fix +umK +mHW +rRG +qEI vgT uYQ eWI @@ -280310,7 +280181,7 @@ xZQ xZQ kZH lYh -wyf +ijL qYZ jGz oVr @@ -280330,39 +280201,39 @@ aio ygJ tSN gko -pPo +mqa uqL dKt -dKt +fbL rNp -wsR +dzl uIA kud -jNF -pUc -pUc -nfF -sUI -kpg -nfF -pUc -pUc -olD -gEF -blN -gpU -xJK -fvM -juY -tMJ -eDn -voD -pEq +rFg +rft +rft +rft +wHy +wHy +wHy +wHy +rft +rft +oBs +dGN +utB +mLN +bOo +voo +xWK +oUN +rYz +rZK lCb -omt -enU -gij -mox +tph +ihG +eQj +xWE aGV uYQ eSV @@ -280567,7 +280438,7 @@ yjw pxb tuP qlK -caB +nBO amL amL oVr @@ -280592,35 +280463,35 @@ kxK kxK uCB fXk -lqK +xJT csw -une -tuU -cTc -rEU -dyo -sSb -xjd -aMI -xMo -etV -geu +kVT +xnF +rft +lOd +kCM +vDa +jDH +rnR +edl +ftx +rrr gEF dRY -sxr -nWC -pbY -xDI -vuY -qme -nmW -ouV +ghW +wgL +vIy +siu +sQz +nca +rcS +kVx lCb -eQZ -yiX -sYk -lDG -qNI +thx +jZR +meO +qhE +rio uYQ eSV eSV @@ -280824,7 +280695,7 @@ vBK qov pUA fTs -pdZ +mqQ amL bnI kKf @@ -280844,39 +280715,39 @@ aio ygJ tAr kqK -jVL +mIM wtH jTX -jTX +gIA eTh -fsf +nPw lrw nMe -sSx -cTc -gbt -tqg -qWM -xjd -iec -sKL -etV -hDr +pKT +tXg +aCV +uVV +hye +fgs +bOT +hye +uVe +rrr gEF dRY -qUu +pSz nqF -fZD -baA -dkk -kCd -dTZ -omP +kaZ +leG +tHU +jVm +qlp +iAj lCb -uRa -enU -bgc -tKi +ybM +ihG +wJd +mTD aGV uYQ eSV @@ -281081,7 +280952,7 @@ viK wOG aBp sDG -wFZ +xnP mKj oJB jlG @@ -281101,39 +280972,39 @@ jLi ygJ ygJ ygJ -ddL +aqn sYn -quJ -htR +hup +jNm boz -jid +jns uvb -jnq -tKd -hTk -kmu -nBc -mRN -rwn -gMm -bSU -iqJ -nYA -oWe -nqM -qUu +hyr +wYG +rrI +nxp +kTK +hZD +uDP +uDP +nQc +pRU +bYJ +bac +eUC +pSz nqF -pEe -oyM -tJl -mXb -ssP -ato +hGs +ffH +ciJ +wNZ +jZy +gIN lCb -nUh -enU -aIf -uly +mYY +ihG +nci +ilD vgT uYQ eSV @@ -281338,7 +281209,7 @@ fCI qov umw fTs -pdZ +mqQ amL oLc hXD @@ -281356,41 +281227,41 @@ dsu teO ltI qWF -hWr -pkK -wtq +pLJ +fce +hzT lcf dPW -hZf +oOm boz -jid +jns uvb -lyV -uIW -cTc -hfm -eGL -hfm -dnG -hfm -hfi -hMH -aTd -nAE -oBI -oFr +uZD +aHw +qEz +aCV +eEJ +xFJ +mnl +won +tuo +tar +tpr +tvJ +cQD +ybS nqF -xEc -hvP -tDB -ski -gPV -dol +oEi +hzX +gQc +qNm +xmh +ckm svy -qpM -eAY -vek -jaI +vNJ +elz +xBw +liV aGV uYQ eSV @@ -281595,7 +281466,7 @@ yfh pxb jWM nrl -iZu +kIm tWW jlm hXD @@ -281613,41 +281484,41 @@ mfn nti hdD fXk -bWj -aDZ -vfr -nzO -vHf -trv +tYS +bvg +wSR +muF +lPs +tWk boz -jid +jns gGz -qCk -csf -cTc -obk -hlb -aCG -dYk -knC -sst -etV -cBr -pnT -vYg -vUI +rUD +tHt +hld +lRi +iHV +qAb +qcW +ssp +gMh +nNT +tpr +gEF +rSe +rfK nqF -tQM +hnD nqF -bDZ -sZV +jDf +egN cTs -vCK +sWM svy -dmO -mWP -eBP -eBP +orJ +bUM +ssk +ssk aGV uYQ eSV @@ -281851,8 +281722,8 @@ wGV hvu hvu uQS -qNV -kmO +klh +qcA tWW nDl hXD @@ -281877,34 +281748,34 @@ fXk fXk fXk fXk -vTx -oqq -nUK +rJw +rJw +vxd qap rft rft rft rft rft +mml +xsk rft rft -rft -rft -sSU -hdg -fxZ -kAP -oRP +kwE +ydR +nuC +mBE +bbt bdK -xdh -xRE -qzp -orO -bmw -cMM -olX -rVP -rtf +pIn +wWi +tlw +wYF +gij +mwp +mSD +hXh +gOo aGV uYQ eSV @@ -282108,7 +281979,7 @@ rMP yeu hvu pBK -hBS +knz jkO tWW fOo @@ -282126,42 +281997,42 @@ fpR rFQ oGs aio -xlm -aUI -dNs -tsA -kaV -xlm -xaQ -mKn -lnU +qHI +mhG +lEt +bbI +xRX +qHI +tXn +wES +hqG qIn -wii -phc -rft -gsz -kCM -vDa -fAR -pZK -kst -ftx -rrr +vRu +mxH +bGP +duS +qOH +aTw +hBR +pEt +jIN +wAZ +irH gEF rcF ahg -dcv +kuZ cNo -qPm -qsx -uxF -kXg -fzB +tmi +ioi +kjE +tUG +ssx svy -xBm -cCJ -iTJ -rzG +kBz +hIQ +xbb +nnm vgT sDq czM @@ -282365,7 +282236,7 @@ dKT unA okM flD -hqf +hJM dzG amL aGF @@ -282383,27 +282254,27 @@ fpR rFQ teO kyG -xlm -otU -xai -lkL -dtR -eFi -wZs +tyR +kqZ +mqS +mqS +hVr +qHI +rZB +vrs +wpw tRI -tRI -uma -nIG -yda -hld -aCV -uVV -hye -fgs -bOT -hye -uVe -rrr +qhd +edT +rqU +qUb +cMl +bST +mmF +ibd +puX +tiS +irH gEF joj ume @@ -282415,7 +282286,7 @@ tQJ tQJ dlQ dlQ -fsn +gHO dlQ dlQ kdf @@ -282622,7 +282493,7 @@ hbY yhR hvu fne -jbH +knv dvv xxu hYI @@ -282640,27 +282511,27 @@ fpR rFQ ukb qqA -ehK -tIl -xsa -uDC -fQI -eGy -txD -txD -xoa -pxM -lTw -kKd -rrI -hLg -kTK -hZD -uDP -uDP -nQc -pRU -rft +qHI +wLy +mqS +mqS +dtk +htD +iSB +wfa +ooU +cwb +rDY +aQi +bGP +uUw +rYM +dWi +eVf +ibd +yeX +jPE +bGP aAq ybc aAq @@ -282672,7 +282543,7 @@ cMY bhL nXt xli -wMt +dzt uhb uSI gba @@ -282879,7 +282750,7 @@ ifh hvu hvu pYV -kXm +gXC tuE lFd hYI @@ -282897,27 +282768,27 @@ lYi lYi ncG lYi -xlm -cks -cxV -cxV -mxo -xEV -gUR -oJg -cAS -ane -qNA -neB -pHc -aCV -eEJ -xFJ -mnl -won -tuo -tar -rrr +qHI +wxi +mqS +cQe +bia +qHI +vyi +qXf +wpw +tRI +uVa +dvI +bGP +bGP +xOH +hcX +sFt +hOK +yeX +nvP +irH gEF pDU hLN @@ -282926,10 +282797,10 @@ diV why gMj nyl -wlx -aeV -aeV -efC +tFr +kxR +kxR +bNA xdH kJk gba @@ -283136,7 +283007,7 @@ mJP qnw wsZ cbC -kHV +gFy mqw dGY tKD @@ -283153,40 +283024,40 @@ stI kfX qaV aio -xlm -xlm -uwk -jMI -auZ -nlu -vyq -exr -wQU -rPf -sXb -dsE -nKa -hCX -qLC -nKh -qAb -trB -ssp -gMh -nNT -rrr +qHI +qHI +sNN +wXh +fTh +aYn +qHI +wll +lFg +let +uCx +fyd +lPj +oSh +mPK +uar +akD +irL +kYl +kYl +lNK +lZN gEF sgA khw yjm uDL uDL -ygs +cgB fji bhL tFB jWh -tCi +rel xEM mgT gba @@ -283393,46 +283264,46 @@ voc gFY kTd mKZ -xnd +hLV fRu -cbY -mjA +fHR +wgA dpf -hZs -hZs -uuI -xaw -eNM -pdf -bim +fCN +fCN +eNl +gPJ +eyr +bgE +kXV bSB whQ mCw gTF iZk -xlm -xlm -xlm -xlm -dHX -xlm -xlm -yew -wzS -oYg -ane -qNA -fgq -rft -rft -mml -mml -rft -mml -ktG -rft -rft -hkV +qHI +qHI +qHI +qHI +htD +kDd +qHI +koc +pTc +pPD +wjH +dKp +tRI +dvI +wpP +lLl +ryj +qmu +lLl +lLl +cCe +boN +gEF uUv khw yjm @@ -283443,7 +283314,7 @@ tNA bhL oUP oUP -qke +mkY oUP oUP gba @@ -283661,36 +283532,36 @@ pFr ikd fdD udq -tqs +fWY bSB xVm aSC jur nLs koc -nbp -qBi +jKn +wAF wfr -fQK -qZJ -mfh -jtC -mXO -nlj -vEs -fIo -fSY -xjz -aaA -eiX -dbG -fcC -jPL -bJG -obp -oMx -gEF -wQo +btQ +wXZ +bbu +ccV +bRC +ane +gFk +nmD +vRk +oHd +oTP +fEb +dcX +sXH +oSC +mzw +myH +nvt +jQd +pUF sKY pOl xrB @@ -283700,18 +283571,18 @@ iKO ffS wNm btc -oFY -duU -tXA -xsF -tyJ -hjj -rMw -jQN -igx +kBC +uxA +hFH +ltl +leE +qQC +pDk +lsd +hur fgw -sac -clk +wcG +qyi fSc ujc hCU @@ -283918,7 +283789,7 @@ sbp yjT pIx gTR -hIU +jth xeI whQ mCw @@ -283928,35 +283799,35 @@ koc tvv pbL koc -lmo -yam -xZf -ieD -hfb -tGl -eTJ -gbi -qkp -dhZ -iBM -iZE -peI -hsQ -cSp -cSp -oIb -oCR -oYM -xaY -aMr -iuT -vTt +gOF +iRn +coG +aoY +xjR +aRM +tSR +vSI +dLy +iFV +sqU +cDH +hju +hju +hju +bqF +sGv +irH +gEF +lUq +wBY +jQS +vhL mQI -vth -wJJ -gmp -avy -ksB +mmL +iYC +qel +tnv +urf wPA jRy vvG @@ -283969,7 +283840,7 @@ gnL kBy lew kaF -qDr +wou ckI ckI gfX @@ -284175,7 +284046,7 @@ ccY kRb pIx xOJ -tqs +fWY fuf stI wOz @@ -284186,24 +284057,24 @@ tKp pbL koc pVJ -jOj -eEP -fkt -hCf -qLW -hIg -fNF +iHg +lyN +epC +xHE +vsU +epC +syr eVB -knI -tcB -naD -hDe -oyz -dIP -dnD -dIP -mZB -gEF +tcF +axc +qWy +fjJ +twG +fTt +oLK +oDx +irH +pEy pPR dgo qch @@ -284220,13 +284091,13 @@ uhZ xpk iSz gOd -axv -qOF +wdx +wtZ xQQ pCx tVw ezA -oYz +xrX uxV uxV uxV @@ -284432,7 +284303,7 @@ sAd qlz tCa itJ -tqs +fWY epo stI hVl @@ -284442,30 +284313,30 @@ koc koc koc koc -lmo -dps -fQZ -oMn -cyq -mRV -mEG -rlf -vqO -fPE -hdo -cUo -eym -gyG -lir -dnD -aXc -vMR +gOF +nxO +wDx +fCb +uXy +wFa +tRI +rcC +xhw +jYO +pUc +pUc +rpH +rpH +rpH +nNv +pUc +pUc gEF tID lZh qch ivk -fqh +iow tXO qch qAc @@ -284483,7 +284354,7 @@ lYR iCV rSm xjF -uvs +eZJ bap vyV qIA @@ -284689,39 +284560,39 @@ oTK ndB tCa itJ -tqs +fWY bSB whQ jzS -qTS jdZ qTS -jEE +oLs jHa jHa jHa jHa ulh ubw -jHa -qHI -qHI -uun -qHI -qHI -dcj -qtu -ilm -wHS -hCr -dnD -dfC -rMa +xlm +vyq +hXS +hXS +trt +vyq +xlm +pUc +gnq +eLf +okZ +dJz +gOk +uze +etV tvJ hQx khw gIb -txi +aXC hnr sgx qch @@ -284740,8 +284611,8 @@ qWG ogt giv ezA -bFe -gZL +pXp +hSv dhe dhe jAu @@ -284946,34 +284817,34 @@ oTK kOS nLf wcq -xvc +lJN lZJ whQ rhO -bKL jdZ bKL -rOA +jpP jHa tlJ aFZ xEl aJe eUe -jHa -tiz -xkk -pla -dwR -yjL -eWq -adQ -glG -xxy -hCr -dnD -dfC -rMa +xlm +qyR +xsj +kWz +wcA +kPj +tsA +pUc +mRm +cKK +fzu +dub +veD +pSZ +etV gEF pWr jmE @@ -284998,7 +284869,7 @@ nCX nMW dze iHm -aKh +qNd vuE tQz pKu @@ -285203,37 +285074,37 @@ sAd mrO tCa itJ -tqs +fWY bSB whQ xdG -bKL jdZ bKL -rOA +jpP jHa dkp vqm egG oFo uXl -jHa -wee -mqS -wlP -mqS -uuL -bxt -wWM -glG -fQi -hCr -dnD -cFN -bGP -vam -kcv +xlm +dlC +xsj +mkD +dcq +uWK +cTM +pUc +uBn +kAw +kAw +agx +aFI +jkh +pUc vam +aju +eiH qch jEo qeU @@ -285255,13 +285126,13 @@ nCX saM dze kqE -hkY -bFx -vVN -urn -nUD -xuP -jJp +uqy +gJR +oHA +pts +reW +rwA +aln qLY opD pyI @@ -285460,37 +285331,37 @@ bvZ rDm tCa itJ -uef +vuH yhM stI wtV -nkf jdZ nkf -iZh +fZG jHa uiN kbR uHe qjR yks -jHa -liO -mqS -rrg -lpJ -qHI -eHj -ibX -glG -bJJ -hCr -dnD -dfC -rMa +xlm +iqa +xsj +mkD +bcC +eql +stS +xeE +ilC +aKx +ode +aKx +iox +iPZ +hMH gLY nYL -vZn +nzz qch qch fgg @@ -285518,7 +285389,7 @@ eDG fAA omW omW -eaT +eKP omW omW vTn @@ -285717,34 +285588,34 @@ hPH hPH pIx mqC -qEQ +vMr nIl stI stI jTM tHu xIz -xtj jHa vPn xQO huH fSk ndE -jHa -gAg -jms -pKO -crO -qHI -jKx -gtT -rEy -goh -hCr -dIP -nog -rMa +xlm +jzX +hPy +rRT +rRT +hrh +siS +pUc +bDg +nAB +par +bDP +rgh +mFJ +etV tTp rsJ dDz @@ -285772,9 +285643,9 @@ uQF pay ejU iQk -pxu -nTa -peR +mwT +fJb +kWb fXw nVa rMg @@ -285974,34 +285845,34 @@ iUf iUf aFt nYs -uef +vuH bWK fKx stI stI -stI kdk stI +stI jHa jHa -qgS oIG qgS qgS -jHa -qHI -lIq -lIq -qHI -qHI -bGP -pUG -bGP -bGP -bVB -gFK -sqB -bGP +xlm +xlm +xlm +jTG +rLv +xlm +xlm +pUc +nfF +nfF +pUc +pUc +nfF +nfF +pUc wYa mNo iGf @@ -286029,7 +285900,7 @@ wxI wxI wxI wxI -oqa +ePJ omW aIR jnU @@ -286214,41 +286085,41 @@ lEF hMK kcs dnV -lfK -xze -tUK -tUK -tUK -tUK -tUK -cNB -cmn -aJg -djD -jTY -djD -lXl -pIO -qJQ -rMj -gBD +cNx +rDC +gGp +gGp +gGp +gGp +gGp +brq +vtQ +ohO +hMr +xOj +hMr +lAx +tKB +voh +qGM +iUt cap kYa uFY kYa -xUS +kYa pXi jmo fwY stI -aQf -bNz +dqc +bvk pWU yix yix wad -dKf -jqI +luZ +gdN nfp xTB vfA @@ -286282,11 +286153,11 @@ mfc cTt hrz lGT -erE +iPj ksS egD vcX -qie +jMv omW mBW rKu @@ -286471,7 +286342,7 @@ gVP qIa kMQ rXV -pYs +pEW hdf lbX sXS @@ -286498,8 +286369,8 @@ upO fxq gvf stI -oaA -jRz +gfZ +npX eMD vKv vKv @@ -286509,41 +286380,41 @@ njU wKJ aRO dvo -uDp -sjp -xDf -lsf -dsj +uTM +uHp +ota +oSb +uLz xqD -pms -hEw -kbn -qjC -bXf -jkk -lVE +pbd +wpf +vGq +aCF +kmD +jwQ +mUl uzc -wOh -sOq -pwt -aku +xdL +dOe +uJt +dJt hsA -ujy -ujy -kWp -aku -ujy -ujy +hyU +hyU +pFb +dJt +hyU +hyU uwD -aku -jFk -tgE +dJt +xrA +rCJ erO -kwJ -ioG -ioG -ioG -vrB +cyb +fLn +fLn +fLn +dbZ omW gaZ mDX @@ -286728,7 +286599,7 @@ hoE hMK qms pLB -htX +tgU hOj sir fTi @@ -286755,8 +286626,8 @@ nJA nVR drr stI -jkX -jRz +nGI +rDI eMD vKv vKv @@ -286766,7 +286637,7 @@ rBm wKJ aRO seI -pVE +odw rZN lXD nbV @@ -286794,7 +286665,7 @@ wvQ lsE eCK etm -rGR +xeq lFR jeW mgp @@ -286985,7 +286856,7 @@ uYQ qIa kMQ qEp -pYs +pEW ate tqD qGE @@ -287012,8 +286883,8 @@ gfE vVw stI stI -wyP -jRz +esq +gcY acv rkO rkO @@ -287051,9 +286922,9 @@ kcf gKM xYJ etm -rGR +xeq erO -dZT +ixm xky cfl xTF @@ -287242,7 +287113,7 @@ uYQ qIa kMQ oDL -yeZ +kLZ aqr tqD tqD @@ -287280,7 +287151,7 @@ upa xoN xoN iKu -ccb +pyU pdg mSK mrm @@ -287308,9 +287179,9 @@ tev nBM aOF paF -rGR +xeq lFR -kHw +loj eSA hIz eSA @@ -287499,7 +287370,7 @@ lkm qIa kMQ seG -tBC +vrx cyY elJ tqD @@ -287565,9 +287436,9 @@ bQH nBM vLY etm -rGR +xeq erO -dZT +ixm fvg bUh uaq @@ -287756,7 +287627,7 @@ bLQ wpb pbg dnV -jrN +wAa hOj ujO ujO @@ -287794,7 +287665,7 @@ snv snv snv gHE -qVF +efQ gst vGI mrm @@ -287822,7 +287693,7 @@ hut uGv nAk bUs -tHD +wUR xPP cGB wDb @@ -288013,7 +287884,7 @@ mYw crs kMQ rIz -hGq +uZf cyY kQe mmn @@ -288048,10 +287919,10 @@ kBh wVn jGO ufZ -gHQ -jtG +wkT +dao dvo -ewE +rev fWT qZz qsp @@ -288079,9 +287950,9 @@ lHH nBM jTm xoP -iDJ -xFc -aAO +egW +wpD +fyp mCY dvZ mCY @@ -288270,7 +288141,7 @@ tsJ tsJ tsJ pOK -vkY +vDk bui kQe hHN @@ -288308,7 +288179,7 @@ rZf rZf goc fNg -hkQ +krE voU qZz uKf @@ -288325,7 +288196,7 @@ eFY qJX cTw xZE -cSK +iQW oCW wcO nlo @@ -288527,7 +288398,7 @@ smG eEr fme pLB -htX +tgU gWo ujO ttU @@ -288565,7 +288436,7 @@ jvr xOt hTg fNg -hkQ +krE gst kiP agL @@ -288822,7 +288693,7 @@ dBz jWS hTg fNg -hkQ +krE gst aEx tTn @@ -289041,7 +288912,7 @@ sEs oMF liE pLB -htX +tgU hOj ujO aPY @@ -289051,7 +288922,7 @@ nmI xmw uVH khN -tAP +mSv xYG nPD iiU @@ -289061,14 +288932,14 @@ bdw dRo rtX wuo -tCz -lAS -jEF +pwe +rAR +jqP pNJ -bnJ +cmg hBq -pJN -fEv +hoN +rbT glp gst dFW @@ -289079,7 +288950,7 @@ ecr iEK lkO sld -sOs +wnc qKQ qZz twp @@ -289298,7 +289169,7 @@ wWK gJL bPF dmZ -uRE +sgY lVw uVH uVH @@ -289308,24 +289179,24 @@ bQI kYU uVH oEJ -axu +jfW xYG gzh -pzK -oWh -vyr +bHb +swj +bCQ hPt dRo ewX nkj -oax +dfF wtl mTT nov wtl mTT pIF -olu +lSa ovn jrj cXG @@ -289336,7 +289207,7 @@ dBz jWS hTg fNg -vje +eal jKK jEi qZz @@ -289367,7 +289238,7 @@ idW iCn aJF qrn -sbW +uoj wxI kom xaO @@ -289555,7 +289426,7 @@ vxq kri liE fea -sdu +dVn wkF kUZ uVH @@ -289565,24 +289436,24 @@ gUe kQe uVH qKD -sNz +gSH xYG xYG -jeh +wQu dRo vQp -hFw +gLf dRo czU nkj -oax +dfF auv dFq jiW auv dFq bUl -npc +sco glp jrj aJs @@ -289593,25 +289464,25 @@ kBK nir hTg fNg -auR -agC -dWE -aRD -qIo -vSV -uWA -bFt -rJN -rJN -feo -rJN -rJN -rJN -xuo -wxG -rJN -rJN -rJN +sfk +lLS +vfe +utv +tkQ +nas +yfB +pFN +nIp +nIp +kXr +nIp +nIp +nIp +cbf +uBI +nIp +nIp +nIp wpj fuT dev @@ -289812,34 +289683,34 @@ tsJ tsJ deu vkw -grg +cFI vkw vkw vkw -ufm +nIC ftR geR qqC wuX -eIn -sNz +mSQ +gSH auK wiC -jeh +wQu dRo usn -lCf +hjg dRo czU nkj -oax +dfF ula iKs rVO ula iKs bUl -npc +sco hjc jrj mlB @@ -289868,8 +289739,8 @@ aoE aoE aoE aoE -ods -yfn +fPn +sjI obQ nBM jwk @@ -290069,34 +289940,34 @@ vkw vkw vkw mIp -tAb +niv ezx -oAm -xeY +waE +kCJ jsU -idR -fnS -nKr -pNw -trU -rQE -iNU -enb -qbd +tuF +mBb +xgU +gIj +fku +jCK +wPS +ulg +arO dRo tpa -rRM -vfG -fMJ +pni +wOj +epz iZc -ppN +nMy auv dFq qFX auv dFq bUl -sZj +faG oix upa eaw @@ -290116,7 +289987,7 @@ cMN gAF rWj wiu -fZV +vDF aoE yeV wrq @@ -290126,10 +289997,10 @@ oGh kwI aoE aoE -jaF +mXk leN nBM -cAk +npY ixh aKc orA @@ -290353,7 +290224,7 @@ utF uqJ hMM bUl -llA +lOW oux xzE jAG @@ -290373,7 +290244,7 @@ voA uKZ wZr tOG -dTt +pZx aoE eYO trW @@ -290383,8 +290254,8 @@ uTU kUt btg aoE -yfn -rjk +sjI +xXx nBM whd xJw @@ -290610,7 +290481,7 @@ xRv qSO pns pIF -mtK +aaN qSR lEW cQk @@ -290640,7 +290511,7 @@ pSL trW qGC aoE -yfn +sjI smx nBM uOE @@ -290867,7 +290738,7 @@ hrX bys oyk pIF -xAN +peo aCw ovv ydD @@ -290897,7 +290768,7 @@ sCr rTz lPu aoE -eGg +vei jBX nBM wlC @@ -291107,7 +290978,7 @@ jDp xtW tBy weh -kLv +aZG eJb vAn xml @@ -291124,7 +290995,7 @@ hgz iUS bys gCQ -fBL +xTJ qtl ovv cRz @@ -291154,7 +291025,7 @@ wGl aTh aoE aoE -vHS +eIG xCs wkW tOE @@ -291381,7 +291252,7 @@ nYh vbI uJL gCQ -fBL +xTJ ovK qmq rYO @@ -291405,13 +291276,13 @@ uoa jsC weL eTo -uAx +faW dAp -dEf +eYm nBy htV efg -hKZ +kKh nha bbl whs @@ -291613,7 +291484,7 @@ tZw aRg hoq ovm -lva +hZh uOD fGP eqG @@ -291638,7 +291509,7 @@ gCQ gCQ pIF pIF -bBr +eqe qgE qmq ufu @@ -291657,18 +291528,18 @@ sZb szj svL fgQ -hiR +nJC tDr -otP +coZ dvO -fdv -mXM +deA +cCE qYG -xCE -vFH -sKB -rPP -rLx +mmD +gux +dHZ +bPA +mWu xLT cYM whs @@ -291870,7 +291741,7 @@ btm adW sPO ovm -azM +sKw dzv jOO ufs @@ -291895,7 +291766,7 @@ gJS pAT hcV nLK -fBL +xTJ ovK qmq qTq @@ -291909,7 +291780,7 @@ eIg eZH usa mXT -gwQ +iTc uac mvS pNh @@ -292149,10 +292020,10 @@ xsT jVT sWf rFi -vOg -vzn -tNg -gfn +luv +lWC +dJd +kFC ovK ovv goa @@ -292171,7 +292042,7 @@ mXT mXT mXT mXT -dDF +rZM vJR hnK dsy @@ -292406,7 +292277,7 @@ xsT jVT baY uwN -fIf +mGv gAT ati fnk @@ -292428,7 +292299,7 @@ sIl cMW wxB wNf -iYt +rrp kRs fre kMk @@ -292663,7 +292534,7 @@ tuY eAx eAx tuY -nXc +tJL uGo uGo dVf @@ -292685,7 +292556,7 @@ eoX bmc emh tFY -tag +aDt kRs qwZ dmc @@ -292935,7 +292806,7 @@ slC iKg hnC hnC -uZl +fIZ wxB xmu hHb @@ -293177,20 +293048,20 @@ aJa cWg dVi tEP -xac +mbF bZn lJh xfM -rYE -hvJ -nTg -iUv -iaw -wcW -jRS -jRS -jhh -lJQ +hTb +gai +fxM +clT +vZp +bba +jsZ +jsZ +lel +fxY hnC hnC wxB @@ -293199,7 +293070,7 @@ wxB wxB wxB oHC -vpU +bbT sFB hnK pmB @@ -293430,14 +293301,14 @@ nYp jKt vby wbx -cMS +hMt wDu oTJ qgY -uiV -ogG -aEL -ovf +lXj +vly +lAU +lFh dLT hKx hKx @@ -293447,7 +293318,7 @@ hKx hKx hKx hKx -dcb +tro mFY mFY fws @@ -293456,7 +293327,7 @@ khv mnc qJt wxZ -kmP +wBV jCq qwZ hvi @@ -293704,7 +293575,7 @@ bBx cqj lzP hKx -tqB +lln lkG ifK fws @@ -293713,7 +293584,7 @@ efH xDC wqw tFY -qfJ +wVL hGj hnK wUx @@ -293941,10 +293812,10 @@ dYY bIp bIp ddG -aoX +ttg isB -ntL -boq +raG +bAS oxD ehy qgY @@ -293961,7 +293832,7 @@ hKx ruc ybP hKx -apM +amz oOc jCB fws @@ -293970,7 +293841,7 @@ hIB teI fws nFM -mrU +acT qWt hnK hnK @@ -294218,7 +294089,7 @@ iKq pCI oaL hKx -apM +amz xCH hCQ hCQ @@ -294227,7 +294098,7 @@ hCQ hCQ hCQ gJp -qrD +wwn qjk kBk pZC @@ -294475,7 +294346,7 @@ iKq wBp qKs hKx -wtB +alc hwG hCQ cQZ @@ -294484,7 +294355,7 @@ vim rXw gKN oGi -bTb +qxg cbB kbw iyU @@ -294709,7 +294580,7 @@ afY oYG afY hfB -guI +vPM aih ozB dhy @@ -294732,7 +294603,7 @@ iKq pCI oaL hKx -eRR +gnO wPj hCQ cQZ @@ -294741,7 +294612,7 @@ bHA wMW puW oGi -axn +uVY kRs uMS qTy @@ -294749,7 +294620,7 @@ qdr cCd nAJ xdA -rov +lNq cYM fTe koB @@ -294955,7 +294826,7 @@ qgW xmB tuz luw -rTf +xeL mjL qcY gbF @@ -294989,8 +294860,8 @@ hKx hKx hKx hKx -eDf -opM +fGt +dVP hCQ hCQ hCQ @@ -294998,7 +294869,7 @@ hCQ hCQ hCQ sND -kFG +lkw sND kBk agV @@ -295246,16 +295117,16 @@ gwn gwn jCF mFY -xZG -opM +eTU +dVP rKb trL uJn -mFq -mMh +npb +gar lHx -ssw -vyu +kuq +mMn kRs kBk kBk @@ -295503,12 +295374,12 @@ jCF jCF jCF qrg -eZY +tTA eCg bqZ bqZ bqZ -sbN +sNf efg iwg oGi @@ -295760,12 +295631,12 @@ gwn gwn jCF qrg -eDf +fGt ijR dmJ tXd kVH -eRZ +qLd efg emA oGi @@ -296017,12 +295888,12 @@ gwn gwn jCF qrg -jyQ +sTw wGF qTu bJf aPd -abh +cva efg gos mUI @@ -296274,12 +296145,12 @@ jCF jCF jCF qrg -jyQ +sTw lYr qTu sGD qBM -fqG +hXX fTe vQi hrq @@ -296531,12 +296402,12 @@ gwn gwn jCF mFY -rmO +aPP mso qTu wjV iaC -fqG +hXX fTe dwS roY @@ -296788,12 +296659,12 @@ ohz ohz ohz ohz -rmO +aPP mso qTu mZi iHT -gpw +fjG fTe xoZ ufK @@ -297045,12 +296916,12 @@ kjC uUg bZq ohz -dac +dNp mFY qTu afO xVw -gzq +xiP fTe rlZ tJU @@ -297302,12 +297173,12 @@ tNI rwZ dEK ohz -hRs +ifF mFY nAl mvd xVw -uvx +eVU fTe peL hdV @@ -297559,12 +297430,12 @@ nbS oqF ftU ohz -hUf -jLn -hYZ -qep -nxL -pfe +gPV +aKi +vgR +opW +oIw +vCf fTe baE oAB @@ -297810,7 +297681,7 @@ okz qgE ohz ohz -moM +cpF ohz ohz ohz @@ -298347,7 +298218,7 @@ rbh iLW gzF gzF -sEk +qFW fyA fFV ubK @@ -298838,7 +298709,7 @@ hxK veC mlJ mlJ -igi +wKy mlJ mlJ mlJ @@ -299590,8 +299461,8 @@ qfo eVT eUP vvb -hIw -bdC +tnU +hUP glr fFR sLh @@ -300895,7 +300766,7 @@ uLp uwY khg kaT -wXR +mZG uwY umd eDy @@ -304248,7 +304119,7 @@ aSk aSk aSk kIR -mVg +sOc piA bWZ eSV @@ -343292,9 +343163,9 @@ vfC vfC vfC ach -tKO -tMs -dbe +fFX +bLX +gAH oqZ wwD uPT @@ -343549,9 +343420,9 @@ vfC vfC vfC fKY -wFQ -cug -xoU +nzJ +uKy +biH oqZ oqZ oqZ @@ -343806,11 +343677,11 @@ vfC vfC vfC xoK -lOJ -cug -gGy -sFu -cGW +lDW +uKy +kIl +tpM +gSV oqZ kch koz @@ -344063,25 +343934,25 @@ nqk vfC vfC xoK -hnu -oGv -cAt -cKc -ozA +grE +qDV +xLn +atb +wPg sDM -dht -eJp +lEz +jZq keX rpT rpT -boQ +qyt rpT xPx -poD -uOl -wUO -ePu -pta +uby +nKI +wHn +bLp +sAQ jIL oHs pOF @@ -344320,25 +344191,25 @@ qsY gKS qsY xoK -sxz -mYq -aqe -sLq -iTp +dsG +fwe +ffT +gPN +esL mty -bQO -hzl -tVW -tVW -tVW -oXx -tVW -sQL -ank -oMs -sQL -fzF -kKe +wlL +wJN +sbL +sbL +sbL +pDa +sbL +vmZ +oso +fOS +vmZ +qqc +axH jIL ppf tfu @@ -344583,21 +344454,21 @@ oqZ oqZ oqZ oqZ -wov -gPF +hhk +pKK rhv lMX hqU lMX jLu swX -bma +jKg cCz nRR -pat -pMC -xDL -cZU +kAx +fIt +fVc +uiy fVi hkE uQM @@ -344840,22 +344711,22 @@ vvz pIv rqP xMt -oOu -wzM +jJD +ddI dsa itH mco itH swX fEx -eLj -nlQ -uBH -gay -hyZ +cDy +lQu +bbB +kLQ +lRf ryY oMa -tnj +aDc hkE uQM vyl @@ -345092,24 +344963,24 @@ xMt eai eai eai -wKe -sgS -wiq -evg +rJl +bFJ +jIX +mTn npe -tlV -hvv +pna +vgJ jjc mco mco mco qWr -jfm -quC -quC -quC -gSb -gCK +gbb +wHn +wHn +wHn +pWn +yhB ryY oMa uCO @@ -345354,22 +345225,22 @@ vGa iHj oJr xMt -uTs -aon +iol +vTE dsa itH mco itH swX -pza -mOn -mOn -mOn -nHX -syZ +bxO +bxO +bxO +bxO +nSX +dRF ryY oMa -tnj +aDc ian bAj xaC @@ -345611,22 +345482,22 @@ eai eai eai eai -eMI -gLX +vRX +ddI dsa itH mco itH swX -jDS +cSs uTf nbf nbf eoL -awT +ftF ryY oMa -tnj +aDc hkE fBk rgH @@ -345861,29 +345732,29 @@ szN nKW nKW eai -hRc +yeq eai -sDc +ouV eai gNp ykl gLG -qva -gLX +bDk +gTP dsa itH mco itH swX -rpb -iKa -mdY -cIf -flT -kFr +mNz +xCu +dDv +pXb +tQO +jrT ryY jiQ -pTv +nfH xBv kuL hYD @@ -346118,15 +345989,15 @@ gla nZt ofr eai -jcH -afR -oGS +kUO +rKk +nHb aqp lok lsm wNr -kvi -rUu +tVT +gVt dsa itH mco @@ -346140,7 +346011,7 @@ eVP aHb eVP eem -uqA +nIy mUh hYD bfM @@ -346375,15 +346246,15 @@ gla xQw ofr eai -fft -eVp -vJP +gfV +dut +gzs eai eai eai eai -xLR -isb +wMQ +oEM dsa itH mco @@ -346397,7 +346268,7 @@ orU xhH sSD oMa -tnj +aDc hkE hYD uRk @@ -346632,15 +346503,15 @@ vKx ofr bMX eai -cyz -omb -nWj -qwm -gZx -cLa +abR +tcf +tFX +iUK +fjn +xWi fMO -xLR -jkA +wMQ +pxg jjc mco mco @@ -346654,7 +346525,7 @@ fpl vpk oUw oMa -tnj +aDc hkE wbV nQy @@ -346889,15 +346760,15 @@ rkE rkE rkE eai -uuU -eVp -eVp -eVp -eVp -eVp +abt +dut +dut +dut +dut +dut fMO -dEY -gTO +lHK +mLR dsa itH mco @@ -346911,7 +346782,7 @@ bMG gXd sSD oMa -tnj +aDc hkE hYD jXJ @@ -347144,17 +347015,17 @@ pJG pTo rkE qyC -ljm +bEj eai -rcx -vWP -rWg -hip -rWg -qPk +mAO +cem +eqC +cVT +eqC +qyI eai -jce -qZb +ptB +kOQ gIW vyj naj @@ -347168,7 +347039,7 @@ vzT hpp sSD oMa -baf +scK hkE hYD oJX @@ -347410,7 +347281,7 @@ eai eai eai eai -rsn +olp jIL jIL jIL @@ -347425,7 +347296,7 @@ eVP eVP eVP fTr -sfv +cZc fTr kuL kuL @@ -347665,9 +347536,9 @@ mfk aoC aoC nty -xZD -eHY -fLc +aLO +ced +vyD uho ueV ivT @@ -347682,8 +347553,8 @@ ueV jMt ptd vhv -jXQ -mry +rNs +iCf noA kjY vgP @@ -347909,21 +347780,21 @@ oTc fLk fLk fLk -tAc -lfa -ujV -ujV -spb -kZv -gdb -gdb -gdb -bOt -ktI -hry -gdb -hry -atv +aYi +iYn +jfo +jfo +frs +fhu +vxz +vxz +vxz +gZg +hvM +wEc +vxz +wEc +xTa sAI rkE tch @@ -347939,8 +347810,8 @@ bMn dFT bQm mgE -gff -kgW +rzT +nrh eAa eAa eAa @@ -348166,8 +348037,8 @@ bQX dXp fLk aNW -gqA -rZy +fSt +gLn wPw wPw wPw @@ -348196,7 +348067,7 @@ oVZ oVZ oVZ nFg -sYW +rPv hkE oWL nyT @@ -348423,7 +348294,7 @@ fyI beI fLk rYe -gqA +fSt ojt wPw qiX @@ -348453,7 +348324,7 @@ phb phb oVZ wXx -tGK +wAn xZU nAa eHr @@ -348470,12 +348341,12 @@ lwL lwL beS mXo -qEB -tEo -cBS -sDV -oGJ -qEB +bOF +tGg +btM +uhj +uNB +bOF xDY rKQ vUX @@ -348680,7 +348551,7 @@ xyc nig fLk vvr -gqA +fSt ojt wPw wph @@ -348710,7 +348581,7 @@ phb phb bOb bzw -ake +qkP aCe eAa eAa @@ -348727,15 +348598,15 @@ dca lmW lWf dHF -vcr -avP -hMw -qTN -jco -vcr -vpp -dFD -pfj +ovB +sTk +clg +grD +cvw +ovB +vbV +daS +kAG fLf tnt fLf @@ -348936,9 +348807,9 @@ jNP oIx kwB fLk -riD -cha -lZn +uoV +oTR +enA wPw shX lCS @@ -348967,7 +348838,7 @@ phb phb oVZ ryl -jNS +cKZ pbC tZu uMU @@ -348984,14 +348855,14 @@ crD lch cvV rWS -vcr -qfL -pBY -luM -sqw -rCD -xKW -tcN +ovB +cbw +oiP +hsB +tmD +aRj +wgy +alr yeP xtz suS @@ -349193,7 +349064,7 @@ fLk tJQ fLk fLk -rsq +buO agj agj wPw @@ -349224,7 +349095,7 @@ phb phb fZL mOz -qFE +sWY iVG tZu tJp @@ -349241,13 +349112,13 @@ crD mVF kvX cOY -vcr -hWL -vFa -pnt -dCq -tgV -xKW +ovB +wql +qEH +dxT +ngg +tco +wgy kxt nQb nQb @@ -349450,7 +349321,7 @@ hGn pSn jPN oEY -gqA +fSt agj agj wPw @@ -349481,7 +349352,7 @@ phb phb uML mOz -bKr +pmS gsW ryA wEx @@ -349498,14 +349369,14 @@ msH vJK xEj tJd -vcr -dIR -qFo -aWJ -lqa -uwi -uyO -jZb +ovB +sgz +kYG +nyU +mSm +bcP +srM +uZj aeL flc iQu @@ -349704,10 +349575,10 @@ gkJ rKt aQx mFr -fEo -ljK -mAg -oXd +qVo +qRb +sTf +oaY agj iBr hoh @@ -349738,7 +349609,7 @@ phb phb uML mOz -qFE +sWY mwe ulD qZa @@ -349748,20 +349619,20 @@ qZa vnN kmm txV -lkb -iza +vvZ +sfh vnN -ffl +jfS pIb pIb tMK -vcr -waN -anO -aEh -xnC -uFM -iZz +ovB +uAL +hKt +szR +fCP +ijx +cRp xDc rnO dNR @@ -349770,7 +349641,7 @@ fsc sCa epv fYU -lZB +reE qlP uYQ wWR @@ -349961,7 +349832,7 @@ bAD rKt aQx hOD -sjA +uhl agj agj agj @@ -349995,31 +349866,31 @@ phb phb uML mOz -ioj -kIW -tly -hJp -jpY -pcf +rXe +slU +dwp +aqW +iWr +tTq wef vnN gkb byc -czb -dkT +aIF +ehY vnN -beT -azE +bFO +mpV ouc pvW -vcr -nWF -xIW -hrw -ejW -vcr -vND -ivN +ovB +wnY +lYC +twf +tJS +ovB +cga +qeZ fvW wso gjA @@ -350218,7 +350089,7 @@ ppy nNY aQx dhn -sjA +uhl agj beP beP @@ -350251,13 +350122,13 @@ phb phb phb oVZ -byn -wzI +qJV +hBw qfF rvd xhY yet -nfL +qPl opB vnN ncp @@ -350269,14 +350140,14 @@ sBx iRZ iRZ qUt -vcr -viF -fqm -xSi -vcr -vcr +ovB +jKX +oip +kxU +ovB +ovB hiO -xyY +rNC hiO dXa kYq @@ -350475,7 +350346,7 @@ ozS fOA aQx jgb -sjA +uhl agj hsg sJu @@ -350508,32 +350379,32 @@ phb phb phb oVZ -aKY -jHI +xpv +qHs tKK rvd rvd rvd -mYe -eQq -wMJ -idC -sdB +kEF +vjJ +mCB +aXK +rLq lMo -buH +pMz sQF -buH +pMz oFp jPx vFx -qHd -iXP -tTg -cIu -fym -qHd +jXm +kPh +xZo +cAx +ksI +jXm vQu -bas +fUX wnq qTX qTX @@ -350732,7 +350603,7 @@ aQx aQx aQx dUo -qlq +ihg agj frC fzV @@ -350765,8 +350636,8 @@ phb phb phb bOb -elq -ndt +fiE +qFM tFw iLL iLL @@ -350775,22 +350646,22 @@ iLL iLL iLL efU -oZU +uLx dbR -kQa -tok -iIj +cXI +oCE +vLo poi dbR -ebD -qHd -nDy -qcz -vUn -naE -xgk -phB -blQ +mgO +jXm +kzR +gfL +ong +ubj +uqc +iUC +uKB sOl sOl nmM @@ -350989,7 +350860,7 @@ gMz gvl qFq dUo -sjA +uhl agj vhk sjr @@ -351033,19 +350904,19 @@ mki iLL jXb tsM -hvw -vGO -srr -wdr +mrB +gxW +mxS +daf oSw kxX gYo -qho -spu -oAR -lQw -eoU -qHd +eXv +psh +swV +tPk +uet +jXm iFv lWt ceu @@ -351246,7 +351117,7 @@ kpF iNs xqk dUo -sjA +uhl agj ixw agj @@ -351293,16 +351164,16 @@ bGp pxw lYW pgw -qZU +gGf ukx brx dGi -asV -gvC -tiQ -mSf -ljS -fyv +jeR +nVX +nKk +iNl +xIe +uxB jll sJe mCu @@ -351494,7 +351365,7 @@ dZK myx jsf lgJ -iOB +jDr kQc jGE fvx @@ -351503,7 +351374,7 @@ sFX geN sFX dUo -eFc +mYQ hll mFp agj @@ -351550,16 +351421,16 @@ qZQ xnY dAj wJp -izA +xyz khS wJp rUH -qHd -qHd -tND -pMO -dNB -jaP +jXm +jXm +hWd +qwG +tyM +wjx tZI sJe vVz @@ -351760,9 +351631,9 @@ atW dUo kGL dUo -hXF -lvO -aOK +gjv +cut +cqh qty agj agj @@ -351809,15 +351680,15 @@ kgs kyN goq srA -hoU -rFV -rzX -cUS -ybI -ylY -mFt -kBc -dXV +lqQ +qNn +lXy +qrf +hZr +onC +hGV +eNW +kbE dna vRS vUk @@ -352019,11 +351890,11 @@ wqZ pdB wJR xHf -hlT +vQn dUz lSW dEo -nhP +iID nLb nxi cNU @@ -352064,9 +351935,9 @@ ixo gYo klK sFM -kPl -inb -irf +eol +xqS +wTC dmW svo wJp @@ -352075,7 +351946,7 @@ mdl qzz cCN ofJ -vFs +fKQ nCm vgH sLS @@ -352277,7 +352148,7 @@ kjD gyW gyW lAN -ljK +qRb ijO tVh jNi @@ -352332,7 +352203,7 @@ lYW ePf nvB pUW -oNy +vIr uHk xNy ijD @@ -352535,7 +352406,7 @@ xrw xrw xrw fyB -bQJ +dGy dtd dtd qkm @@ -352589,7 +352460,7 @@ aRc hRt ric bQr -aba +mYt fdh nnk cuT @@ -352785,14 +352656,14 @@ hJn yjK teA bMq -dyG +lQC dYd tvB xlj dJH xTV fyB -aDM +nWo pcN eqD eqD @@ -352846,7 +352717,7 @@ rtA bqS czE cCN -tWB +sBu mCu rLi cjU @@ -353049,7 +352920,7 @@ xrw phg fic fyB -tTf +nAD pcN eqD eqD @@ -353103,7 +352974,7 @@ bmu wBP dlq qim -oYo +pkk oaB uQl lPB @@ -353299,14 +353170,14 @@ ydd fyf rDv bMq -dyG +lQC tet sSI xrw qcg fzQ fyB -dEH +wkB pcN eqD eqD @@ -353342,10 +353213,10 @@ wli qkm snd ebc -oqc -wyV -qkf -wYw +wGy +vaY +uOH +qHq pir eFs fZC @@ -353354,12 +353225,12 @@ fRk jKB dpQ fuE -rHn -euu -fPV -xmQ -ylU -uDW +cEU +vgS +kHf +rkk +mCj +ttb vus sOl sOl @@ -353556,14 +353427,14 @@ ydd fyf aMe bMq -jxi +sUz tet pfz xrw xrw lWE fyB -hYg +wFm pcN eqD eqD @@ -353593,16 +353464,16 @@ lVY wGH wGH wGH -lmL -azC -xlM -aUv -dDr -mHJ -wqq +lWR +hPY +fWX +utg +kLg +knf +wyH kNo ihI -thL +sfs csr uQc kyP @@ -353611,7 +353482,7 @@ dOQ uQi kLd vlU -eEA +rNl wrB aIc icI @@ -353816,11 +353687,11 @@ cAA tvB sQS jNp -iHU -nYf -edE -xcA -tqh +eyk +riI +eNV +oCU +pkS pcN eqD eqD @@ -353841,8 +353712,8 @@ bnA dCu tgH fsZ -gpr -oXO +mju +hYU dFd tHN kTA @@ -353850,7 +353721,7 @@ sBz kdF iHF iHF -hEH +ive gFv gtL gtL @@ -353859,7 +353730,7 @@ gtL gtL gtL lJG -kMV +dqm mfA oWz pSf @@ -353868,7 +353739,7 @@ rfv mfA mfA mfA -urH +vwU nOV nOV nOV @@ -354073,7 +353944,7 @@ bMq xZa xZa xZa -fVW +gbV iyG iyG iyG @@ -354098,8 +353969,8 @@ paJ ljn dvq ogi -ber -swE +nqb +fZy hFA uMd arR @@ -354107,7 +353978,7 @@ sBz mJc wGH wGH -gFz +lrh twe jLW gQm @@ -354116,7 +353987,7 @@ eSZ hay gtL vlz -edt +fRF cOD sMR rDF @@ -354125,7 +353996,7 @@ lhU mfA aSy xFf -eXk +ayN nOV cWD wCn @@ -354330,7 +354201,7 @@ bMq sTx xZa nEL -hHv +vlo iyG iyG iyG @@ -354364,7 +354235,7 @@ sBz wGH esx xlV -xMD +dxl rWl jLW eCO @@ -354382,7 +354253,7 @@ jbC mfA yiZ dPH -sQC +joq nOV gQq wCe @@ -354587,7 +354458,7 @@ bMq sTx xZa lpp -xrU +mGT iyG biD lXK @@ -354621,7 +354492,7 @@ ifi wGH eju aFX -xyl +rtv twe jLW amu @@ -354630,7 +354501,7 @@ ajf yeL cXa uWM -cFR +tCE pGS mNy qcL @@ -354639,7 +354510,7 @@ eTb bhW lNb oAe -oCN +rSd nOV xwL sWC @@ -354878,7 +354749,7 @@ sBz wGH eEh fDQ -xyl +rtv rRQ gtL mLF @@ -354896,7 +354767,7 @@ pKm eed ecC nUG -cbz +iIG nOV cYN yhF @@ -355101,7 +354972,7 @@ bMq sTx xZa klZ -qhs +vOs fho eIN txB @@ -355135,7 +355006,7 @@ mPc mPc mPc mPc -xTx +xAP twe jLW kTD @@ -355144,15 +355015,15 @@ lgp cCi gZy jWb -quD -tFk -gct +mwR +sNv +sMs vRI -hez -aVu -eaR -wpB -kKY +gqm +weM +kSp +pGH +iHb vDq nOV cju @@ -355358,7 +355229,7 @@ xZa xZa xZa wyv -hxs +jML iyG tEj pAi @@ -355392,7 +355263,7 @@ wGH wGH wet wet -ttT +rWf rWl hET aYk @@ -355615,7 +355486,7 @@ bTz pYp xZa hzx -lpF +yis iyG ism pXd @@ -355646,10 +355517,10 @@ neA cGE qLO sBz -qmI +nqM iMK mPO -oPP +uSE twe hET hTK @@ -355866,13 +355737,13 @@ qyV wNN dmo tUS -auu -pLV -lHp -mnE -cjn -vTB -mPT +oUk +lIA +xXt +eWS +tPa +tKH +iva iyG iyG iyG @@ -355904,9 +355775,9 @@ tHN kTA ifi wGH -tZo -tZo -gFz +vrf +vrf +lrh wIc gtL gtL @@ -356123,7 +355994,7 @@ iHu wNN dmo dmo -tFT +mWY dmo xZa bhb @@ -356163,7 +356034,7 @@ iqp cjA gnt gkf -hKk +pcs uch hiJ uiK @@ -356380,7 +356251,7 @@ wNN wNN ikc aDp -tlB +djG hUv qpS bhb @@ -356420,7 +356291,7 @@ oqJ sWj qBZ hNB -eIc +bxE hNB hiJ efy @@ -356637,7 +356508,7 @@ wYz xOZ vFr kwZ -ajw +iOP hUv qpS bhb @@ -356677,7 +356548,7 @@ wZC gFa qBZ wHg -tBP +kiU sBk iro wnJ @@ -356894,7 +356765,7 @@ wNN wNN xTf pIW -qQr +kEO hUv qpS bhb @@ -356913,9 +356784,9 @@ vrr rzO iIW sph -dpc -iTh -jkG +wVt +qHR +eAA wlW oVn dLw @@ -356934,7 +356805,7 @@ obN syE qBZ vAZ -agp +vzB twe iro dQZ @@ -357151,7 +357022,7 @@ wNN wNN hUv hUv -tJY +hHT hUv qpS bhb @@ -357170,7 +357041,7 @@ knp sph sph sph -dYZ +nsR sph fHO jSq @@ -357191,7 +357062,7 @@ pja bme anz nEe -aDP +fCX twe jDn ooz @@ -357408,7 +357279,7 @@ wNN wNN hyq vom -qQr +kEO djJ qpS bhb @@ -357427,9 +357298,9 @@ dlo xVC xoh tOS -lKz +oxC sph -fnL +giW wCC wpt eqX @@ -357448,8 +357319,8 @@ fFz rWv hvK sBz -dtU -ydF +inp +rjg oIU kAa vwi @@ -357665,7 +357536,7 @@ wNN wNN gBO cav -qQr +kEO djJ djJ bhb @@ -357678,15 +357549,15 @@ bhb sph sph sph -jgi -ylE -ylE -ylE -ylE -ylE -ckn +uFl +sQX +sQX +sQX +sQX +sQX +vrC sph -cxX +fqS vAI ann qfv @@ -357705,8 +357576,8 @@ dRE kfi qBZ aUF -wkx -jNh +ntg +fFq hiJ jHQ nZA @@ -357922,28 +357793,28 @@ wNN wNN mRS jBM -rOY -iQL -iQL -iQL -ntF -iQL -gbZ -iQL -ntF -iQL -iQL -bec -ycS -ckn +imR +uaT +uaT +uaT +lON +uaT +ije +uaT +lON +uaT +uaT +mKF +vsO +vrC dlo -cRK -miZ -gwU -eSN -eSN -nHm -czZ +cHs +wbi +gvZ +pEl +pEl +sNq +mBD eiJ mfX qfv @@ -357962,7 +357833,7 @@ lJy lJy xMK bTU -xmE +nKL bTU aCj aCj @@ -358194,7 +358065,7 @@ djJ oog sph sph -fjQ +cDg sph eAd eAd @@ -358219,7 +358090,7 @@ eez duG xMK oBD -vaV +mnA hWB lDo nwX @@ -358451,7 +358322,7 @@ rtV eyI kuG jCj -tXB +gtu pmE qth qth @@ -358476,7 +358347,7 @@ osd eZO fvq lkz -vZu +onA pKn lDo dxP @@ -358708,7 +358579,7 @@ mGA avK xZA jCj -aEo +csk pmE lZT xsy @@ -358965,7 +358836,7 @@ fLP jcR jpk xNS -gVf +wob pmE fkX jgq @@ -358990,7 +358861,7 @@ rRp xGM ucN pho -iIh +hGQ pKn lDo izm @@ -359222,7 +359093,7 @@ rpq iqR qVz jCj -pNm +npQ pmE pxA sXv @@ -359247,10 +359118,10 @@ wzm uPN xMK dUu -iIh +hGQ pKn lDo -vKA +cvP hLr uVF hjI @@ -359479,7 +359350,7 @@ bdz sWq usQ jCj -vER +rRX pmE dWN hfD @@ -359504,7 +359375,7 @@ oRv oRv xMK mrr -iIh +hGQ pKn aCj aCj @@ -359736,7 +359607,7 @@ jMM eXX sJX jCj -gvP +tDh pmE lvH fGU @@ -359756,11 +359627,11 @@ dKY buW buW qPz -bRp -vmx -uqe -iYS -pPM +rYR +dCj +mFZ +rsN +bVr jDW mqU tdp @@ -359993,26 +359864,26 @@ uqO izG sDI jCj -qfz -eSF -jnS -gJa -nhS -nhS -nhS -nhS -vhB -qGg +miy +aAW +kYY +tmq +bAI +bAI +bAI +bAI +poV +oHy jCb -fBC -wqy -xbP +qai +aXJ +eWf hvb -mqN -nHu -xbP -xbP -nHU +nQl +sao +eWf +eWf +xxV hBZ pmK pmK @@ -361298,8 +361169,8 @@ dlu hOF scF fSx -poR -fmK +xQf +lrk oGB vVZ kUM @@ -403278,7 +403149,7 @@ wkz nMb qAF jwl -nQt +bdY qAF tEx tEx @@ -423662,7 +423533,7 @@ vNS vNS oeZ gaR -gJg +qKG lOs hcW mOE @@ -434715,7 +434586,7 @@ oeZ bdm kHr aTz -kFl +psn lDP wPI bdm @@ -443606,7 +443477,7 @@ tFy kZZ iUH rgs -nCx +jCg nHE iXG nBU @@ -445147,7 +445018,7 @@ jWU ogA vKY nAf -fKv +xTO nHE pym eSV