From eee7c2104b1efafd141f730d8f732e569ca93fb7 Mon Sep 17 00:00:00 2001 From: hazelrat <83198434+hazelrat@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:07:57 +0100 Subject: [PATCH] Service QoL improvements & assorted changes (#21270) Does a bunch of stuff relating to service. - Adds noticeboards to the bar, kitchen, hydroponics bay, and custodial closet. - Adds the microwave meals vendor to the commissary, and expands its rear maintenance with a crate filled with various bags for all your retail needs. - Adds a paper bin to the kitchen. - Replaces the high power pump feeding the trays in hydroponics with an enabled regulator, so people don't overflood the pipes thinking higher pressure is better + so it fills at roundstart. Also replaces all manual valves with digital valves, so shipbounds can use hydroponics properly. - Adds better lighting to the public garden so you can grow more stuff there. - Fixes a misplaced var with the bar tinted window. - Makes some assorted layout tweaks to the bar to make the backroom a more cohesive space, plus adding tinted windows between it and the cafeteria. This is the most significant change, I'm curious to see if it'll change much for the bartender to have vision over the cafeteria. image --- code/modules/atmospherics/components/valve.dm | 19 +- html/changelogs/hazelmouse-microwave.yml | 63 + maps/sccv_horizon/sccv_horizon.dmm | 7675 +++++++++-------- 3 files changed, 3947 insertions(+), 3810 deletions(-) create mode 100644 html/changelogs/hazelmouse-microwave.yml diff --git a/code/modules/atmospherics/components/valve.dm b/code/modules/atmospherics/components/valve.dm index 0254ea47708..a0fac9cfeef 100644 --- a/code/modules/atmospherics/components/valve.dm +++ b/code/modules/atmospherics/components/valve.dm @@ -236,6 +236,18 @@ var/frequency = 0 var/id = null var/datum/radio_frequency/radio_connection + /// Determines if this digital valve should provide an admin message. Set to false if the valve is not relevant to admins. + var/admin_message = TRUE + +/obj/machinery/atmospherics/valve/digital/no_admin_message + admin_message = FALSE + +/obj/machinery/atmospherics/valve/digital/open + open = 1 + icon_state = "map_valve1" + +/obj/machinery/atmospherics/valve/digital/open/no_admin_message + admin_message = FALSE /obj/machinery/atmospherics/valve/digital/attack_ai(mob/user as mob) if(!ai_can_interact(user)) @@ -250,7 +262,8 @@ return ..() - log_and_message_admins("has [open ? SPAN_WARNING("OPENED") : "closed"] [name].", user) + if(admin_message) + log_and_message_admins("has [open ? SPAN_WARNING("OPENED") : "closed"] [name].", user) /obj/machinery/atmospherics/valve/digital/AltClick(var/mob/abstract/ghost/observer/admin) if (istype(admin)) @@ -264,10 +277,6 @@ log_and_message_admins("has [open ? "opened" : "closed"] [name].", admin) -/obj/machinery/atmospherics/valve/digital/open - open = 1 - icon_state = "map_valve1" - /obj/machinery/atmospherics/valve/digital/power_change() var/old_stat = stat ..() diff --git a/html/changelogs/hazelmouse-microwave.yml b/html/changelogs/hazelmouse-microwave.yml new file mode 100644 index 00000000000..996b1257b76 --- /dev/null +++ b/html/changelogs/hazelmouse-microwave.yml @@ -0,0 +1,63 @@ +################################ +# 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: hazelmouse + +# 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: + - rscadd: "Added noticeboards to the custodial closet, hydroponics, kitchen, and bar." + - rscadd: "Added the new microwave meals vendor to the commissary, and a supply of various bags in adjacent maintenance.." + - rscadd: "Implemented QoL improvements to hydroponics; shipbounds can now operate the valves correctly, and the piping is fed at roundstart." + - rscadd: "Implemented QoL improvements to the bar, including adding tinted windows between it and the cafeteria." + - bugfix: "The bar backroom's tinted window is no longer controlled from the library." + - bugfix: "The public garden no longer lacks sufficient lighting for most crops." diff --git a/maps/sccv_horizon/sccv_horizon.dmm b/maps/sccv_horizon/sccv_horizon.dmm index 409e80f5d2c..699f812e4a3 100644 --- a/maps/sccv_horizon/sccv_horizon.dmm +++ b/maps/sccv_horizon/sccv_horizon.dmm @@ -754,6 +754,16 @@ /obj/structure/grille, /turf/simulated/floor/tiled/dark/full/airless, /area/horizon/command/bridge/controlroom) +"ael" = ( +/obj/machinery/conveyor{ + id = "cargo_1" + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "aes" = ( /obj/item/tank/oxygen, /obj/item/clothing/shoes/magboots, @@ -1273,20 +1283,6 @@ /obj/effect/floor_decal/industrial/outline/firefighting_closet, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion/starboard) -"ahc" = ( -/obj/effect/floor_decal/corner/dark_blue/full{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/computer/shuttle_control/multi/lift/wall/robotics{ - dir = 1; - pixel_y = -22; - pixel_x = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/eva) "ahe" = ( /obj/effect/floor_decal/corner_wide/purple{ dir = 6 @@ -1607,11 +1603,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_2/wing/starboard/auxatmos) -"aju" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/brown/diagonal, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "ajD" = ( /obj/structure/cable/green{ icon_state = "2-4" @@ -2037,6 +2028,15 @@ /obj/effect/step_trigger/thrower/shuttle/southwest, /turf/template_noop, /area/template_noop) +"alP" = ( +/obj/machinery/biogenerator, +/obj/effect/floor_decal/industrial/outline/service, +/obj/machinery/power/apc/north, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/hydroponics) "alW" = ( /obj/structure/table/reinforced/steel, /obj/item/card/id/captains_spare, @@ -2474,6 +2474,16 @@ "aoE" = ( /turf/simulated/wall/r_wall, /area/horizon/command/heads/hos) +"aoG" = ( +/obj/effect/floor_decal/corner/dark_blue/full{ + dir = 8 + }, +/obj/machinery/firealarm/north, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/eva) "aoJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 @@ -2579,19 +2589,6 @@ /obj/structure/platform, /turf/simulated/floor/wood, /area/horizon/service/dining_hall) -"apz" = ( -/obj/effect/floor_decal/industrial/outline/operations, -/obj/structure/table/rack, -/obj/item/device/price_scanner, -/obj/item/device/quikpay{ - destinationact = "Operations"; - pixel_y = 3 - }, -/obj/machinery/alarm/east, -/obj/item/storage/box/plasticbag, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/commissary) "apH" = ( /obj/structure/table/reinforced/steel, /turf/unsimulated/floor{ @@ -2852,6 +2849,18 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos) +"arH" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped, +/obj/item/hullbeacon/red, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "arI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -3643,23 +3652,6 @@ /obj/structure/survey_probe, /turf/simulated/floor/plating, /area/horizon/hangar/intrepid) -"awx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/multi_tile, -/obj/machinery/door/airlock/multi_tile/glass{ - name = "Hangar" - }, -/obj/machinery/door/blast/regular/open{ - dir = 4; - id = "hangarlockdown"; - name = "Hangar Lockdown" - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/rnd/xenoarch/atrium) "awz" = ( /obj/effect/floor_decal/corner/yellow{ dir = 5 @@ -3950,10 +3942,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/crew/chargebay) -"ayM" = ( -/obj/effect/floor_decal/industrial/outline/operations, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "ayS" = ( /obj/machinery/atmospherics/pipe/simple/visible/universal{ dir = 4 @@ -3982,21 +3970,6 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/stairwell/engineering/deck_1) -"aza" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/security/checkpoint) "azd" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 10 @@ -4037,22 +4010,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/checkpoint2) -"azt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad" - }, -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "azu" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 4 @@ -4191,13 +4148,6 @@ }, /turf/simulated/floor/lino, /area/horizon/service/cafeteria) -"azZ" = ( -/obj/machinery/firealarm/west, -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "aAg" = ( /obj/machinery/light/small{ brightness_power = 0.5; @@ -4259,14 +4209,6 @@ /obj/effect/floor_decal/spline/fancy/wood/cee, /turf/simulated/floor/wood, /area/horizon/service/chapel/office) -"aAP" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_blue/full, -/obj/machinery/disposal/small/east, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "aAR" = ( /obj/machinery/light, /obj/machinery/atmospherics/pipe/simple/visible/black{ @@ -4380,6 +4322,21 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/white, /area/horizon/service/kitchen) +"aCd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/conveyor{ + id = "cargo_1" + }, +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "aCe" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -4688,14 +4645,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/reactor/indra/office) -"aFe" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/obj/machinery/portable_atmospherics/powered/pump/filled, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "aFi" = ( /obj/machinery/disposal/small/east{ pixel_x = -6 @@ -5376,21 +5325,6 @@ /obj/machinery/alarm/west, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/entrance) -"aJB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/security/checkpoint) "aJF" = ( /obj/effect/floor_decal/industrial/hatch/yellow, /obj/structure/disposalpipe/segment{ @@ -5631,6 +5565,16 @@ /obj/effect/floor_decal/corner/dark_blue/full, /turf/simulated/floor/tiled/dark, /area/shuttle/merchant) +"aLj" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "aLl" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -5850,6 +5794,16 @@ /obj/item/reagent_containers/blood/OMinus, /turf/simulated/floor/tiled/white, /area/horizon/shuttle/intrepid/medical) +"aMK" = ( +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 8 + }, +/obj/machinery/power/apc/super/critical/north, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "aMS" = ( /turf/simulated/wall/shuttle/unique/scc/mining{ icon_state = "7,4" @@ -6298,18 +6252,6 @@ /obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/tiled/dark, /area/shuttle/mercenary) -"aQG" = ( -/obj/structure/table/stone/marble, -/obj/machinery/reagentgrinder{ - pixel_x = 4; - pixel_y = 18 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/reagent_containers/glass/beaker/teapot, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/bar) "aQP" = ( /obj/machinery/artifact_scanpad, /obj/effect/floor_decal/spline/plain{ @@ -6472,15 +6414,6 @@ /obj/random/dirt_75, /turf/simulated/floor, /area/horizon/maintenance/deck_2/wing/port/far) -"aSv" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/floor_decal/corner/grey{ - dir = 8 - }, -/turf/simulated/floor/lino, -/area/horizon/service/bar) "aSy" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 9 @@ -7087,6 +7020,15 @@ }, /turf/simulated/floor/tiled, /area/horizon/rnd/hallway/secondary) +"aXf" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/obj/machinery/door/blast/shutters/open{ + dir = 2; + id = "shutters_hangarseccpexternal"; + name = "Security Checkpoint External Shutter" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/security/checkpoint) "aXg" = ( /obj/structure/closet/gimmick{ name = "emergency response team wardrobe" @@ -7347,23 +7289,6 @@ "aYK" = ( /turf/simulated/wall/r_wall, /area/horizon/stairwell/engineering/deck_2) -"aYM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/light/spot{ - dir = 1 - }, -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/sign/emergency/evacuation{ - dir = 4; - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/horizon/hangar/auxiliary) "aYN" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -7580,12 +7505,6 @@ /obj/structure/flora/grass/jungle, /turf/simulated/floor/exoplanet/grass, /area/centcom/shared_dream) -"baC" = ( -/obj/effect/floor_decal/corner/mauve/full{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/hallway) "baE" = ( /obj/structure/cable/green{ icon_state = "0-8" @@ -7898,6 +7817,19 @@ icon_state = "dark_preview" }, /area/centcom/holding) +"bcY" = ( +/obj/effect/floor_decal/industrial/outline/operations, +/obj/item/device/price_scanner, +/obj/item/device/quikpay{ + destinationact = "Operations"; + pixel_y = 3 + }, +/obj/machinery/alarm/east, +/obj/item/storage/box/plasticbag, +/obj/item/storage/toolbox/mechanical, +/obj/structure/closet/crate, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/commissary) "bda" = ( /obj/effect/floor_decal/corner/black/full{ dir = 1 @@ -8013,6 +7945,19 @@ icon_state = "pool" }, /area/horizon/holodeck/source_sauna) +"bdU" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{ + dir = 4; + frequency = 1380; + id_tag = "escape_pod_4_berth"; + pixel_x = -25; + tag_door = "escape_pod_4_berth_hatch" + }, +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "bdZ" = ( /obj/structure/railing/mapped{ dir = 8 @@ -8292,6 +8237,13 @@ /obj/machinery/firealarm/east, /turf/simulated/floor/tiled, /area/horizon/rnd/hallway/secondary) +"bgo" = ( +/obj/machinery/alarm/west, +/obj/effect/floor_decal/corner/brown/full, +/obj/machinery/portable_atmospherics/powered/pump/filled, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "bgr" = ( /obj/effect/floor_decal/industrial/hatch/yellow, /obj/machinery/door/blast/odin{ @@ -8661,16 +8613,6 @@ }, /turf/simulated/floor/exoplanet/grass, /area/centcom/shared_dream) -"bit" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/brown{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "bix" = ( /obj/effect/floor_decal/corner/brown/full{ dir = 8 @@ -9038,6 +8980,18 @@ /obj/item/holo/practicesword, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_boxingcourt) +"blJ" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/effect/floor_decal/corner/black{ + dir = 9 + }, +/obj/machinery/camera/network/first_deck{ + c_tag = "First Deck - Hangar 3" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/intrepid) "blK" = ( /obj/machinery/light/small/emergency{ dir = 4 @@ -9249,6 +9203,18 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled/dark, /area/horizon/security/evidence_storage) +"bmU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/machinery/camera/network/first_deck{ + c_tag = "First Deck - Hangar 10"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "bmV" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -9630,15 +9596,6 @@ /obj/effect/floor_decal/corner/dark_blue/full, /turf/simulated/floor/tiled, /area/horizon/security/brig) -"bpa" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "bpd" = ( /obj/effect/floor_decal/corner/dark_green/full{ dir = 8 @@ -9790,6 +9747,22 @@ }, /turf/simulated/floor/lino, /area/horizon/security/investigators_office) +"bqv" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/hatch_tiny/service, +/obj/effect/floor_decal/spline/plain/lime{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline_straight/service{ + dir = 8 + }, +/obj/machinery/atmospherics/valve/digital/open/no_admin_message{ + name = "Tray Cutoff Valve" + }, +/turf/simulated/floor/tiled, +/area/horizon/service/hydroponics/lower) "bqz" = ( /obj/machinery/papershredder, /turf/unsimulated/floor{ @@ -10225,19 +10198,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/service/starboard) -"btf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/firealarm/north, -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "btg" = ( /obj/item/storage/secure/safe{ pixel_y = -20 @@ -10919,6 +10879,21 @@ /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, /area/horizon/operations/office) +"byR" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/eva) "byV" = ( /obj/structure/railing/mapped, /obj/effect/floor_decal/industrial/warning{ @@ -11465,19 +11440,20 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/port) -"bCL" = ( -/obj/structure/cable{ - icon_state = "4-8" +"bCN" = ( +/obj/structure/railing/mapped{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 +/obj/structure/railing/mapped{ + dir = 1 }, -/obj/structure/cable/green{ - icon_state = "1-2" +/obj/item/hullbeacon/red, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) +/turf/simulated/floor/tiled/full, +/area/supply/dock) "bCO" = ( /obj/effect/floor_decal/corner/beige{ dir = 5 @@ -11748,17 +11724,6 @@ /obj/effect/floor_decal/spline/fancy/wood, /turf/simulated/floor/wood, /area/horizon/service/chapel/office) -"bFU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/machinery/power/apc/low/north, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/horizon/hangar/airstation) "bFW" = ( /obj/machinery/camera/network/engineering{ c_tag = "Engineering - C-Goliath Drive Room 3"; @@ -11781,21 +11746,6 @@ }, /turf/unsimulated/floor, /area/antag/burglar) -"bGa" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "bGg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -12457,6 +12407,30 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) +"bLT" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/spline/plain/purple{ + dir = 1 + }, +/obj/effect/floor_decal/spline/plain/red, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_tiny/service, +/obj/machinery/atmospherics/valve/digital/open/no_admin_message{ + dir = 8; + name = "Tray Cutoff Valve" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/service/hydroponics) "bLZ" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/visible/green{ @@ -12465,15 +12439,12 @@ /obj/structure/window/shuttle/scc_space_ship/cardinal, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/turbine) -"bMa" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad" - }, -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) +"bMc" = ( +/obj/structure/railing/mapped, +/obj/effect/floor_decal/industrial/outline/operations, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "bMf" = ( /turf/simulated/floor/tiled/ramp/bottom{ dir = 8 @@ -12945,6 +12916,15 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck_control/beta) +"bPq" = ( +/obj/effect/floor_decal/corner/black/full{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/intrepid) "bPs" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 @@ -13713,19 +13693,6 @@ /obj/item/stack/material/steel/full, /turf/simulated/floor/plating, /area/shuttle/skipjack) -"bVr" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/structure/lattice/catwalk/indoor, -/obj/machinery/computer/ship/navigation{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/horizon/engineering/bluespace_drive) "bVv" = ( /obj/effect/floor_decal/spline/plain{ dir = 1 @@ -13971,6 +13938,23 @@ }, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_3/starboard/docks) +"bWP" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/sink/kitchen{ + dir = 8; + name = "sink"; + pixel_x = 19 + }, +/obj/machinery/button/switch/holosign{ + id = 3; + dir = 10; + pixel_x = 9; + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/horizon/service/bar) "bXh" = ( /obj/structure/shuttle/engine/propulsion/burst/right{ dir = 8 @@ -14073,17 +14057,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos) -"bXY" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "bXZ" = ( /obj/machinery/light/small/emergency{ dir = 1 @@ -14147,15 +14120,6 @@ /obj/structure/railing/mapped, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/starboard) -"bZb" = ( -/obj/effect/floor_decal/corner/dark_blue/full{ - dir = 8 - }, -/obj/structure/sign/flag/scc{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "bZf" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/crate/trashcart{ @@ -14248,6 +14212,15 @@ /obj/effect/floor_decal/corner/paleblue/full, /turf/simulated/floor/tiled, /area/horizon/command/bridge/cciaroom/lounge) +"bZX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/security/checkpoint) "cac" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -14841,10 +14814,6 @@ /obj/structure/flora/ausbushes/ppflowers, /turf/simulated/floor/holofloor/grass, /area/horizon/holodeck/source_battlemonsters) -"ceP" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "ceR" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/highsecurity{ @@ -15156,6 +15125,13 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/mainchamber) +"cgv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "cgH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -15386,6 +15362,32 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_1/central) +"ciq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/table/stone/marble, +/obj/item/reagent_containers/food/drinks/shaker{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/rag, +/obj/machinery/power/outlet, +/obj/machinery/door/blast/shutters{ + id = "bar_shutter"; + name = "Bar Shutter" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/bar) "ciH" = ( /obj/structure/table/wood, /obj/item/paper_bin, @@ -15446,6 +15448,18 @@ /obj/item/storage/belt/utility/full, /turf/simulated/floor/tiled, /area/merchant_station/warehouse) +"cjh" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/effect/floor_decal/corner/black{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/auxiliary) "cji" = ( /obj/effect/floor_decal/spline/plain{ dir = 1 @@ -16019,34 +16033,6 @@ temperature = 278 }, /area/horizon/medical/surgery/storage) -"cnr" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/window/southright{ - name = "Bar Access"; - req_access = list(25) - }, -/obj/machinery/button/remote/blast_door{ - dir = 4; - id = "bar_shutter"; - name = "Desk Shutters"; - pixel_x = 19; - pixel_y = 13; - req_access = list(25) - }, -/obj/machinery/door/blast/shutters{ - dir = 2; - id = "bar_shutter"; - name = "Bar Shutter" - }, -/obj/machinery/button/remote/blast_door{ - dir = 4; - id = "bar_viewing_shutters"; - name = "Viewing Shutters"; - pixel_x = 19; - pixel_y = -9 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/bar) "cnx" = ( /obj/machinery/atmospherics/pipe/simple/visible/red, /obj/machinery/atmospherics/pipe/simple/visible/purple{ @@ -16319,6 +16305,20 @@ /obj/structure/table/reinforced/steel, /turf/unsimulated/floor, /area/centcom/legion/hangar5) +"cpO" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/item/hullbeacon/red, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "cpP" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -16520,6 +16520,18 @@ }, /turf/simulated/open/airless, /area/horizon/exterior) +"crt" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "crv" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -16901,11 +16913,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/near) -"ctn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "cto" = ( /obj/effect/floor_decal/corner/dark_blue/full{ dir = 1 @@ -17817,13 +17824,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/aft) -"cyZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/brown{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "czb" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 4 @@ -18016,6 +18016,23 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/dark/full, /area/shuttle/skipjack) +"cAp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor/multi_tile, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Hangar" + }, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id = "hangarlockdown"; + name = "Hangar Lockdown" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/rnd/xenoarch/atrium) "cAs" = ( /obj/effect/floor_decal/corner/mauve{ dir = 5 @@ -18319,12 +18336,36 @@ }, /turf/unsimulated/wall/darkshuttlewall, /area/centcom/holding) +"cCC" = ( +/obj/machinery/light, +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/obj/machinery/computer/shuttle_control/multi/lift/wall/robotics{ + dir = 1; + pixel_x = 7; + pixel_y = -28 + }, +/turf/simulated/floor/tiled, +/area/horizon/stairwell/port/deck_2) "cCD" = ( /obj/effect/floor_decal/corner/green/full{ dir = 8 }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_emptycourt) +"cCF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/alarm/east, +/obj/effect/floor_decal/corner/brown/diagonal, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "cCH" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -18381,6 +18422,15 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/hallway/primary/deck_2/central) +"cCV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/firealarm/west, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "cCW" = ( /obj/item/modular_computer/console/preset/command{ dir = 4 @@ -18782,14 +18832,6 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) -"cFX" = ( -/obj/machinery/door/firedoor/multi_tile, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/multi_tile/glass, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/intrepid/interstitial) "cFY" = ( /obj/machinery/portable_atmospherics/hydroponics/soil, /obj/machinery/alarm/east, @@ -18900,15 +18942,6 @@ /obj/machinery/photocopier, /turf/simulated/floor/tiled/full, /area/horizon/command/bridge/cciaroom) -"cGL" = ( -/obj/effect/floor_decal/corner/black{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/hangar/intrepid) "cGM" = ( /obj/structure/disposalpipe/segment, /obj/structure/coatrack{ @@ -19039,18 +19072,6 @@ }, /turf/unsimulated/floor, /area/centcom/holding) -"cHv" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/structure/cable/green, -/obj/machinery/camera/network/first_deck{ - c_tag = "First Deck - Hangar 8"; - dir = 1 - }, -/obj/machinery/power/apc/super/south, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "cHw" = ( /obj/structure/sink{ pixel_y = 1; @@ -19346,14 +19367,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/shuttle/intrepid/port_compartment) -"cJt" = ( -/obj/effect/floor_decal/corner/dark_green/full, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "cJv" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -19489,15 +19502,6 @@ }, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/port/far) -"cKo" = ( -/obj/effect/floor_decal/corner/black/full{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/hangar/intrepid) "cKr" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 4 @@ -19589,6 +19593,24 @@ /obj/structure/flora/ausbushes/ppflowers, /turf/simulated/floor/exoplanet/grass/grove, /area/centcom/shared_dream) +"cKZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/landmark/start{ + name = "Bartender" + }, +/obj/structure/bed/stool/padded/red, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar/backroom) "cLa" = ( /obj/effect/floor_decal/corner/green/diagonal, /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -20405,6 +20427,21 @@ /obj/effect/floor_decal/industrial/hatch/red, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_2/wing/starboard) +"cRQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "cRR" = ( /obj/structure/table/reinforced/wood, /obj/item/reagent_containers/food/condiment/shaker/salt{ @@ -20743,6 +20780,28 @@ /obj/item/clothing/glasses/safety/goggles, /turf/simulated/floor/reinforced, /area/horizon/rnd/test_range) +"cTZ" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/engineer_maintenance/electric{ + dir = 1 + }, +/obj/structure/engineer_maintenance/pipe{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/service/kitchen) "cUf" = ( /obj/effect/floor_decal/corner/grey/diagonal, /turf/simulated/floor/tiled/white, @@ -20766,15 +20825,6 @@ }, /turf/simulated/floor/plating, /area/horizon/hangar/intrepid) -"cUl" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "cUo" = ( /obj/effect/floor_decal/corner_wide/lime{ dir = 6 @@ -20815,14 +20865,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/bluespace_drive) -"cUE" = ( -/obj/effect/floor_decal/industrial/outline/emergency_closet, -/obj/structure/closet/walllocker/emerglocker/north, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/hangar/airstation) "cUG" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan{ dir = 10 @@ -21392,6 +21434,18 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/supply) +"cYT" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/stairwell/starboard/deck_1) "cYU" = ( /obj/structure/platform, /obj/machinery/papershredder{ @@ -22073,6 +22127,29 @@ /obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/cargo_compartment) +"ddy" = ( +/obj/machinery/light/spot{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) +"ddz" = ( +/obj/effect/floor_decal/corner/dark_blue/full{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/computer/shuttle_control/multi/lift/wall/robotics{ + dir = 1; + pixel_y = -22; + pixel_x = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/eva) "ddB" = ( /obj/effect/floor_decal/corner/dark_blue, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -22167,6 +22244,15 @@ /obj/vehicle/bike/speeder, /turf/unsimulated/floor, /area/centcom/legion/hangar5) +"des" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/eva) "det" = ( /obj/machinery/alarm/north{ dir = 4; @@ -22488,6 +22574,30 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/dark/full, /area/shuttle/skipjack) +"dgw" = ( +/obj/machinery/camera/network/mining{ + c_tag = "Mining - Production Room"; + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/full, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + dir = 1; + frequency = 1380; + id_tag = "cargo_shuttle_dock"; + name = "cargo elevator docking controller"; + pixel_x = -7; + pixel_y = -22; + req_one_access = list(13,31); + tag_door = "cargo_shuttle_dock_airlock" + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/operations/loading) "dgz" = ( /obj/structure/bed/stool/chair/office/bridge{ dir = 4 @@ -22908,12 +23018,6 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/hallway/primary/deck_2/central) -"dji" = ( -/obj/effect/floor_decal/industrial/hatch/grey, -/obj/machinery/chem_master/condimaster, -/obj/effect/floor_decal/corner/grey/full, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/bar) "djq" = ( /obj/structure/cable{ icon_state = "4-8" @@ -23103,6 +23207,23 @@ /obj/structure/railing/mapped, /turf/simulated/open/airless, /area/horizon/exterior) +"dkD" = ( +/obj/machinery/door/firedoor/multi_tile, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Deck 1 Port Stairwell Auxiliary Hangar Elevator" + }, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id = "hangarlockdown"; + name = "Hangar Lockdown" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/rnd/eva) "dkH" = ( /obj/structure/sink{ pixel_y = 26 @@ -23728,12 +23849,6 @@ }, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_tribunal) -"dpo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/brown, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "dps" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 9 @@ -23921,6 +24036,18 @@ }, /turf/unsimulated/floor, /area/antag/raider) +"dqx" = ( +/obj/machinery/camera/network/research{ + c_tag = "Research - EVA Preparation Entrance" + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/eva) "dqy" = ( /obj/effect/floor_decal/corner/dark_green/full, /obj/machinery/atmospherics/pipe/simple/hidden, @@ -24588,15 +24715,6 @@ /obj/machinery/computer/shuttle_control/multi/crescent, /turf/simulated/floor/shuttle/black, /area/shuttle/hapt) -"duJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "duL" = ( /obj/effect/floor_decal/corner/yellow{ dir = 1 @@ -25188,6 +25306,16 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/interrogation/monitoring) +"dzc" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/sign/drop, +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/operations) "dzd" = ( /obj/effect/floor_decal/industrial/outline/research, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ @@ -25337,19 +25465,6 @@ /obj/effect/floor_decal/spline/fancy/wood/corner, /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_sauna) -"dAx" = ( -/obj/effect/floor_decal/corner/grey{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/lino, -/area/horizon/service/bar) "dAC" = ( /turf/simulated/wall, /area/horizon/maintenance/deck_3/bridge) @@ -25414,12 +25529,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/machinist) -"dAZ" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/security/checkpoint) "dBe" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 10 @@ -25929,12 +26038,6 @@ }, /turf/simulated/floor/holofloor/carpet, /area/horizon/holodeck/source_courtroom) -"dDK" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "dDN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/green{ @@ -26027,16 +26130,6 @@ icon_state = "beach" }, /area/horizon/holodeck/source_moghes) -"dEk" = ( -/obj/structure/railing/mapped, -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "dEo" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -26127,6 +26220,16 @@ /obj/structure/platform/ledge, /turf/simulated/open, /area/horizon/hallway/primary/deck_3/central) +"dFe" = ( +/obj/machinery/camera/network/supply{ + c_tag = "Operations - Hangar Starboard Fore"; + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "dFf" = ( /obj/structure/table/reinforced/steel, /obj/machinery/camera/network/service{ @@ -26204,6 +26307,17 @@ "dFx" = ( /turf/unsimulated/floor/plating, /area/centcom/suppy) +"dFI" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet/west, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "dFN" = ( /obj/machinery/atmospherics/pipe/simple/visible/purple{ dir = 10 @@ -26517,15 +26631,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion) -"dHB" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "dHC" = ( /turf/unsimulated/wall/fakepdoor{ name = "Blast door" @@ -26629,15 +26734,6 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_battlemonsters) -"dIb" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "dIe" = ( /obj/machinery/light/small{ dir = 1 @@ -26711,6 +26807,16 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/tcommsat/entrance) +"dIJ" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/operations, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "dIK" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -26921,6 +27027,25 @@ /obj/structure/closet/secure_closet/merchant, /turf/simulated/floor/tiled/dark, /area/shuttle/merchant) +"dKA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow, +/turf/simulated/floor/tiled, +/area/horizon/hangar/airstation) "dKB" = ( /obj/structure/table/rack, /obj/item/storage/briefcase, @@ -27020,6 +27145,24 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/operations/starboard) +"dLO" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/obj/structure/table/rack, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/stack/rods/full, +/turf/simulated/floor/tiled, +/area/horizon/engineering/storage_eva) "dLP" = ( /obj/machinery/computer/shuttle_control/merchant{ dir = 4 @@ -27101,16 +27244,6 @@ }, /turf/simulated/open, /area/horizon/service/hydroponics) -"dMu" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline/operations, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "dMD" = ( /obj/machinery/light/small{ dir = 1 @@ -27333,14 +27466,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/rnd/xenobiology/xenoflora) -"dOh" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/alarm/east, -/obj/effect/floor_decal/corner/brown/diagonal, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "dOn" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -28097,11 +28222,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/command/bridge/aibunker) -"dTU" = ( -/obj/effect/floor_decal/corner/dark_blue/full, -/obj/random/pottedplant, -/turf/simulated/floor/tiled, -/area/horizon/rnd/eva) "dTZ" = ( /obj/effect/floor_decal/spline/plain{ dir = 6 @@ -28225,6 +28345,15 @@ /obj/structure/lattice/catwalk, /turf/simulated/open, /area/horizon/maintenance/deck_2/wing/starboard/near) +"dUW" = ( +/obj/effect/floor_decal/corner/dark_green/full, +/obj/structure/sign/electricshock{ + desc = "A warning sign which reads 'MECH BAY AND RECHARGING STATION' and 'HIGH VOLTAGE EQUIPMENT INSIDE'."; + name = "\improper MECH BAY AND RECHARGING STATION sign"; + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid/interstitial) "dVi" = ( /obj/structure/platform{ dir = 8 @@ -28472,6 +28601,24 @@ /obj/effect/map_effect/window_spawner/full/reinforced/indestructible, /turf/unsimulated/floor/plating, /area/antag/burglar) +"dXi" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/blast/shutters/open{ + dir = 4; + id = "shutters_hangarseccpexternal"; + name = "Security Checkpoint External Shutter" + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/security/checkpoint) "dXk" = ( /obj/machinery/atmospherics/pipe/simple/visible/black{ dir = 10 @@ -28606,10 +28753,23 @@ /obj/item/device/radio/intercom/east, /turf/simulated/floor/tiled/white, /area/horizon/medical/ward) -"dYB" = ( -/obj/structure/noticeboard, -/turf/simulated/wall, -/area/horizon/operations/office) +"dYm" = ( +/obj/machinery/conveyor{ + id = "cargo_1" + }, +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) +"dYC" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "dYF" = ( /obj/effect/floor_decal/industrial/outline/service, /obj/structure/closet/secure_closet/hydroponics, @@ -29081,6 +29241,12 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/far) +"ebj" = ( +/obj/effect/floor_decal/corner/mauve/full{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/hallway) "ebl" = ( /obj/effect/floor_decal/spline/plain{ dir = 1 @@ -29448,6 +29614,15 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/legion) +"eea" = ( +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "eed" = ( /obj/structure/table/reinforced/wood, /obj/item/modular_computer/laptop/preset/command/captain{ @@ -29572,6 +29747,13 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/atmos/storage) +"eeA" = ( +/obj/machinery/conveyor{ + id = "cargo_1" + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "eeB" = ( /obj/effect/floor_decal/corner/lime/full{ dir = 8 @@ -29716,6 +29898,12 @@ }, /turf/simulated/floor/wood, /area/horizon/command/bridge/cciaroom/lounge) +"efD" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/security/checkpoint) "efE" = ( /obj/item/gun/launcher/grenade{ pixel_x = -2; @@ -29888,6 +30076,25 @@ }, /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/engineering/atmos/air) +"ege" = ( +/obj/effect/floor_decal/corner/grey{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/engineer_maintenance/electric{ + dir = 1 + }, +/obj/structure/engineer_maintenance/pipe{ + dir = 8 + }, +/turf/simulated/floor/lino, +/area/horizon/service/bar) "egn" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 9 @@ -30724,6 +30931,17 @@ /obj/structure/punching_bag, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_gym) +"enp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/horizon/hangar/auxiliary) "enr" = ( /obj/structure/bed/stool/chair{ dir = 4 @@ -31509,6 +31727,9 @@ "etu" = ( /turf/simulated/floor/tiled/dark, /area/horizon/engineering/reactor/supermatter/waste) +"etv" = ( +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "etO" = ( /obj/structure/bed/stool/chair/holochair, /turf/simulated/floor/holofloor/carpet, @@ -31691,6 +31912,10 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/unsimulated/floor/monotile, /area/antag/mercenary) +"euP" = ( +/obj/structure/sign/nosmoking_1, +/turf/simulated/wall, +/area/horizon/rnd/eva) "euR" = ( /obj/item/holomenu/holodeck, /turf/simulated/wall, @@ -32013,6 +32238,16 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/commissary) +"exu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/structure/engineer_maintenance/electric/wall, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "exx" = ( /turf/simulated/wall/shuttle/unique/scc/mining{ icon_state = "4,2" @@ -32079,18 +32314,6 @@ /obj/effect/map_effect/window_spawner/full/reinforced/indestructible, /turf/unsimulated/floor/plating, /area/centcom/bar) -"exX" = ( -/obj/machinery/light/spot{ - dir = 8 - }, -/obj/structure/sign/emergency/evacuation/pods{ - pixel_x = -32 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "exY" = ( /obj/effect/floor_decal/spline/plain{ dir = 4 @@ -32348,12 +32571,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/lobby) -"ezP" = ( -/obj/effect/floor_decal/corner/grey{ - dir = 6 - }, -/turf/simulated/floor/lino, -/area/horizon/service/bar) "ezQ" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/effect/floor_decal/spline/plain/corner, @@ -32696,6 +32913,18 @@ /obj/structure/grille, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/starboard/far) +"eCu" = ( +/obj/machinery/light/spot{ + dir = 8 + }, +/obj/structure/sign/emergency/evacuation/pods{ + pixel_x = -32 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "eCw" = ( /obj/structure/shuttle/engine/propulsion/burst/right, /turf/unsimulated/floor/plating, @@ -32742,21 +32971,6 @@ /obj/structure/flora/ausbushes/fullgrass, /turf/unsimulated/floor/grass, /area/antag/actor) -"eCV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/conveyor{ - id = "cargo_1" - }, -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "eDg" = ( /obj/effect/floor_decal/corner/brown/full{ dir = 1 @@ -33106,16 +33320,6 @@ icon_state = "dark" }, /area/centcom/legion) -"eFk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/obj/structure/extinguisher_cabinet/south, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "eFn" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/visible/black, @@ -33944,6 +34148,18 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/reinforced, /area/horizon/rnd/xenoarch/atrium) +"eMs" = ( +/obj/machinery/camera/network/supply{ + c_tag = "Operations - Hangar Starboard Aft"; + dir = 4 + }, +/obj/effect/floor_decal/corner/brown/full{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/outline/emergency_closet, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "eMt" = ( /obj/machinery/door/firedoor{ dir = 4 @@ -34572,6 +34788,20 @@ /obj/item/device/multitool, /turf/simulated/floor, /area/horizon/command/bridge/aibunker) +"eRO" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/horizon/hangar/airstation) "eRQ" = ( /obj/structure/table/standard, /obj/random/tech_supply, @@ -35278,6 +35508,13 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/tcommsat/entrance) +"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) "eWz" = ( /obj/structure/table/reinforced/wood, /obj/random/pottedplant_small{ @@ -35721,12 +35958,6 @@ "fao" = ( /turf/simulated/wall, /area/horizon/stairwell/port/deck_2) -"fas" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/airstation) "fax" = ( /obj/machinery/door/firedoor, /obj/structure/cable/green{ @@ -35814,20 +36045,6 @@ /obj/machinery/power/outlet, /turf/simulated/floor/tiled/dark, /area/horizon/service/bar) -"fba" = ( -/obj/structure/bed/stool/chair/padded/red{ - dir = 4 - }, -/obj/structure/platform{ - dir = 4 - }, -/obj/machinery/firealarm/west, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/obj/structure/engineer_maintenance/pipe/wall, -/turf/simulated/floor/wood, -/area/horizon/service/dining_hall) "fbe" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/generic, @@ -35935,23 +36152,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/bluespace_drive) -"fcj" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/camera/network/first_deck{ - c_tag = "First Deck - Hangar Air Station"; - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/airstation) "fcl" = ( /obj/structure/bed/stool/chair/shuttle{ dir = 1 @@ -36081,6 +36281,16 @@ /obj/structure/lattice/catwalk/indoor, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/port/far) +"fdy" = ( +/obj/effect/floor_decal/industrial/outline/service, +/obj/structure/table/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/device/t_scanner, +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/hydroponics) "fdC" = ( /obj/structure/shuttle/engine/propulsion/burst/right, /turf/unsimulated/floor/plating, @@ -36430,6 +36640,24 @@ /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" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/loading/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/security/checkpoint) "ffw" = ( /obj/structure/noticeboard{ pixel_x = 4; @@ -36539,6 +36767,10 @@ }, /turf/unsimulated/floor, /area/centcom/control) +"fgm" = ( +/obj/effect/floor_decal/industrial/outline/operations, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "fgq" = ( /obj/machinery/vending/medical{ density = 0; @@ -36809,6 +37041,23 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/cargo_compartment) +"fie" = ( +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "cargo_shuttle"; + name = "cargo elevator docking controller"; + req_one_access = list(13,31); + tag_door = "cargo_shuttle_airlock"; + pixel_y = -6 + }, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "fip" = ( /obj/structure/sign/nosmoking_2, /turf/simulated/wall, @@ -36868,16 +37117,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/maintenance/deck_2/aft) -"fiY" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/structure/sign/emergency/evacuation{ - dir = 4; - pixel_y = -32 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "fjc" = ( /obj/machinery/door/firedoor, /obj/machinery/light{ @@ -37055,16 +37294,6 @@ }, /turf/unsimulated/floor/monotile, /area/antag/raider) -"fkl" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/structure/engineer_maintenance/electric/wall, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "fkm" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 5 @@ -37490,15 +37719,6 @@ /obj/machinery/alarm/north, /turf/simulated/floor/tiled, /area/horizon/service/custodial) -"fnf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/airstation) "fnj" = ( /obj/structure/ship_weapon_dummy, /turf/template_noop, @@ -37677,6 +37897,16 @@ "fov" = ( /turf/simulated/wall/r_wall, /area/horizon/engineering/storage_hard) +"foJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/airstation) "foQ" = ( /obj/structure/table/rack, /obj/item/rig/retro/equipped, @@ -37770,6 +38000,14 @@ }, /turf/unsimulated/floor/plating, /area/centcom/specops) +"fpq" = ( +/obj/machinery/door/firedoor/multi_tile, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/multi_tile/glass, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/intrepid/interstitial) "fps" = ( /obj/structure/table/rack, /obj/item/tank/oxygen/red, @@ -38355,6 +38593,9 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/operations/starboard) +"ftG" = ( +/turf/simulated/floor/tiled/full, +/area/supply/dock) "ftT" = ( /obj/machinery/light{ dir = 4 @@ -38400,6 +38641,16 @@ /obj/random/dirt_75, /turf/simulated/floor/carpet/rubber, /area/horizon/crew/fitness/gym) +"fub" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/sign/drop, +/obj/structure/railing/mapped{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/operations) "fuh" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/flora/pottedplant{ @@ -39197,20 +39448,6 @@ /obj/item/device/megaphone/stagemicrophone, /turf/simulated/floor/tiled/dark, /area/horizon/service/bar) -"fAv" = ( -/obj/effect/floor_decal/corner/grey{ - dir = 5 - }, -/obj/machinery/requests_console/north{ - department = "Bar"; - departmentType = 1; - name = "Bar Requests Console" - }, -/obj/structure/closet/crate/drinks, -/obj/item/storage/box/fancy/yoke/grape_juice, -/obj/item/storage/box/fancy/yoke/beetle_milk, -/turf/simulated/floor/lino, -/area/horizon/service/bar) "fAw" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 @@ -40483,14 +40720,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/storage_hard) -"fKP" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch/grey, -/obj/machinery/vending/wardrobe/bar_wardrobe, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar/backroom) "fKQ" = ( /obj/structure/closet/emcloset, /obj/effect/floor_decal/corner/dark_green/diagonal, @@ -40809,18 +41038,6 @@ /obj/effect/floor_decal/corner/brown/diagonal, /turf/simulated/floor/tiled, /area/horizon/operations/loading) -"fMG" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/stairwell/starboard/deck_1) "fMH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -40948,6 +41165,15 @@ }, /turf/unsimulated/floor/plating, /area/centcom/spawning) +"fNC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/window/reinforced{ + dir = 8 + }, +/mob/living/carbon/human/monkey/punpun, +/obj/machinery/alarm/north, +/turf/simulated/floor/carpet, +/area/horizon/service/bar/backroom) "fNF" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -41680,9 +41906,6 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/engineering/storage_hard) -"fSu" = ( -/turf/simulated/floor/plating/cargo_elevator, -/area/horizon/hangar/operations) "fSw" = ( /obj/machinery/atmospherics/portables_connector{ dir = 8 @@ -42300,6 +42523,25 @@ "fVY" = ( /turf/simulated/wall/r_wall, /area/horizon/command/bridge) +"fWd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_command{ + dir = 1; + name = "Pilot Room"; + req_one_access = list(73,76,77,78) + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/blast/regular/open{ + dir = 8; + id = "hangarlockdown"; + name = "Hangar Lockdown" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/control) "fWf" = ( /obj/machinery/atmospherics/pipe/simple/visible/black, /obj/machinery/atmospherics/pipe/simple/visible/purple{ @@ -42560,18 +42802,6 @@ "fXV" = ( /turf/simulated/floor/beach/water/alt, /area/centcom/shared_dream) -"fXW" = ( -/obj/structure/railing/mapped{ - dir = 4 - }, -/obj/effect/floor_decal/corner/black{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/hangar/auxiliary) "fXY" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 6 @@ -42887,6 +43117,16 @@ /obj/structure/flora/ausbushes/sparsegrass, /turf/simulated/floor/grass/no_edge, /area/horizon/service/hydroponics/lower) +"gaF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/horizon/hangar/airstation) "gaH" = ( /obj/structure/cable{ icon_state = "4-8" @@ -43150,6 +43390,15 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/aft) +"gcg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar/backroom) "gci" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -43307,19 +43556,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/canary) -"gda" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/machinery/atmospherics/binary/pump/supply/on{ - name = "Distro to Air Station"; - target_pressure = 5000; - dir = 4 - }, -/obj/machinery/door/window/eastleft{ - name = "Air station maintenance"; - req_one_access = list(26,29,31,48,67,24,47,73) - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/hangar/airstation) "gdb" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -43549,6 +43785,23 @@ icon_state = "dark_preview" }, /area/centcom/holding) +"gfd" = ( +/obj/machinery/conveyor{ + id = "cargo_1" + }, +/obj/machinery/door/firedoor, +/obj/structure/plasticflaps, +/obj/machinery/door/airlock/external{ + dir = 1; + frequency = 1380; + icon_state = "door_locked"; + id_tag = "cargo_shuttle_dock_airlock"; + locked = 1; + name = "Cargo Shuttle"; + req_access = list(13,31) + }, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/loading) "gff" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -43589,17 +43842,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/unsimulated/floor/monotile, /area/antag/raider) -"gfE" = ( -/obj/effect/floor_decal/industrial/warning, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/sign/emergency/evacuation{ - dir = 4; - pixel_x = 32 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/hangar/airstation) "gfF" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/maintenance/substation/engineering) @@ -43609,6 +43851,15 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/xo) +"gfM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/grey{ + dir = 10 + }, +/turf/simulated/floor/lino, +/area/horizon/service/bar) "gfP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -43656,6 +43907,20 @@ }, /turf/simulated/floor, /area/horizon/engineering/break_room) +"ggB" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/binary/pump/scrubber/on{ + target_pressure = 5000; + name = "Air Station to scrubbing"; + dir = 8 + }, +/obj/machinery/door/window/eastright{ + name = "Air station maintenance"; + req_one_access = list(26,29,31,48,67,24,47,73) + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/hangar/airstation) "ggJ" = ( /obj/effect/floor_decal/corner/black{ dir = 9 @@ -43888,18 +44153,6 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/hallway/primary/deck_2/central) -"giA" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "giC" = ( /obj/effect/floor_decal/corner/red{ dir = 6 @@ -44162,6 +44415,20 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) +"gki" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar/backroom) "gkj" = ( /obj/effect/floor_decal/spline/fancy/wood/corner, /obj/effect/floor_decal/spline/fancy/wood{ @@ -44239,16 +44506,6 @@ }, /turf/simulated/floor/holofloor/tiled, /area/horizon/holodeck/source_thunderdomecourt) -"gkV" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/obj/structure/sign/emergency/evacuation{ - dir = 4; - pixel_x = 32 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "gkW" = ( /obj/structure/grille, /obj/structure/grille, @@ -44768,18 +45025,6 @@ }, /turf/unsimulated/floor, /area/antag/mercenary) -"goQ" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning, -/obj/effect/floor_decal/industrial/hatch_tiny/service, -/obj/machinery/atmospherics/valve/open{ - dir = 8; - name = "Tray Cutoff Valve" - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/hydroponics) "goT" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -45045,6 +45290,10 @@ }, /turf/unsimulated/floor/plating, /area/centcom/legion/hangar5) +"grf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "grk" = ( /obj/effect/decal/cleanable/dirt, /obj/item/reagent_containers/glass/bucket{ @@ -45111,6 +45360,16 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/security/forensic_laboratory) +"gry" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/small/west, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/horizon/service/bar) "grA" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -45251,17 +45510,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/central) -"gsw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "gsy" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -45521,6 +45769,12 @@ }, /turf/simulated/floor/grass/no_edge, /area/horizon/rnd/hallway/secondary) +"guM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "guP" = ( /obj/effect/step_trigger/thrower/shuttle/west, /turf/space/transit/north, @@ -45698,6 +45952,25 @@ /obj/effect/map_effect/marker_helper/airlock/exterior, /turf/simulated/floor, /area/horizon/maintenance/deck_3/bridge) +"gvK" = ( +/obj/structure/table/stone/marble, +/obj/item/reagent_containers/food/condiment/sugar{ + pixel_y = 2; + pixel_x = 10 + }, +/obj/item/paper_bin{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar) "gvX" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -45802,14 +46075,6 @@ }, /turf/simulated/floor/carpet, /area/horizon/repoffice/representative_one) -"gwy" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/obj/machinery/power/apc/south, -/obj/structure/cable/green, -/turf/simulated/floor/tiled, -/area/horizon/rnd/eva) "gwI" = ( /obj/random/dirt_75, /turf/simulated/floor/plating, @@ -45828,18 +46093,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, /area/horizon/maintenance/deck_3/security/port) -"gwW" = ( -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc/north, -/obj/effect/floor_decal/industrial/outline/service, -/obj/structure/table/rack, -/obj/item/storage/toolbox/mechanical, -/obj/item/device/t_scanner, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/hydroponics) "gwX" = ( /obj/structure/table/steel, /obj/item/circuitboard/smes{ @@ -46226,15 +46479,6 @@ }, /turf/unsimulated/floor/rubber_carpet, /area/centcom/specops) -"gzY" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/service/hydroponics/garden) "gzZ" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -46780,12 +47024,6 @@ icon_state = "dark_preview" }, /area/centcom/control) -"gEh" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "gEl" = ( /obj/machinery/iff_beacon/horizon/shuttle{ density = 1; @@ -46799,15 +47037,6 @@ "gEq" = ( /turf/simulated/floor/tiled/ramp/bottom, /area/shuttle/mercenary) -"gEt" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "cargo_1" - }, -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "gEA" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -47570,6 +47799,15 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/far) +"gJk" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "gJE" = ( /obj/structure/table/reinforced/wood, /obj/machinery/chemical_dispenser/coffeemaster/full{ @@ -47669,6 +47907,26 @@ name = "elevator machinery" }, /area/centcom/legion) +"gKc" = ( +/obj/machinery/chemical_dispenser/coffeemaster/full{ + pixel_x = -18; + pixel_y = 16 + }, +/obj/machinery/vending/dinnerware/bar{ + pixel_y = 18; + pixel_x = 4 + }, +/obj/structure/table/stone/marble, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/button/switch/windowtint{ + pixel_y = -2; + dir = 10; + id = "bar_fore" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/bar) "gKf" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; @@ -48027,26 +48285,6 @@ /obj/machinery/optable, /turf/simulated/floor/tiled/dark, /area/shuttle/mercenary) -"gMT" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/obj/structure/sink/kitchen{ - dir = 8; - name = "sink"; - pixel_x = 19 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/button/switch/holosign{ - id = 3; - dir = 4; - pixel_x = 20; - pixel_y = 28 - }, -/turf/simulated/floor/wood, -/area/horizon/service/bar) "gMZ" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 1 @@ -48733,23 +48971,6 @@ /obj/effect/floor_decal/corner/dark_green, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) -"gRx" = ( -/obj/structure/railing/mapped{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "cargo_shuttle"; - name = "cargo elevator docking controller"; - req_one_access = list(13,31); - tag_door = "cargo_shuttle_airlock"; - pixel_y = -6 - }, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "gRy" = ( /obj/effect/floor_decal/corner/red/diagonal, /obj/structure/closet/walllocker/emerglocker/west, @@ -48774,12 +48995,6 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/plating, /area/horizon/engineering/atmos) -"gRF" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/machinery/portable_atmospherics/hydroponics/soil, -/obj/structure/engineer_maintenance/pipe/wall, -/turf/simulated/floor/grass/no_edge, -/area/horizon/service/hydroponics/garden) "gRH" = ( /obj/effect/shuttle_landmark/emergency/interim, /turf/space/transit/north, @@ -48866,20 +49081,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/evidence_storage) -"gSh" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "gSj" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -49785,6 +49986,22 @@ }, /turf/unsimulated/floor, /area/centcom/spawning) +"gYN" = ( +/obj/structure/table/stone/marble, +/obj/item/reagent_containers/glass/beaker/teapot/lidded{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/reagent_containers/glass/beaker/teapot, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/reagentgrinder{ + pixel_x = 6; + pixel_y = 20 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar) "gYT" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -50126,15 +50343,6 @@ }, /turf/simulated/open, /area/horizon/maintenance/deck_2/wing/starboard/near) -"haO" = ( -/obj/machinery/light/spot{ - dir = 8 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "haR" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -50162,6 +50370,30 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/dark, /area/shuttle/merchant) +"hbc" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/structure/closet/crate, +/obj/item/storage/bag/plasticbag, +/obj/item/storage/bag/plasticbag, +/obj/item/storage/bag/plasticbag, +/obj/item/storage/bag/plasticbag, +/obj/item/storage/bag/plasticbag, +/obj/item/storage/bag/plasticbag, +/obj/item/storage/bag/plasticbag, +/obj/item/storage/bag/plasticbag, +/obj/item/storage/box/plasticbag, +/obj/item/storage/box/papersack, +/obj/item/storage/box/papersack, +/obj/item/storage/box/papersack, +/obj/item/storage/box/papersack, +/obj/item/storage/box/papersack, +/obj/item/storage/box/papersack, +/obj/item/storage/box/papersack, +/obj/item/storage/box/papersack, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "hbe" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -50250,6 +50482,10 @@ /obj/item/device/radio/intercom/expedition/east, /turf/simulated/floor/tiled/white, /area/horizon/shuttle/intrepid/medical) +"hbV" = ( +/obj/structure/noticeboard, +/turf/simulated/wall/r_wall, +/area/horizon/security/office) "hbY" = ( /obj/structure/cable{ icon_state = "4-8" @@ -50549,24 +50785,6 @@ /obj/machinery/door/window/southright, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck_control/beta) -"hel" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/table/stone/marble, -/obj/item/device/destTagger, -/obj/item/stack/packageWrap, -/obj/item/device/hand_labeler, -/obj/structure/engineer_maintenance/electric/wall, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/kitchen) "het" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -50765,6 +50983,10 @@ }, /turf/unsimulated/floor/monotile, /area/antag/loner) +"hfK" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "hfL" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -51152,6 +51374,18 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/operations) +"hiX" = ( +/obj/effect/floor_decal/corner/dark_blue/full{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/sign/crush{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/eva) "hjg" = ( /obj/machinery/power/apc/low/east, /obj/structure/cable/green{ @@ -51168,6 +51402,14 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/service/cafeteria) +"hjl" = ( +/obj/structure/sign/waste_station{ + pixel_y = 32 + }, +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/atmospherics/portables_connector/scrubber, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/hangar/airstation) "hjo" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ @@ -51260,6 +51502,13 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/storage/eva) +"hkg" = ( +/obj/machinery/firealarm/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar/backroom) "hki" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 9 @@ -51372,22 +51621,6 @@ /obj/machinery/firealarm/north, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/starboard) -"hkY" = ( -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/effect/floor_decal/spline/plain{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/horizon/service/kitchen) "hla" = ( /obj/effect/landmark/entry_point/starboard{ name = "starboard, d1 maintenance foreside" @@ -52380,13 +52613,6 @@ /obj/effect/floor_decal/industrial/warning/cee, /turf/simulated/floor/plating, /area/shuttle/skipjack) -"hri" = ( -/obj/machinery/newscaster/east, -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "hrm" = ( /obj/effect/floor_decal/spline/fancy{ dir = 6 @@ -52424,21 +52650,6 @@ /obj/structure/bed/stool/chair/office/dark, /turf/simulated/floor/tiled/white, /area/horizon/security/forensic_laboratory) -"hrx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/sign/emergency/evacuation{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "hry" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ @@ -52960,6 +53171,24 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/intrepid) +"huK" = ( +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass_command{ + dir = 1; + name = "Expedition EVA Storage"; + req_one_access = list(18,47) + }, +/obj/effect/map_effect/door_helper/unres{ + dir = 1 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/storage/eva) "huQ" = ( /obj/machinery/firealarm/north, /obj/random/dirt_75, @@ -53160,6 +53389,24 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/horizon/operations/office) +"hwP" = ( +/obj/effect/floor_decal/corner/dark_green/full, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/service/hydroponics/garden) +"hwQ" = ( +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "bar_shutter"; + name = "Desk Shutters"; + pixel_x = 19; + pixel_y = 30; + req_access = list(25) + }, +/turf/simulated/floor/lino, +/area/horizon/service/bar) "hwS" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -53279,13 +53526,6 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/rnd/lab) -"hxP" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/obj/machinery/alarm/east, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "hxQ" = ( /obj/effect/floor_decal/industrial/loading/yellow, /turf/simulated/floor/tiled, @@ -53570,6 +53810,12 @@ }, /turf/simulated/floor/tiled/freezer, /area/horizon/medical/washroom) +"hzN" = ( +/obj/effect/shuttle_landmark/supply/horizon/start{ + dir = 1 + }, +/turf/unsimulated/floor/plating, +/area/centcom/suppy) "hzS" = ( /obj/effect/floor_decal/industrial/warning{ dir = 10 @@ -53888,6 +54134,10 @@ "hCu" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/hangar/operations) +"hCx" = ( +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "hCC" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -54375,10 +54625,13 @@ "hFS" = ( /turf/simulated/floor, /area/horizon/maintenance/deck_3/bridge) -"hFT" = ( -/obj/structure/sign/nosmoking_1, -/turf/simulated/wall, -/area/horizon/rnd/eva) +"hFU" = ( +/obj/machinery/newscaster/east, +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "hFW" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -54758,6 +55011,15 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenobiology) +"hHY" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/operations) "hIb" = ( /obj/structure/table/steel, /obj/machinery/light/small/emergency{ @@ -55431,23 +55693,6 @@ dir = 8 }, /area/horizon/holodeck/source_sauna) -"hMi" = ( -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/closet/crate, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/item/stack/material/phoron{ - amount = 20 - }, -/obj/item/stack/material/uranium{ - amount = 10 - }, -/obj/item/stack/material/lead{ - amount = 10 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "hMq" = ( /obj/effect/floor_decal/corner_wide/yellow/full{ dir = 1 @@ -55541,6 +55786,20 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/full, /area/horizon/medical/reception) +"hNd" = ( +/obj/structure/table/wood, +/obj/item/storage/box/beanbags, +/obj/item/wrench, +/obj/item/paper{ + info = "This permit signifies that the Bartender is permitted to posess this firearm in the bar, and ONLY the bar. Failure to adhere to this permit will result in confiscation of the weapon and possibly arrest."; + name = "Shotgun permit" + }, +/obj/machinery/alarm/west, +/obj/item/device/quikpay, +/obj/item/storage/box/fancy/matches, +/obj/item/flame/lighter/zippo, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/bar/backroom) "hNe" = ( /obj/structure/window/reinforced/holowindow{ dir = 8 @@ -56287,6 +56546,19 @@ }, /turf/unsimulated/floor, /area/centcom/spawning) +"hSX" = ( +/obj/structure/table/fancy/black, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/structure/closet/walllocker/medical/firstaid{ + pixel_x = -32 + }, +/turf/simulated/floor/wood, +/area/horizon/service/dining_hall) "hSZ" = ( /obj/machinery/light{ dir = 8 @@ -56420,22 +56692,6 @@ icon_state = "white" }, /area/tdome/tdomeadmin) -"hUA" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/horizon/security/checkpoint) "hUM" = ( /obj/item/material/ashtray/bronze, /obj/structure/table/wood, @@ -56608,6 +56864,15 @@ "hXh" = ( /turf/simulated/floor/beach/water/alt, /area/horizon/hallway/primary/deck_3/starboard) +"hXn" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/machinery/light/small/emergency{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "hXo" = ( /obj/effect/floor_decal/corner/lime{ dir = 6 @@ -56961,6 +57226,15 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/unsimulated/floor, /area/antag/mercenary) +"hZM" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "hZN" = ( /obj/structure/cable{ d1 = 1; @@ -57165,13 +57439,6 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/full, /area/horizon/hallway/primary/deck_2/fore) -"ibu" = ( -/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) "ibv" = ( /obj/machinery/vending/vendors, /obj/effect/floor_decal/corner/purple/full{ @@ -57226,6 +57493,22 @@ /obj/structure/flora/ausbushes/ppflowers, /turf/simulated/floor/grass/no_edge, /area/centcom/spawning) +"ibQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/alarm/south, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/airstation) "ibR" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/maintenance{ @@ -57441,18 +57724,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/aibunker) -"icZ" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/effect/floor_decal/corner/black{ - dir = 9 - }, -/obj/machinery/camera/network/first_deck{ - c_tag = "First Deck - Hangar 3" - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/hangar/intrepid) "ida" = ( /obj/effect/floor_decal/corner_wide/yellow/full, /turf/simulated/floor/tiled, @@ -58101,18 +58372,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/interior) -"iiI" = ( -/obj/structure/sign/emergency/evacuation{ - dir = 8; - pixel_x = -32 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/obj/structure/closet/emcloset, -/obj/effect/floor_decal/industrial/outline/emergency_closet, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "iiL" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -58302,6 +58561,15 @@ }, /turf/unsimulated/floor, /area/centcom/distress_prep) +"ikg" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/operations) "iki" = ( /obj/machinery/embedded_controller/radio/simple_docking_controller{ frequency = 1380; @@ -58862,14 +59130,6 @@ }, /turf/unsimulated/floor/rubber_carpet, /area/antag/jockey) -"inm" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "ino" = ( /obj/structure/trash_pile, /turf/simulated/floor/plating, @@ -59097,45 +59357,6 @@ /obj/structure/grille, /turf/simulated/floor/reinforced/airless, /area/horizon/exterior) -"ioT" = ( -/obj/structure/table/wood, -/obj/item/storage/box/lights/colored/blue{ - pixel_x = 6; - pixel_y = 10 - }, -/obj/item/storage/box/lights/colored/cyan{ - pixel_x = -6; - pixel_y = 10 - }, -/obj/item/storage/box/lights/colored/green{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/storage/box/lights/colored/magenta{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/storage/box/lights/colored/red{ - pixel_x = 6; - pixel_y = 2 - }, -/obj/item/storage/box/lights/colored/yellow{ - pixel_x = -6; - pixel_y = 2 - }, -/obj/machinery/button/switch/windowtint{ - dir = 1; - id = "bar"; - pixel_y = 30; - pixel_x = 5 - }, -/obj/machinery/light_switch{ - pixel_x = -5; - pixel_y = 30; - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar/backroom) "ioU" = ( /obj/machinery/button/remote/airlock/screamer{ channel = "Command"; @@ -59788,10 +60009,6 @@ dir = 10 }, /area/centcom/legion/hangar5) -"its" = ( -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/hangar/airstation) "itu" = ( /obj/effect/floor_decal/corner/yellow{ dir = 6 @@ -59925,20 +60142,6 @@ }, /turf/simulated/floor/carpet, /area/horizon/repoffice/consular_one) -"iur" = ( -/obj/machinery/vending/cola, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/hatch/operations, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/commissary) "iuD" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -60247,16 +60450,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/gravity_gen) -"iwO" = ( -/obj/effect/floor_decal/corner/grey{ - dir = 10 - }, -/obj/structure/weapon_rack/double{ - pixel_y = -32 - }, -/obj/machinery/light, -/turf/simulated/floor/lino, -/area/horizon/service/bar) "iwP" = ( /obj/machinery/alarm/north, /obj/effect/floor_decal/corner/brown{ @@ -61219,21 +61412,6 @@ "iDH" = ( /turf/simulated/wall, /area/horizon/engineering/reactor/indra/office) -"iDI" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/firealarm/south, -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/airstation) "iDS" = ( /obj/structure/bed/stool/chair/sofa/corner/concave/orange, /obj/machinery/light/small{ @@ -61306,20 +61484,6 @@ /obj/machinery/power/apc/north, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/starboard/far) -"iEB" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/machinery/atmospherics/binary/pump/scrubber/on{ - target_pressure = 5000; - name = "Air Station to scrubbing"; - dir = 8 - }, -/obj/machinery/door/window/eastright{ - name = "Air station maintenance"; - req_one_access = list(26,29,31,48,67,24,47,73) - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/hangar/airstation) "iEC" = ( /obj/effect/floor_decal/spline/plain{ dir = 4 @@ -61888,11 +62052,6 @@ }, /turf/simulated/floor/reinforced, /area/horizon/command/bridge/controlroom) -"iJH" = ( -/obj/machinery/biogenerator/small/north, -/obj/effect/floor_decal/spline/plain/lime, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/hydroponics/garden) "iJW" = ( /obj/structure/tank_wall/phoron{ density = 0; @@ -62876,6 +63035,13 @@ /obj/machinery/newscaster/north, /turf/simulated/floor/tiled, /area/horizon/hangar/operations) +"iSm" = ( +/obj/structure/disposalpipe/segment{ + icon_state = "pipe-c" + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/turf/simulated/floor/plating, +/area/horizon/maintenance/deck_2/service/port) "iSo" = ( /obj/structure/shuttle/engine/heater, /turf/simulated/floor/plating, @@ -62958,6 +63124,15 @@ /obj/structure/cable/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/turbine) +"iSQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/full{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "iSR" = ( /obj/structure/bed/stool/chair{ dir = 4 @@ -63022,15 +63197,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/horizon/maintenance/substation/wing_starboard) -"iTk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/camera/network/supply{ - c_tag = "Operations - Hangar Port Fore"; - dir = 8 - }, -/obj/effect/floor_decal/corner/brown/diagonal, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "iTp" = ( /obj/effect/floor_decal/corner_wide/green/full{ dir = 4 @@ -63286,12 +63452,6 @@ icon_state = "dark_preview" }, /area/centcom/ferry) -"iVi" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/eva) "iVj" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled/dark, @@ -63389,6 +63549,13 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/evidence_storage) +"iVW" = ( +/obj/effect/floor_decal/corner/purple/full, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/vending/wardrobe/jani_wardrobe, +/obj/item/device/radio/intercom/west, +/turf/simulated/floor/tiled, +/area/horizon/service/custodial) "iVZ" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/weapons/grauwolf) @@ -63402,6 +63569,10 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/engineering/reactor/indra/mainchamber) +"iWl" = ( +/obj/effect/floor_decal/corner/dark_green, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "iWm" = ( /obj/effect/floor_decal/spline/plain{ dir = 4 @@ -63838,19 +64009,19 @@ /obj/item/modular_computer/laptop/preset/supply/om, /turf/simulated/floor/carpet, /area/horizon/command/heads/om) +"iYF" = ( +/obj/effect/floor_decal/corner/grey{ + dir = 10 + }, +/obj/structure/weapon_rack/double{ + pixel_y = -29 + }, +/turf/simulated/floor/lino, +/area/horizon/service/bar) "iYG" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/reinforced, /area/horizon/rnd/xenoarch/isolation_a) -"iYK" = ( -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/obj/machinery/door/blast/shutters/open{ - dir = 2; - id = "shutters_hangarseccpexternal"; - name = "Security Checkpoint External Shutter" - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/security/checkpoint) "iYR" = ( /obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/tiled/dark/full, @@ -63915,6 +64086,17 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/crew/washroom/deck_2) +"iZt" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "iZw" = ( /obj/effect/shuttle_landmark/burglar_ship/interim{ dir = 4 @@ -64531,14 +64713,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/monitoring) -"jdY" = ( -/obj/item/hullbeacon/red, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/operations) "jeb" = ( /obj/structure/cable{ icon_state = "1-2" @@ -64611,14 +64785,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port) -"jeF" = ( -/obj/machinery/door/blast/regular/open{ - dir = 8; - id = "hangarlockdown"; - name = "Hangar Lockdown" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/intrepid) "jeG" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 5 @@ -64713,6 +64879,20 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/research) +"jfA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/airstation) "jfF" = ( /obj/structure/foamedmetal, /obj/structure/shuttle_part/scc_space_ship{ @@ -64792,24 +64972,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/security/investigations_hallway) -"jgl" = ( -/obj/effect/floor_decal/spline/plain/red{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline_door/service{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/industrial/hatch_tiny/service, -/obj/machinery/atmospherics/binary/pump/high_power{ - dir = 1; - name = "Distro to Trays" - }, -/turf/simulated/floor/tiled, -/area/horizon/service/hydroponics) "jgs" = ( /obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, /obj/machinery/door/blast/regular{ @@ -64870,6 +65032,20 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/hangar/starboard) +"jgV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/control) "jgX" = ( /obj/structure/table/reinforced/steel, /obj/item/gun/energy/blaster/carbine{ @@ -65081,6 +65257,19 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/syndicate_elite) +"jic" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 5 + }, +/obj/machinery/power/apc/north, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/horizon/engineering/hallway/interior) "jid" = ( /obj/effect/floor_decal/corner_wide/paleblue{ dir = 5 @@ -65150,6 +65339,13 @@ "jiH" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/security/washroom) +"jiN" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/horizon/rnd/eva) "jiQ" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -65938,6 +66134,16 @@ }, /turf/unsimulated/floor, /area/antag/raider) +"joo" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet/north, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/eva) "jos" = ( /obj/machinery/door/airlock/glass_service{ dir = 4; @@ -66144,16 +66350,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/antag/raider) -"jpV" = ( -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 8 - }, -/obj/machinery/power/apc/super/critical/north, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "jpY" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -66435,6 +66631,27 @@ /obj/structure/platform/cutout, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenoarch/atrium) +"jsL" = ( +/obj/effect/floor_decal/corner/dark_blue/diagonal, +/obj/structure/table/steel, +/obj/machinery/button/remote/blast_door{ + dir = 9; + id = "shutters_hangarseccpdesk"; + name = "Desk Shutter"; + pixel_x = -6; + req_access = list(63); + pixel_y = -1 + }, +/obj/machinery/button/remote/blast_door{ + dir = 9; + id = "shutters_hangarseccpexternal"; + name = "Window Shutters"; + pixel_x = 6; + pixel_y = -1; + req_access = list(63) + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/security/checkpoint) "jsU" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -66750,15 +66967,18 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/hallway/primary/deck_2/central) -"jvw" = ( -/obj/structure/railing/mapped{ - dir = 1 +"jvu" = ( +/obj/structure/sign/emergency/evacuation{ + dir = 8; + pixel_x = -32 }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 +/obj/effect/floor_decal/corner/brown{ + dir = 9 }, -/turf/simulated/floor/tiled/full, -/area/supply/dock) +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/outline/emergency_closet, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "jvy" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -67378,6 +67598,12 @@ name = "thruster mount" }, /area/horizon/engineering/atmos/propulsion) +"jzs" = ( +/obj/effect/floor_decal/industrial/hatch/grey, +/obj/machinery/chem_master/condimaster, +/obj/machinery/alarm/south, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar) "jzB" = ( /turf/simulated/wall/r_wall, /area/horizon/maintenance/deck_2/wing/starboard) @@ -67820,25 +68046,6 @@ icon_state = "wood" }, /area/centcom/evac) -"jCL" = ( -/obj/structure/table/fancy/black, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/platform{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/horizon/service/dining_hall) -"jCS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/firealarm/west, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "jCX" = ( /obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, /obj/structure/cable/green{ @@ -67995,6 +68202,19 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/horizon/command/bridge/cciaroom) +"jEb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "jEc" = ( /obj/machinery/conveyor{ dir = 1; @@ -68070,6 +68290,22 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/horizon/rnd/xenobiology/xenoflora) +"jER" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/horizon/security/checkpoint) "jEV" = ( /obj/structure/grille, /obj/machinery/door/blast/regular{ @@ -68124,6 +68360,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden, /turf/simulated/floor/tiled, /area/horizon/security/brig) +"jFk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/airstation) "jFo" = ( /obj/effect/floor_decal/corner/black{ dir = 6 @@ -68277,13 +68519,6 @@ }, /turf/simulated/open/airless, /area/template_noop) -"jGr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/brown{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "jGw" = ( /obj/machinery/button/remote/blast_door{ id = "crescent_checkpoint_access"; @@ -68533,23 +68768,16 @@ temperature = 278 }, /area/horizon/ai/chamber) -"jIz" = ( -/obj/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/machinery/door/airlock/glass_command{ - dir = 4; - name = "Expedition EVA Storage"; - req_one_access = list(18,29,47) +"jIw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 }, -/obj/machinery/door/blast/regular/open{ - id = "hangarlockdown"; - name = "Hangar Lockdown" +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/brown{ + dir = 6 }, -/obj/effect/map_effect/door_helper/unres{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/rnd/eva) +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "jIJ" = ( /obj/effect/floor_decal/corner/lime/diagonal{ dir = 8 @@ -69193,15 +69421,6 @@ }, /turf/simulated/wall, /area/horizon/engineering/drone_fabrication) -"jNa" = ( -/obj/effect/floor_decal/corner/black/full{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/hangar/intrepid) "jNf" = ( /obj/structure/tank_wall{ icon_state = "m-4" @@ -69771,6 +69990,16 @@ /obj/effect/floor_decal/industrial/outline/red, /turf/unsimulated/floor, /area/centcom/specops) +"jQq" = ( +/obj/structure/table/steel, +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/horizon/service/custodial) "jQt" = ( /obj/machinery/mecha_part_fabricator{ dir = 8 @@ -69937,22 +70166,6 @@ }, /turf/unsimulated/floor, /area/antag/mercenary) -"jRZ" = ( -/obj/machinery/alarm/west, -/obj/effect/floor_decal/corner/brown/full, -/obj/machinery/portable_atmospherics/powered/pump/filled, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) -"jSf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar/backroom) "jSh" = ( /obj/machinery/door/airlock/hatch{ dir = 1; @@ -70257,18 +70470,6 @@ }, /turf/simulated/open/airless, /area/horizon/exterior) -"jUE" = ( -/obj/effect/floor_decal/corner/black{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/loading/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/hangar/auxiliary) "jUG" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -71033,16 +71234,6 @@ /obj/effect/floor_decal/spline/fancy/wood, /turf/simulated/floor/wood, /area/horizon/security/meeting_room) -"jZX" = ( -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad" - }, -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "jZZ" = ( /obj/structure/bed/stool/padded/beige, /turf/unsimulated/floor/wood, @@ -71573,6 +71764,19 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/near) +"kdy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/machinery/door/firedoor/multi_tile, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "kdC" = ( /obj/structure/grille, /obj/machinery/door/firedoor, @@ -71956,6 +72160,11 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/operations/starboard/far) +"kgV" = ( +/obj/effect/floor_decal/industrial/hatch/grey, +/obj/machinery/vending/wardrobe/bar_wardrobe, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/bar/backroom) "kgW" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -72073,21 +72282,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/stairwell/port/deck_3) -"khB" = ( -/obj/effect/floor_decal/corner/grey/full{ - dir = 8 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc/north, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/chem_heater, -/turf/simulated/floor/lino, -/area/horizon/service/bar) "khC" = ( /obj/structure/window/reinforced/holowindow, /turf/simulated/floor/holofloor/tiled, @@ -72188,16 +72382,6 @@ }, /turf/simulated/open, /area/horizon/hallway/primary/deck_3/central) -"khV" = ( -/obj/machinery/camera/network/first_deck{ - c_tag = "First Deck - Hangar 4"; - dir = 8 - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "khW" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -72429,12 +72613,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/supermatter/mainchamber) -"kjB" = ( -/obj/structure/noticeboard{ - pixel_x = -2 - }, -/turf/simulated/wall, -/area/horizon/medical/main_storage) "kjC" = ( /obj/machinery/optable, /obj/machinery/light{ @@ -72991,27 +73169,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/security/autopsy_laboratory) -"knR" = ( -/obj/effect/floor_decal/corner/dark_blue/diagonal, -/obj/structure/table/steel, -/obj/machinery/button/remote/blast_door{ - dir = 9; - id = "shutters_hangarseccpdesk"; - name = "Desk Shutter"; - pixel_x = -6; - req_access = list(63); - pixel_y = -1 - }, -/obj/machinery/button/remote/blast_door{ - dir = 9; - id = "shutters_hangarseccpexternal"; - name = "Window Shutters"; - pixel_x = 6; - pixel_y = -1; - req_access = list(63) - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/security/checkpoint) "knV" = ( /obj/effect/floor_decal/corner/brown{ dir = 9 @@ -73301,17 +73458,6 @@ /obj/machinery/meter, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"kpZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/effect/floor_decal/corner/dark_green/diagonal, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "kqa" = ( /obj/structure/bed/stool/chair{ dir = 8 @@ -73903,15 +74049,6 @@ }, /turf/unsimulated/floor, /area/centcom/holding) -"kup" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/railing/mapped{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/operations) "kuq" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -74758,6 +74895,16 @@ }, /turf/simulated/floor/tiled, /area/horizon/crew/fitness/changing) +"kzG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "kzH" = ( /obj/structure/table/steel, /obj/effect/floor_decal/corner/purple/full{ @@ -75503,6 +75650,15 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/engineering/atmos/propulsion/starboard) +"kEL" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/eva) "kER" = ( /obj/effect/map_effect/window_spawner/full/reinforced/indestructible, /turf/unsimulated/floor/plating, @@ -75669,6 +75825,18 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/aft) +"kGa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/sign/emergency/evacuation{ + pixel_y = -32 + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/security/checkpoint) "kGg" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/research{ @@ -75769,6 +75937,12 @@ icon_state = "7,3" }, /area/horizon/shuttle/mining) +"kGz" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/rnd/eva) "kGI" = ( /obj/effect/floor_decal/industrial/outline/grey, /obj/machinery/portable_atmospherics/canister/oxygen, @@ -75976,12 +76150,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/main_compartment) -"kIo" = ( -/obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{ - id = "library" - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/bar/backroom) "kIt" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/visible/red{ @@ -76014,6 +76182,23 @@ dir = 8 }, /area/horizon/holodeck/source_tribunal) +"kIG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/alarm/north, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/horizon/security/checkpoint) "kIO" = ( /obj/machinery/light{ dir = 8 @@ -76273,14 +76458,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/checkpoint2) -"kKx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/engineer_maintenance/pipe/wall, -/obj/structure/lattice/catwalk/indoor/grate, -/turf/simulated/floor/plating, -/area/horizon/hangar/auxiliary) "kKK" = ( /obj/structure/bed/stool/chair, /obj/effect/floor_decal/spline/fancy/wood/cee{ @@ -76458,15 +76635,6 @@ }, /turf/simulated/floor/wood, /area/horizon/service/cafeteria) -"kMt" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "kMu" = ( /obj/machinery/portable_atmospherics/canister/air/airlock, /obj/machinery/atmospherics/portables_connector{ @@ -77364,15 +77532,6 @@ }, /turf/simulated/floor/exoplanet/grass, /area/centcom/shared_dream) -"kUi" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/floor_decal/corner/brown/full{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "kUj" = ( /obj/structure/railing/mapped, /obj/effect/floor_decal/corner/paleblue/full{ @@ -77563,6 +77722,18 @@ /obj/effect/large_stock_marker, /turf/simulated/floor/tiled, /area/horizon/operations/warehouse) +"kVB" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/alarm/north{ + dir = 4; + pixel_y = 0; + pixel_x = 7 + }, +/turf/simulated/floor/tiled/white, +/area/horizon/medical/reception) "kVC" = ( /obj/structure/table/reinforced/wood, /obj/machinery/door/blast/odin{ @@ -77982,6 +78153,14 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/cargo_compartment) +"kYE" = ( +/obj/machinery/door/blast/regular/open{ + dir = 4; + id = "hangarlockdown"; + name = "Hangar Lockdown" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/rnd/xenoarch/atrium) "kYG" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -78461,13 +78640,6 @@ /obj/machinery/firealarm/south, /turf/simulated/floor/tiled/white, /area/horizon/crew/washroom/deck_2) -"lbV" = ( -/obj/machinery/firealarm/east, -/obj/effect/floor_decal/corner/dark_blue/full{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/security/checkpoint) "lcf" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -79741,17 +79913,6 @@ /obj/structure/flora/ausbushes/ywflowers, /turf/simulated/floor/grass/no_edge, /area/horizon/hallway/primary/deck_3/port) -"lkJ" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/small/west, -/obj/machinery/firealarm/east, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 6 - }, -/turf/simulated/floor/wood, -/area/horizon/service/bar) "lkL" = ( /obj/effect/floor_decal/corner/beige/full{ dir = 4 @@ -79761,6 +79922,13 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/medical/icu) +"lkN" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/item/device/radio/intercom/west, +/obj/machinery/portable_atmospherics/hydroponics/soil, +/obj/machinery/light, +/turf/simulated/floor/grass/no_edge, +/area/horizon/service/hydroponics/garden) "lkR" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -79773,6 +79941,21 @@ }, /turf/simulated/floor/tiled, /area/horizon/engineering/storage_eva) +"lkV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "lkX" = ( /obj/structure/foamedmetal, /obj/structure/shuttle_part/scc_space_ship{ @@ -79884,6 +80067,18 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos/turbine) +"llI" = ( +/obj/machinery/chem_heater, +/obj/effect/floor_decal/industrial/hatch/grey, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera/network/service{ + c_tag = "Service - Deck 2 - Bar Preparation Room"; + dir = 1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar) "llK" = ( /obj/structure/cable/green{ icon_state = "1-4" @@ -79947,18 +80142,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/weapons/grauwolf) -"lmb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/machinery/light/spot{ - dir = 8; - must_start_working = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "lmh" = ( /turf/simulated/floor/tiled/dark, /area/horizon/maintenance/deck_2/wing/starboard/near) @@ -80034,6 +80217,22 @@ /obj/item/storage/backpack/duffel/syndie, /turf/unsimulated/floor, /area/antag/ninja) +"lmH" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/sign/emergency/evacuation{ + pixel_x = -32 + }, +/obj/effect/floor_decal/corner/dark_green/full, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "lmI" = ( /obj/machinery/atmospherics/pipe/manifold/visible/black{ dir = 4 @@ -80209,18 +80408,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/medical/gen_treatment) -"lnW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/window/reinforced, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/horizon/hangar/airstation) "lod" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/ladder/up{ @@ -80693,21 +80880,6 @@ /obj/machinery/alarm/north, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/operations/starboard) -"lrD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/firealarm/west, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "lrE" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 6 @@ -80880,19 +81052,6 @@ /obj/effect/floor_decal/spline/fancy, /turf/simulated/floor/tiled/white, /area/centcom/shared_dream) -"lsN" = ( -/obj/effect/floor_decal/corner_wide/yellow{ - dir = 5 - }, -/obj/machinery/power/apc/north, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/turf/simulated/floor/tiled, -/area/horizon/engineering/hallway/interior) "lsO" = ( /turf/simulated/wall/shuttle/unique/scc/mining{ icon_state = "fix2" @@ -81581,18 +81740,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenobiology) -"lxA" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/structure/railing/mapped, -/obj/item/hullbeacon/red, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/effect/floor_decal/industrial/warning{ - dir = 10 - }, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "lxB" = ( /obj/effect/floor_decal/spline/plain, /turf/simulated/floor/beach/sand{ @@ -82032,15 +82179,6 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/maintenance/deck_2/cargo_compartment) -"lAf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/bluespace_beacon, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "lAh" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/rods, @@ -82067,6 +82205,14 @@ opacity = 1 }, /area/horizon/shuttle/canary) +"lAr" = ( +/obj/machinery/door/blast/regular/open{ + dir = 8; + id = "hangarlockdown"; + name = "Hangar Lockdown" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/intrepid) "lAs" = ( /obj/effect/step_trigger/thrower/shuttle/north, /obj/effect/shuttle_landmark/intrepid/transit{ @@ -82605,25 +82751,6 @@ name = "shallow water" }, /area/horizon/holodeck/source_konyang) -"lDQ" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow, -/turf/simulated/floor/tiled, -/area/horizon/hangar/airstation) "lDS" = ( /obj/effect/floor_decal/corner/yellow/full{ dir = 1 @@ -83287,6 +83414,22 @@ /obj/structure/table/steel, /turf/unsimulated/floor/plating, /area/centcom/specops) +"lIU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "lIY" = ( /obj/structure/bed, /obj/item/bedsheet/syndie, @@ -83686,10 +83829,6 @@ icon_state = "1,5" }, /area/shuttle/syndicate_elite) -"lLw" = ( -/obj/effect/floor_decal/corner/dark_green/full, -/turf/simulated/floor/tiled, -/area/horizon/service/hydroponics/garden) "lLC" = ( /obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, /obj/structure/cable/green{ @@ -83901,22 +84040,6 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenobiology/hazardous) -"lMV" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/sign/emergency/evacuation{ - pixel_x = -32 - }, -/obj/effect/floor_decal/corner/dark_green/full, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "lMX" = ( /obj/structure/platform/ledge{ dir = 4 @@ -83982,6 +84105,18 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/atmos) +"lNv" = ( +/obj/item/device/radio/intercom/south, +/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) "lNz" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 8 @@ -83997,24 +84132,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/horizon/security/checkpoint2) -"lNL" = ( -/obj/machinery/door/firedoor, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/glass_command{ - dir = 1; - name = "Expedition EVA Storage"; - req_one_access = list(18,47) - }, -/obj/effect/map_effect/door_helper/unres{ - dir = 1 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/storage/eva) "lNN" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 9 @@ -84060,14 +84177,6 @@ }, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_trinary) -"lOw" = ( -/obj/structure/table/steel, -/obj/item/device/radio/intercom/north, -/obj/effect/floor_decal/corner/purple{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/service/custodial) "lOz" = ( /obj/effect/floor_decal/spline/fancy/wood/corner{ dir = 4 @@ -84234,22 +84343,6 @@ /obj/structure/platform_stairs/full/east_west_cap, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/controlroom) -"lPC" = ( -/obj/machinery/camera/network/service{ - c_tag = "Service - Deck 2 - Dining Hall 1"; - dir = 4 - }, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/closet/walllocker/medical/firstaid{ - pixel_x = -32 - }, -/obj/machinery/light/floor{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/horizon/service/dining_hall) "lPN" = ( /obj/machinery/telecomms/allinone, /turf/simulated/floor/plating, @@ -84387,6 +84480,14 @@ "lRj" = ( /turf/simulated/floor/reinforced, /area/horizon/rnd/test_range) +"lRk" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/obj/machinery/power/apc/south, +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/horizon/rnd/eva) "lRp" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -84396,6 +84497,18 @@ }, /turf/simulated/floor/plating, /area/shuttle/mercenary) +"lRu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/machinery/light/spot{ + dir = 8; + must_start_working = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "lRy" = ( /obj/structure/stairs_lower/stairs_upper, /turf/simulated/wall/r_wall, @@ -84713,6 +84826,12 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/port) +"lUt" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "lUw" = ( /obj/item/wrench, /obj/item/crowbar, @@ -84770,15 +84889,6 @@ /obj/machinery/atmospherics/pipe/simple/visible/fuel, /turf/space/dynamic, /area/horizon/exterior) -"lVd" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "lVj" = ( /obj/machinery/appliance/cooker/stove, /obj/effect/floor_decal/industrial/outline/grey, @@ -85233,13 +85343,6 @@ }, /turf/simulated/floor/wood, /area/horizon/service/dining_hall) -"lYM" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "lYW" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -85320,16 +85423,6 @@ }, /turf/simulated/floor/shuttle/dark_blue, /area/horizon/shuttle/escape_pod/pod4) -"lZo" = ( -/obj/structure/sign/emergency/evacuation{ - dir = 8; - pixel_x = -32 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "lZv" = ( /obj/machinery/power/apc/west, /obj/structure/cable/green{ @@ -85606,6 +85699,17 @@ }, /turf/unsimulated/floor/dark_monotile, /area/antag/actor) +"mbl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/machinery/power/apc/low/north, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/horizon/hangar/airstation) "mbo" = ( /obj/effect/floor_decal/corner_wide/dark_green{ dir = 10 @@ -85737,32 +85841,12 @@ /obj/machinery/alarm/shuttle/intrepid/east, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/port_storage) -"mcx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled/dark, -/area/horizon/hangar/airstation) "mcA" = ( /obj/machinery/atmospherics/pipe/simple/visible/red{ dir = 10 }, /turf/simulated/floor/reinforced/n20, /area/horizon/engineering/atmos/air) -"mcB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled, -/area/horizon/hangar/airstation) "mcN" = ( /obj/structure/trash_pile, /obj/random/dirt_75, @@ -85826,6 +85910,15 @@ /obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) +"mdx" = ( +/obj/effect/floor_decal/corner/dark_blue/full{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/security/checkpoint) "mdD" = ( /obj/effect/floor_decal/spline/plain/cee{ dir = 8 @@ -85849,6 +85942,15 @@ }, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_3/starboard/docks) +"mdN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/camera/network/supply{ + c_tag = "Operations - Hangar Port Fore"; + dir = 8 + }, +/obj/effect/floor_decal/corner/brown/diagonal, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "mdQ" = ( /obj/structure/table/stone/marble, /obj/item/reagent_containers/food/snacks/taco{ @@ -86055,13 +86157,6 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/aft) -"mfv" = ( -/obj/machinery/light, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/security/checkpoint) "mfA" = ( /turf/simulated/wall/r_wall, /area/horizon/command/heads/captain) @@ -86135,14 +86230,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/ai/upload_foyer) -"mgf" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/window/reinforced{ - dir = 8 - }, -/mob/living/carbon/human/monkey/punpun, -/turf/simulated/floor/carpet, -/area/horizon/service/bar/backroom) "mgi" = ( /obj/machinery/light/small{ dir = 4 @@ -86290,24 +86377,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) -"mgP" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/blast/shutters/open{ - dir = 4; - id = "shutters_hangarseccpexternal"; - name = "Security Checkpoint External Shutter" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/security/checkpoint) "mgS" = ( /obj/effect/floor_decal/corner/dark_green/diagonal, /obj/structure/disposalpipe/segment{ @@ -86369,12 +86438,6 @@ }, /turf/unsimulated/floor, /area/centcom/checkpoint/fore) -"mhC" = ( -/obj/effect/floor_decal/industrial/warning, -/obj/structure/sign/drop, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/operations) "mhG" = ( /obj/machinery/door/airlock/multi_tile/glass{ dir = 2; @@ -86688,20 +86751,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/port) -"mjQ" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/structure/railing/mapped{ - dir = 1 - }, -/obj/item/hullbeacon/red, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/effect/floor_decal/industrial/warning{ - dir = 9 - }, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "mjS" = ( /obj/effect/floor_decal/industrial/warning{ dir = 5 @@ -86852,6 +86901,55 @@ "mlB" = ( /turf/simulated/wall, /area/horizon/hallway/primary/deck_2/central) +"mlC" = ( +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc/north, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/shaker/spacespice{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/holomenu{ + pixel_x = 9; + pixel_y = 8 + }, +/obj/item/holomenu{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/random/pottedplant_small{ + pixel_x = 10; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/drinks/shaker{ + pixel_x = -5; + pixel_y = 18 + }, +/obj/item/storage/box/fancy/candle_box{ + pixel_x = -14; + pixel_y = 1 + }, +/obj/item/storage/box/fancy/candle_box{ + pixel_x = -12; + pixel_y = 1 + }, +/obj/item/storage/box/fancy/candle_box{ + pixel_x = -10; + pixel_y = 1 + }, +/obj/item/storage/box/fancy/candle_box{ + pixel_x = -10; + pixel_y = 1 + }, +/obj/item/storage/box/fancy/candle_box{ + pixel_x = -10; + pixel_y = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/bar/backroom) "mlJ" = ( /turf/simulated/wall/r_wall, /area/horizon/rnd/xenobiology/foyer) @@ -86888,6 +86986,12 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/lobby) +"mma" = ( +/obj/effect/floor_decal/corner/grey/full{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/horizon/service/bar) "mme" = ( /obj/structure/railing/mapped{ dir = 8 @@ -87347,15 +87451,6 @@ }, /turf/simulated/floor/tiled/white, /area/centcom/shared_dream) -"mpN" = ( -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/obj/machinery/door/blast/shutters/open{ - dir = 2; - id = "shutters_hangarseccpexternal"; - name = "Security Checkpoint External Shutter" - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/storage/eva) "mpT" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -87409,16 +87504,6 @@ }, /turf/simulated/floor/airless, /area/horizon/engineering/atmos) -"mqF" = ( -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 4 - }, -/obj/structure/closet/walllocker/medical/firstaid{ - pixel_x = 32 - }, -/obj/effect/floor_decal/industrial/outline/medical, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid/interstitial) "mqH" = ( /obj/structure/shuttle_part/ert{ icon_state = "10,3"; @@ -87445,6 +87530,14 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/port) +"mqV" = ( +/obj/item/hullbeacon/red, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/operations) "mqW" = ( /obj/structure/disposaloutlet{ dir = 8 @@ -87490,6 +87583,21 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/propulsion) +"mrl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/security/checkpoint) "mrr" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -87676,13 +87784,6 @@ temperature = 278.15 }, /area/horizon/medical/morgue) -"msW" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/rnd/xenoarch/atrium) "msX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -88160,22 +88261,6 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/legion) -"mwB" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "mwC" = ( /obj/structure/cable{ icon_state = "4-8" @@ -88200,6 +88285,14 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) +"mxc" = ( +/obj/effect/floor_decal/industrial/outline/emergency_closet, +/obj/structure/closet/walllocker/emerglocker/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/hangar/airstation) "mxd" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/ppflowers, @@ -88271,6 +88364,25 @@ }, /turf/unsimulated/floor, /area/centcom/legion) +"mxH" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2; + name = "Hangar" + }, +/obj/machinery/door/firedoor/multi_tile{ + dir = 1 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/airstation) "mxI" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/maintenance{ @@ -88354,6 +88466,15 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_2/wing/starboard) +"myr" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "myu" = ( /obj/structure/shuttle_part/tcfl{ icon_state = "0,0" @@ -88461,16 +88582,6 @@ /obj/item/trash/cigbutt, /turf/unsimulated/floor, /area/centcom/legion) -"mzC" = ( -/obj/effect/floor_decal/corner/dark_blue/full{ - dir = 8 - }, -/obj/machinery/firealarm/north, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/eva) "mzO" = ( /obj/structure/table/standard, /obj/effect/floor_decal/corner/orange/diagonal, @@ -88478,20 +88589,6 @@ icon_state = "white" }, /area/tdome/tdomeadmin) -"mzS" = ( -/obj/structure/railing/mapped{ - dir = 4 - }, -/obj/structure/railing/mapped{ - dir = 1 - }, -/obj/item/hullbeacon/red, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/effect/floor_decal/industrial/warning{ - dir = 5 - }, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "mzX" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/reagent_dispensers/watertank, @@ -88834,6 +88931,13 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/indra/monitoring) +"mDc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "mDg" = ( /obj/structure/sign/christmas/snowman, /turf/simulated/floor/exoplanet/snow, @@ -89047,6 +89151,16 @@ /obj/random/contraband, /turf/simulated/floor/carpet/rubber, /area/horizon/maintenance/deck_1/workshop) +"mEZ" = ( +/obj/structure/sign/emergency/evacuation{ + dir = 8; + pixel_x = -32 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "mFb" = ( /obj/machinery/power/breakerbox/activated{ RCon_tag = "Hangar Substation" @@ -89295,6 +89409,19 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/medical/hallway/upper) +"mGB" = ( +/obj/machinery/button/remote/blast_door{ + id = "mining_shuttle_trunk"; + name = "Mining Shuttle Exterior"; + pixel_x = 21; + pixel_y = -22; + req_one_access = list(48,74) + }, +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "mGC" = ( /obj/structure/shuttle_part/scc_space_ship{ icon_state = "d3-5" @@ -89399,15 +89526,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck/source_pool) -"mHq" = ( -/obj/structure/railing/mapped{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "mHw" = ( /obj/effect/floor_decal/corner_wide/yellow{ dir = 10 @@ -89846,16 +89964,6 @@ /obj/effect/decal/fake_object/light_source/invisible, /turf/simulated/floor/holofloor/tiled/dark, /area/tdome/tdome1) -"mLu" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/sign/drop, -/obj/structure/railing/mapped{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/operations) "mLD" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/engineering/atmos) @@ -90271,6 +90379,13 @@ /obj/structure/table/steel, /turf/simulated/floor/carpet/rubber, /area/horizon/crew/fitness/gym) +"mOx" = ( +/obj/machinery/light, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/security/checkpoint) "mOz" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 5 @@ -90834,6 +90949,62 @@ }, /turf/simulated/floor/plating, /area/shuttle/skipjack) +"mTJ" = ( +/obj/structure/table/rack, +/obj/item/stack/material/plasteel{ + amount = 20; + pixel_y = 4; + randpixel = 0 + }, +/obj/item/stack/material/glass{ + amount = 50; + pixel_x = -1; + pixel_y = 2; + randpixel = 0 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 1; + pixel_y = -2; + randpixel = 0 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 1; + pixel_y = -2; + randpixel = 0 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 1; + pixel_y = -2; + randpixel = 0 + }, +/obj/item/reagent_containers/weldpack, +/obj/machinery/camera/network/supply{ + c_tag = "Operations - Machinist Workshop Starboard 2"; + dir = 1 + }, +/obj/item/stack/material/glass{ + amount = 50; + pixel_x = -1; + pixel_y = 2; + randpixel = 0 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 1; + pixel_y = -2; + randpixel = 0 + }, +/obj/item/device/paint_sprayer, +/obj/structure/platform{ + dir = 8 + }, +/obj/item/stack/material/aluminium/full, +/obj/item/stack/material/aluminium/full, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "mTK" = ( /obj/structure/shuttle_part/ert{ icon_state = "0,0"; @@ -91290,6 +91461,16 @@ /obj/machinery/alarm/east, /turf/simulated/floor/tiled, /area/horizon/security/equipment) +"mXG" = ( +/obj/machinery/camera/network/first_deck{ + c_tag = "First Deck - Hangar 4"; + dir = 8 + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "mXI" = ( /obj/effect/floor_decal/corner/green/diagonal, /obj/machinery/button/remote/airlock{ @@ -91630,15 +91811,6 @@ }, /turf/unsimulated/floor/wood, /area/centcom/bar) -"mZM" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/effect/floor_decal/industrial/warning, -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/operations) "mZW" = ( /obj/structure/table/wood, /obj/item/toy/desk/newtoncradle{ @@ -91950,6 +92122,15 @@ /obj/machinery/vending/dinnerware/bar, /turf/unsimulated/floor/linoleum, /area/antag/actor) +"ncx" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/operations) "ncE" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/machinery/alarm/north, @@ -92020,10 +92201,44 @@ /obj/structure/flora/ausbushes/ppflowers, /turf/simulated/floor/grass/no_edge, /area/centcom/evac) +"nda" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/camera/network/first_deck{ + c_tag = "First Deck - Hangar 2"; + dir = 1 + }, +/obj/structure/sign/emergency/evacuation{ + dir = 8; + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "ndb" = ( /obj/structure/sign/nosmoking_1, /turf/simulated/wall, /area/horizon/medical/paramedic) +"ndg" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/camera/network/first_deck{ + c_tag = "First Deck - Hangar Air Station"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/airstation) "ndh" = ( /obj/structure/shuttle_part/scc/mining{ icon_state = "4,10"; @@ -92186,6 +92401,13 @@ }, /turf/simulated/floor/reinforced, /area/horizon/command/bridge/controlroom) +"nem" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "nen" = ( /obj/effect/floor_decal/spline/plain{ dir = 8 @@ -92362,19 +92584,6 @@ }, /turf/simulated/open, /area/horizon/hallway/primary/deck_2/central) -"nfs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/multi_tile, -/obj/machinery/door/airlock/multi_tile/glass{ - name = "Hangar" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/security/checkpoint) "nft" = ( /obj/effect/floor_decal/corner/blue{ dir = 10 @@ -92445,18 +92654,6 @@ /obj/structure/cable/green, /turf/simulated/floor, /area/horizon/maintenance/substation/command) -"nfT" = ( -/obj/machinery/door/firedoor/multi_tile{ - dir = 2 - }, -/obj/machinery/door/blast/shutters/open{ - dir = 8; - id = "shutters_hangarseccpexternal"; - name = "Security Checkpoint External Shutter" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/security/checkpoint) "nfV" = ( /obj/machinery/portable_atmospherics/canister/empty, /obj/effect/floor_decal/industrial/outline/grey, @@ -92565,6 +92762,29 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/operations/mining_main/refinery) +"ngN" = ( +/obj/structure/table/wood, +/obj/item/book/manual/barman_recipes{ + pixel_x = 2; + pixel_y = -9 + }, +/obj/item/stack/packageWrap{ + pixel_y = 6 + }, +/obj/machinery/newscaster/west, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/device/destTagger{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/flame/lighter{ + pixel_x = -9; + pixel_y = -12 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/bar/backroom) "ngO" = ( /obj/structure/closet/firecloset, /obj/effect/floor_decal/industrial/outline/firefighting_closet, @@ -92662,18 +92882,6 @@ /obj/effect/floor_decal/industrial/outline/emergency_closet, /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) -"nhC" = ( -/obj/machinery/camera/network/supply{ - c_tag = "Operations - Hangar Starboard Aft"; - dir = 4 - }, -/obj/effect/floor_decal/corner/brown/full{ - dir = 8 - }, -/obj/structure/closet/emcloset, -/obj/effect/floor_decal/industrial/outline/emergency_closet, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "nhF" = ( /obj/machinery/conveyor{ dir = 5; @@ -92698,27 +92906,12 @@ /obj/effect/shuttle_landmark/horizon/exterior/deck_1/fore, /turf/template_noop, /area/template_noop) -"nhV" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "nhW" = ( /obj/machinery/computer/robotics{ dir = 4 }, /turf/unsimulated/floor/rubber_carpet, /area/centcom/control) -"nhZ" = ( -/turf/simulated/floor/tiled/full, -/area/supply/dock) "nid" = ( /obj/effect/floor_decal/industrial/warning, /obj/machinery/alarm/north, @@ -92994,6 +93187,43 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/gravity_gen) +"nkG" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/table/stone/marble, +/obj/item/stack/packageWrap{ + pixel_x = 3; + pixel_y = -5 + }, +/obj/item/device/hand_labeler{ + pixel_x = 9; + pixel_y = 9 + }, +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/obj/item/paper_bin{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/device/destTagger{ + pixel_x = 4; + pixel_y = -7 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/kitchen) "nkP" = ( /obj/structure/window/reinforced{ dir = 4 @@ -93242,15 +93472,6 @@ }, /turf/simulated/floor/exoplanet/grass, /area/centcom/shared_dream) -"nmc" = ( -/obj/machinery/vending/zora, -/obj/machinery/alarm/south, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/hatch/operations, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/commissary) "nme" = ( /obj/machinery/light/small{ dir = 8 @@ -93441,19 +93662,6 @@ icon_state = "white" }, /area/centcom/legion) -"nnQ" = ( -/obj/effect/floor_decal/corner/grey/full{ - dir = 4 - }, -/obj/structure/engineer_maintenance/electric, -/obj/structure/engineer_maintenance/pipe{ - dir = 4 - }, -/obj/structure/closet/walllocker/medical/firstaid{ - pixel_y = -32 - }, -/turf/simulated/floor/lino, -/area/horizon/service/bar) "nnV" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 5 @@ -93585,15 +93793,6 @@ }, /turf/simulated/floor/tiled/white, /area/centcom/shared_dream) -"noM" = ( -/obj/effect/floor_decal/corner/dark_blue/full{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/security/checkpoint) "noN" = ( /obj/machinery/power/apc/north, /obj/structure/closet/secure_closet/investigator, @@ -93827,15 +94026,6 @@ /obj/random/dirt_75, /turf/simulated/floor, /area/horizon/maintenance/deck_2/wing/port/far) -"nqo" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/security/checkpoint) "nqw" = ( /obj/structure/table/rack{ pixel_y = -3 @@ -94373,17 +94563,6 @@ /obj/item/device/radio/intercom/east, /turf/simulated/floor/tiled, /area/horizon/stairwell/starboard/deck_2) -"nuM" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet/west, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "nuP" = ( /obj/machinery/suit_cycler/science/prepared, /obj/item/tank/jetpack/carbondioxide, @@ -94504,16 +94683,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/starboard) -"nvA" = ( -/obj/machinery/light/small/emergency{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - icon_state = "pipe-c" - }, -/obj/structure/lattice/catwalk/indoor/grate/dark, -/turf/simulated/floor/plating, -/area/horizon/maintenance/deck_2/service/port) "nvC" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -94639,6 +94808,15 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) +"nwx" = ( +/obj/machinery/firealarm/west, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/machinery/portable_atmospherics/hydroponics/soil, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/grass/no_edge, +/area/horizon/service/hydroponics/garden) "nwC" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -94833,6 +95011,19 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/operations/starboard/amidships) +"nxE" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor, +/obj/machinery/computer/ship/navigation{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/horizon/engineering/bluespace_drive) "nxG" = ( /obj/effect/floor_decal/industrial/warning, /obj/structure/table/rack, @@ -95104,20 +95295,6 @@ /obj/random/tech_supply, /turf/simulated/floor/plating, /area/horizon/engineering/storage/lower) -"nzM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/airstation) "nAf" = ( /obj/machinery/atmospherics/pipe/manifold/hidden{ dir = 4 @@ -95139,6 +95316,13 @@ "nAJ" = ( /turf/simulated/floor/tiled, /area/horizon/security/equipment) +"nAM" = ( +/obj/effect/floor_decal/corner/black, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/auxiliary) "nAN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/aux{ dir = 9 @@ -95243,15 +95427,6 @@ /obj/random/junk, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/port) -"nBs" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "nBw" = ( /obj/structure/railing/mapped{ dir = 4 @@ -95285,6 +95460,15 @@ }, /turf/simulated/floor, /area/horizon/command/bridge/cciaroom) +"nBA" = ( +/obj/structure/bed/stool/chair/padded/red{ + dir = 4 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/horizon/service/dining_hall) "nBE" = ( /obj/structure/closet/secure_closet/guncabinet{ name = "CCIA Bodyguard Sidearm"; @@ -95459,36 +95643,12 @@ /obj/machinery/vending/wardrobe/chap_wardrobe, /turf/simulated/floor/tiled/dark, /area/horizon/service/chapel/office) -"nCK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/security/checkpoint) "nCL" = ( /obj/effect/floor_decal/spline/plain/cee, /obj/effect/landmark/skrell_srom, /obj/structure/flora/ausbushes/fullgrass, /turf/simulated/floor/exoplanet/grass/grove, /area/centcom/shared_dream) -"nCN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/machinery/door/firedoor/multi_tile, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "nCO" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /obj/effect/floor_decal/industrial/hatch/yellow, @@ -95586,17 +95746,20 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) -"nDu" = ( -/obj/structure/railing/mapped{ +"nDv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/dark_green{ dir = 4 }, -/obj/effect/floor_decal/corner/black{ - dir = 6 - }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "2-8" }, -/turf/simulated/floor/tiled/dark, +/obj/structure/sign/emergency/evacuation{ + dir = 4 + }, +/turf/simulated/floor/tiled, /area/horizon/hangar/auxiliary) "nDw" = ( /obj/structure/cable/green{ @@ -96907,6 +97070,12 @@ /obj/effect/floor_decal/corner/grey/diagonal, /turf/simulated/floor/marble, /area/horizon/holodeck/source_trinary) +"nMs" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "nMu" = ( /turf/simulated/wall/shuttle/unique/ccia{ icon_state = "8,0" @@ -97785,14 +97954,6 @@ "nTu" = ( /turf/simulated/wall/r_wall, /area/horizon/service/kitchen/freezer) -"nTF" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/effect/floor_decal/industrial/warning, -/obj/machinery/conveyor{ - id = "cargo_1" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/operations) "nTH" = ( /obj/structure/cable/green{ icon_state = "1-4" @@ -97934,15 +98095,6 @@ /obj/structure/cable/green, /turf/simulated/floor/tiled, /area/horizon/service/custodial/auxiliary) -"nVa" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/eva) "nVe" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /obj/machinery/door/blast/shutters/open{ @@ -98082,13 +98234,6 @@ }, /turf/simulated/floor/wood, /area/horizon/service/dining_hall) -"nWu" = ( -/obj/effect/floor_decal/corner/dark_blue/diagonal, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/hangar/control) "nWM" = ( /obj/effect/floor_decal/corner/dark_blue/diagonal, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -98306,6 +98451,16 @@ /obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/supermatter/airlock) +"nYC" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar/backroom) "nYH" = ( /obj/structure/bed/stool/chair/office/bridge/generic{ desc = "Looks suspiciously comfortable."; @@ -98782,6 +98937,17 @@ }, /turf/simulated/floor/wood, /area/horizon/service/dining_hall) +"oca" = ( +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/obj/effect/floor_decal/corner/dark_blue/full, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/small/east, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "ocb" = ( /obj/structure/table/wood, /obj/item/modular_computer/laptop/preset/security/hos{ @@ -98913,6 +99079,16 @@ temperature = 278.15 }, /area/horizon/medical/morgue) +"odj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/airstation) "odk" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled, @@ -99403,36 +99579,16 @@ }, /turf/simulated/floor/reinforced, /area/horizon/rnd/test_range) -"ofY" = ( -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" +"ofT" = ( +/obj/structure/railing/mapped, +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" }, -/obj/machinery/power/apc/north, -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -6; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = -7; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/shaker/spacespice, -/obj/item/holomenu{ - pixel_x = 9; - pixel_y = 8 - }, -/obj/item/holomenu{ - pixel_x = 9; - pixel_y = 4 - }, -/obj/random/pottedplant_small{ - pixel_x = 5; - pixel_y = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar/backroom) +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "oga" = ( /obj/machinery/light{ dir = 8 @@ -99806,25 +99962,6 @@ /obj/structure/bed/stool/chair, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard) -"oig" = ( -/obj/structure/table/wood, -/obj/item/storage/box/beanbags, -/obj/item/wrench, -/obj/item/paper{ - info = "This permit signifies that the Bartender is permitted to posess this firearm in the bar, and ONLY the bar. Failure to adhere to this permit will result in confiscation of the weapon and possibly arrest."; - name = "Shotgun permit" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/alarm/west, -/obj/item/device/quikpay, -/obj/item/storage/box/fancy/candle_box, -/obj/item/storage/box/fancy/candle_box, -/obj/item/storage/box/fancy/matches, -/obj/item/flame/lighter/zippo, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar/backroom) "oik" = ( /obj/structure/window/shuttle/unique/ccia{ icon_state = "0,2" @@ -100260,6 +100397,23 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/operations) +"okP" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/closet/crate, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/stack/material/phoron{ + amount = 20 + }, +/obj/item/stack/material/uranium{ + amount = 10 + }, +/obj/item/stack/material/lead{ + amount = 10 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/operations/machinist) "okS" = ( /obj/machinery/atmospherics/portables_connector{ dir = 4 @@ -100451,6 +100605,15 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/transport1) +"omE" = ( +/obj/structure/sign/air_station{ + pixel_y = 32 + }, +/obj/effect/floor_decal/industrial/outline, +/obj/machinery/atmospherics/portables_connector/supply, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/hangar/airstation) "omJ" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 1 @@ -101255,6 +101418,18 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/starboard) +"ori" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/window/reinforced, +/obj/structure/lattice/catwalk/indoor/grate/dark, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/horizon/hangar/airstation) "orm" = ( /obj/effect/floor_decal/industrial/warning, /obj/effect/decal/fake_object{ @@ -101325,6 +101500,21 @@ /obj/effect/floor_decal/corner/mauve/diagonal, /turf/simulated/floor/tiled/white, /area/horizon/rnd/chemistry) +"orN" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "orO" = ( /obj/machinery/door/airlock/vault/bolted{ dir = 4; @@ -101439,12 +101629,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/turbine) -"osD" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/item/device/radio/intercom/west, -/obj/machinery/portable_atmospherics/hydroponics/soil, -/turf/simulated/floor/grass/no_edge, -/area/horizon/service/hydroponics/garden) "osJ" = ( /obj/effect/floor_decal/corner_wide/grey/diagonal, /obj/machinery/atmospherics/unary/vent_scrubber/on, @@ -102695,23 +102879,6 @@ icon_state = "4,0" }, /area/shuttle/legion) -"oBz" = ( -/obj/effect/floor_decal/corner_wide/yellow{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/alarm/north, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/platform_deco{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/engineering/hallway/interior) "oBD" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -102823,6 +102990,10 @@ /obj/machinery/computer/rdservercontrol, /turf/simulated/floor/carpet/rubber, /area/horizon/rnd/server) +"oCr" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/horizon/operations/break_room) "oCz" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -103018,6 +103189,19 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenobiology) +"oDW" = ( +/obj/structure/bed/stool/chair/padded/red{ + dir = 4 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/engineer_maintenance/pipe/wall, +/turf/simulated/floor/wood, +/area/horizon/service/dining_hall) "oEh" = ( /obj/structure/flora/ausbushes/lavendergrass, /turf/unsimulated/floor/grass, @@ -103154,6 +103338,13 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenobiology/hazardous) +"oFM" = ( +/obj/machinery/firealarm/east, +/obj/effect/floor_decal/corner/dark_blue/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/security/checkpoint) "oFW" = ( /obj/structure/table/reinforced/wood, /obj/effect/floor_decal/spline/fancy/wood, @@ -103801,6 +103992,15 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/reinforced, /area/horizon/maintenance/deck_1/wing/starboard/far) +"oKm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "oKn" = ( /turf/unsimulated/floor{ icon_state = "ramptop" @@ -104039,6 +104239,45 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/wing/starboard) +"oMf" = ( +/obj/structure/table/wood, +/obj/item/storage/box/lights/colored/blue{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/storage/box/lights/colored/cyan{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/storage/box/lights/colored/green{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/storage/box/lights/colored/magenta{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/box/lights/colored/red{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/storage/box/lights/colored/yellow{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/machinery/button/switch/windowtint{ + dir = 1; + id = "bar_backroom"; + pixel_y = 30; + pixel_x = 5 + }, +/obj/machinery/light_switch{ + pixel_x = -5; + pixel_y = 30; + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/bar/backroom) "oMs" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -104674,19 +104913,6 @@ }, /turf/unsimulated/floor/wood, /area/antag/raider) -"oRG" = ( -/obj/effect/floor_decal/corner/grey{ - dir = 10 - }, -/obj/machinery/camera/network/service{ - c_tag = "Service - Deck 2 - Bar Preparation Room"; - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/lino, -/area/horizon/service/bar) "oRH" = ( /obj/machinery/light/spot{ dir = 1; @@ -104738,6 +104964,27 @@ }, /turf/unsimulated/floor/wood, /area/centcom/bar) +"oRT" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "oSf" = ( /turf/unsimulated/wall/fakeairlock{ icon = 'icons/obj/doors/Doorext.dmi'; @@ -104833,6 +105080,19 @@ }, /turf/unsimulated/floor/plating, /area/shuttle/legion) +"oSy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/firealarm/north, +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "oSz" = ( /obj/machinery/light{ dir = 4 @@ -105014,16 +105274,6 @@ dir = 4 }, /area/horizon/holodeck/source_chapel) -"oTV" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "oUb" = ( /obj/structure/table/stone/marble, /obj/machinery/door/firedoor, @@ -105270,6 +105520,18 @@ }, /turf/simulated/floor/tiled/white, /area/centcom/shared_dream) +"oVJ" = ( +/obj/machinery/door/firedoor/multi_tile{ + dir = 2 + }, +/obj/machinery/door/blast/shutters/open{ + dir = 8; + id = "shutters_hangarseccpexternal"; + name = "Security Checkpoint External Shutter" + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/security/checkpoint) "oVK" = ( /obj/machinery/atmospherics/pipe/simple/visible{ dir = 4 @@ -105324,6 +105586,15 @@ }, /turf/unsimulated/floor/wood, /area/antag/burglar) +"oWn" = ( +/obj/structure/sign/emergency/evacuation{ + dir = 8 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "oWt" = ( /obj/effect/landmark/entry_point/starboard{ name = "starboard, warehouse" @@ -105601,6 +105872,21 @@ }, /turf/simulated/floor/lino, /area/horizon/service/chapel/main) +"oYe" = ( +/obj/structure/closet/secure_closet/freezer, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/rice, +/obj/item/reagent_containers/food/condiment/rice, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/storage/box/produce/adhomai, +/obj/item/storage/box/produce/moghes, +/obj/item/storage/box/produce/nralakk, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/kitchen) "oYg" = ( /obj/structure/bed/roller, /obj/effect/floor_decal/industrial/warning{ @@ -106518,6 +106804,25 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/central) +"pfM" = ( +/obj/machinery/light/spot{ + dir = 1 + }, +/obj/random/pottedplant, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/railing/mapped, +/obj/effect/floor_decal/spline/fancy/wood/full, +/obj/machinery/computer/shuttle_control/multi/lift/wall/robotics{ + pixel_y = 28; + pixel_x = -4 + }, +/turf/simulated/floor/wood, +/area/horizon/hangar/auxiliary) "pfN" = ( /obj/machinery/door/window/northright{ name = "display case"; @@ -106547,27 +106852,6 @@ icon_state = "dark_preview" }, /area/centcom/holding) -"pfZ" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/spline/plain/purple{ - dir = 1 - }, -/obj/effect/floor_decal/spline/plain/red, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/valve/open{ - dir = 8; - name = "Tray Cutoff Valve" - }, -/obj/effect/floor_decal/industrial/hatch_tiny/service, -/turf/simulated/floor/tiled, -/area/horizon/service/hydroponics) "pga" = ( /obj/machinery/atmospherics/unary/vent_pump{ external_pressure_bound = 0; @@ -107000,10 +107284,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/shuttle/mercenary) -"pjS" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "pjV" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /obj/machinery/door/blast/shutters{ @@ -107027,6 +107307,11 @@ /obj/effect/floor_decal/corner/dark_blue/diagonal, /turf/simulated/floor/tiled/dark, /area/horizon/security/checkpoint2) +"pkb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "pkc" = ( /obj/structure/bed/stool/chair/shuttle, /turf/simulated/floor/tiled/dark, @@ -107082,22 +107367,6 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/tiled/white, /area/horizon/crew/fitness/changing) -"pkE" = ( -/obj/machinery/light, -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning/corner, -/obj/machinery/computer/shuttle_control/multi/lift/wall/robotics{ - dir = 1; - pixel_x = 7; - pixel_y = -28 - }, -/turf/simulated/floor/tiled, -/area/horizon/stairwell/port/deck_2) "pkF" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 10 @@ -107167,17 +107436,6 @@ }, /turf/unsimulated/floor/plating, /area/antag/mercenary) -"pls" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/yellow{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "plv" = ( /obj/effect/floor_decal/industrial/warning{ dir = 10 @@ -107187,24 +107445,6 @@ "plx" = ( /turf/simulated/wall, /area/horizon/holodeck_control/beta) -"ply" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/loading/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/security/checkpoint) "plz" = ( /obj/machinery/computer/message_monitor, /obj/machinery/light{ @@ -107240,6 +107480,15 @@ /obj/structure/engineer_maintenance/electric/wall, /turf/simulated/floor/tiled/dark/full, /area/horizon/engineering/reactor/supermatter/mainchamber) +"plF" = ( +/obj/machinery/alarm/south, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/hatch/operations, +/obj/machinery/vending/cola, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/commissary) "plL" = ( /obj/machinery/disposal/small/north, /obj/structure/disposalpipe/trunk{ @@ -107451,6 +107700,10 @@ icon_state = "3,1" }, /area/horizon/shuttle/mining) +"pnc" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/security/checkpoint) "pnh" = ( /obj/machinery/light{ dir = 4 @@ -107774,23 +108027,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/shuttle/skipjack) -"pqI" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/alarm/north, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/dark, -/area/horizon/security/checkpoint) "pqK" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/effect/floor_decal/spline/plain, @@ -108394,16 +108630,6 @@ /obj/random/junk, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/service/starboard) -"pvn" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "pvo" = ( /obj/machinery/portable_atmospherics/canister/empty/carbon_dioxide, /turf/simulated/floor/plating, @@ -108456,6 +108682,13 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/controlroom) +"pvQ" = ( +/obj/effect/floor_decal/corner/dark_blue/diagonal, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/control) "pvV" = ( /obj/machinery/atmospherics/pipe/manifold4w/hidden, /obj/effect/map_effect/marker/airlock{ @@ -108908,15 +109141,6 @@ "pzh" = ( /turf/unsimulated/floor, /area/antag/raider) -"pzm" = ( -/obj/machinery/door/blast/regular/open{ - dir = 4; - id = "hangarlockdown"; - name = "Hangar Lockdown" - }, -/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/hangar/intrepid) "pzt" = ( /obj/effect/floor_decal/corner/red{ dir = 9 @@ -109338,21 +109562,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/machinist) -"pCm" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "pCo" = ( /obj/structure/table/reinforced/steel, /obj/item/gun/projectile/pistol{ @@ -109831,18 +110040,15 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/brig) -"pFb" = ( -/obj/machinery/chemical_dispenser/coffeemaster/full{ - pixel_x = -18; - pixel_y = 16 +"pFe" = ( +/obj/machinery/light/spot{ + dir = 4 }, -/obj/machinery/vending/dinnerware/bar{ - pixel_y = 16; - pixel_x = 4 +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 }, -/obj/structure/table/stone/marble, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar) +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "pFj" = ( /obj/machinery/light{ dir = 1 @@ -110145,6 +110351,27 @@ /obj/machinery/alarm/south, /turf/simulated/floor/tiled, /area/horizon/security/hallway) +"pHu" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/effect/floor_decal/corner/black{ + dir = 6 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/intrepid) "pHv" = ( /obj/machinery/door/firedoor, /obj/effect/floor_decal/corner_wide/green{ @@ -110209,6 +110436,12 @@ }, /turf/simulated/floor/tiled/dark/full, /area/shuttle/mercenary) +"pHP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "pHV" = ( /obj/structure/cable{ icon_state = "1-2" @@ -110347,6 +110580,15 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/engineering/hallway/interior) +"pJj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "pJn" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 5 @@ -110393,21 +110635,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/reactor/supermatter/waste) -"pJF" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/security/checkpoint) "pJG" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -110739,10 +110966,6 @@ /obj/structure/engineer_maintenance/electric/wall, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) -"pMi" = ( -/obj/effect/floor_decal/corner/dark_green, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "pMv" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -110814,6 +111037,14 @@ /obj/item/stack/liquidbags/half_full, /turf/simulated/floor/tiled/dark/full, /area/shuttle/skipjack) +"pNd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/engineer_maintenance/pipe/wall, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/plating, +/area/horizon/hangar/auxiliary) "pNh" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -110931,6 +111162,19 @@ icon_state = "dark_preview" }, /area/centcom/holding) +"pOq" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{ + dir = 4; + frequency = 1380; + id_tag = "escape_pod_3_berth"; + pixel_x = -25; + tag_door = "escape_pod_3_berth_hatch" + }, +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "pOs" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -111045,14 +111289,6 @@ /obj/machinery/vending/zora, /turf/simulated/floor/tiled/full, /area/horizon/command/bridge/upperdeck) -"pPi" = ( -/obj/machinery/door/blast/regular/open{ - dir = 4; - id = "hangarlockdown"; - name = "Hangar Lockdown" - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/rnd/xenoarch/atrium) "pPj" = ( /obj/item/wrench, /obj/item/crowbar, @@ -111124,10 +111360,6 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor/wood, /area/antag/burglar) -"pPK" = ( -/obj/machinery/firealarm/south, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar/backroom) "pPM" = ( /obj/structure/disposalpipe/segment, /obj/effect/floor_decal/corner/dark_blue{ @@ -111622,16 +111854,6 @@ /obj/structure/table/reinforced/steel, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/hydroponics) -"pTY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled/dark, -/area/horizon/hangar/airstation) "pTZ" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/emergency{ @@ -111695,19 +111917,6 @@ icon_state = "dark_preview" }, /area/centcom/holding) -"pUt" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{ - dir = 4; - frequency = 1380; - id_tag = "escape_pod_3_berth"; - pixel_x = -25; - tag_door = "escape_pod_3_berth_hatch" - }, -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "pUv" = ( /obj/structure/lattice/catwalk/indoor, /obj/effect/floor_decal/industrial/outline/red, @@ -112070,13 +112279,6 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/main/port) -"pXA" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "pXI" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -112130,23 +112332,6 @@ /obj/random/dirt_75, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/nacelle) -"pXV" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/camera/network/first_deck{ - c_tag = "First Deck - Hangar 2"; - dir = 1 - }, -/obj/structure/sign/emergency/evacuation{ - dir = 8; - pixel_y = -32 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "pXW" = ( /obj/machinery/door/blast/regular{ id = "iso_b_purge"; @@ -112447,6 +112632,18 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/hallway/primary/deck_2/central) +"qaJ" = ( +/obj/effect/floor_decal/corner/black{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/loading/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/auxiliary) "qaM" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -112848,6 +113045,21 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/operations/mining_main/refinery) +"qdG" = ( +/obj/random/pottedplant, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/railing/mapped, +/obj/effect/floor_decal/spline/fancy/wood/full, +/obj/structure/sign/crush{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/horizon/hangar/auxiliary) "qdL" = ( /obj/effect/floor_decal/corner/red{ dir = 10 @@ -112965,6 +113177,15 @@ }, /turf/simulated/floor/tiled/freezer, /area/horizon/medical/washroom) +"qeF" = ( +/obj/machinery/door/blast/regular/open{ + dir = 4; + id = "hangarlockdown"; + name = "Hangar Lockdown" + }, +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/hangar/intrepid) "qeG" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -113312,6 +113533,13 @@ }, /turf/simulated/floor/reinforced, /area/shuttle/hapt) +"qhc" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 + }, +/obj/machinery/firealarm/east, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "qhk" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -113410,6 +113638,15 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/controlroom) +"qix" = ( +/obj/structure/railing/mapped, +/obj/machinery/conveyor{ + id = "cargo_1" + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "qiX" = ( /obj/machinery/shower{ pixel_y = 24 @@ -114034,16 +114271,6 @@ /obj/structure/bed/stool/chair/folding, /turf/simulated/floor/exoplanet/grass, /area/centcom/shared_dream) -"qnD" = ( -/obj/machinery/firealarm/east, -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/obj/structure/bed/stool/chair/padded/black{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "qnI" = ( /obj/machinery/light{ dir = 4 @@ -114811,6 +115038,13 @@ }, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/starboard) +"qtD" = ( +/obj/machinery/firealarm/west, +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "qtI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -115601,15 +115835,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/white, /area/horizon/medical/pharmacy) -"qAh" = ( -/obj/machinery/conveyor{ - id = "cargo_1" - }, -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "qAo" = ( /turf/simulated/wall, /area/horizon/operations/mail_room) @@ -116027,12 +116252,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/unsimulated/floor/plating, /area/centcom/legion) -"qDr" = ( -/obj/structure/railing/mapped, -/obj/effect/floor_decal/industrial/outline/operations, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "qDs" = ( /obj/effect/floor_decal/corner/brown{ dir = 10 @@ -117041,18 +117260,6 @@ /obj/effect/floor_decal/industrial/warning/full, /turf/simulated/floor/reinforced, /area/horizon/rnd/telesci) -"qKt" = ( -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/floor_decal/corner/black{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/hangar/intrepid) "qKu" = ( /obj/machinery/power/smes/buildable/substation{ RCon_tag = "Substation - Deck 3 Civilian" @@ -117375,15 +117582,6 @@ }, /turf/unsimulated/floor/rubber_carpet, /area/antag/jockey) -"qMx" = ( -/obj/structure/railing/mapped, -/obj/machinery/conveyor{ - id = "cargo_1" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "qMy" = ( /obj/machinery/deployable/barrier, /obj/machinery/light{ @@ -117758,20 +117956,6 @@ /obj/effect/floor_decal/industrial/loading/yellow, /turf/unsimulated/floor, /area/centcom/spawning) -"qPd" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/horizon/hangar/airstation) "qPe" = ( /obj/structure/table/stone/marble, /obj/machinery/door/firedoor, @@ -117990,18 +118174,6 @@ /obj/effect/floor_decal/spline/fancy/wood, /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_sauna) -"qQY" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/structure/sign/emergency/evacuation{ - pixel_y = -32 - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/security/checkpoint) "qRh" = ( /obj/item/storage/toolbox/syndicate{ pixel_y = -11 @@ -118236,16 +118408,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/unsimulated/floor/blue_circuit, /area/antag/ninja) -"qTf" = ( -/obj/machinery/camera/network/supply{ - c_tag = "Operations - Hangar Starboard Fore"; - dir = 4 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "qTh" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -118575,12 +118737,6 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/shuttle/intrepid/buffet) -"qWp" = ( -/obj/effect/floor_decal/corner/purple/full, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/machinery/vending/wardrobe/jani_wardrobe, -/turf/simulated/floor/tiled, -/area/horizon/service/custodial) "qWr" = ( /obj/structure/lattice, /obj/structure/railing/mapped, @@ -119054,6 +119210,21 @@ "qZz" = ( /turf/simulated/wall, /area/horizon/operations/commissary) +"qZD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/firealarm/west, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "qZE" = ( /obj/structure/railing/mapped, /obj/structure/platform/ledge{ @@ -119097,6 +119268,18 @@ /obj/structure/platform/cutout, /turf/simulated/floor, /area/horizon/command/bridge/upperdeck) +"qZW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/rnd/xenoarch/atrium) "rag" = ( /obj/effect/floor_decal/spline/fancy/wood, /obj/structure/railing/mapped, @@ -119167,24 +119350,6 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor, /area/centcom/legion/hangar5) -"raS" = ( -/obj/machinery/door/firedoor, -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad" - }, -/obj/structure/plasticflaps, -/obj/machinery/door/airlock/external{ - dir = 1; - frequency = 1380; - icon_state = "door_locked"; - id_tag = "cargo_shuttle_dock_airlock"; - locked = 1; - name = "Cargo Shuttle"; - req_access = list(13,31) - }, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/loading) "raV" = ( /obj/structure/bed/stool/chair/office/light{ dir = 8 @@ -119520,12 +119685,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/loading) -"rdE" = ( -/obj/machinery/holosign/service{ - id = 3 - }, -/turf/simulated/wall, -/area/horizon/service/bar) "rdI" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -119584,6 +119743,9 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/command/bridge/controlroom) +"rdV" = ( +/turf/simulated/floor/plating/cargo_elevator, +/area/horizon/hangar/operations) "rdW" = ( /obj/effect/floor_decal/corner/grey/diagonal, /obj/structure/cable/green{ @@ -120028,17 +120190,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"rhl" = ( -/obj/item/device/radio/intercom/south, -/obj/structure/disposalpipe/junction{ - dir = 4; - icon_state = "pipe-j2" - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/security/hallway) "rht" = ( /obj/machinery/light{ dir = 1 @@ -120166,6 +120317,17 @@ /obj/structure/sign/flag/scc/unmovable, /turf/simulated/wall/r_wall, /area/horizon/command/bridge/bridge_crew) +"rig" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/security/checkpoint) "rii" = ( /obj/structure/railing/mapped{ dir = 8 @@ -120685,6 +120847,21 @@ "rmb" = ( /turf/simulated/mineral/planet, /area/centcom/shared_dream) +"rmd" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "rme" = ( /obj/structure/table/wood, /obj/effect/floor_decal/corner_wide/green/diagonal, @@ -121735,6 +121912,15 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/mercenary) +"rsU" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/obj/machinery/door/blast/shutters/open{ + dir = 2; + id = "shutters_hangarseccpexternal"; + name = "Security Checkpoint External Shutter" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/storage/eva) "rsZ" = ( /obj/structure/bed/stool/chair/shuttle, /turf/simulated/floor/shuttle/black, @@ -121916,18 +122102,6 @@ /obj/effect/floor_decal/corner/brown, /turf/simulated/floor/tiled, /area/horizon/operations/mail_room) -"rut" = ( -/obj/structure/railing/mapped{ - dir = 4 - }, -/obj/structure/railing/mapped, -/obj/item/hullbeacon/red, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/effect/floor_decal/industrial/warning{ - dir = 6 - }, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "ruy" = ( /obj/structure/window/reinforced/crescent, /obj/structure/window/reinforced/crescent{ @@ -122060,6 +122234,21 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/skipjack) +"rvG" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/firealarm/south, +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/airstation) "rvW" = ( /obj/structure/platform/ledge, /obj/structure/platform/ledge{ @@ -122130,6 +122319,12 @@ /obj/structure/trash_pile, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/far) +"rwv" = ( +/obj/structure/railing/mapped, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "rww" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -122210,6 +122405,19 @@ name = "dirt" }, /area/horizon/holodeck/source_moghes) +"rxd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor/multi_tile, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Hangar" + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/security/checkpoint) "rxi" = ( /obj/machinery/atmospherics/pipe/simple/visible/black, /obj/effect/floor_decal/corner/yellow, @@ -122307,6 +122515,16 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/reactor/supermatter/monitoring) +"rxS" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "rxT" = ( /obj/machinery/atmospherics/pipe/manifold/visible, /obj/machinery/light, @@ -122367,6 +122585,15 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor, /area/centcom/legion) +"ryp" = ( +/obj/effect/floor_decal/corner/black{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/intrepid) "rys" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/machinery/atmospherics/unary/vent_pump/high_volume{ @@ -122820,6 +123047,20 @@ }, /turf/simulated/floor/holofloor/lino, /area/horizon/holodeck/source_theatre) +"rAO" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "rAP" = ( /obj/effect/floor_decal/corner/red{ dir = 9 @@ -122926,6 +123167,18 @@ /obj/effect/floor_decal/corner_wide/yellow/full, /turf/simulated/floor/tiled, /area/horizon/engineering/hallway/aft) +"rBY" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/floor_decal/corner/black{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/intrepid) "rCd" = ( /turf/simulated/wall, /area/horizon/hangar/control) @@ -123376,18 +123629,6 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/atmos/air) -"rFG" = ( -/obj/effect/floor_decal/corner/dark_blue/full{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/sign/crush{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/eva) "rFP" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -123736,21 +123977,6 @@ "rIi" = ( /turf/unsimulated/wall/darkshuttlewall, /area/centcom/specops) -"rIk" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "rIl" = ( /obj/machinery/door/blast/odin/open{ _wifi_id = "merc_droppod_4"; @@ -123997,14 +124223,6 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/tiled, /area/horizon/operations/loading) -"rKr" = ( -/obj/structure/sign/waste_station{ - pixel_y = 32 - }, -/obj/effect/floor_decal/industrial/outline/red, -/obj/machinery/atmospherics/portables_connector/scrubber, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/hangar/airstation) "rKy" = ( /obj/structure/flora/ausbushes/leafybush, /obj/effect/floor_decal/spline/plain/corner{ @@ -124213,23 +124431,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/starboard) -"rLD" = ( -/obj/machinery/door/firedoor/multi_tile, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning, -/obj/machinery/door/airlock/multi_tile/glass{ - name = "Deck 1 Port Stairwell Auxiliary Hangar Elevator" - }, -/obj/machinery/door/blast/regular/open{ - dir = 4; - id = "hangarlockdown"; - name = "Hangar Lockdown" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/rnd/eva) "rLE" = ( /obj/machinery/light/floor{ dir = 1 @@ -124267,18 +124468,16 @@ /obj/random/junk, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/far) -"rLL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" +"rLO" = ( +/obj/machinery/firealarm/east, +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 +/obj/structure/bed/stool/chair/padded/black{ + dir = 8 }, -/obj/effect/floor_decal/industrial/outline_door/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/rnd/xenoarch/atrium) +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "rLP" = ( /obj/structure/closet/crate/loot{ desc = "The old dusty labels on this crate indicate that it was supposed to be shipped long ago."; @@ -124526,17 +124725,6 @@ }, /turf/simulated/floor/reinforced/n20, /area/horizon/engineering/atmos/air) -"rNh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/lattice/catwalk/indoor/grate, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/horizon/hangar/auxiliary) "rNm" = ( /obj/structure/heavy_vehicle_frame, /obj/machinery/mech_recharger, @@ -124562,6 +124750,15 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/port/far) +"rNE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/airstation) "rNG" = ( /obj/structure/railing/mapped{ dir = 8 @@ -124619,6 +124816,15 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/break_room) +"rNR" = ( +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 8 + }, +/obj/machinery/disposal/small/south, +/obj/structure/disposalpipe/trunk, +/obj/machinery/alarm/west, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "rNU" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -125457,13 +125663,6 @@ /obj/structure/railing/mapped, /turf/simulated/floor/tiled/white, /area/horizon/medical/hallway/upper) -"rUv" = ( -/obj/machinery/firealarm/west, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/machinery/portable_atmospherics/hydroponics/soil, -/obj/structure/engineer_maintenance/electric/wall, -/turf/simulated/floor/grass/no_edge, -/area/horizon/service/hydroponics/garden) "rUz" = ( /obj/effect/floor_decal/spline/plain{ dir = 6 @@ -125496,6 +125695,17 @@ }, /turf/simulated/floor/tiled/dark/full, /area/horizon/storage/secure) +"rUM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/floor_decal/corner/dark_green/diagonal, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "rVa" = ( /obj/effect/floor_decal/spline/plain/corner{ dir = 8 @@ -126082,6 +126292,19 @@ /obj/effect/floor_decal/corner/dark_green, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/central) +"rZV" = ( +/obj/effect/floor_decal/corner/grey{ + dir = 10 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/closet/walllocker/medical/firstaid{ + pixel_y = -32 + }, +/obj/effect/floor_decal/industrial/outline_door/medical, +/turf/simulated/floor/lino, +/area/horizon/service/bar) "sac" = ( /turf/simulated/wall/r_wall, /area/horizon/maintenance/substation/hangar) @@ -126284,6 +126507,9 @@ }, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_2/wing/starboard) +"sbS" = ( +/turf/simulated/wall, +/area/horizon/hangar/airstation) "sbT" = ( /obj/machinery/camera/network/engineering{ c_tag = "Engineering - Atmospherics Stairwell" @@ -126845,19 +127071,6 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/command/heads/cmo) -"sfS" = ( -/obj/machinery/button/remote/blast_door{ - id = "mining_shuttle_trunk"; - name = "Mining Shuttle Exterior"; - pixel_x = 21; - pixel_y = -22; - req_one_access = list(48,74) - }, -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "sfZ" = ( /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_2/fore) @@ -127099,6 +127312,18 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/intrepid) +"she" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "shh" = ( /obj/effect/floor_decal/corner/yellow{ dir = 6 @@ -127990,6 +128215,12 @@ /obj/machinery/computer/arcade, /turf/simulated/floor/wood, /area/horizon/service/bar) +"snq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/brown, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "snr" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/floor_decal/industrial/warning{ @@ -128772,6 +129003,15 @@ /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/custodial/disposals/deck_1) +"ssE" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad" + }, +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "ssF" = ( /obj/effect/floor_decal/corner{ dir = 5 @@ -128987,21 +129227,6 @@ density = 1 }, /area/centcom/shared_dream) -"suG" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "suH" = ( /obj/machinery/cryopod, /obj/effect/floor_decal/corner/paleblue/diagonal{ @@ -129156,12 +129381,6 @@ /obj/structure/lattice/catwalk/indoor, /turf/unsimulated/floor/plating, /area/centcom/checkpoint/aft) -"svT" = ( -/obj/structure/railing/mapped, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "svW" = ( /obj/machinery/door/firedoor, /obj/structure/cable{ @@ -129930,6 +130149,14 @@ /obj/structure/extinguisher_cabinet/east, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/kitchen) +"sAU" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/conveyor{ + id = "cargo_1" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/operations) "sBb" = ( /obj/structure/table/rack, /obj/item/device/flashlight/flare, @@ -130889,13 +131116,6 @@ /obj/random/loot, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/operations/starboard/far) -"sHw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "sHz" = ( /turf/simulated/floor/tiled/dark, /area/horizon/engineering/gravity_gen) @@ -130955,6 +131175,15 @@ /obj/effect/floor_decal/industrial/warning/cee, /turf/simulated/floor/tiled, /area/merchant_station/warehouse) +"sHW" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "sHY" = ( /obj/effect/floor_decal/corner/paleblue/full{ dir = 8 @@ -130963,16 +131192,6 @@ icon_state = "dark_preview" }, /area/centcom/ferry) -"sIb" = ( -/obj/structure/bed/stool/chair/padded/red{ - dir = 4 - }, -/obj/machinery/alarm/west, -/obj/structure/platform{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/horizon/service/dining_hall) "sIc" = ( /obj/structure/grille, /obj/structure/window/shuttle/scc_space_ship, @@ -131549,6 +131768,17 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/tiled/full, /area/horizon/stairwell/port/deck_2) +"sLW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "sMa" = ( /obj/effect/floor_decal/corner/brown{ dir = 9 @@ -131573,30 +131803,6 @@ /obj/machinery/telecomms/server/presets/security, /turf/simulated/floor/bluegrid, /area/horizon/tcommsat/chamber) -"sMm" = ( -/obj/machinery/camera/network/mining{ - c_tag = "Mining - Production Room"; - dir = 1 - }, -/obj/effect/floor_decal/corner/brown/full, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - dir = 1; - frequency = 1380; - id_tag = "cargo_shuttle_dock"; - name = "cargo elevator docking controller"; - pixel_x = -7; - pixel_y = -22; - req_one_access = list(13,31); - tag_door = "cargo_shuttle_dock_airlock" - }, -/obj/structure/railing/mapped{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/operations/loading) "sMn" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 5 @@ -131898,6 +132104,15 @@ }, /turf/unsimulated/floor, /area/centcom/distress_prep) +"sOv" = ( +/obj/machinery/biogenerator/small/north, +/obj/effect/floor_decal/spline/plain/lime, +/obj/structure/engineer_maintenance/pipe, +/obj/structure/engineer_maintenance/electric{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/service/hydroponics/garden) "sOy" = ( /obj/structure/cable/green{ icon_state = "2-8" @@ -131931,15 +132146,6 @@ /obj/machinery/recharge_station, /turf/simulated/floor/tiled, /area/horizon/rnd/xenoarch/atrium) -"sOK" = ( -/obj/effect/shuttle_landmark/supply/horizon/dock{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/effect/floor_decal/industrial/warning, -/obj/structure/cargo_elevator_hatch, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/operations) "sOQ" = ( /obj/structure/lattice/catwalk/indoor, /obj/effect/floor_decal/industrial/outline/red, @@ -131963,6 +132169,19 @@ }, /turf/simulated/floor/tiled/dark, /area/centcom/bar) +"sPd" = ( +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc/north, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/closet/crate/drinks, +/obj/effect/floor_decal/industrial/outline/service, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar) "sPo" = ( /obj/structure/lattice, /obj/structure/grille, @@ -132008,6 +132227,15 @@ }, /turf/simulated/floor/holofloor/carpet, /area/horizon/holodeck/source_biesel) +"sPy" = ( +/obj/effect/floor_decal/corner/black/full{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/intrepid) "sPz" = ( /turf/simulated/wall/r_wall, /area/horizon/engineering/reactor/indra/mainchamber) @@ -132288,16 +132516,6 @@ /obj/structure/engineer_maintenance/electric, /turf/simulated/floor/lino, /area/horizon/service/chapel/main) -"sRa" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled, -/area/horizon/hangar/airstation) "sRg" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/exterior) @@ -132643,15 +132861,6 @@ /obj/structure/engineer_maintenance/electric, /turf/simulated/floor/wood, /area/horizon/command/bridge/meeting_room) -"sTE" = ( -/obj/effect/floor_decal/corner/dark_green/full, -/obj/structure/sign/electricshock{ - desc = "A warning sign which reads 'MECH BAY AND RECHARGING STATION' and 'HIGH VOLTAGE EQUIPMENT INSIDE'."; - name = "\improper MECH BAY AND RECHARGING STATION sign"; - pixel_x = -32 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid/interstitial) "sTI" = ( /obj/structure/table/wood, /turf/simulated/floor/holofloor/carpet, @@ -132958,6 +133167,24 @@ /obj/item/device/destTagger, /turf/simulated/floor/tiled/dark, /area/horizon/service/chapel/office) +"sVR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad" + }, +/obj/structure/plasticflaps, +/obj/machinery/door/airlock/external{ + dir = 1; + frequency = 1380; + icon_state = "door_locked"; + id_tag = "cargo_shuttle_dock_airlock"; + locked = 1; + name = "Cargo Shuttle"; + req_access = list(13,31) + }, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/loading) "sVT" = ( /obj/effect/floor_decal/spline/plain, /obj/effect/floor_decal/spline/fancy{ @@ -133317,15 +133544,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_2/wing/starboard/near) -"sYT" = ( -/obj/structure/sign/air_station{ - pixel_y = 32 - }, -/obj/effect/floor_decal/industrial/outline, -/obj/machinery/atmospherics/portables_connector/supply, -/obj/machinery/portable_atmospherics/canister/air, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/hangar/airstation) "sYV" = ( /obj/machinery/recharger/wallcharger{ pixel_x = 4; @@ -133435,9 +133653,6 @@ }, /turf/unsimulated/floor, /area/centcom/distress_prep) -"sZn" = ( -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "sZv" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -133449,6 +133664,24 @@ /obj/effect/decal/cleanable/spiderling_remains, /turf/simulated/floor/carpet/rubber, /area/horizon/maintenance/deck_1/workshop) +"sZA" = ( +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/service/hydroponics/garden) "sZM" = ( /obj/structure/bed/stool/chair/holochair{ dir = 4 @@ -133524,27 +133757,6 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/white, /area/horizon/medical/pharmacy) -"tau" = ( -/obj/structure/railing/mapped{ - dir = 4 - }, -/obj/effect/floor_decal/corner/black{ - dir = 6 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/hangar/intrepid) "tav" = ( /turf/simulated/floor/tiled/full, /area/horizon/engineering/reactor/indra/office) @@ -133596,6 +133808,24 @@ }, /turf/simulated/floor/marble/dark, /area/horizon/holodeck/source_tribunal) +"taV" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/stairwell/starboard/deck_1) "taW" = ( /turf/simulated/wall, /area/horizon/maintenance/deck_1/wing/starboard/far) @@ -133636,10 +133866,6 @@ /obj/machinery/chemical_dispenser/coffeemaster/full, /turf/unsimulated/floor, /area/centcom/bar) -"tbQ" = ( -/obj/structure/noticeboard, -/turf/simulated/wall/r_wall, -/area/horizon/security/office) "tbT" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -133825,24 +134051,6 @@ /obj/effect/floor_decal/industrial/outline/grey, /turf/simulated/floor/tiled, /area/horizon/hallway/primary/deck_3/port) -"tdt" = ( -/obj/effect/floor_decal/corner/yellow{ - dir = 5 - }, -/obj/structure/table/rack, -/obj/item/stack/material/steel{ - amount = 50 - }, -/obj/item/stack/material/steel{ - amount = 50 - }, -/obj/item/stack/material/steel{ - amount = 50 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/item/stack/rods/full, -/turf/simulated/floor/tiled, -/area/horizon/engineering/storage_eva) "tdw" = ( /obj/effect/floor_decal/corner/dark_green/full, /obj/structure/railing/mapped, @@ -133861,28 +134069,6 @@ }, /turf/unsimulated/floor, /area/antag/jockey) -"tdI" = ( -/obj/structure/noticeboard, -/turf/simulated/wall/r_wall, -/area/horizon/rnd/conference) -"tdJ" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/service/hydroponics/garden) "tdM" = ( /obj/structure/table/reinforced/steel, /obj/effect/floor_decal/corner/dark_blue{ @@ -134100,10 +134286,6 @@ "tfn" = ( /turf/simulated/floor/tiled/dark, /area/horizon/rnd/hallway) -"tfp" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar/backroom) "tfs" = ( /obj/effect/floor_decal/industrial/hatch_door/red, /obj/machinery/door/airlock/external{ @@ -135123,16 +135305,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/horizon/medical/hallway/upper) -"tmc" = ( -/obj/structure/railing/mapped{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline/operations, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "tmf" = ( /obj/effect/floor_decal/corner/yellow{ dir = 9 @@ -135212,6 +135384,14 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/break_room) +"tmP" = ( +/obj/effect/floor_decal/corner/dark_green/full, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "tmR" = ( /obj/structure/foamedmetal, /obj/structure/shuttle_part/scc_space_ship{ @@ -135919,6 +136099,15 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/white, /area/horizon/medical/pharmacy) +"trH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/bluespace_beacon, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "trK" = ( /obj/structure/bed/stool/chair/padded/brown{ dir = 4 @@ -136270,22 +136459,6 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/full, /area/horizon/service/kitchen/freezer) -"tty" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/alarm/south, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/airstation) "ttB" = ( /obj/effect/overlay/palmtree_r, /obj/effect/overlay/coconut, @@ -136384,13 +136557,6 @@ }, /turf/unsimulated/floor, /area/antag/raider) -"tul" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 10 - }, -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/horizon/rnd/eva) "tuo" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -136478,6 +136644,19 @@ "tuY" = ( /turf/simulated/wall/r_wall, /area/horizon/rnd/hallway) +"tvc" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/binary/pump/supply/on{ + name = "Distro to Air Station"; + target_pressure = 5000; + dir = 4 + }, +/obj/machinery/door/window/eastleft{ + name = "Air station maintenance"; + req_one_access = list(26,29,31,48,67,24,47,73) + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/hangar/airstation) "tvd" = ( /obj/structure/bed/stool/chair/shuttle{ dir = 8 @@ -136763,13 +136942,16 @@ }, /turf/simulated/floor/wood, /area/horizon/service/chapel/main) -"txv" = ( -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 8 +"txq" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 }, -/obj/machinery/disposal/small/south, -/obj/structure/disposalpipe/trunk, -/obj/machinery/alarm/west, +/obj/structure/cable/green, +/obj/machinery/camera/network/first_deck{ + c_tag = "First Deck - Hangar 8"; + dir = 1 + }, +/obj/machinery/power/apc/super/south, /turf/simulated/floor/tiled, /area/horizon/hangar/intrepid) "txw" = ( @@ -137583,12 +137765,6 @@ temperature = 253.15 }, /area/horizon/service/kitchen/freezer) -"tDb" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "tDj" = ( /obj/machinery/computer/shuttle_control/lift{ pixel_y = -1; @@ -137624,22 +137800,6 @@ temperature = 278.15 }, /area/horizon/medical/morgue) -"tDp" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/machinery/atmospherics/valve/open{ - name = "Tray Cutoff Valve" - }, -/obj/effect/floor_decal/industrial/hatch_tiny/service, -/obj/effect/floor_decal/spline/plain/lime{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline_straight/service{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/service/hydroponics/lower) "tDr" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -137737,11 +137897,6 @@ /obj/machinery/newscaster/south, /turf/simulated/floor/tiled, /area/horizon/crew/resdeck/living_quarters_lift) -"tEg" = ( -/obj/effect/floor_decal/industrial/warning, -/obj/structure/railing/mapped, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/operations) "tEl" = ( /obj/effect/floor_decal/industrial/warning, /obj/effect/floor_decal/industrial/warning{ @@ -138080,20 +138235,23 @@ /obj/effect/floor_decal/industrial/outline/security, /turf/simulated/floor/tiled, /area/horizon/security/hallway) -"tGf" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 5 +"tGd" = ( +/obj/machinery/door/firedoor, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/airlock/glass_command{ + dir = 4; + name = "Expedition EVA Storage"; + req_one_access = list(18,29,47) }, -/obj/structure/sink/kitchen{ - dir = 8; - name = "sink"; - pixel_x = 19 +/obj/machinery/door/blast/regular/open{ + id = "hangarlockdown"; + name = "Hangar Lockdown" }, -/obj/machinery/light{ +/obj/effect/map_effect/door_helper/unres{ dir = 4 }, -/turf/simulated/floor/wood, -/area/horizon/service/bar) +/turf/simulated/floor/tiled/full, +/area/horizon/rnd/eva) "tGl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/green{ @@ -138406,11 +138564,6 @@ }, /turf/simulated/floor/holofloor/tiled/dark, /area/tdome/tdome2) -"tIf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/corner/brown/full, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "tIl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -138810,6 +138963,10 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/rnd/xenoarch/spectrometry) +"tLr" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/hangar/airstation) "tLt" = ( /obj/machinery/power/apc/south, /obj/effect/floor_decal/corner/green/diagonal, @@ -138916,6 +139073,15 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/medical/equipment) +"tMx" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "tMC" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -139534,6 +139700,24 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/medical/surgery) +"tSh" = ( +/obj/effect/floor_decal/spline/plain/red{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline_door/service{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/industrial/hatch_tiny/service, +/obj/machinery/atmospherics/binary/passive_gate/on{ + dir = 1; + name = "Distro to Trays" + }, +/turf/simulated/floor/tiled, +/area/horizon/service/hydroponics) "tSi" = ( /obj/structure/bed/stool/chair/shuttle/double{ pixel_x = -8; @@ -139892,24 +140076,6 @@ "tVA" = ( /turf/simulated/floor/reinforced, /area/horizon/weapons/grauwolf) -"tVF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/effect/landmark/start{ - name = "Bartender" - }, -/obj/structure/bed/stool/padded/red, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar/backroom) "tVG" = ( /obj/machinery/atmospherics/pipe/tank/air{ dir = 8 @@ -140095,18 +140261,6 @@ }, /turf/simulated/floor/exoplanet/barren/raskara, /area/centcom/shared_dream) -"tXd" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) "tXi" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -140704,20 +140858,6 @@ /obj/structure/window/shuttle/scc_space_ship/cardinal, /turf/simulated/floor/plating, /area/shuttle/merchant) -"ubx" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 5 - }, -/obj/structure/filingcabinet/filingcabinet{ - pixel_x = -9; - pixel_y = 1 - }, -/obj/machinery/papershredder{ - pixel_x = 7 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled, -/area/horizon/operations/office) "ubz" = ( /obj/effect/floor_decal/spline/fancy/wood/cee{ dir = 8 @@ -140993,13 +141133,6 @@ }, /turf/simulated/floor/tiled, /area/horizon/hangar/operations) -"udc" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/obj/machinery/firealarm/east, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "udd" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/maintenance_hatch{ @@ -142071,6 +142204,23 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/hangar/starboard) +"ule" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/alarm/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/platform_deco{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/horizon/engineering/hallway/interior) "ulh" = ( /obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{ id = "psych" @@ -142249,18 +142399,6 @@ icon_state = "white" }, /area/tdome/tdomeadmin) -"umL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar/backroom) "umM" = ( /obj/effect/floor_decal/spline/fancy/wood/corner{ dir = 1 @@ -142302,27 +142440,6 @@ icon_state = "5,9" }, /area/shuttle/syndicate_elite) -"unh" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "unn" = ( /turf/unsimulated/wall/darkshuttlewall, /area/centcom/legion/hangar5) @@ -142390,6 +142507,13 @@ }, /turf/simulated/floor/tiled, /area/horizon/maintenance/deck_2/wing/starboard/auxatmos) +"unT" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "unU" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -142422,10 +142546,6 @@ }, /turf/simulated/floor/exoplanet/barren, /area/centcom/shared_dream) -"uoo" = ( -/obj/machinery/status_display, -/turf/simulated/wall, -/area/horizon/operations/break_room) "uot" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -143030,22 +143150,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/horizon/engineering/atmos/storage) -"use" = ( -/obj/structure/closet/secure_closet/freezer, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/rice, -/obj/item/reagent_containers/food/condiment/rice, -/obj/effect/floor_decal/industrial/outline/grey, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/engineer_maintenance/pipe/wall, -/obj/item/storage/box/produce/adhomai, -/obj/item/storage/box/produce/moghes, -/obj/item/storage/box/produce/nralakk, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/kitchen) "usl" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -143312,6 +143416,17 @@ }, /turf/simulated/floor/tiled, /area/horizon/security/hallway) +"uul" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/yellow{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "uup" = ( /obj/structure/disposalpipe/segment, /obj/effect/floor_decal/spline/fancy/wood{ @@ -144227,6 +144342,13 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/office) +"uBs" = ( +/obj/machinery/holosign/service{ + id = 3; + pixel_y = -15 + }, +/turf/simulated/wall, +/area/horizon/service/bar) "uBt" = ( /obj/effect/floor_decal/industrial/warning, /obj/structure/cable{ @@ -144566,17 +144688,6 @@ icon_state = "wood-broken2" }, /area/centcom/legion/hangar5) -"uDB" = ( -/obj/machinery/button/remote/blast_door{ - dir = 4; - id = "bar_shutter"; - name = "Desk Shutters"; - pixel_x = 19; - pixel_y = 34; - req_access = list(25) - }, -/turf/simulated/floor/lino, -/area/horizon/service/bar) "uDC" = ( /obj/effect/floor_decal/sign/gtr, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -144794,6 +144905,15 @@ /obj/effect/floor_decal/spline/fancy/wood, /turf/unsimulated/floor/wood, /area/antag/mercenary) +"uEH" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "uEI" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -144886,15 +145006,6 @@ /obj/structure/flora/tree/dead, /turf/simulated/floor/holofloor/snow, /area/horizon/holodeck/source_snowfield) -"uFg" = ( -/obj/structure/sign/emergency/evacuation{ - dir = 8 - }, -/obj/effect/floor_decal/corner/brown{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "uFj" = ( /obj/structure/table/stone/marble, /obj/item/reagent_containers/food/condiment/enzyme{ @@ -144921,12 +145032,6 @@ /obj/structure/closet/secure_closet/personal, /turf/simulated/floor/tiled/white, /area/horizon/crew/fitness/changing) -"uFq" = ( -/obj/item/hullbeacon/red, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/operations) "uFr" = ( /obj/effect/floor_decal/spline/plain/corner{ dir = 1 @@ -145271,6 +145376,20 @@ }, /turf/simulated/floor/tiled/full, /area/horizon/engineering/storage_hard) +"uIf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch/operations, +/obj/machinery/vending/quick_e_meals, +/turf/simulated/floor/tiled/full, +/area/horizon/operations/commissary) "uIg" = ( /obj/machinery/atmospherics/pipe/simple/visible{ dir = 9 @@ -146908,10 +147027,6 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/substation/medical) -"uUl" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/security/checkpoint) "uUv" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -147491,6 +147606,14 @@ /obj/machinery/firealarm/north, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck_control) +"uXC" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/obj/machinery/portable_atmospherics/powered/pump/filled, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "uXE" = ( /obj/structure/bed/stool/chair/office/light{ dir = 1 @@ -148125,6 +148248,13 @@ /obj/item/reagent_containers/food/condiment/soysauce, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/kitchen) +"vcq" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{ + id = "bar_fore"; + opacity = 1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar) "vcr" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 10 @@ -148303,6 +148433,20 @@ /obj/item/ammo_magazine/c45m/rubber, /turf/simulated/floor/tiled/dark/full, /area/horizon/security/armoury) +"vdj" = ( +/obj/machinery/requests_console/north{ + department = "Bar"; + departmentType = 1; + name = "Bar Requests Console"; + pixel_y = 32 + }, +/obj/structure/table/stone/marble, +/obj/random/pottedplant_small{ + pixel_x = -8; + pixel_y = -1 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar) "vdl" = ( /obj/structure/bed/stool/chair/sofa/right/red, /obj/effect/floor_decal/spline/fancy/wood, @@ -148506,6 +148650,11 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor, /area/horizon/maintenance/deck_3/aft/starboard) +"vfg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/brown/diagonal, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "vfh" = ( /obj/effect/floor_decal/spline/fancy/wood/corner{ dir = 1 @@ -148762,6 +148911,21 @@ }, /turf/simulated/floor/plating, /area/horizon/maintenance/substation/wing_port) +"vhe" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/obj/structure/sink/kitchen{ + dir = 8; + name = "sink"; + pixel_x = 19 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/firealarm/east, +/turf/simulated/floor/wood, +/area/horizon/service/bar) "vhi" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/mining{ @@ -148896,24 +149060,6 @@ /obj/effect/floor_decal/carpet, /turf/simulated/floor/holofloor/carpet, /area/horizon/holodeck/source_dininghall) -"vhY" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/stairwell/starboard/deck_1) "vib" = ( /obj/effect/floor_decal/corner/dark_blue/diagonal, /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -149322,6 +149468,16 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenoarch/atrium) +"vkB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/horizon/hangar/airstation) "vkC" = ( /obj/machinery/computer/robotics{ dir = 4 @@ -149854,6 +150010,15 @@ icon_state = "2,5" }, /area/horizon/shuttle/canary) +"vof" = ( +/obj/effect/shuttle_landmark/supply/horizon/dock{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/effect/floor_decal/industrial/warning, +/obj/structure/cargo_elevator_hatch, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/operations) "vog" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 5 @@ -149908,20 +150073,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/weapons/longbow) -"vot" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/effect/floor_decal/industrial/outline_door/yellow{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/hangar/control) "vov" = ( /obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, @@ -150316,6 +150467,13 @@ }, /turf/simulated/floor/wood, /area/horizon/operations/office) +"vrw" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/rnd/xenoarch/atrium) "vrE" = ( /obj/structure/window/shuttle/scc_space_ship/cardinal, /obj/structure/grille, @@ -150647,6 +150805,13 @@ /obj/effect/floor_decal/corner_wide/purple/diagonal, /turf/simulated/floor/tiled/white, /area/horizon/rnd/test_range) +"vui" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 + }, +/obj/machinery/alarm/east, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "vuj" = ( /obj/machinery/light/small/emergency{ dir = 1 @@ -150771,6 +150936,10 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/command/teleporter) +"vuU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "vvb" = ( /obj/structure/window/reinforced{ dir = 4 @@ -151099,62 +151268,6 @@ icon_state = "0,3" }, /area/shuttle/specops) -"vxm" = ( -/obj/structure/table/rack, -/obj/item/stack/material/plasteel{ - amount = 20; - pixel_y = 4; - randpixel = 0 - }, -/obj/item/stack/material/glass{ - amount = 50; - pixel_x = -1; - pixel_y = 2; - randpixel = 0 - }, -/obj/item/stack/material/steel{ - amount = 50; - pixel_x = 1; - pixel_y = -2; - randpixel = 0 - }, -/obj/item/stack/material/steel{ - amount = 50; - pixel_x = 1; - pixel_y = -2; - randpixel = 0 - }, -/obj/item/stack/material/steel{ - amount = 50; - pixel_x = 1; - pixel_y = -2; - randpixel = 0 - }, -/obj/item/reagent_containers/weldpack, -/obj/machinery/camera/network/supply{ - c_tag = "Operations - Machinist Workshop Starboard 2"; - dir = 1 - }, -/obj/item/stack/material/glass{ - amount = 50; - pixel_x = -1; - pixel_y = 2; - randpixel = 0 - }, -/obj/item/stack/material/steel{ - amount = 50; - pixel_x = 1; - pixel_y = -2; - randpixel = 0 - }, -/obj/item/device/paint_sprayer, -/obj/structure/platform{ - dir = 8 - }, -/obj/item/stack/material/aluminium/full, -/obj/item/stack/material/aluminium/full, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/operations/machinist) "vxz" = ( /obj/machinery/light/small/emergency{ dir = 4 @@ -151308,13 +151421,11 @@ icon_state = "carpet" }, /area/antag/raider) -"vyJ" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, +"vyG" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/railing/mapped, /turf/simulated/floor/tiled/full, -/area/supply/dock) +/area/horizon/hangar/operations) "vyO" = ( /obj/machinery/door/airlock/external{ dir = 4; @@ -152051,6 +152162,22 @@ }, /turf/simulated/floor/wood, /area/horizon/hallway/primary/deck_3/port) +"vEi" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "vEl" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/machinery/portable_atmospherics/canister/hydrogen, @@ -152401,22 +152528,6 @@ "vGF" = ( /turf/simulated/wall/r_wall, /area/horizon/maintenance/deck_1/wing/starboard) -"vGG" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/candle_box, -/obj/item/storage/box/fancy/candle_box, -/obj/item/storage/box/fancy/candle_box, -/obj/item/holomenu, -/obj/item/book/manual/barman_recipes, -/obj/item/stack/packageWrap, -/obj/item/reagent_containers/food/drinks/shaker, -/obj/machinery/newscaster/west, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/device/destTagger, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar/backroom) "vGI" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/tiled/dark/full, @@ -152528,19 +152639,6 @@ /obj/item/pen, /turf/simulated/floor/tiled, /area/merchant_station/warehouse) -"vHM" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{ - dir = 4; - frequency = 1380; - id_tag = "escape_pod_4_berth"; - pixel_x = -25; - tag_door = "escape_pod_4_berth_hatch" - }, -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "vHQ" = ( /obj/structure/table/standard, /obj/effect/floor_decal/corner/mauve{ @@ -152677,29 +152775,6 @@ /obj/effect/floor_decal/corner/black/full, /turf/simulated/floor/tiled, /area/horizon/operations/machinist) -"vIH" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/effect/floor_decal/spline/plain/purple{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/valve/open{ - dir = 8; - name = "Tray Cutoff Valve" - }, -/obj/effect/floor_decal/industrial/hatch_tiny/service, -/turf/simulated/floor/tiled, -/area/horizon/service/hydroponics) "vIY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -153179,12 +153254,6 @@ /obj/effect/floor_decal/industrial/outline/red, /turf/simulated/floor/tiled/dark/full, /area/horizon/security/armoury) -"vLX" = ( -/obj/effect/floor_decal/corner/brown{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/operations) "vMb" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 6 @@ -153462,6 +153531,19 @@ }, /turf/simulated/floor/tiled, /area/horizon/rnd/hallway) +"vOu" = ( +/obj/machinery/camera/network/service{ + c_tag = "Service - Deck 2 - Dining Hall 1"; + dir = 4 + }, +/obj/structure/platform{ + dir = 4 + }, +/obj/machinery/light/floor{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/horizon/service/dining_hall) "vOw" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/floor_decal/industrial/warning{ @@ -154030,6 +154112,10 @@ icon_state = "wood" }, /area/centcom/specops) +"vSV" = ( +/obj/structure/noticeboard, +/turf/simulated/wall, +/area/horizon/operations/office) "vSZ" = ( /obj/structure/table/rack, /obj/machinery/light, @@ -154052,6 +154138,11 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/engineering/atmos/propulsion) +"vTq" = ( +/obj/effect/floor_decal/corner/dark_blue/full, +/obj/random/pottedplant, +/turf/simulated/floor/tiled, +/area/horizon/rnd/eva) "vTr" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -154118,21 +154209,6 @@ }, /turf/simulated/floor/reinforced, /area/horizon/command/bridge/selfdestruct) -"vUf" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/eva) "vUj" = ( /obj/structure/bed/stool/chair{ dir = 4 @@ -154648,32 +154724,6 @@ /obj/structure/curtain/open, /turf/simulated/floor/tiled/white, /area/horizon/medical/ward/isolation) -"vWY" = ( -/obj/machinery/light/spot{ - dir = 1 - }, -/obj/random/pottedplant, -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/structure/railing/mapped{ - dir = 4 - }, -/obj/structure/railing/mapped, -/obj/effect/floor_decal/spline/fancy/wood/full, -/obj/machinery/computer/shuttle_control/multi/lift/wall/robotics{ - pixel_y = 28; - pixel_x = -4 - }, -/turf/simulated/floor/wood, -/area/horizon/hangar/auxiliary) -"vXa" = ( -/obj/effect/floor_decal/corner/black, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/horizon/hangar/auxiliary) "vXb" = ( /obj/effect/floor_decal/spline/plain{ dir = 1 @@ -154811,6 +154861,18 @@ /obj/structure/bed/stool/chair/office/light, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenobiology) +"vXM" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/railing/mapped, +/obj/item/hullbeacon/red, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "vXR" = ( /obj/structure/lattice/catwalk/indoor/grate/dark, /obj/structure/cable{ @@ -155026,12 +155088,6 @@ }, /turf/simulated/floor/wood, /area/horizon/crew/lounge) -"vZe" = ( -/obj/effect/shuttle_landmark/supply/horizon/start{ - dir = 1 - }, -/turf/unsimulated/floor/plating, -/area/centcom/suppy) "vZg" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/machinery/portable_atmospherics/canister/oxygen, @@ -156328,6 +156384,21 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/medical/washroom) +"wiu" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/dark_blue/full{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/security/hallway) "wiy" = ( /obj/structure/table/reinforced/steel, /obj/item/pinpointer/nukeop, @@ -157042,15 +157113,6 @@ /obj/structure/engineer_maintenance/electric/wall, /turf/simulated/floor/wood, /area/horizon/service/dining_hall) -"wnp" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/eva) "wnw" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -157475,6 +157537,17 @@ }, /turf/unsimulated/floor, /area/centcom/evac) +"wqo" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/sign/emergency/evacuation{ + dir = 4; + pixel_x = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/airstation) "wqq" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 6 @@ -158175,6 +158248,12 @@ }, /turf/simulated/floor/plating, /area/horizon/engineering/storage/lower) +"wtA" = ( +/obj/item/hullbeacon/red, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/operations) "wtE" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 6 @@ -158507,6 +158586,18 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/plating, /area/horizon/medical/smoking) +"wvt" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/effect/floor_decal/corner/black{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/hangar/auxiliary) "wvu" = ( /obj/machinery/light{ dir = 4 @@ -158531,49 +158622,12 @@ }, /turf/simulated/floor/holofloor/tiled, /area/template_noop) -"wvV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/dark_green{ - dir = 9 - }, -/obj/machinery/camera/network/first_deck{ - c_tag = "First Deck - Hangar 10"; - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/auxiliary) -"wwa" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/sign/drop, -/obj/structure/railing/mapped{ - dir = 8 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/operations) "wwg" = ( /obj/structure/flora/rock/pile, /obj/item/clothing/mask/skrell/skull, /obj/effect/floor_decal/spline/plain/corner, /turf/simulated/floor/exoplanet/barren, /area/centcom/shared_dream) -"wwj" = ( -/obj/machinery/alarm/north{ - req_one_access = list(24,11,55) - }, -/obj/structure/table/stone/marble, -/obj/random/pottedplant_small{ - pixel_x = 6; - pixel_y = -2 - }, -/obj/item/reagent_containers/food/condiment/sugar{ - pixel_y = 13; - pixel_x = -7 - }, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/bar) "wwn" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 @@ -158727,18 +158781,6 @@ }, /turf/simulated/floor/wood, /area/horizon/command/bridge/meeting_room) -"wwV" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/grey/diagonal, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/alarm/north{ - dir = 4; - pixel_y = 0; - pixel_x = 7 - }, -/turf/simulated/floor/tiled/white, -/area/horizon/medical/reception) "wwX" = ( /obj/machinery/light/small/emergency{ dir = 4 @@ -158933,15 +158975,6 @@ icon_state = "dark_preview" }, /area/centcom/specops) -"wyi" = ( -/obj/machinery/light/spot{ - dir = 4 - }, -/obj/effect/floor_decal/corner/dark_green{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "wyn" = ( /obj/effect/floor_decal/corner/brown/diagonal, /obj/structure/disposalpipe/segment{ @@ -160436,11 +160469,6 @@ /obj/effect/step_trigger/thrower/shuttle/north, /turf/space/transit/north, /area/template_noop) -"wJV" = ( -/obj/machinery/biogenerator, -/obj/effect/floor_decal/industrial/outline/service, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/hydroponics) "wJX" = ( /obj/machinery/ship_weapon/longbow{ pixel_x = -32; @@ -160475,17 +160503,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/horizon/maintenance/deck_1/hangar/starboard) -"wKm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "wKq" = ( /obj/structure/shuttle_part/mercenary/small{ icon_state = "1,12" @@ -160572,15 +160589,6 @@ /obj/structure/lattice/catwalk/indoor/grate/dark, /turf/simulated/floor/plating, /area/shuttle/skipjack) -"wLa" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/railing/mapped{ - dir = 4 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/operations) "wLd" = ( /obj/structure/bookcase, /obj/item/book/manual/wiki/ntsl2, @@ -160840,24 +160848,6 @@ }, /turf/simulated/floor/marble, /area/horizon/holodeck/source_trinary) -"wNz" = ( -/obj/effect/floor_decal/corner/dark_green{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/service/hydroponics/garden) "wNH" = ( /obj/machinery/door/airlock/hatch{ dir = 1; @@ -160870,18 +160860,6 @@ /obj/machinery/door/firedoor/noid, /turf/simulated/floor/tiled/dark/full, /area/shuttle/mercenary) -"wNL" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning, -/obj/machinery/atmospherics/valve/open{ - dir = 8; - name = "Tray Cutoff Valve" - }, -/obj/effect/floor_decal/industrial/hatch_tiny/service, -/turf/simulated/floor/tiled/dark/full, -/area/horizon/service/hydroponics) "wNN" = ( /turf/simulated/wall/r_wall, /area/horizon/command/bridge/aibunker) @@ -161307,25 +161285,6 @@ }, /turf/simulated/floor/plating, /area/horizon/hallway/primary/deck_3/starboard/docks) -"wQr" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock/multi_tile/glass{ - dir = 2; - name = "Hangar" - }, -/obj/machinery/door/firedoor/multi_tile{ - dir = 1 - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/airstation) "wQF" = ( /obj/structure/lattice/catwalk/indoor, /obj/machinery/door/blast/odin/open{ @@ -161440,6 +161399,11 @@ /obj/item/storage/belt/utility/very_full, /turf/unsimulated/floor, /area/centcom/distress_prep) +"wRa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/brown/full, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "wRd" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 @@ -161546,13 +161510,6 @@ /obj/random/contraband, /turf/simulated/floor, /area/horizon/maintenance/deck_3/security/port) -"wRH" = ( -/obj/machinery/conveyor{ - id = "cargo_1" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "wRO" = ( /obj/effect/floor_decal/corner/brown{ dir = 6 @@ -161657,6 +161614,10 @@ }, /turf/simulated/floor/reinforced/airless, /area/horizon/engineering/atmos) +"wSq" = ( +/obj/structure/noticeboard, +/turf/simulated/wall/r_wall, +/area/horizon/rnd/conference) "wSs" = ( /obj/effect/floor_decal/industrial/outline/service, /obj/structure/closet/crate/hydroponics/herbalism, @@ -161823,18 +161784,6 @@ /obj/effect/spider/stickyweb, /turf/simulated/floor/exoplanet/barren/raskara, /area/centcom/shared_dream) -"wTs" = ( -/obj/machinery/camera/network/research{ - c_tag = "Research - EVA Preparation Entrance" - }, -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/eva) "wTt" = ( /obj/effect/floor_decal/corner_wide/purple{ dir = 5 @@ -162532,16 +162481,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/shuttle/intrepid/port_compartment) -"wXh" = ( -/obj/machinery/conveyor{ - id = "cargo_1" - }, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/full, -/area/supply/dock) "wXx" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -162568,25 +162507,6 @@ /obj/structure/extinguisher_cabinet/west, /turf/simulated/floor/plating, /area/horizon/shuttle/intrepid/port_compartment) -"wXL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass_command{ - dir = 1; - name = "Pilot Room"; - req_one_access = list(73,76,77,78) - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/door/blast/regular/open{ - dir = 8; - id = "hangarlockdown"; - name = "Hangar Lockdown" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/hangar/control) "wXN" = ( /obj/machinery/atmospherics/pipe/manifold/visible/red{ dir = 4 @@ -162671,12 +162591,23 @@ }, /turf/simulated/floor/wood, /area/horizon/command/heads/om) -"wYs" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ +"wYq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/light/spot{ dir = 1 }, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/sign/emergency/evacuation{ + dir = 4; + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/horizon/hangar/auxiliary) "wYw" = ( /obj/structure/disposalpipe/segment{ dir = 1; @@ -163185,6 +163116,13 @@ }, /turf/unsimulated/floor/dark_monotile, /area/antag/actor) +"xaT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "xbo" = ( /obj/structure/cable{ icon_state = "4-8" @@ -163321,6 +163259,26 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/plating, /area/horizon/hangar/auxiliary) +"xcv" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/obj/structure/sign/emergency/evacuation{ + dir = 4; + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) +"xcw" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/operations, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/full, +/area/supply/dock) "xcO" = ( /turf/simulated/wall/shuttle/unique/ert{ icon_state = "7,0" @@ -163450,24 +163408,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/unsimulated/floor/monotile, /area/antag/raider) -"xdL" = ( -/obj/effect/floor_decal/corner/dark_green/full{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/horizon/service/hydroponics/garden) "xdP" = ( /obj/item/stack/material/wood/full, /obj/item/stack/material/steel/full, @@ -163637,21 +163577,6 @@ icon_state = "desert" }, /area/centcom/shared_dream) -"xey" = ( -/obj/random/pottedplant, -/obj/structure/railing/mapped{ - dir = 8 - }, -/obj/structure/railing/mapped{ - dir = 4 - }, -/obj/structure/railing/mapped, -/obj/effect/floor_decal/spline/fancy/wood/full, -/obj/structure/sign/crush{ - pixel_y = 32 - }, -/turf/simulated/floor/wood, -/area/horizon/hangar/auxiliary) "xeM" = ( /obj/machinery/atmospherics/unary/engine/scc_shuttle, /turf/simulated/floor/plating, @@ -163957,19 +163882,6 @@ /obj/structure/grille, /turf/simulated/floor/tiled/dark/full/airless, /area/horizon/command/bridge/controlroom) -"xgN" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning, -/obj/machinery/door/blast/regular/open{ - dir = 4; - id = "hangarlockdown"; - name = "Hangar Lockdown" - }, -/turf/simulated/floor/tiled/full, -/area/horizon/rnd/eva) "xgW" = ( /obj/structure/window/shuttle/scc_space_ship, /obj/structure/grille, @@ -164985,6 +164897,21 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/evidence_storage) +"xqc" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/security/checkpoint) "xqf" = ( /obj/structure/flora/tree/grove, /turf/simulated/floor/exoplanet/grass/grove, @@ -165277,16 +165204,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/reinforced, /area/shuttle/mercenary) -"xsv" = ( -/obj/effect/floor_decal/corner/dark_blue{ - dir = 5 - }, -/obj/structure/extinguisher_cabinet/north, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/horizon/rnd/eva) "xsw" = ( /obj/structure/table/standard, /obj/effect/floor_decal/corner/beige{ @@ -165520,6 +165437,15 @@ /obj/structure/closet/crate/drop/grey, /turf/unsimulated/floor, /area/antag/mercenary) +"xuh" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "cargo_1" + }, +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/operations) "xuj" = ( /obj/structure/platform{ dir = 8 @@ -165942,6 +165868,12 @@ /obj/machinery/meter, /turf/simulated/floor/tiled, /area/horizon/engineering/atmos/storage) +"xxI" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "xxJ" = ( /obj/effect/floor_decal/industrial/hatch/yellow, /obj/machinery/door/firedoor, @@ -166474,6 +166406,13 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/rnd/xenoarch/atrium) +"xBM" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline_door/yellow, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "xBR" = ( /obj/structure/sign/radiation{ pixel_y = 32 @@ -167620,6 +167559,18 @@ }, /turf/simulated/floor/tiled, /area/horizon/operations/break_room) +"xJw" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/hatch_tiny/service, +/obj/machinery/atmospherics/valve/digital/open/no_admin_message{ + dir = 8; + name = "Tray Cutoff Valve" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/hydroponics) "xJA" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 4 @@ -168064,6 +168015,26 @@ }, /turf/simulated/floor/holofloor/wood, /area/horizon/holodeck/source_chapel) +"xMV" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/spline/plain/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/hatch_tiny/service, +/obj/machinery/atmospherics/valve/digital/open/no_admin_message{ + dir = 8; + name = "Tray Cutoff Valve" + }, +/turf/simulated/floor/tiled, +/area/horizon/service/hydroponics) "xNe" = ( /obj/machinery/door/airlock/centcom{ name = "Laundry"; @@ -168111,6 +168082,21 @@ /obj/item/device/versebook/biesel, /turf/simulated/floor/tiled/dark, /area/horizon/holodeck/source_biesel) +"xNo" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/horizon/service/hydroponics/garden) "xNy" = ( /obj/item/modular_computer/console/preset/command{ dir = 8 @@ -168359,6 +168345,34 @@ }, /turf/simulated/floor/plating, /area/horizon/hangar/auxiliary) +"xPS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/southright{ + name = "Bar Access"; + req_access = list(25) + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "bar_shutter"; + name = "Desk Shutters"; + pixel_x = 19; + pixel_y = 11; + req_access = list(25) + }, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "bar_shutter"; + name = "Bar Shutter" + }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "bar_viewing_shutters"; + name = "Viewing Shutters"; + pixel_x = 20; + pixel_y = -23 + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar) "xPT" = ( /obj/effect/floor_decal/corner/dark_blue{ dir = 5 @@ -168491,23 +168505,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hangar/auxiliary) -"xRq" = ( -/obj/machinery/conveyor{ - id = "cargo_1" - }, -/obj/machinery/door/firedoor, -/obj/structure/plasticflaps, -/obj/machinery/door/airlock/external{ - dir = 1; - frequency = 1380; - icon_state = "door_locked"; - id_tag = "cargo_shuttle_dock_airlock"; - locked = 1; - name = "Cargo Shuttle"; - req_access = list(13,31) - }, -/turf/simulated/floor/tiled/full, -/area/horizon/operations/loading) "xRw" = ( /obj/machinery/mech_recharger, /obj/effect/floor_decal/industrial/warning/corner{ @@ -168678,6 +168675,16 @@ icon_state = "dark_preview" }, /area/centcom/control) +"xTe" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 6 + }, +/obj/structure/sign/emergency/evacuation{ + dir = 4; + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "xTg" = ( /obj/effect/map_effect/window_spawner/full/reinforced/firedoor, /turf/simulated/floor/bluegrid/server, @@ -168795,6 +168802,16 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/security/interrogation) +"xTU" = ( +/obj/effect/floor_decal/corner/dark_green/full{ + dir = 4 + }, +/obj/structure/closet/walllocker/medical/firstaid{ + pixel_x = 32 + }, +/obj/effect/floor_decal/industrial/outline/medical, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid/interstitial) "xTV" = ( /obj/structure/cable/green{ icon_state = "1-8" @@ -168840,9 +168857,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/rnd/xenobiology/xenoflora) -"xUn" = ( -/turf/simulated/wall, -/area/horizon/hangar/airstation) "xUo" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/machinery/light, @@ -168908,6 +168922,26 @@ }, /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/horizon/engineering/atmos) +"xUL" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/sign/drop, +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/full, +/area/horizon/hangar/operations) +"xUO" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/obj/structure/filingcabinet/filingcabinet{ + pixel_x = -9; + pixel_y = 1 + }, +/obj/machinery/papershredder{ + pixel_x = 7 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/horizon/operations/office) "xUR" = ( /obj/structure/closet/secure_closet/guncabinet{ req_access = list(2) @@ -168938,10 +168972,6 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/shuttle/canary) -"xVe" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/horizon/hangar/intrepid) "xVh" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 4 @@ -169040,6 +169070,15 @@ }, /turf/simulated/floor/plating, /area/horizon/hangar/intrepid) +"xWO" = ( +/obj/effect/floor_decal/corner/dark_green{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/auxiliary) "xWR" = ( /obj/effect/floor_decal/corner/dark_green{ dir = 5 @@ -169126,6 +169165,17 @@ /obj/structure/flora/ausbushes/lavendergrass, /turf/simulated/floor/exoplanet/grass/grove, /area/centcom/shared_dream) +"xXq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/dark_green{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/horizon/hangar/intrepid) "xXr" = ( /obj/structure/railing/mapped{ dir = 8 @@ -169581,6 +169631,19 @@ }, /turf/simulated/floor/carpet/rubber, /area/horizon/engineering/bluespace_drive/monitoring) +"yaA" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id = "hangarlockdown"; + name = "Hangar Lockdown" + }, +/turf/simulated/floor/tiled/full, +/area/horizon/rnd/eva) "yaE" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 1 @@ -170544,31 +170607,6 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/engineering/atmos/propulsion) -"ygn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 1; - icon_state = "pipe-j2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor, -/obj/structure/table/stone/marble, -/obj/item/reagent_containers/food/drinks/shaker{ - pixel_x = 7 - }, -/obj/item/reagent_containers/glass/rag, -/obj/machinery/door/blast/shutters{ - id = "bar_shutter"; - name = "Bar Shutter" - }, -/obj/machinery/power/outlet, -/turf/simulated/floor/tiled/dark, -/area/horizon/service/bar) "ygq" = ( /obj/structure/sign/securearea{ pixel_x = -32 @@ -170857,6 +170895,21 @@ /obj/structure/engineer_maintenance/electric, /turf/simulated/floor/wood, /area/horizon/command/bridge/minibar) +"yik" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/dark_blue{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/horizon/security/checkpoint) "yin" = ( /obj/structure/table/reinforced/steel, /obj/effect/floor_decal/industrial/warning, @@ -171046,6 +171099,12 @@ icon_state = "beach" }, /area/centcom/shared_dream) +"yjL" = ( +/obj/structure/noticeboard{ + pixel_x = -2 + }, +/turf/simulated/wall, +/area/horizon/medical/main_storage) "yjR" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -171139,6 +171198,12 @@ }, /turf/simulated/floor/tiled, /area/horizon/command/bridge/upperdeck) +"ykA" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{ + id = "bar_backroom" + }, +/turf/simulated/floor/tiled/dark/full, +/area/horizon/service/bar/backroom) "ykC" = ( /obj/structure/cable{ icon_state = "2-8" @@ -194334,20 +194399,20 @@ vaL enX anx jgx -nhC -iiI -vLX -vHM -azZ -exX -azZ -pUt -vLX -lZo -qTf -haO -aFe -jRZ +eMs +jvu +lUt +bdU +qtD +eCu +qtD +pOq +lUt +mEZ +dFe +ddy +uXC +bgo hCu hCu hCu @@ -194592,19 +194657,19 @@ bPs eyM jgx ojN -dpo -bit -jGr -jGr -jGr -jGr -jGr -jGr -jGr -jGr -jGr -jGr -kUi +snq +jIw +cgv +cgv +cgv +cgv +cgv +cgv +cgv +cgv +cgv +cgv +iSQ hCu hCu hCu @@ -194850,18 +194915,18 @@ lro jgx hiV cUv -uFq -mLu -wLa -wLa -wLa -wLa -mLu -wLa -wLa -wLa -wLa -mLu +wtA +fub +hHY +hHY +hHY +hHY +fub +hHY +hHY +hHY +hHY +fub hCu hCu hCu @@ -195107,18 +195172,18 @@ qqd jgx tkO cUv -mhC -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu +xUL +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV hCu hCu hCu @@ -195330,7 +195395,7 @@ jrm rzl ctF aIn -bVr +nxE xdw afC xGT @@ -195363,19 +195428,19 @@ aOU qqd jgx hiV -gEt -tEg -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu +xuh +vyG +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV hCu hCu hCu @@ -195618,21 +195683,21 @@ rmK vPf fxe sDe -xRq -eCV -qAh -nTF -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu +gfd +aCd +dYm +sAU +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV hCu hCu hCu @@ -195878,18 +195943,18 @@ uSb bzE hiV cUv -sOK -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu +vof +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV hCu hCu hCu @@ -196132,21 +196197,21 @@ jEc hpH jEc jEc -raS -azt -jZX -mZM -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu +sVR +lIU +rxS +ikg +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV hCu hCu hCu @@ -196388,22 +196453,22 @@ rdD mLM gJO xgB -sMm +dgw jgx -btf -bMa -tEg -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu +oSy +ssE +vyG +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV hCu hCu hCu @@ -196648,19 +196713,19 @@ fMA adt ibM eze -uFg -mhC -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu -fSu +oWn +xUL +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV +rdV hCu hCu hCu @@ -196906,18 +196971,18 @@ dlj jgx grP cUv -jdY -wwa -kup -kup -kup -kup -wwa -kup -kup -kup -kup -wwa +mqV +dzc +ncx +ncx +ncx +ncx +dzc +ncx +ncx +ncx +ncx +dzc hCu hCu hCu @@ -197162,19 +197227,19 @@ krH krH krH jov -cyZ -tIf -aju -aju -aju -aju -aju -iTk -aju -aju -aju -aju -dOh +xaT +wRa +vfg +vfg +vfg +vfg +vfg +mdN +vfg +vfg +vfg +vfg +cCF hCu hCu hCu @@ -197420,7 +197485,7 @@ vdU krH wAl qIU -dIb +oKm sWR sWR wjB @@ -198705,7 +198770,7 @@ chK fOk tqK fuR -dIb +oKm sWR ndh dJi @@ -199219,7 +199284,7 @@ ugs krH pex aal -sfS +mGB vyQ hnL dde @@ -201016,8 +201081,8 @@ amH gky hLO xao -vhY -fMG +taV +cYT kme vHc glU @@ -201520,18 +201585,18 @@ nkb dos lVP ovv -txv -nuM +rNR +dFI huI -lMV +lmH elG -mwB +vEi udt mUq hrA shc -unh -gSh +oRT +rAO tCR lYv kVo @@ -201780,9 +201845,9 @@ bbh iKs qud iTe -pXA -jeF -tau +xBM +lAr +pHu fOj fOj xzo @@ -202037,7 +202102,7 @@ ovv aUZ qud kLk -cHv +txq vtz rnW dQd @@ -202275,7 +202340,7 @@ ajh fnd hvy nGG -qWp +iVW ajh azI uNL @@ -202294,7 +202359,7 @@ ovv qZt qud iMp -tDb +nMs ogR meg kGI @@ -202529,7 +202594,7 @@ his ipx sUZ ajh -lOw +jQq kNp hie jvh @@ -202551,8 +202616,8 @@ qwi kQM qud agP -cUl -pzm +uEH +qeF faV faV unJ @@ -202808,7 +202873,7 @@ ieR sPC qud wxA -tDb +nMs ogR oKr oKr @@ -203065,7 +203130,7 @@ ieR gsa qud wxA -tDb +nMs ogR lQO lQO @@ -203322,7 +203387,7 @@ qwi brY rQw wxA -tDb +nMs ogR xzh aws @@ -203579,7 +203644,7 @@ qwi hnH pQy qBf -pXV +nda vtz vtz ePO @@ -203831,15 +203896,15 @@ jlP qQe aPM aPM -sTE +dUW tqZ ais guu wxA -dDK -cJt +xxI +tmP llo -cKo +sPy dML dvM dUU @@ -204081,7 +204146,7 @@ mFB xoR tEH gKm -cFX +fpq mkd uuJ tho @@ -204093,10 +204158,10 @@ fMs njo whD iTe -sZn -pXA +etv +xBM llo -cGL +ryp jUZ dvM dUU @@ -204350,10 +204415,10 @@ arT pKj nvC vKp -pMi -oTV +iWl +aLj llo -jNa +bPq oTe dvM dUU @@ -204602,12 +204667,12 @@ sDZ jvo dQK aqM -mqF +xTU aAX kbl -qnD -bGa -fiY +rLO +cRQ +xcv vtz vtz fOO @@ -204863,8 +204928,8 @@ nrH nrH jhw nrH -mgP -nfT +dXi +oVJ nrH ijh pcS @@ -205118,11 +205183,11 @@ nrH dZs tos nsp -knR +jsL eBv -pJF -dAZ -iYK +yik +efD +aXf tGM pcS mJv @@ -205377,9 +205442,9 @@ jUu wWh dyy uqa -hUA -dAZ -iYK +jER +efD +aXf jwU pcS mJv @@ -205634,9 +205699,9 @@ tWI pdE swe eBv -ply -nqo -iYK +ffv +bZX +aXf faV faV fGB @@ -205891,9 +205956,9 @@ ehh vrW poW eBv -hUA -dAZ -iYK +jER +efD +aXf cUh hnw faV @@ -206148,8 +206213,8 @@ oVx nrH okm nrH -pqI -mfv +kIG +mOx nrH wlz tfg @@ -206404,12 +206469,12 @@ pEc ogX gzr gzr -mpN -aza -qQY +rsU +xqc +kGa nrH -icZ -qKt +blJ +rBY xXr gwq kpd @@ -206661,32 +206726,32 @@ sMw pqR ijk sGj -mpN -aJB -nCK -nfs -wKm -lAf -pvn -bCL -giA -ctn -ctn -ctn -ctn -ctn -ctn -ctn -ctn -sHw -gEh -xVe -xVe -xVe -xVe -xVe -xVe -wYs +rsU +mrl +rig +rxd +xXq +trH +kzG +jEb +crt +pkb +pkb +pkb +pkb +pkb +pkb +pkb +pkb +mDc +pHP +vuU +vuU +vuU +vuU +vuU +vuU +guM pNi pNi pNi @@ -206918,29 +206983,29 @@ pRv wri jwV jwV -mpN -lbV -noM -uUl -lVd +rsU +oFM +mdx +pnc +sHW azz -gkV -duJ -suG -udc -kMt +xTe +pJj +orN +qhc +hZM azz azz azz -khV -hxP +mXG +vui azz azz azz azz -wyi +pFe azz -hri +hFU xrb azz xXY @@ -207177,13 +207242,13 @@ hTy hTy hTy hTy -jIz +tGd eFB eFB -its -xUn -fas -wQr +tLr +sbS +jFk +mxH rCd rCd hFz @@ -207204,7 +207269,7 @@ pNi pNi mRY psS -tDp +bqv dqy ojm rHe @@ -207434,13 +207499,13 @@ piE hka sUy hTy -mzC -dTU +aoG +vTq eFB -bFU -lnW -nzM -iDI +mbl +ori +jfA +rvG rCd jPI aTL @@ -207691,13 +207756,13 @@ gXv gXv kDi hTy -xsv -tul -hFT -gda -iEB -mcB -qPd +joo +jiN +euP +tvc +ggB +vkB +eRO rCd jAs vxI @@ -207947,16 +208012,16 @@ oJd ajD vkt agD -lNL -vUf -gwy +huK +byR +lRk eFB -cUE -mcx -fnf -lDQ -wXL -vot +mxc +odj +rNE +dKA +fWd +jgV uqz uqz uqz @@ -208205,13 +208270,13 @@ hHV uEo klu hTy -wTs +dqx kmw eFB -sYT -pTY -sRa -fcj +omE +foJ +gaF +ndg rCd pkr slK @@ -208462,17 +208527,17 @@ hcK oHH oHH oHH -nVa -iVi +des +kGz eFB -rKr -gfE -fnf -tty +hjl +wqo +rNE +ibQ rCd szF uif -nWu +pvQ srj sXa rCd @@ -208719,13 +208784,13 @@ rbn iHy iHy oHH -wnp -tul +kEL +jiN eFB -its -xUn -fas -wQr +tLr +sbS +jFk +mxH rCd rCd rCd @@ -208976,21 +209041,21 @@ iOH bUy gNX oVi -rFG -ahc +hiX +ddz eFB -jpV -bpa -tXd -rIk -jCS -lmb +aMK +xWO +she +lkV +cCV +lRu dWS -gsw +sLW dWS dWS -wvV -pls +bmU +uul fUr aEN dWS @@ -209236,18 +209301,18 @@ oVi clu iEo eFB -xey -ceP -rNh -kpZ -vXa -nDu -jUE -jUE -nDu -nDu -nDu -fXW +qdG +grf +enp +rUM +nAM +wvt +qaJ +qaJ +wvt +wvt +wvt +cjh ntU wrY gNE @@ -209492,7 +209557,7 @@ iHy oVi nKs nKs -rLD +dkD edc cZe jjz @@ -209749,7 +209814,7 @@ oVi oVi sFm nKs -xgN +yaA edc cZe bXx @@ -210007,7 +210072,7 @@ wIE nVe nVe wIE -vWY +pfM ydy tfw qIB @@ -210258,12 +210323,12 @@ kAI fMl vIt sPG -rLL -awx -lrD +qZW +cAp +qZD luU luU -nCN +kdy ovY eoO mwC @@ -210515,15 +210580,15 @@ roq lin pfn oDN -msW -pPi -dHB +vrw +kYE +gJk eTt eTt -lYM +unT kHd eTt -hrx +nDv pUN tiF omQ @@ -213607,7 +213672,7 @@ kVx lRy huE wIE -aYM +wYq xqW siN siN @@ -213864,7 +213929,7 @@ kiE ktX wNT wIE -fkl +exu pgD cWf cWf @@ -214121,7 +214186,7 @@ sOE ktX kgm wIE -kKx +pNd jEI cWf sGZ @@ -259594,7 +259659,7 @@ quy eSM hLD hvf -uoo +oCr bsU osJ qTK @@ -260382,8 +260447,8 @@ gbk pmg aFJ mKO -dYB -ubx +vSV +xUO bji udG csg @@ -264976,11 +265041,11 @@ hvu wGV hvu hvu -oBz +ule lcs vok tWW -tdt +dLO xVm opV hXD @@ -265233,7 +265298,7 @@ hrN rMP fxw hvu -lsN +jic rgb vok tWW @@ -266569,7 +266634,7 @@ pns ezA rfq klT -ygn +ciq hAl gFd ppf @@ -266827,7 +266892,7 @@ lwr mZv koO bNm -tGf +vhe wwp qBY uQM @@ -267336,11 +267401,11 @@ yja irb ktJ omW -vGG -oig -fKP +ngN +hNd +kgV ezA -khB +sPd dhg ejL ezA @@ -267593,19 +267658,19 @@ lbH uhZ uhZ omW -ofY -tVF -umL +mlC +cKZ +gki amP -dAx +ege hfj -oRG +rZV ezA -pFb -gMT -lkJ -cnr -uDB +gKc +bWP +gry +xPS +hwQ jrl iZf ezA @@ -267850,19 +267915,19 @@ viY iZq hSb omW -ioT -jSf -tfp +oMf +gcg +nYC ezA -fAv +vdj wlA -iwO +iYF ezA ezA +vcq +vcq ezA -ezA -ezA -rdE +uBs qxx flt ezA @@ -268085,8 +268150,8 @@ tiz xkk pla bmD -kjB -ibu +yjL +eWq adQ glG xxy @@ -268107,23 +268172,23 @@ aTy uhZ uhZ omW -mgf +fNC iAp -pPK +hkg ezA -wwj +gvK wuf -aSv -dji +gfM +jzs ezA -fba -lPC -sIb +oDW +vOu +nBA dbx obV maF aFi -jCL +hSX fkV aAI uYQ @@ -268368,10 +268433,10 @@ cCI mwp kFf ezA -aQG +gYN qAM -ezP -nnQ +mma +llI ezA gNj cEg @@ -268622,7 +268687,7 @@ uhZ uhZ omW omW -kIo +ykA omW ezA ktq @@ -268859,7 +268924,7 @@ lYB qHI jKx gtT -wwV +kVB goh hCr dIP @@ -270407,7 +270472,7 @@ dOY wIY dCb mok -nmc +plF qZz iTN tyQ @@ -270417,10 +270482,10 @@ fuN bel pTl xZE -rUv -xdL -lLw -osD +nwx +sZA +hwP +lkN nBM hbw oli @@ -270662,7 +270727,7 @@ mQb vGI pfa phu -iur +uIf exs pfa oPk @@ -270675,7 +270740,7 @@ lPo wRC adB ayt -tdJ +xNo qBx ayt jHq @@ -270932,8 +270997,8 @@ dTh nCe adB ayt -wNz -gzY +xNo +qBx ayt jHq dfj @@ -271188,7 +271253,7 @@ dit qOh jDE xZE -gRF +ayt rEw fVq ayt @@ -271450,8 +271515,8 @@ jTV vgC vtu nBM -gwW -vIH +fdy +xMV orW siA bLy @@ -271705,7 +271770,7 @@ xZE llr naF oya -iJH +sOv jHq nkR hKB @@ -271945,7 +272010,7 @@ fNg hkQ gst vGI -apz +bcY mXi rLu nYN @@ -272223,7 +272288,7 @@ oau jHq gWv tyM -jgl +tSh aNB gcE cJM @@ -272478,14 +272543,14 @@ ibR jXA jXA nBM -wJV -pfZ +alP +bLT kFm klW uZI uJZ nBM -hel +nkG eQW gtv bAq @@ -272694,8 +272759,8 @@ qKD sNz nqF vKt -hMi -vxm +okP +mTJ dkM eoP ruW @@ -272721,10 +272786,10 @@ icP icP icP icP -uIl -efg -efg -nvA +hCx +hbc +hXn +iSm rJN rJN rJN @@ -272978,8 +273043,8 @@ dyf aRD mEq icP -bZb -aAP +uIl +efg aoE aoE aoE @@ -272999,9 +273064,9 @@ rjz gbX aZJ nBM -use +oYe vco -hkY +cTZ eby eby eby @@ -273235,8 +273300,8 @@ hab cMN gAF rWj -nhV -eFk +wiu +oca aoE yeV wrq @@ -273493,7 +273558,7 @@ voA uKZ jXr tOG -rhl +lNv aoE eYO trW @@ -273507,10 +273572,10 @@ yfn kmr nBM whd -goQ +xJw dMr rvz -wNL +xJw bvu wkW gjJ @@ -274005,8 +274070,8 @@ kAb gbA uVY oTa -tbQ -pCm +hbV +rmd uuj aoE hqG @@ -274767,7 +274832,7 @@ iKr iqL oJt bQf -pkE +cCC fao fao fao @@ -276795,7 +276860,7 @@ gOp lKR lKk pOt -tdI +wSq fqw tlo ehs @@ -280413,7 +280478,7 @@ eXV eXV upe nyC -baC +ebj rQT rwQ ods @@ -376899,17 +376964,17 @@ iPK aLf sJv dFx -mjQ -nBs -nBs -dMu -dMu -nBs -dMu -dMu -nBs -dMu -lxA +bCN +tMx +tMx +xcw +xcw +tMx +xcw +xcw +tMx +xcw +arH dFx sJv eSV @@ -377156,17 +377221,17 @@ qlW aLf sJv dFx -gRx -nhZ -nhZ -ayM -ayM -nhZ -ayM -ayM -nhZ -ayM -qDr +fie +ftG +ftG +fgm +fgm +ftG +fgm +fgm +ftG +fgm +bMc dFx sJv eSV @@ -377413,17 +377478,17 @@ ahy aLf sJv dFx -wXh -wRH -wRH -wRH -wRH -wRH -wRH -wRH -wRH -wRH -qMx +ael +eeA +eeA +eeA +eeA +eeA +eeA +eeA +eeA +eeA +qix dFx sJv eSV @@ -377669,18 +377734,18 @@ wUY jXg aLf sJv -vZe -vyJ -pjS -pjS -pjS -pjS -pjS -pjS -pjS -pjS -pjS -svT +hzN +nem +hfK +hfK +hfK +hfK +hfK +hfK +hfK +hfK +hfK +rwv dFx sJv eSV @@ -377927,17 +377992,17 @@ vvt aLf sJv dFx -bXY -inm -inm -inm -inm -inm -inm -inm -inm -inm -dEk +iZt +dYC +dYC +dYC +dYC +dYC +dYC +dYC +dYC +dYC +ofT dFx sJv eSV @@ -378184,17 +378249,17 @@ nMu aLf sJv dFx -jvw -nhZ -nhZ -ayM -ayM -nhZ -ayM -ayM -nhZ -ayM -qDr +eea +ftG +ftG +fgm +fgm +ftG +fgm +fgm +ftG +fgm +bMc dFx sJv eSV @@ -378441,17 +378506,17 @@ vGo aLf sJv dFx -mzS -mHq -mHq -tmc -tmc -mHq -tmc -tmc -mHq -tmc -rut +cpO +myr +myr +dIJ +dIJ +myr +dIJ +dIJ +myr +dIJ +vXM dFx sJv eSV