From 609e5324e08a83b8e9ce75a8f3dc22792ed17553 Mon Sep 17 00:00:00 2001
From: FlyBrokenWings <59699086+ToastyWiz@users.noreply.github.com>
Date: Mon, 15 Sep 2025 15:08:50 +0300
Subject: [PATCH] Xenoarchaeology Remap, Minor Rebalance. (#21273)
A full overhaul of Xenoarchaeology and its layout. Keeping the same size
of the hull and rooms for the most part. Doing its best to match both
deck two's re-mapped RnD and the other rooms of deck one.
Adding new areas, a grate and consolidating some things while stripping
things down to their essentials.
1. Like, removing 1 anomaly suit from the four. Two main ones, one in
the back.
2. Leaving the anomaly containers less scattered. Two in the chamber,
four in storage.
3. Adding some straight jackets and zipties to the supplies for test
subjects previously in Anomaly Chamber A. Incase the madness crystals or
whatever make things get spicy.
4. Making the gas-canisters overall more secure.
5. Seperating Xenoarchaeology by a door from the AA lift.
6. Adding a presentation room to the department intended to present
their findings for RP purposes.
7. Adding a cell-charger and empty cell. Mostly so you can see if the
anomaly is a battery drainer or charger if you're a human.
8. Adding a phoron bottle. (It's an activation index to splash it on
some anomalies, just not listed on the wiki.)
9. Adding insulated gloves in-case you need to move the emitter to an
odd spot. But, I generally set up spots for the emitters in all the
chambers.
10. Adding a Xenofauna gun, because Xenobio has one and they're even
less likely to need it then Xenoarchaeology. So why not give it to them
when they can spawn bears and hivebots on themselves?
If I missed someone, feel free to ask or mention it.
StrongDMM Screenshot.
(In-game screenshot. I've loaded this thing up several times. The
buttons work.)
---
code/game/objects/structures/lattice.dm | 3 +
.../FlyBrokenWings-XenoarchaeologyRemap.yml | 60 +
.../areas/horizon_areas_science.dm | 10 +-
maps/sccv_horizon/sccv_horizon.dmm | 8612 +++++++++--------
4 files changed, 4560 insertions(+), 4125 deletions(-)
create mode 100644 html/changelogs/FlyBrokenWings-XenoarchaeologyRemap.yml
diff --git a/code/game/objects/structures/lattice.dm b/code/game/objects/structures/lattice.dm
index 586a2213346..ab83f867268 100644
--- a/code/game/objects/structures/lattice.dm
+++ b/code/game/objects/structures/lattice.dm
@@ -199,6 +199,9 @@
/obj/structure/lattice/catwalk/indoor/grate/slate
color = COLOR_SLATE
+/obj/structure/lattice/catwalk/indoor/grate/white
+ color = COLOR_WHITE
+
/obj/structure/lattice/catwalk/indoor/urban
name = "grate"
desc = "A metal grate."
diff --git a/html/changelogs/FlyBrokenWings-XenoarchaeologyRemap.yml b/html/changelogs/FlyBrokenWings-XenoarchaeologyRemap.yml
new file mode 100644
index 00000000000..71f4fc5780e
--- /dev/null
+++ b/html/changelogs/FlyBrokenWings-XenoarchaeologyRemap.yml
@@ -0,0 +1,60 @@
+################################
+# 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: FlyBrokenWings
+
+# 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: "A new layout for Xenoarchaeology. Adds a presentation and gas storage room and the areas needed for them. Plus a grate in white."
+ - rscdel: "Anomaly harvesting with presentation. Harvesting consolidated into chambers B and C."
+ - balance: "Gives Xenoarchaeology a xenofauna gun. Some things spawn space bears, hivebots and what-not. If xenobiology can have one, why can't they? Some insulated gloves too in case they need some weird setup for their emitter."
diff --git a/maps/sccv_horizon/areas/horizon_areas_science.dm b/maps/sccv_horizon/areas/horizon_areas_science.dm
index 744c05cf4bd..a46e24c8d65 100644
--- a/maps/sccv_horizon/areas/horizon_areas_science.dm
+++ b/maps/sccv_horizon/areas/horizon_areas_science.dm
@@ -82,8 +82,14 @@
name = "General Storage"
icon_state = "purple"
-/area/horizon/rnd/xenoarch/anomaly_harvest
- name = "Exotic Energy Harvesting"
+/area/horizon/rnd/xenoarch/presentation
+ name = "Xenoarchaeology Presentation"
+
+/area/horizon/rnd/xenoarch/hallway/elevator
+ name = "Xenoarchaeology Hallway"
+
+/area/horizon/rnd/xenoarch/hallway/hangar
+ name = "Xenoarchaeology Hanger Hallway"
/area/horizon/rnd/xenoarch/anomaly_storage
name = "Artifact Storage"
diff --git a/maps/sccv_horizon/sccv_horizon.dmm b/maps/sccv_horizon/sccv_horizon.dmm
index d9cf568b8bd..dcbe7c6eb6f 100644
--- a/maps/sccv_horizon/sccv_horizon.dmm
+++ b/maps/sccv_horizon/sccv_horizon.dmm
@@ -214,25 +214,6 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled,
/area/horizon/security/hallway)
-"abf" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/external{
- dir = 4;
- id_tag = "riso1";
- name = "Isolation A";
- req_access = list(65)
- },
-/obj/machinery/door/blast/regular/open{
- id = "iso_a";
- name = "Safety Blast Door"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/isolation_c)
"abi" = (
/obj/effect/floor_decal/corner_wide/black{
dir = 10
@@ -285,6 +266,20 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/hallway/primary/deck_2/central)
+"abC" = (
+/obj/item/device/healthanalyzer,
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 9
+ },
+/obj/machinery/bodyscanner{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"abD" = (
/obj/structure/bed/stool/chair/padded/blue{
dir = 8
@@ -964,6 +959,27 @@
},
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/wing/port/nacelle)
+"afi" = (
+/obj/effect/floor_decal/spline/plain/mauve{
+ dir = 6
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4;
+ maxhealth = 140
+ },
+/obj/structure/table/rack,
+/obj/item/storage/box/samplebags,
+/obj/item/device/hand_labeler,
+/obj/item/storage/box/gloves,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"afm" = (
/obj/structure/lattice/catwalk/indoor/grate/dark,
/obj/machinery/atmospherics/unary/vent_pump/high_volume{
@@ -1294,16 +1310,6 @@
/obj/effect/floor_decal/industrial/outline/firefighting_closet,
/turf/simulated/floor/tiled/dark,
/area/horizon/engineering/atmos/propulsion/starboard)
-"ahe" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/effect/floor_decal/sign/b,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"ahf" = (
/obj/structure/cryofeed{
dir = 4
@@ -1344,21 +1350,6 @@
/obj/effect/floor_decal/corner/paleblue,
/turf/unsimulated/floor,
/area/centcom/holding)
-"aho" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/maintenance{
- dir = 1;
- name = "Maintenance Passthrough";
- req_one_access = list(12,47)
- },
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"ahs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -1460,6 +1451,25 @@
/obj/structure/lattice/catwalk/indoor/grate,
/turf/simulated/floor/plating,
/area/horizon/hallway/primary/deck_2/fore)
+"aiq" = (
+/obj/structure/railing/mapped{
+ dir = 1
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/machinery/firealarm/west{
+ dir = 2;
+ pixel_x = 0;
+ pixel_y = -25
+ },
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = -22;
+ pixel_y = 5
+ },
+/turf/simulated/floor/carpet/rubber,
+/area/horizon/rnd/xenoarch/spectrometry)
"air" = (
/obj/item/extinguisher,
/obj/effect/floor_decal/corner/orange/diagonal,
@@ -1962,19 +1972,6 @@
icon_state = "beachcorner"
},
/area/horizon/holodeck/source_desert)
-"alv" = (
-/obj/effect/floor_decal/corner_wide/purple/full,
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 5
- },
-/obj/structure/cable/green{
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"alx" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 1
@@ -2334,16 +2331,6 @@
},
/turf/simulated/floor/wood,
/area/horizon/repoffice/consular_two)
-"anx" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/full,
-/turf/simulated/floor/tiled,
-/area/horizon/operations/loading)
"anF" = (
/obj/effect/decal{
anchored = 1;
@@ -2452,6 +2439,19 @@
/obj/structure/railing/mapped,
/turf/simulated/floor/tiled/white,
/area/horizon/medical/hallway/upper)
+"aop" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"aos" = (
/obj/effect/decal/fake_object{
desc = "A rudimentary, poorly utilized railing mechanism. Stepping over it is easy.";
@@ -2963,9 +2963,41 @@
"asb" = (
/turf/unsimulated/floor,
/area/antag/mercenary)
+"ash" = (
+/obj/machinery/power/smes/buildable/horizon_shuttle{
+ RCon_tag = "Spark"
+ },
+/obj/structure/cable/green{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/floor_decal/industrial/outline/operations,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/shuttle/mining)
"ask" = (
/turf/simulated/wall/r_wall,
/area/horizon/rnd/xenological)
+"aso" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"ass" = (
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/simulated/floor/plating,
@@ -3226,21 +3258,6 @@
icon_state = "white"
},
/area/tdome/tdomeadmin)
-"atO" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/structure/platform{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"atS" = (
/obj/structure/flora/ausbushes/sunnybush,
/turf/simulated/floor/grass/no_edge,
@@ -3629,15 +3646,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/bluespace_drive)
-"awd" = (
-/obj/machinery/r_n_d/weapons_analyzer,
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 5
- },
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/obj/machinery/alarm/north,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"awi" = (
/obj/effect/floor_decal/corner/dark_blue{
dir = 6
@@ -3808,6 +3816,25 @@
/obj/item/storage/box/bodybags,
/turf/simulated/floor/tiled/white,
/area/horizon/operations/machinist/surgicalbay)
+"axG" = (
+/obj/effect/floor_decal/industrial/outline/research,
+/obj/structure/anomaly_container,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/anomaly_storage)
+"axH" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 9
+ },
+/obj/item/target,
+/obj/item/target,
+/obj/item/target,
+/obj/item/target,
+/obj/item/target,
+/obj/structure/closet/crate,
+/obj/item/storage/box/monkeycubes,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"axN" = (
/obj/effect/floor_decal/industrial/warning/corner{
dir = 1
@@ -4476,20 +4503,6 @@
icon_state = "dark_preview"
},
/area/centcom/control)
-"aDj" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/external{
- dir = 1;
- id_tag = "harvd";
- name = "Exotic Energies Harvesting";
- req_access = list(65)
- },
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
"aDk" = (
/obj/effect/floor_decal/industrial/warning/corner{
dir = 8
@@ -4707,60 +4720,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/maintenance/deck_2/wing/starboard/nacelle)
-"aFN" = (
-/obj/machinery/camera/network/research{
- c_tag = "Research - Exotic Energies Harvesting";
- dir = 4
- },
-/obj/machinery/firealarm/north,
-/turf/simulated/floor/tiled,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
-"aFS" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/button/remote/blast_door{
- dir = 4;
- id = "iso_c_purge";
- name = "PURGE Atmosphere";
- pixel_x = 28;
- pixel_y = -26;
- req_access = list(65)
- },
-/obj/machinery/button/remote/blast_door{
- dir = 4;
- id = "iso_c";
- name = "Blast Door Control";
- pixel_x = 22;
- pixel_y = -36;
- req_access = list(65)
- },
-/obj/machinery/button/remote/airlock{
- dir = 4;
- id = "riso3";
- name = "Door Bolt Control";
- pixel_x = 22;
- pixel_y = -25;
- req_access = list(65);
- specialfunctions = 4
- },
-/obj/machinery/atmospherics/valve/digital/open{
- dir = 4;
- name = "Isolation A"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"aFX" = (
/obj/structure/table/wood,
/obj/effect/floor_decal/spline/fancy/wood,
@@ -5302,15 +5261,6 @@
/obj/machinery/vending/coffee,
/turf/simulated/floor/tiled/dark,
/area/horizon/hallway/primary/deck_2/central)
-"aJt" = (
-/obj/structure/dispenser,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/camera/network/research{
- c_tag = "Research - Xenoarchaeology Suit Storage";
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"aJw" = (
/obj/machinery/door/airlock/external{
frequency = 1399;
@@ -5335,6 +5285,25 @@
/obj/machinery/alarm/west,
/turf/simulated/floor/carpet/rubber,
/area/horizon/tcommsat/entrance)
+"aJB" = (
+/obj/effect/floor_decal/spline/plain/mauve{
+ dir = 4
+ },
+/obj/structure/table/reinforced/steel,
+/obj/structure/window/reinforced{
+ dir = 4;
+ maxhealth = 140
+ },
+/obj/item/folder/purple{
+ pixel_x = 4
+ },
+/obj/item/paper_bin{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/pen,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"aJF" = (
/obj/effect/floor_decal/industrial/hatch/yellow,
/obj/structure/disposalpipe/segment{
@@ -5543,6 +5512,18 @@
"aKL" = (
/turf/simulated/floor,
/area/tdome)
+"aKM" = (
+/obj/structure/cable/green{
+ icon_state = "4-8"
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/structure/cable/green{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"aKP" = (
/obj/effect/floor_decal/industrial/warning{
dir = 8
@@ -6158,6 +6139,17 @@
icon_state = "water"
},
/area/horizon/holodeck/source_moghes)
+"aPu" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/platform,
+/obj/structure/railing/mapped{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"aPx" = (
/obj/effect/floor_decal/industrial/warning{
dir = 1
@@ -6235,6 +6227,29 @@
},
/turf/simulated/floor/tiled,
/area/horizon/storage/primary)
+"aQq" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ maxhealth = 140
+ },
+/obj/structure/table/rack,
+/obj/item/clothing/suit/hazmat/anomaly,
+/obj/item/clothing/mask/gas/alt,
+/obj/item/clothing/head/hazmat/anomaly,
+/obj/item/storage/box/gloves,
+/obj/machinery/firealarm/west{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = -22;
+ pixel_y = 5
+ },
+/obj/item/clothing/glasses/safety/goggles/science,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/anomaly_storage)
"aQu" = (
/obj/effect/floor_decal/industrial/warning/corner{
dir = 4
@@ -6262,13 +6277,6 @@
/obj/effect/floor_decal/industrial/warning/corner,
/turf/simulated/floor/tiled/dark,
/area/shuttle/mercenary)
-"aQP" = (
-/obj/machinery/artifact_scanpad,
-/obj/effect/floor_decal/spline/plain{
- dir = 10
- },
-/turf/simulated/floor/bluegrid,
-/area/horizon/rnd/xenoarch/isolation_a)
"aQT" = (
/obj/structure/bookcase,
/obj/item/book/manual/stasis,
@@ -6293,6 +6301,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/tiled,
/area/horizon/security/investigations_hallway)
+"aQV" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/machinery/light/floor{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"aRa" = (
/turf/simulated/wall,
/area/horizon/maintenance/deck_1/operations/starboard/amidships)
@@ -6341,6 +6359,16 @@
},
/turf/simulated/floor/tiled,
/area/horizon/rnd/hallway)
+"aRm" = (
+/obj/item/device/geiger,
+/obj/item/storage/box/fancy/med_pouch/radiation,
+/obj/machinery/light/small{
+ dir = 1;
+ must_start_working = 1
+ },
+/obj/structure/table/steel,
+/turf/simulated/floor/carpet/rubber,
+/area/horizon/rnd/xenoarch/spectrometry)
"aRo" = (
/obj/effect/floor_decal/corner/brown{
dir = 9
@@ -6547,6 +6575,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/tiled/white,
/area/horizon/shuttle/intrepid/buffet)
+"aTt" = (
+/obj/machinery/firealarm/north,
+/obj/effect/floor_decal/corner/dark_green{
+ dir = 5
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/hangar/auxiliary)
"aTy" = (
/obj/effect/floor_decal/corner/green/diagonal,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -6644,6 +6679,17 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/tiled,
/area/horizon/rnd/hallway)
+"aTR" = (
+/obj/machinery/power/emitter{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/effect/floor_decal/industrial/hatch_tiny/yellow,
+/obj/structure/cable/green{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"aTY" = (
/obj/effect/floor_decal/corner/dark_green{
dir = 6
@@ -6856,6 +6902,28 @@
/obj/machinery/portable_atmospherics/canister/hydrogen,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/reactor/indra/mainchamber)
+"aVB" = (
+/obj/structure/cable/green{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/alarm/south{
+ alarm_id = 1503;
+ breach_detection = 0;
+ rcon_setting = 3;
+ report_danger_level = 0;
+ req_one_access = list(7,47,24,11)
+ },
+/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/isolation_c)
"aVG" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
@@ -7157,27 +7225,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/engineering/atmos/air)
-"aXX" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 10
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"aYf" = (
/obj/structure/table/standard,
/obj/item/paper_bin{
@@ -7382,6 +7429,12 @@
},
/turf/simulated/floor/tiled,
/area/horizon/operations/office)
+"aZr" = (
+/obj/machinery/portable_atmospherics/canister/phoron,
+/obj/effect/floor_decal/industrial/hatch/yellow,
+/obj/effect/floor_decal/industrial/hatch/yellow,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"aZs" = (
/obj/structure/window/shuttle/unique/ccia{
icon_state = "1,3"
@@ -7773,18 +7826,6 @@
/obj/item/hullbeacon/red,
/turf/simulated/floor/reinforced/airless,
/area/horizon/exterior)
-"bcQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/loading/yellow{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"bcT" = (
/obj/machinery/alarm/north,
/obj/machinery/chem_heater,
@@ -7977,6 +8018,19 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/hangar/auxiliary)
+"bef" = (
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Xenoarchaeology Suit Storage";
+ dir = 8
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"beg" = (
/obj/machinery/acting/changer,
/obj/effect/floor_decal/corner/red{
@@ -8008,11 +8062,6 @@
},
/turf/simulated/floor/carpet/red,
/area/horizon/service/library)
-"bes" = (
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"beE" = (
/obj/effect/floor_decal/industrial/outline/yellow,
/obj/machinery/suit_cycler/mining/prepared,
@@ -8114,6 +8163,25 @@
icon_state = "dark"
},
/area/centcom/legion)
+"bfH" = (
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/obj/structure/engineer_maintenance/electric{
+ dir = 1
+ },
+/obj/structure/engineer_maintenance/pipe{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"bfJ" = (
/obj/structure/table/rack{
dir = 8
@@ -8229,6 +8297,27 @@
/obj/machinery/firealarm/east,
/turf/simulated/floor/tiled,
/area/horizon/rnd/hallway/secondary)
+"bgl" = (
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/structure/sign/staff_only{
+ pixel_x = -1;
+ pixel_y = -24
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"bgo" = (
/obj/machinery/alarm/west,
/obj/effect/floor_decal/corner/brown/full,
@@ -8650,14 +8739,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/operations/office)
-"biJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/horizon/rnd/xenoarch/atrium)
"biL" = (
/obj/effect/floor_decal/industrial/outline/yellow,
/obj/structure/table/standard,
@@ -9204,18 +9285,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hangar/auxiliary)
-"bmV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/loading/yellow{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"bmW" = (
/obj/structure/bed/stool/padded/red,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
@@ -10088,18 +10157,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/storage/secure)
-"bsA" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 5
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/machinery/camera/network/research{
- c_tag = "Research - Xenoarchaeology 2"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"bsD" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/wood,
@@ -11175,6 +11232,16 @@
},
/turf/simulated/floor/holofloor/snow,
/area/horizon/holodeck/source_adhomai)
+"bBk" = (
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"bBl" = (
/obj/structure/table/wood,
/obj/item/paper_bin{
@@ -11226,6 +11293,20 @@
},
/turf/unsimulated/floor/wood,
/area/antag/raider)
+"bBu" = (
+/obj/effect/floor_decal/corner_wide/purple{
+ dir = 9
+ },
+/obj/structure/cable/green{
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc/west,
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"bBv" = (
/turf/simulated/wall,
/area/horizon/maintenance/deck_1/hangar/port)
@@ -11287,6 +11368,10 @@
},
/turf/simulated/floor/tiled,
/area/horizon/rnd/hallway)
+"bBS" = (
+/obj/effect/floor_decal/industrial/outline_straight/yellow,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"bBU" = (
/obj/structure/railing/mapped{
dir = 8
@@ -11385,6 +11470,16 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_1/central)
+"bCx" = (
+/obj/structure/table/reinforced/steel,
+/obj/machinery/door/firedoor,
+/obj/item/clothing/glasses/safety/goggles,
+/obj/item/clothing/ears/earmuffs,
+/obj/effect/floor_decal/industrial/warning{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/test_range)
"bCA" = (
/obj/structure/table/wood,
/obj/item/folder/sec,
@@ -11650,6 +11745,21 @@
/obj/structure/reagent_dispensers/fueltank,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/service/hydroponics)
+"bFq" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/dispenser,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/effect/floor_decal/industrial/outline/research,
+/obj/machinery/door/window/westright{
+ name = "Anomaly Suit Storage Access";
+ req_access = list(65)
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"bFr" = (
/obj/machinery/vending/tool{
random_itemcount = 0
@@ -11691,23 +11801,26 @@
/obj/structure/platform_stairs/full/south_north_cap,
/turf/simulated/floor/tiled,
/area/horizon/command/bridge/controlroom)
+"bFD" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"bFI" = (
/obj/effect/floor_decal/corner/green/full{
dir = 4
},
/turf/unsimulated/floor,
/area/centcom/bar)
-"bFS" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 5
- },
-/obj/effect/floor_decal/corner_wide/purple{
+"bFL" = (
+/obj/machinery/atmospherics/portables_connector{
dir = 8
},
-/obj/structure/closet/walllocker/medical/firstaid{
- pixel_y = 32
+/obj/effect/floor_decal/industrial/warning{
+ dir = 5
},
-/turf/simulated/floor/tiled/white,
+/turf/simulated/floor/plating,
/area/horizon/rnd/xenoarch/atrium)
"bFT" = (
/obj/structure/cable/green{
@@ -12053,20 +12166,6 @@
},
/turf/simulated/floor/reinforced/n20,
/area/horizon/engineering/atmos/air)
-"bIB" = (
-/obj/machinery/power/smes/buildable/horizon_shuttle{
- RCon_tag = "Spark"
- },
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/outline/operations,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/shuttle/mining)
"bIE" = (
/obj/effect/floor_decal/industrial/warning/corner{
dir = 4
@@ -12086,6 +12185,16 @@
/obj/effect/floor_decal/industrial/outline/yellow,
/turf/simulated/floor/reinforced,
/area/horizon/rnd/xenobiology)
+"bIP" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"bIW" = (
/obj/effect/floor_decal/spline/plain,
/obj/structure/flora/ausbushes/ppflowers,
@@ -13244,28 +13353,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/shuttle/intrepid/port_compartment)
-"bSc" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner_wide/purple,
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"bSf" = (
/obj/structure/disposalpipe/sortjunction/flipped{
dir = 1;
@@ -13440,6 +13527,22 @@
icon_state = "wood"
},
/area/centcom/distress_prep)
+"bTI" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/machinery/atmospherics/valve/digital/open{
+ dir = 4;
+ name = "Isolation C"
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"bTL" = (
/obj/effect/map_effect/window_spawner/full/reinforced/indestructible,
/turf/unsimulated/floor{
@@ -13951,6 +14054,26 @@
},
/turf/simulated/floor/wood,
/area/horizon/service/bar)
+"bXa" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/outline_door/yellow,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"bXh" = (
/obj/structure/shuttle/engine/propulsion/burst/right{
dir = 8
@@ -14160,14 +14283,6 @@
/obj/effect/decal/fake_object/light_source/invisible,
/turf/simulated/floor,
/area/tdome)
-"bZt" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/extinguisher_cabinet/north,
-/obj/structure/lattice/catwalk/indoor/grate,
-/turf/simulated/floor/plating,
-/area/horizon/hangar/auxiliary)
"bZw" = (
/turf/simulated/wall,
/area/horizon/medical/emergency_storage)
@@ -15133,6 +15248,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/tiled,
/area/horizon/security/brig)
+"cgM" = (
+/obj/structure/bed,
+/obj/structure/railing/mapped{
+ dir = 4
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_a)
"cgN" = (
/obj/machinery/door/airlock/glass_centcom{
dir = 1;
@@ -15239,13 +15361,6 @@
/obj/structure/platform_stairs/south_north_solo,
/turf/simulated/floor/wood,
/area/horizon/command/bridge/meeting_room)
-"chr" = (
-/obj/machinery/door/blast/regular{
- id = "iso_c_purge";
- name = "Exterior Blast Door"
- },
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_a)
"chs" = (
/obj/machinery/atmospherics/pipe/simple/visible/black{
dir = 4
@@ -15301,13 +15416,6 @@
/obj/structure/sign/electricshock,
/turf/unsimulated/wall/darkshuttlewall,
/area/centcom/legion)
-"chP" = (
-/obj/structure/window/reinforced,
-/obj/structure/table/reinforced/steel,
-/obj/item/paper_bin,
-/obj/item/pen,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"chT" = (
/obj/structure/closet/secure_closet{
name = "equipment locker"
@@ -15358,6 +15466,16 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_1/central)
+"cip" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 9
+ },
+/obj/item/book/manual/excavation,
+/obj/item/book/manual/anomaly_testing,
+/obj/item/book/manual/anomaly_spectroscopy,
+/obj/structure/table/reinforced/glass,
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"ciq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable/green{
@@ -16031,6 +16149,19 @@
},
/turf/unsimulated/floor,
/area/centcom/legion/hangar5)
+"cnw" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"cnx" = (
/obj/machinery/atmospherics/pipe/simple/visible/red,
/obj/machinery/atmospherics/pipe/simple/visible/purple{
@@ -16123,15 +16254,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/bluespace_drive/monitoring)
-"coF" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/binary/pump{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"coO" = (
/obj/structure/table/rack,
/obj/effect/floor_decal/industrial/outline/security,
@@ -16619,17 +16741,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/operations/office)
-"csk" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/sink{
- dir = 4;
- pixel_x = 5
- },
-/obj/structure/railing/mapped,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"csl" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
/obj/effect/floor_decal/industrial/hatch/yellow,
@@ -16811,6 +16922,15 @@
/obj/structure/table/wood,
/turf/unsimulated/floor/wood,
/area/centcom/specops)
+"csF" = (
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"csH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -17468,27 +17588,6 @@
},
/turf/unsimulated/floor,
/area/centcom/spawning)
-"cwV" = (
-/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/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_research{
- dir = 4;
- name = "Test Range";
- req_access = list(47)
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"cwW" = (
/turf/simulated/floor/tiled/full,
/area/horizon/stairwell/starboard/deck_2)
@@ -17656,6 +17755,20 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/medical/icu)
+"cxY" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"cyc" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -18014,23 +18127,6 @@
/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
@@ -18536,6 +18632,18 @@
icon_state = "dark_preview"
},
/area/centcom/ferry)
+"cDC" = (
+/obj/machinery/camera/network/service{
+ c_tag = "Custodial - Main Storage";
+ dir = 1
+ },
+/obj/effect/floor_decal/corner/purple{
+ dir = 10
+ },
+/obj/effect/floor_decal/industrial/outline/custodial,
+/obj/structure/cart/storage/janitorialcart,
+/turf/simulated/floor/tiled,
+/area/horizon/service/custodial)
"cDE" = (
/obj/machinery/light/small{
dir = 8
@@ -18710,18 +18818,6 @@
},
/turf/unsimulated/floor/plating,
/area/shuttle/specops)
-"cEW" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 5
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"cEX" = (
/obj/machinery/computer/cryopod{
pixel_y = 32
@@ -18971,6 +19067,12 @@
/obj/machinery/firealarm/west,
/turf/simulated/floor/tiled/white,
/area/horizon/rnd/xenobiology/hazardous)
+"cGR" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_a)
"cGS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
@@ -19078,19 +19180,6 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/operations/machinist/surgicalbay)
-"cHA" = (
-/obj/structure/cable/green{
- icon_state = "0-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/obj/machinery/power/apc/low/south,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/isolation_b)
"cHC" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -19660,11 +19749,6 @@
/obj/structure/extinguisher_cabinet/west,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/reactor/supermatter/mainchamber)
-"cLC" = (
-/obj/structure/window/reinforced,
-/obj/structure/anomaly_container,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"cLG" = (
/obj/structure/dueling_table{
icon_state = "center_center"
@@ -19943,6 +20027,15 @@
},
/turf/simulated/floor/wood,
/area/horizon/holodeck/source_pool)
+"cOl" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"cOo" = (
/obj/machinery/embedded_controller/radio/simple_docking_controller{
frequency = 1380;
@@ -19991,16 +20084,6 @@
},
/turf/simulated/floor/holofloor/wood,
/area/horizon/holodeck/source_theatre)
-"cOM" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/isolation_c)
"cOY" = (
/obj/structure/table/wood,
/obj/machinery/atmospherics/unary/vent_scrubber/on{
@@ -20781,16 +20864,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/rnd/hallway)
-"cTW" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/structure/window/borosilicate/reinforced,
-/obj/structure/window/borosilicate/reinforced{
- dir = 4
- },
-/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{
@@ -20876,6 +20949,23 @@
},
/turf/simulated/floor/tiled,
/area/horizon/engineering/bluespace_drive)
+"cUA" = (
+/obj/machinery/door/airlock/external{
+ dir = 1;
+ frequency = 1379;
+ icon_state = "door_locked";
+ id_tag = "turbine_combustion";
+ locked = 1;
+ name = "Combustion Chamber";
+ req_access = list(24)
+ },
+/obj/machinery/door/blast/regular{
+ id = "turbineinterior";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/turf/simulated/floor/reinforced/airless,
+/area/horizon/engineering/atmos/turbine)
"cUG" = (
/obj/machinery/atmospherics/pipe/simple/visible/cyan{
dir = 10
@@ -20929,27 +21019,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_2/fore)
-"cUW" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 10
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/platform{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"cUY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
dir = 5
@@ -21445,6 +21514,15 @@
},
/turf/simulated/floor/tiled,
/area/horizon/command/bridge/supply)
+"cYO" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 6
+ },
+/obj/machinery/atmospherics/portables_connector{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"cYT" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
@@ -21937,6 +22015,12 @@
icon_state = "dark_preview"
},
/area/centcom/spawning)
+"dcp" = (
+/obj/machinery/disposal,
+/obj/structure/disposalpipe/trunk,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"dct" = (
/obj/machinery/door/blast/odin/open{
_wifi_id = "merc_droppod_1";
@@ -22294,11 +22378,6 @@
},
/turf/simulated/floor/exoplanet/grass/grove,
/area/centcom/shared_dream)
-"deH" = (
-/obj/structure/closet/emcloset,
-/obj/effect/floor_decal/industrial/outline/emergency_closet,
-/turf/simulated/floor/tiled,
-/area/horizon/rnd/xenoarch/atrium)
"deS" = (
/obj/structure/closet/radiation,
/obj/machinery/light{
@@ -22609,6 +22688,26 @@
},
/turf/simulated/floor/reinforced/nitrogen,
/area/horizon/engineering/atmos/air)
+"dgC" = (
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/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/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"dgF" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -22899,6 +22998,20 @@
},
/turf/simulated/floor/wood,
/area/horizon/service/library)
+"diD" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/obj/structure/lattice/catwalk/indoor/grate/dark,
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"diH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/cable/green{
@@ -23440,6 +23553,15 @@
},
/turf/simulated/floor/tiled,
/area/horizon/security/warden)
+"dmi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/floor_decal/industrial/outline/research,
+/obj/machinery/light/small,
+/obj/structure/table/rack/folding_table{
+ material = "aluminium"
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/anomaly_storage)
"dml" = (
/obj/effect/floor_decal/corner/red/diagonal,
/obj/effect/floor_decal/industrial/outline/grey,
@@ -23619,6 +23741,25 @@
},
/turf/simulated/floor/tiled,
/area/horizon/operations/warehouse)
+"dnr" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_y = -22
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"dnv" = (
/obj/structure/table/stone/marble,
/obj/item/reagent_containers/food/condiment/sugar{
@@ -24286,29 +24427,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/shuttle/canary)
-"drY" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/camera/network/research{
- c_tag = "Research - Isolation A";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/machinery/alarm/south{
- alarm_id = 1503;
- breach_detection = 0;
- rcon_setting = 3;
- report_danger_level = 0;
- req_one_access = list(7,47,24,11)
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/isolation_c)
"dsa" = (
/obj/structure/platform/ledge,
/turf/simulated/open,
@@ -24973,6 +25091,15 @@
/obj/structure/bed/stool/chair/folding,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/wing/port/far)
+"dwy" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"dwA" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -25027,6 +25154,12 @@
/obj/effect/floor_decal/industrial/warning/full,
/turf/unsimulated/floor,
/area/centcom/control)
+"dwJ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"dwR" = (
/obj/structure/closet/crate/freezer{
name = "Assorted Blood Packs"
@@ -25108,6 +25241,10 @@
},
/turf/simulated/floor/tiled,
/area/horizon/engineering/bluespace_drive)
+"dxz" = (
+/obj/effect/map_effect/window_spawner/full/reinforced/firedoor,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"dxC" = (
/turf/unsimulated/floor,
/area/antag/ninja)
@@ -25250,30 +25387,6 @@
},
/turf/simulated/floor/exoplanet/barren,
/area/centcom/shared_dream)
-"dyK" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 10
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/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 = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"dyQ" = (
/obj/structure/shuttle/engine/heater{
dir = 1
@@ -25426,6 +25539,12 @@
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/wing/starboard/far)
+"dAa" = (
+/obj/effect/floor_decal/industrial/loading/research{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/test_range)
"dAf" = (
/turf/simulated/wall/shuttle/scc_space_ship/cardinal,
/area/horizon/maintenance/deck_1/hangar/starboard)
@@ -25686,20 +25805,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/command/bridge/cciaroom)
-"dBV" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/table/reinforced/steel,
-/obj/item/device/hand_labeler{
- pixel_y = 4
- },
-/obj/item/storage/box/samplebags{
- pixel_x = 2;
- pixel_y = -4
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"dBZ" = (
/obj/machinery/power/apc/north,
/obj/structure/cable/green{
@@ -26334,11 +26439,6 @@
/obj/machinery/suit_cycler/mining/prepared,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/operations/mining_main/eva)
-"dFR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"dFT" = (
/obj/effect/floor_decal/industrial/warning{
dir = 8
@@ -26517,15 +26617,6 @@
},
/turf/simulated/floor/reinforced,
/area/horizon/rnd/xenobiology)
-"dGT" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/unary/freezer{
- dir = 4;
- icon_state = "freezer"
- },
-/obj/machinery/light,
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"dGU" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -26613,6 +26704,17 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/service/hydroponics/lower)
+"dHs" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/railing/mapped{
+ dir = 8
+ },
+/obj/random/pottedplant,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"dHv" = (
/obj/effect/floor_decal/corner/mauve{
dir = 9
@@ -26763,6 +26865,28 @@
/obj/machinery/portable_atmospherics/canister/oxygen,
/turf/unsimulated/floor,
/area/antag/mercenary)
+"dIA" = (
+/obj/structure/table/rack/retail_shelf{
+ name = "storage shelf"
+ },
+/obj/item/storage/box/monkeycubes{
+ pixel_x = -7;
+ pixel_y = -7
+ },
+/obj/item/storage/box/monkeycubes{
+ pixel_x = -7;
+ pixel_y = -7
+ },
+/obj/item/storage/toolbox/emergency{
+ pixel_x = -4;
+ pixel_y = 9
+ },
+/obj/item/pipewrench,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/storage)
"dIB" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -26904,18 +27028,6 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/white,
/area/horizon/rnd/lab)
-"dJo" = (
-/obj/machinery/firealarm/east,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/effect/floor_decal/corner/brown/full{
- dir = 4
- },
-/obj/machinery/light,
-/obj/structure/cart/storage/parcelcart,
-/turf/simulated/floor/tiled,
-/area/horizon/operations/mail_room)
"dJp" = (
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 5
@@ -27406,6 +27518,13 @@
/obj/structure/table/reinforced/steel,
/turf/simulated/floor/carpet/rubber,
/area/horizon/command/bridge/controlroom)
+"dNL" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"dNM" = (
/obj/effect/floor_decal/industrial/warning{
dir = 9
@@ -27895,10 +28014,6 @@
/obj/machinery/alarm/north,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/wing/starboard/far)
-"dRh" = (
-/obj/structure/anomaly_container,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"dRj" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
@@ -28033,17 +28148,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/shuttle/intrepid/junction_compartment)
-"dRR" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"dRS" = (
/obj/structure/cable{
icon_state = "0-2"
@@ -28097,6 +28201,26 @@
icon_state = "wood"
},
/area/centcom/specops)
+"dSw" = (
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/structure/cable/green{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/light,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"dSx" = (
/obj/machinery/flasher{
id = "permflash";
@@ -28361,10 +28485,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hangar/intrepid/interstitial)
-"dVg" = (
-/obj/structure/noticeboard,
-/turf/simulated/wall/r_wall,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
"dVi" = (
/obj/structure/platform{
dir = 8
@@ -28416,14 +28536,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/rnd/xenobiology/xenoflora)
-"dVK" = (
-/obj/machinery/door/blast/regular/open{
- id = "iso_b";
- name = "Safety Blast Door"
- },
-/obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor,
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/isolation_b)
"dVL" = (
/obj/effect/floor_decal/industrial/warning{
dir = 4
@@ -29071,16 +29183,6 @@
},
/turf/simulated/floor/wood,
/area/horizon/service/bar)
-"eas" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/isolation_a)
"eat" = (
/obj/structure/table/stone/marble,
/obj/item/reagent_containers/food/condiment/enzyme{
@@ -29135,6 +29237,29 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_2/central)
+"eaz" = (
+/obj/machinery/door/airlock/external{
+ dir = 4;
+ id_tag = "riso3";
+ name = "Isolation C";
+ req_access = list(65)
+ },
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/machinery/door/blast/regular/open{
+ id = "iso_c";
+ name = "Safety Blast Door"
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
+/obj/effect/floor_decal/sign/c,
+/obj/structure/plasticflaps/airtight,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/isolation_c)
"eaC" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -29188,16 +29313,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/maintenance/deck_2/wing/starboard/nacelle)
-"eaW" = (
-/obj/machinery/artifact_scanpad,
-/obj/effect/floor_decal/spline/plain{
- dir = 9
- },
-/obj/effect/floor_decal/spline/plain{
- dir = 6
- },
-/turf/simulated/floor/greengrid,
-/area/horizon/rnd/xenoarch/atrium)
"eaZ" = (
/obj/structure/bed/stool/chair{
dir = 4
@@ -29556,6 +29671,22 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_2/central)
+"edo" = (
+/obj/effect/floor_decal/corner/mauve/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/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"edt" = (
/obj/effect/floor_decal/corner/dark_blue{
dir = 10
@@ -29771,6 +29902,10 @@
},
/turf/unsimulated/floor,
/area/centcom/spawning)
+"eeF" = (
+/obj/effect/floor_decal/industrial/hatch_door/red,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"eeH" = (
/obj/effect/floor_decal/corner/grey{
dir = 6
@@ -30175,13 +30310,6 @@
},
/turf/unsimulated/floor,
/area/antag/raider)
-"egS" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/bookcase/manuals/xenoarchaeology,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"egT" = (
/obj/machinery/light{
dir = 8;
@@ -30340,6 +30468,16 @@
},
/turf/unsimulated/floor/plating,
/area/shuttle/syndicate_elite)
+"ehT" = (
+/obj/effect/floor_decal/industrial/loading/research{
+ dir = 4
+ },
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Firing Range 2";
+ pixel_y = 4
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/test_range)
"ehU" = (
/obj/structure/shuttle_part/scc_space_ship{
icon_state = "d3-2"
@@ -30534,6 +30672,10 @@
"ejO" = (
/turf/simulated/wall/r_wall,
/area/horizon/rnd/server)
+"ekc" = (
+/obj/machinery/artifact_harvester,
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_b)
"ekj" = (
/obj/effect/floor_decal/corner/dark_green/full{
dir = 8
@@ -30674,13 +30816,6 @@
},
/turf/simulated/floor/reinforced/airless,
/area/horizon/ai/upload_foyer)
-"ell" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/table/reinforced/steel,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"elq" = (
/obj/machinery/light{
dir = 1
@@ -30787,18 +30922,6 @@
},
/turf/unsimulated/floor/carpet,
/area/antag/mercenary)
-"emf" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/table/reinforced/steel,
-/obj/machinery/recharger,
-/obj/item/melee/baton/loaded,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"emh" = (
/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor,
/obj/structure/cable/green{
@@ -30887,6 +31010,12 @@
/obj/random/loot,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/main/port)
+"emJ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"emL" = (
/obj/structure/window/reinforced/crescent{
dir = 8
@@ -31365,6 +31494,12 @@
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/wing/port/near)
+"eqk" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/test_range)
"eqm" = (
/obj/effect/floor_decal/corner/white/full{
dir = 1
@@ -31513,19 +31648,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/cargo_compartment)
-"err" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/machinery/alarm/east{
- alarm_id = 1501;
- breach_detection = 0;
- rcon_setting = 3;
- report_danger_level = 0;
- req_one_access = list(7,47,24,11)
- },
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
"eru" = (
/turf/simulated/floor/holofloor/snow,
/area/horizon/holodeck/source_adhomai)
@@ -31544,6 +31666,10 @@
},
/turf/unsimulated/floor,
/area/antag/raider)
+"erC" = (
+/obj/machinery/artifact_harvester,
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_c)
"erD" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 1
@@ -31572,6 +31698,16 @@
},
/turf/unsimulated/floor,
/area/centcom/spawning)
+"esb" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 1
+ },
+/obj/machinery/atmospherics/binary/pump{
+ dir = 8;
+ name = "gas pump (Scrubber Loop)"
+ },
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"esc" = (
/obj/structure/lattice/catwalk/indoor/grate/dark,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -31694,17 +31830,6 @@
},
/turf/simulated/floor/exoplanet/grass,
/area/centcom/shared_dream)
-"esY" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/firealarm/west,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"etg" = (
/obj/effect/floor_decal/corner/white/diagonal,
/obj/effect/floor_decal/industrial/warning{
@@ -31861,18 +31986,6 @@
/obj/machinery/portable_atmospherics/powered/scrubber,
/turf/simulated/floor/tiled/dark,
/area/horizon/engineering/atmos/propulsion/starboard)
-"euB" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/structure/railing/mapped{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"euF" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -32346,14 +32459,6 @@
},
/turf/simulated/floor,
/area/horizon/maintenance/deck_3/aft/starboard/far)
-"eyf" = (
-/obj/machinery/body_scanconsole{
- dir = 8
- },
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"eyg" = (
/obj/structure/table/steel,
/obj/item/aiModule/reset,
@@ -32454,19 +32559,6 @@
/obj/structure/plasticflaps,
/turf/simulated/floor/tiled,
/area/horizon/operations/loading)
-"eyP" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"eyV" = (
/obj/structure/window/reinforced/holowindow,
/obj/structure/bed/stool/chair/holochair,
@@ -32750,15 +32842,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/engineering/reactor/supermatter/waste)
-"eBs" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"eBv" = (
/obj/machinery/door/blast/shutters/open{
dir = 2;
@@ -33162,6 +33245,25 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/shuttle/intrepid/port_storage)
+"eEg" = (
+/obj/effect/floor_decal/industrial/warning/corner{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/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/hallway/hangar)
"eEh" = (
/obj/structure/bed/stool/chair/padded/brown{
dir = 8
@@ -33229,6 +33331,17 @@
icon_state = "dark_preview"
},
/area/centcom/control)
+"eEw" = (
+/obj/structure/railing/mapped{
+ dir = 8
+ },
+/obj/machinery/recharge_station,
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Xenoarchaeology Atrium 2";
+ dir = 1
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"eEy" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/cable/green{
@@ -33336,26 +33449,6 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/command/bridge/upperdeck)
-"eFu" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 10
- },
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/camera/network/research{
- c_tag = "Research - Firing Range";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"eFw" = (
/obj/structure/platform_stairs/full{
dir = 1
@@ -33491,10 +33584,6 @@
},
/turf/unsimulated/floor,
/area/centcom/holding)
-"eGq" = (
-/obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"eGr" = (
/obj/effect/floor_decal/corner/dark_green{
dir = 10
@@ -33558,6 +33647,14 @@
},
/turf/simulated/floor/wood,
/area/horizon/maintenance/deck_2/wing/starboard)
+"eGM" = (
+/obj/item/book/manual/mass_spectrometry{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/obj/structure/table/steel,
+/turf/simulated/floor/carpet/rubber,
+/area/horizon/rnd/xenoarch/spectrometry)
"eGN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
@@ -33644,20 +33741,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/engineering/reactor/supermatter/mainchamber)
-"eHo" = (
-/obj/machinery/power/apc/west,
-/obj/structure/cable/green{
- icon_state = "0-4"
- },
-/obj/structure/table/rack,
-/obj/item/clothing/suit/hazmat/anomaly,
-/obj/item/tank/oxygen,
-/obj/item/clothing/head/hazmat/anomaly,
-/obj/item/clothing/mask/gas/alt,
-/obj/item/clothing/glasses/safety/goggles/science,
-/obj/item/storage/box/gloves,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"eHu" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -33699,23 +33782,6 @@
/obj/effect/floor_decal/industrial/hatch/yellow,
/turf/unsimulated/floor,
/area/centcom/checkpoint/aft)
-"eHP" = (
-/obj/machinery/door/blast/regular/open{
- id = "iso_b";
- name = "Safety Blast Door"
- },
-/obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor,
-/obj/machinery/alarm/south{
- alarm_id = 1502;
- breach_detection = 0;
- dir = 4;
- pixel_x = -24;
- rcon_setting = 3;
- report_danger_level = 0;
- req_one_access = list(7,47,24,11)
- },
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/isolation_b)
"eHV" = (
/obj/effect/floor_decal/spline/plain{
dir = 1
@@ -34156,15 +34222,11 @@
},
/turf/simulated/floor/tiled,
/area/horizon/maintenance/deck_2/wing/starboard/auxatmos)
-"eMr" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/door/window/northleft{
- name = "Canister Storage Access";
- req_access = list(65)
- },
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/atrium)
+"eMq" = (
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/structure/dispenser,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/storage)
"eMs" = (
/obj/machinery/camera/network/supply{
c_tag = "Operations - Hangar Starboard Aft";
@@ -34377,6 +34439,13 @@
},
/turf/simulated/floor/holofloor/carpet,
/area/horizon/holodeck/source_meetinghall)
+"eNU" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/floor_decal/industrial/outline/research,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/test_range)
"eNX" = (
/obj/structure/railing/mapped{
dir = 4
@@ -34788,6 +34857,12 @@
"eRt" = (
/turf/simulated/wall/r_wall,
/area/horizon/security/armoury)
+"eRv" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"eRy" = (
/obj/structure/table/steel,
/turf/simulated/floor/plating,
@@ -35143,11 +35218,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/main/port)
-"eTq" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/atrium)
"eTt" = (
/obj/effect/floor_decal/corner/dark_green{
dir = 6
@@ -35307,6 +35377,11 @@
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/wing/port/far)
+"eVo" = (
+/obj/structure/table/rack,
+/obj/effect/floor_decal/industrial/outline/yellow,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"eVp" = (
/obj/effect/floor_decal/corner/green/diagonal,
/turf/simulated/floor/tiled/white,
@@ -35326,6 +35401,10 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/tiled/white,
/area/horizon/crew/fitness/changing)
+"eVw" = (
+/obj/machinery/chemical_dispenser/full,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"eVx" = (
/obj/structure/cryofeed,
/obj/structure/window/reinforced/crescent{
@@ -35745,14 +35824,6 @@
},
/turf/simulated/open/airless,
/area/horizon/exterior)
-"eYN" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/table/reinforced/steel,
-/obj/item/folder/purple,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"eYO" = (
/obj/effect/floor_decal/spline/fancy/wood,
/obj/effect/floor_decal/spline/fancy/wood{
@@ -35893,6 +35964,16 @@
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/wing/port/nacelle)
+"eZS" = (
+/obj/structure/cable/green{
+ icon_state = "0-8"
+ },
+/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor,
+/obj/structure/cable/green{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/service/custodial/disposals/deck_1)
"eZT" = (
/obj/machinery/door/airlock/glass_security{
dir = 1;
@@ -37148,6 +37229,12 @@
},
/turf/simulated/floor/carpet/cyan,
/area/shuttle/merchant)
+"fjg" = (
+/obj/structure/bed/stool/chair/office/light{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"fjh" = (
/obj/structure/closet/syndicate/suit{
name = "suit closet"
@@ -37370,18 +37457,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/engineering/drone_fabrication)
-"fkQ" = (
-/obj/structure/cable/green{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"fkV" = (
/obj/machinery/camera/network/service{
c_tag = "Service - Deck 2 - Dining Hall 2";
@@ -37497,18 +37572,6 @@
icon_state = "wood"
},
/area/centcom/legion)
-"flA" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/sign/a,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"flC" = (
/obj/structure/table/standard,
/obj/effect/floor_decal/corner_wide/green{
@@ -38302,6 +38365,21 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/security/warden)
+"frm" = (
+/obj/structure/table/reinforced/steel,
+/obj/item/paper_bin{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/folder/purple{
+ pixel_x = 4
+ },
+/obj/item/pen,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"fro" = (
/obj/effect/floor_decal/corner/grey/diagonal,
/obj/effect/floor_decal/spline/plain{
@@ -38427,6 +38505,18 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/white,
/area/horizon/medical/hallway)
+"fsi" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/obj/effect/floor_decal/industrial/warning/corner,
+/obj/effect/floor_decal/industrial/warning/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"fsj" = (
/obj/structure/bed/stool/chair/shuttle{
dir = 8
@@ -38458,6 +38548,12 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/hallway/primary/deck_3/starboard)
+"fsp" = (
+/obj/effect/floor_decal/industrial/outline/emergency_closet,
+/obj/structure/closet/emcloset,
+/obj/machinery/light,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"fst" = (
/obj/structure/cable/green{
icon_state = "1-2"
@@ -38490,13 +38586,6 @@
/obj/effect/floor_decal/industrial/outline/emergency_closet,
/turf/simulated/floor/tiled,
/area/horizon/security/investigations_hallway)
-"fsy" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/anomaly_container,
-/turf/simulated/floor/tiled,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
"fsC" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -38897,13 +38986,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/wood,
/area/shuttle/skipjack)
-"fwe" = (
-/obj/structure/table/reinforced/steel,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"fwl" = (
/obj/effect/floor_decal/corner/blue{
dir = 9
@@ -38938,27 +39020,6 @@
/obj/machinery/hologram/holopad,
/turf/simulated/floor/tiled,
/area/horizon/engineering/break_room)
-"fwQ" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
- dir = 8
- },
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- icon_state = "1-4"
- },
-/obj/structure/platform{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"fwS" = (
/turf/unsimulated/floor{
icon_state = "ramptop";
@@ -38971,6 +39032,12 @@
},
/turf/unsimulated/floor,
/area/centcom/bar)
+"fwU" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 5
+ },
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"fwW" = (
/obj/machinery/atmospherics/binary/passive_gate{
dir = 4;
@@ -39350,6 +39417,21 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/medical/hallway/upper)
+"fzI" = (
+/obj/structure/cable/green{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_y = -22
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/isolation_a)
"fzJ" = (
/obj/effect/floor_decal/corner_wide/yellow{
dir = 5
@@ -39866,13 +39948,6 @@
},
/turf/simulated/floor/reinforced/airless,
/area/horizon/exterior)
-"fDF" = (
-/obj/structure/bed/stool/chair/office/light{
- dir = 8
- },
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"fDG" = (
/turf/simulated/floor/reinforced/airless,
/area/horizon/engineering/atmos)
@@ -40182,6 +40257,25 @@
/obj/effect/floor_decal/industrial/outline/security,
/turf/simulated/floor/tiled,
/area/horizon/security/brig)
+"fFW" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/green{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"fFZ" = (
/obj/structure/railing/mapped{
dir = 8
@@ -40335,16 +40429,6 @@
/obj/effect/floor_decal/industrial/hatch/yellow,
/turf/simulated/floor/tiled/full,
/area/horizon/operations/warehouse)
-"fHm" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"fHs" = (
/obj/machinery/power/apc/east,
/obj/structure/cable/green{
@@ -40375,15 +40459,6 @@
/obj/machinery/alarm/shuttle/intrepid/south,
/turf/simulated/floor/tiled/white,
/area/horizon/shuttle/intrepid/buffet)
-"fHQ" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/eastright,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/test_range)
"fHT" = (
/obj/machinery/light{
dir = 4
@@ -40407,17 +40482,6 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/aft)
-"fHW" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/table/reinforced/steel,
-/obj/item/device/destTagger{
- pixel_y = 5
- },
-/obj/item/stack/packageWrap,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"fHY" = (
/obj/effect/floor_decal/corner/dark_green/full{
dir = 4
@@ -40482,6 +40546,24 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/medical/gen_treatment)
+"fIC" = (
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"fIE" = (
/obj/effect/floor_decal/corner/yellow{
dir = 6
@@ -40530,18 +40612,6 @@
/obj/random/tool,
/turf/simulated/floor/carpet/rubber,
/area/horizon/maintenance/deck_1/workshop)
-"fJs" = (
-/obj/machinery/door/firedoor/multi_tile{
- dir = 2
- },
-/obj/machinery/door/airlock/multi_tile/glass{
- dir = 2;
- name = "Xenoarchaeology and Anomalous Materials";
- req_access = list(47)
- },
-/obj/effect/floor_decal/industrial/hatch_door/red,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"fJt" = (
/obj/machinery/photocopier,
/turf/unsimulated/floor{
@@ -40724,6 +40794,22 @@
},
/turf/simulated/floor/tiled,
/area/horizon/security/office)
+"fKk" = (
+/obj/structure/table/rack/folding_table,
+/obj/item/storage/box/fancy/donut{
+ pixel_y = 10
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/presentation)
"fKy" = (
/obj/machinery/light/small/emergency{
dir = 8
@@ -40993,20 +41079,6 @@
/obj/machinery/alarm/north,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/wing/port/far)
-"fMl" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/lattice/catwalk/indoor/grate/dark,
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"fMs" = (
/obj/machinery/door/airlock/multi_tile/glass{
name = "Hangar"
@@ -41091,12 +41163,6 @@
},
/turf/simulated/floor/wood,
/area/horizon/crew/lounge)
-"fMW" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/test_range)
"fMY" = (
/obj/effect/floor_decal/industrial/outline/yellow,
/obj/structure/table/rack,
@@ -41155,14 +41221,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/tcommsat/chamber)
-"fNr" = (
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/effect/floor_decal/industrial/outline/custodial,
-/obj/structure/cart/storage/janitorialcart,
-/turf/simulated/floor/tiled,
-/area/horizon/service/custodial)
"fNz" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -41300,23 +41358,6 @@
/obj/effect/floor_decal/industrial/hatch/yellow,
/turf/simulated/floor/tiled/full,
/area/horizon/operations/mining_main/refinery)
-"fOl" = (
-/obj/machinery/door/blast/regular/open{
- id = "iso_a";
- name = "Safety Blast Door"
- },
-/obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor,
-/obj/machinery/alarm/south{
- alarm_id = 1503;
- breach_detection = 0;
- dir = 4;
- pixel_x = -24;
- rcon_setting = 3;
- report_danger_level = 0;
- req_one_access = list(7,47,24,11)
- },
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/isolation_c)
"fOn" = (
/obj/structure/table/wood,
/obj/item/material/ashtray/bronze{
@@ -41645,16 +41686,6 @@
temperature = 253.15
},
/area/horizon/service/kitchen/freezer)
-"fQw" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/effect/floor_decal/sign/c,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"fQD" = (
/obj/effect/floor_decal/corner/red{
dir = 5;
@@ -42527,6 +42558,25 @@
/obj/effect/floor_decal/industrial/warning,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/main/starboard)
+"fVP" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/green{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"fVU" = (
/turf/unsimulated/wall/darkshuttlewall,
/area/centcom/control)
@@ -42694,23 +42744,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/engineering/drone_fabrication)
-"fWO" = (
-/obj/machinery/door/airlock/external{
- dir = 1;
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "turbine_combustion";
- locked = 1;
- name = "Combustion Chamber";
- req_access = list(24)
- },
-/obj/machinery/door/blast/regular{
- id = "turbineinterior";
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/turf/simulated/floor/reinforced/airless,
-/area/horizon/engineering/atmos/turbine)
"fWR" = (
/obj/effect/floor_decal/industrial/warning,
/obj/structure/closet,
@@ -42747,6 +42780,12 @@
/obj/effect/floor_decal/industrial/outline/blue,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/hallway/aft)
+"fXg" = (
+/obj/effect/floor_decal/industrial/outline/research,
+/obj/machinery/alarm/north,
+/obj/structure/anomaly_container,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/anomaly_storage)
"fXk" = (
/turf/simulated/wall,
/area/horizon/medical/surgery)
@@ -42792,15 +42831,6 @@
/obj/effect/floor_decal/sign/cmo,
/turf/simulated/floor/tiled/white,
/area/horizon/medical/hallway)
-"fXK" = (
-/obj/structure/table/reinforced,
-/obj/item/device/flashlight/lamp,
-/obj/effect/floor_decal/corner_wide/purple/full{
- dir = 8
- },
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"fXL" = (
/obj/effect/overlay/palmtree_r,
/obj/effect/overlay/coconut,
@@ -42808,27 +42838,6 @@
icon_state = "desert"
},
/area/centcom/shared_dream)
-"fXT" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 10
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"fXV" = (
/turf/simulated/floor/beach/water/alt,
/area/centcom/shared_dream)
@@ -43371,6 +43380,10 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/security/office)
+"gbC" = (
+/obj/structure/table/reinforced/glass,
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"gbF" = (
/obj/effect/floor_decal/corner/mauve{
dir = 9
@@ -44101,14 +44114,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/wing/starboard)
-"ghZ" = (
-/obj/machinery/portable_atmospherics/canister/sleeping_agent,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/atrium)
"gih" = (
/obj/effect/floor_decal/corner/dark_blue{
dir = 10
@@ -44311,6 +44316,19 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/atmos)
+"gjq" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Xenoarchaeology Hangar Entrance";
+ dir = 8
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"gjr" = (
/obj/effect/floor_decal/corner/dark_blue{
dir = 9
@@ -44947,6 +44965,10 @@
/obj/effect/floor_decal/spline/plain,
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_2/fore)
+"goc" = (
+/obj/structure/noticeboard/command,
+/turf/simulated/wall,
+/area/horizon/hallway/primary/deck_2/central)
"goe" = (
/obj/effect/floor_decal/corner/purple{
dir = 5
@@ -45141,6 +45163,17 @@
/obj/structure/lattice/catwalk/indoor/grate,
/turf/simulated/floor,
/area/horizon/hallway/primary/deck_3/port)
+"gpB" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/obj/structure/table/reinforced/steel,
+/obj/structure/sign/greencross{
+ pixel_y = 30
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"gpF" = (
/turf/simulated/wall/shuttle/scc_space_ship/cardinal,
/area/horizon/security/brig)
@@ -45290,6 +45323,20 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/reactor/indra/mainchamber)
+"gqY" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"grb" = (
/obj/machinery/light{
dir = 4
@@ -45390,6 +45437,21 @@
},
/turf/simulated/floor/wood,
/area/horizon/service/bar)
+"grz" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/closet/crate,
+/obj/item/stack/material/phoron{
+ amount = 20
+ },
+/obj/item/stack/material/uranium{
+ amount = 10
+ },
+/obj/item/stack/material/lead,
+/obj/effect/floor_decal/industrial/outline/yellow,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/operations/machinist)
"grA" = (
/obj/structure/cable/green{
icon_state = "1-2"
@@ -45487,21 +45549,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hangar/intrepid)
-"gsc" = (
-/obj/effect/map_effect/door_helper/unres{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/research{
- name = "Secure Artifact Storage";
- req_access = list(47)
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"gsg" = (
/obj/structure/lattice/catwalk/indoor/grate/dark,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -45624,6 +45671,13 @@
},
/turf/simulated/floor/tiled,
/area/horizon/shuttle/quark/cockpit)
+"gtf" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"gtl" = (
/obj/machinery/atmospherics/unary/vent_pump/high_volume{
dir = 1
@@ -45672,21 +45726,6 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/service/kitchen)
-"gtw" = (
-/obj/structure/table/steel,
-/obj/item/anodevice{
- pixel_x = -4
- },
-/obj/item/anodevice{
- pixel_x = 2;
- pixel_y = 4
- },
-/obj/machinery/power/apc/west,
-/obj/structure/cable/green{
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
"gtz" = (
/obj/effect/floor_decal/industrial/hatch/yellow,
/obj/effect/floor_decal/industrial/warning{
@@ -45917,17 +45956,6 @@
icon_state = "wood"
},
/area/centcom/legion)
-"gvq" = (
-/obj/machinery/door/window/westright{
- name = "Xenoarchaeology Platform Access";
- req_access = list(65)
- },
-/obj/structure/platform_stairs/full/east_west_cap,
-/obj/structure/platform/cutout{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"gvs" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/hatch{
@@ -46199,6 +46227,11 @@
},
/turf/simulated/floor/tiled/white,
/area/shuttle/hapt)
+"gxz" = (
+/obj/machinery/alarm/north,
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"gxC" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 4
@@ -46480,12 +46513,13 @@
},
/turf/simulated/floor/plating,
/area/horizon/engineering/reactor/supermatter/mainchamber)
-"gzJ" = (
-/obj/structure/reagent_dispensers/coolanttank,
-/obj/machinery/firealarm/west,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/carpet/rubber,
-/area/horizon/rnd/xenoarch/spectrometry)
+"gzH" = (
+/obj/effect/floor_decal/industrial/warning,
+/obj/effect/landmark{
+ name = "borerstart"
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_a)
"gzN" = (
/obj/machinery/door/airlock/centcom{
locked = 1;
@@ -46697,6 +46731,9 @@
},
/turf/simulated/floor/tiled,
/area/horizon/rnd/hallway)
+"gBg" = (
+/turf/simulated/wall,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"gBh" = (
/obj/machinery/camera/network/third_deck{
c_tag = "Third Deck - Cafe";
@@ -46794,14 +46831,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/engineering/reactor/supermatter/mainchamber)
-"gBX" = (
-/obj/structure/closet/secure_closet/xenoarchaeologist{
- req_access = null;
- req_one_access = list(7,47)
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"gCb" = (
/obj/machinery/door/airlock/centcom{
dir = 1;
@@ -46868,18 +46897,6 @@
/obj/random/junk,
/turf/unsimulated/floor/plating,
/area/centcom/holding)
-"gCC" = (
-/obj/structure/table/rack,
-/obj/item/clothing/suit/hazmat/anomaly,
-/obj/item/clothing/mask/gas/alt,
-/obj/item/clothing/glasses/safety/goggles/science,
-/obj/item/tank/oxygen,
-/obj/item/clothing/head/hazmat/anomaly,
-/obj/item/storage/box/gloves,
-/obj/item/storage/box/gloves,
-/obj/machinery/firealarm/west,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"gCD" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -47084,6 +47101,12 @@
icon_state = "dark_preview"
},
/area/centcom/control)
+"gEb" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"gEl" = (
/obj/machinery/iff_beacon/horizon/shuttle{
density = 1;
@@ -47241,20 +47264,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/maintenance/substation/wing_port)
-"gFl" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 5
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"gFm" = (
/obj/structure/railing/mapped{
dir = 8
@@ -47295,6 +47304,11 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_3/central)
+"gFB" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"gFJ" = (
/obj/effect/floor_decal/industrial/warning/corner{
dir = 1
@@ -47658,17 +47672,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/wing/starboard)
-"gHU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "1-8"
- },
-/turf/simulated/floor/carpet/rubber,
-/area/horizon/rnd/xenoarch/spectrometry)
"gHW" = (
/obj/structure/table/rack,
/obj/effect/floor_decal/industrial/outline/yellow,
@@ -47735,25 +47738,6 @@
/obj/machinery/alarm/north,
/turf/simulated/floor/tiled,
/area/horizon/hangar/intrepid)
-"gIL" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/platform_deco,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"gIM" = (
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment{
@@ -48102,11 +48086,6 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/engineering/reactor/supermatter/airlock)
-"gKN" = (
-/obj/structure/cable/green,
-/obj/effect/floor_decal/industrial/hatch,
-/turf/simulated/floor,
-/area/horizon/rnd/xenoarch/atrium)
"gKT" = (
/obj/structure/platform_deco/ledge{
dir = 1
@@ -48443,6 +48422,14 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/medical/ward/isolation)
+"gNq" = (
+/obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor,
+/obj/machinery/door/blast/regular/open{
+ id = "iso_b";
+ name = "Safety Blast Door"
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/isolation_b)
"gNr" = (
/obj/effect/floor_decal/industrial/warning/corner{
dir = 4
@@ -48450,6 +48437,15 @@
/obj/structure/grille,
/turf/simulated/floor/reinforced/airless,
/area/horizon/exterior)
+"gNx" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"gND" = (
/turf/simulated/floor/tiled/full,
/area/horizon/hallway/primary/deck_1/central)
@@ -48616,13 +48612,6 @@
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/service/port)
-"gOL" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"gON" = (
/obj/structure/lattice/catwalk/indoor/grate/damaged{
color = "#4c535b"
@@ -49166,6 +49155,18 @@
/obj/item/clothing/head/helmet/tank/legion,
/turf/unsimulated/floor,
/area/centcom/legion/hangar5)
+"gSw" = (
+/obj/effect/floor_decal/industrial/outline/research,
+/obj/structure/table/rack/retail_shelf{
+ name = "storage shelf"
+ },
+/obj/item/device/camera,
+/obj/item/device/camera,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/storage)
"gSx" = (
/obj/structure/disposalpipe/segment,
/obj/effect/floor_decal/industrial/warning{
@@ -49285,10 +49286,13 @@
},
/turf/unsimulated/floor,
/area/antag/mercenary)
-"gTq" = (
-/obj/machinery/artifact_scanpad,
-/turf/simulated/floor/bluegrid,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
+"gTE" = (
+/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"gTH" = (
/obj/effect/floor_decal/corner/red{
dir = 9
@@ -49750,6 +49754,12 @@
/obj/machinery/firealarm/south,
/turf/simulated/floor/tiled,
/area/horizon/operations/lobby)
+"gWQ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/hangar/auxiliary)
"gWS" = (
/obj/structure/bed/stool/chair/padded/red{
dir = 8
@@ -50552,16 +50562,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/engineering/reactor/supermatter/smes)
-"hcb" = (
-/obj/effect/floor_decal/corner_wide/purple/full,
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"hcd" = (
/obj/structure/cable/green{
icon_state = "4-8"
@@ -51178,6 +51178,22 @@
/obj/effect/map_effect/window_spawner/full/reinforced/indestructible,
/turf/simulated/floor,
/area/tdome/tdome2)
+"hho" = (
+/obj/machinery/door/blast/regular{
+ id = "iso_c_purge";
+ name = "Exterior Blast Door"
+ },
+/obj/structure/cable/green{
+ icon_state = "0-8"
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_c)
"hhs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -52349,6 +52365,13 @@
"hpz" = (
/turf/simulated/wall,
/area/merchant_station/warehouse)
+"hpE" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 10
+ },
+/obj/machinery/firealarm/west,
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"hpG" = (
/obj/effect/floor_decal/industrial/warning/corner{
dir = 8
@@ -52921,6 +52944,16 @@
},
/turf/simulated/floor/tiled,
/area/horizon/rnd/hallway/secondary)
+"hsM" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/machinery/alarm/west,
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"hsQ" = (
/obj/effect/floor_decal/corner_wide/lime/diagonal,
/obj/structure/disposalpipe/junction{
@@ -52954,19 +52987,6 @@
},
/turf/simulated/floor/wood,
/area/horizon/crew/lounge)
-"hsV" = (
-/obj/structure/table/standard,
-/obj/item/stack/nanopaste{
- pixel_y = 9
- },
-/obj/item/stack/nanopaste,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/cable/green{
- icon_state = "0-4"
- },
-/obj/machinery/power/apc/north,
-/turf/simulated/floor/carpet/rubber,
-/area/horizon/rnd/xenoarch/spectrometry)
"hsX" = (
/obj/effect/floor_decal/industrial/warning{
dir = 8
@@ -53014,6 +53034,43 @@
},
/turf/simulated/floor/tiled,
/area/horizon/operations/loading)
+"htm" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/button/remote/blast_door{
+ id = "iso_b";
+ name = "Isolation B Interior Blast Doors";
+ pixel_x = 19;
+ req_access = list(65);
+ dir = 4;
+ pixel_y = 9
+ },
+/obj/machinery/button/remote/blast_door{
+ id = "iso_b_purge";
+ name = "Isolation B Exterior Blast Doors (Purge)";
+ req_access = list(65);
+ pixel_x = 19;
+ dir = 4
+ },
+/obj/machinery/button/remote/airlock{
+ id = "riso2";
+ name = "Isolation B Entry Door Bolt Toggle";
+ pixel_x = 19;
+ pixel_y = -8;
+ req_access = list(65);
+ specialfunctions = 4;
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"htu" = (
/obj/effect/floor_decal/corner/red/diagonal,
/obj/structure/table/standard,
@@ -53807,13 +53864,6 @@
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/simulated/floor/plating,
/area/horizon/shuttle/intrepid/port_storage)
-"hzs" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"hzw" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 4
@@ -54250,16 +54300,6 @@
},
/turf/simulated/floor/reinforced/oxygen,
/area/horizon/engineering/atmos/air)
-"hCV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"hCX" = (
/obj/machinery/door/firedoor,
/obj/machinery/smartfridge/secure/medbay,
@@ -55187,13 +55227,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/hallway/primary/deck_2/central)
-"hIZ" = (
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"hJo" = (
/obj/effect/floor_decal/industrial/outline/grey,
/obj/structure/filingcabinet/filingcabinet{
@@ -55956,6 +55989,15 @@
},
/turf/simulated/floor/plating,
/area/horizon/engineering/atmos/propulsion/starboard)
+"hOB" = (
+/obj/machinery/light_switch{
+ pixel_y = -22
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"hOD" = (
/obj/effect/floor_decal/industrial/warning,
/obj/effect/decal/cleanable/dirt,
@@ -56227,6 +56269,18 @@
},
/turf/unsimulated/floor,
/area/centcom/bar)
+"hPZ" = (
+/obj/structure/closet/firecloset,
+/obj/effect/floor_decal/industrial/warning/corner{
+ dir = 4
+ },
+/obj/effect/floor_decal/industrial/outline/firefighting_closet,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/hallway/hangar)
+"hQf" = (
+/obj/effect/floor_decal/industrial/outline/research,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/test_range)
"hQh" = (
/obj/machinery/alarm/cold/north,
/obj/effect/floor_decal/corner/lime/diagonal,
@@ -56426,13 +56480,6 @@
},
/turf/simulated/floor/exoplanet/grass,
/area/centcom/shared_dream)
-"hSa" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/target_stake,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/test_range)
"hSb" = (
/obj/effect/floor_decal/corner/green/diagonal,
/obj/structure/toilet{
@@ -56455,12 +56502,6 @@
/obj/effect/floor_decal/corner/beige/diagonal,
/turf/simulated/floor/tiled/white,
/area/horizon/security/forensic_laboratory)
-"hSh" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"hSm" = (
/obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor,
/obj/machinery/door/blast/regular{
@@ -56508,14 +56549,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/main/port)
-"hSD" = (
-/obj/machinery/door/blast/regular/open{
- id = "iso_c";
- name = "Safety Blast Door"
- },
-/obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor,
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/isolation_a)
"hSE" = (
/obj/machinery/atmospherics/pipe/simple/visible/black,
/obj/structure/shuttle/engine/heater{
@@ -57117,25 +57150,6 @@
name = "grass"
},
/area/horizon/holodeck/source_konyang)
-"hYU" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/external{
- dir = 4;
- id_tag = "riso3";
- name = "Isolation C";
- req_access = list(65)
- },
-/obj/machinery/door/blast/regular/open{
- id = "iso_c";
- name = "Safety Blast Door"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/isolation_a)
"hYW" = (
/obj/machinery/vending/snack{
name = "Free Chocolate Corp";
@@ -58230,6 +58244,47 @@
icon_state = "beachcorner"
},
/area/horizon/holodeck/source_desert)
+"ihe" = (
+/obj/item/anodevice{
+ pixel_x = 2;
+ pixel_y = 4
+ },
+/obj/item/anodevice{
+ pixel_x = -4
+ },
+/obj/machinery/button/remote/blast_door{
+ id = "iso_c";
+ name = "Isolation C Interior Blast Doors";
+ pixel_x = -10;
+ pixel_y = 28;
+ req_access = list(65);
+ dir = 1
+ },
+/obj/machinery/button/remote/blast_door{
+ id = "iso_c_purge";
+ name = "Isolation C Exterior Blast Doors (Purge)";
+ pixel_y = 28;
+ req_access = list(65);
+ dir = 1
+ },
+/obj/machinery/button/remote/airlock{
+ id = "riso2";
+ name = "Isolation C Entry Door Bolt Toggle";
+ pixel_x = 10;
+ pixel_y = 28;
+ req_access = list(65);
+ specialfunctions = 4;
+ dir = 1
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/obj/structure/table/rack/folding_table{
+ material = "aluminium"
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"ihh" = (
/obj/structure/bed/stool/padded/brown{
dir = 4
@@ -58933,6 +58988,21 @@
/obj/structure/lattice/catwalk/indoor/grate,
/turf/simulated/floor/plating,
/area/horizon/stairwell/engineering/deck_1)
+"ilI" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 9
+ },
+/obj/structure/table/reinforced/steel,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/item/device/flashlight/lamp,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"ilL" = (
/obj/effect/floor_decal/industrial/warning{
dir = 8
@@ -59121,6 +59191,24 @@
/obj/structure/lattice/catwalk/indoor/grate,
/turf/simulated/floor,
/area/horizon/command/bridge/upperdeck)
+"ine" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/railing/mapped,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/table/steel,
+/obj/machinery/cell_charger{
+ pixel_y = 11
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/item/cell/high/empty,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"ing" = (
/obj/effect/floor_decal/spline/plain{
dir = 4
@@ -60191,14 +60279,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/security/brig)
-"iuN" = (
-/obj/structure/cart/storage/janitorialcart/full{
- dir = 8
- },
-/turf/unsimulated/floor{
- icon_state = "dark_preview"
- },
-/area/centcom/holding)
"iuO" = (
/obj/structure/disposalpipe/junction{
dir = 4
@@ -60379,18 +60459,16 @@
/obj/random/dirt_75,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/wing/port/nacelle)
-"iwa" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"iwb" = (
/turf/simulated/wall,
/area/horizon/maintenance/substation/civ_d2)
+"iwe" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 1
+ },
+/obj/structure/bed/stool/chair/office/light,
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"iwg" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -60406,6 +60484,16 @@
/obj/effect/floor_decal/industrial/outline/yellow,
/turf/simulated/floor/tiled/full,
/area/horizon/security/hallway)
+"iwj" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/obj/effect/floor_decal/industrial/warning/corner{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"iwl" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
@@ -61299,23 +61387,6 @@
icon_state = "dark_preview"
},
/area/centcom/control)
-"iCf" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 5
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/machinery/button/remote/airlock{
- dir = 1;
- id = "harvd";
- name = "Door Bolt Control";
- pixel_y = 22;
- req_access = list(65);
- specialfunctions = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"iCh" = (
/obj/effect/floor_decal/spline/plain/lime{
dir = 5
@@ -62029,6 +62100,17 @@
},
/turf/simulated/floor/wood,
/area/horizon/command/bridge/meeting_room)
+"iIR" = (
+/obj/item/device/flashlight/lamp/lava/purple{
+ pixel_y = 8;
+ pixel_x = -8
+ },
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 8
+ },
+/obj/structure/table/reinforced/glass,
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"iIV" = (
/obj/effect/map_effect/window_spawner/full/reinforced/indestructible,
/obj/structure/sign/staff_only{
@@ -62038,6 +62120,18 @@
icon_state = "plating"
},
/area/centcom/spawning)
+"iJa" = (
+/obj/effect/floor_decal/corner/brown{
+ dir = 10
+ },
+/obj/effect/floor_decal/industrial/warning,
+/obj/machinery/conveyor_switch/oneway{
+ id = "cargo_1";
+ pixel_x = -10;
+ pixel_y = -6
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/operations/loading)
"iJe" = (
/obj/structure/cable/green{
icon_state = "4-8"
@@ -62080,6 +62174,12 @@
},
/turf/simulated/floor/tiled/freezer,
/area/horizon/security/washroom)
+"iJC" = (
+/obj/effect/floor_decal/industrial/loading/research{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/test_range)
"iJD" = (
/obj/machinery/status_display{
pixel_y = -32
@@ -62296,6 +62396,16 @@
},
/turf/simulated/floor/wood/walnut,
/area/horizon/medical/smoking)
+"iLu" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/railing/mapped{
+ name = "adjusted railing"
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"iLv" = (
/turf/unsimulated/floor,
/area/centcom/bar)
@@ -62382,6 +62492,11 @@
},
/turf/simulated/wall/shuttle/scc_space_ship/cardinal,
/area/horizon/maintenance/deck_1/auxatmos)
+"iMz" = (
+/obj/machinery/artifact_scanpad,
+/obj/effect/floor_decal/industrial/outline/yellow,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"iMK" = (
/obj/effect/floor_decal/spline/fancy/wood/cee{
dir = 1
@@ -62520,6 +62635,15 @@
/obj/effect/map_effect/window_spawner/full/reinforced/indestructible,
/turf/unsimulated/floor/plating,
/area/centcom/control)
+"iNX" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ maxhealth = 140
+ },
+/obj/structure/extinguisher_cabinet/south,
+/obj/structure/closet/crate/miningcart,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/anomaly_storage)
"iNY" = (
/obj/structure/cable/yellow{
d1 = 1;
@@ -62680,18 +62804,6 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/white,
/area/horizon/service/kitchen)
-"iPl" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"iPn" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small/emergency{
@@ -62725,6 +62837,22 @@
icon_state = "dark_preview"
},
/area/centcom/control)
+"iPv" = (
+/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 = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"iPx" = (
/obj/machinery/light/small/emergency{
dir = 1
@@ -62733,13 +62861,6 @@
/obj/random/loot,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/wing/starboard/far)
-"iPz" = (
-/obj/structure/table/reinforced/steel,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"iPB" = (
/obj/structure/table/reinforced/steel,
/obj/machinery/light{
@@ -62899,21 +63020,6 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/wood,
/area/horizon/command/bridge/meeting_room)
-"iQA" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/structure/cable/green{
- icon_state = "1-8"
- },
-/obj/structure/platform{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"iQG" = (
/obj/machinery/alarm/south,
/obj/effect/floor_decal/corner/green/diagonal,
@@ -63420,10 +63526,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/shuttle/skipjack)
-"iUJ" = (
-/obj/structure/platform,
-/turf/simulated/floor/tiled,
-/area/horizon/rnd/xenoarch/atrium)
"iUN" = (
/obj/structure/table/standard,
/obj/machinery/recharger{
@@ -63461,11 +63563,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/hangar/intrepid)
-"iVc" = (
-/obj/structure/window/reinforced,
-/obj/machinery/chem_master,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"iVd" = (
/obj/item/reagent_containers/food/drinks/carton/soymilk{
pixel_x = 6;
@@ -63624,26 +63721,6 @@
},
/turf/simulated/floor/marble/dark,
/area/horizon/holodeck/source_tribunal)
-"iWs" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/window/westleft{
- name = "Xenoarchaeology Platform Access";
- req_access = list(65)
- },
-/obj/structure/railing/mapped,
-/obj/structure/platform_stairs/full{
- dir = 8
- },
-/obj/structure/platform{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"iWu" = (
/obj/machinery/door/airlock/centcom{
dir = 4;
@@ -64060,10 +64137,6 @@
},
/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)
"iYR" = (
/obj/effect/floor_decal/industrial/warning/corner,
/turf/simulated/floor/tiled/dark/full,
@@ -64344,6 +64417,13 @@
/obj/machinery/power/apc/low/east,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/operations/starboard/amidships)
+"jaG" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"jaK" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/tiled,
@@ -64676,15 +64756,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/reactor/indra/mainchamber)
-"jdi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/atrium)
"jdp" = (
/obj/effect/floor_decal/spline/plain{
dir = 10
@@ -65550,6 +65621,20 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/dark,
/area/horizon/rnd/xenobiology/dissection)
+"jjR" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/obj/structure/table/rack/folding_table{
+ material = "aluminium"
+ },
+/obj/item/clothing/gloves/yellow,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"jjU" = (
/obj/effect/floor_decal/corner/dark_green{
dir = 5
@@ -65936,6 +66021,17 @@
/obj/effect/decal/fake_object/light_source/invisible,
/turf/simulated/floor/shuttle/black,
/area/centcom/specops)
+"jmQ" = (
+/obj/effect/floor_decal/spline/plain/mauve,
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"jmX" = (
/obj/effect/floor_decal/industrial/warning/corner{
dir = 4
@@ -66677,17 +66773,6 @@
},
/turf/simulated/open/airless,
/area/horizon/exterior)
-"jsH" = (
-/obj/machinery/door/window/eastleft{
- name = "Xenoarchaeology Platform Access";
- req_access = list(65)
- },
-/obj/structure/platform_stairs/full/east_west_cap{
- dir = 8
- },
-/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,
@@ -67051,6 +67136,21 @@
},
/turf/simulated/floor/holofloor/tiled,
/area/horizon/holodeck/source_battlemonsters)
+"jvE" = (
+/obj/effect/floor_decal/industrial/outline_straight/yellow,
+/obj/machinery/button/remote/blast_door{
+ id = "arch-gas";
+ name = "Secure Gas Storage Shutters ";
+ pixel_y = 2;
+ req_access = list(65);
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"jvH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -67167,6 +67267,14 @@
},
/turf/simulated/floor/grass/no_edge,
/area/horizon/hallway/primary/deck_3/starboard)
+"jwl" = (
+/obj/structure/cart/storage/janitorialcart/full{
+ dir = 8
+ },
+/turf/unsimulated/floor{
+ icon_state = "dark_preview"
+ },
+/area/centcom/holding)
"jwq" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
@@ -67415,6 +67523,22 @@
},
/turf/simulated/floor/reinforced/airless,
/area/horizon/engineering/reactor/indra/mainchamber)
+"jxG" = (
+/obj/machinery/door/blast/regular{
+ id = "iso_b_purge";
+ name = "Exterior Blast Door"
+ },
+/obj/effect/landmark/entry_point/port{
+ name = "port, xenobiology"
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_b)
"jxT" = (
/obj/effect/floor_decal/corner/yellow{
dir = 6
@@ -67664,6 +67788,19 @@
"jzB" = (
/turf/simulated/wall/r_wall,
/area/horizon/maintenance/deck_2/wing/starboard)
+"jzF" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 8
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Xenoarchaeology Presentation";
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"jzG" = (
/obj/machinery/turretid{
ailock = 1;
@@ -67694,6 +67831,12 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/weapons/grauwolf)
+"jzP" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"jzR" = (
/obj/effect/floor_decal/industrial/outline/yellow,
/obj/machinery/portable_atmospherics/canister/oxygen,
@@ -67719,6 +67862,16 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/ai/upload)
+"jAg" = (
+/obj/effect/floor_decal/spline/fancy/wood,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"jAr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
dir = 8
@@ -68054,15 +68207,6 @@
/obj/structure/sign/directions/dock,
/turf/unsimulated/wall/darkshuttlewall,
/area/centcom/spawning)
-"jCv" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"jCz" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -68186,21 +68330,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/engineering/hallway/fore)
-"jDK" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/obj/structure/cable/green{
- icon_state = "0-2"
- },
-/obj/machinery/power/apc/west,
-/obj/structure/engineer_maintenance/electric{
- dir = 8
- },
-/obj/structure/engineer_maintenance/pipe,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"jDL" = (
/obj/effect/floor_decal/spline/plain/corner{
dir = 4
@@ -68220,11 +68349,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/service/custodial/disposals/deck_1)
-"jDO" = (
-/obj/structure/window/reinforced,
-/obj/machinery/chemical_dispenser/full,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"jDT" = (
/obj/effect/floor_decal/corner/grey/diagonal{
dir = 4
@@ -68234,6 +68358,14 @@
},
/turf/unsimulated/floor,
/area/centcom/holding)
+"jDV" = (
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/machinery/alarm/south,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"jDW" = (
/obj/structure/cable/green{
icon_state = "4-8"
@@ -68322,6 +68454,31 @@
},
/turf/simulated/floor,
/area/tdome/tdome2)
+"jEo" = (
+/obj/effect/floor_decal/corner/purple/full{
+ dir = 1
+ },
+/obj/machinery/light_switch{
+ dir = 1;
+ pixel_x = -7;
+ pixel_y = 24
+ },
+/obj/item/reagent_containers/glass/bucket,
+/obj/structure/sink{
+ dir = 1;
+ pixel_x = 8;
+ pixel_y = 26
+ },
+/obj/effect/floor_decal/industrial/outline/custodial,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/firealarm/east,
+/obj/structure/cart/storage/janitorialcart{
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/service/custodial/auxiliary)
"jEq" = (
/obj/machinery/light/small/emergency,
/obj/structure/lattice/catwalk/indoor/grate/dark,
@@ -68468,6 +68625,11 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hangar/intrepid)
+"jFu" = (
+/obj/structure/reagent_dispensers/coolanttank,
+/obj/effect/floor_decal/industrial/hatch/yellow,
+/turf/simulated/floor/carpet/rubber,
+/area/horizon/rnd/xenoarch/spectrometry)
"jFy" = (
/obj/structure/railing/mapped{
dir = 8
@@ -68730,6 +68892,19 @@
/obj/effect/floor_decal/industrial/outline/yellow,
/turf/unsimulated/floor/monotile,
/area/antag/jockey)
+"jHH" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"jHI" = (
/obj/structure/disposalpipe/segment{
icon_state = "pipe-c"
@@ -68803,16 +68978,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/rnd/xenobiology/xenoflora)
-"jHX" = (
-/obj/machinery/bodyscanner{
- dir = 4
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"jHY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -68921,6 +69086,21 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/security/meeting_room)
+"jIT" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/obj/structure/cable/green{
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"jIU" = (
/obj/structure/bed/stool/chair/shuttle{
dir = 4
@@ -69791,54 +69971,6 @@
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/aft)
-"jOR" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
-"jOV" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/button/remote/blast_door{
- dir = 4;
- id = "iso_b_purge";
- name = "PURGE Atmosphere";
- pixel_x = 28;
- pixel_y = -26;
- req_access = list(47)
- },
-/obj/machinery/button/remote/blast_door{
- dir = 4;
- id = "iso_b";
- name = "Blast Door Control";
- pixel_x = 22;
- pixel_y = -36;
- req_access = list(47)
- },
-/obj/machinery/button/remote/airlock{
- dir = 4;
- id = "riso2";
- name = "Door Bolt Control";
- pixel_x = 22;
- pixel_y = -25;
- req_access = list(47);
- specialfunctions = 4
- },
-/obj/machinery/atmospherics/valve/digital/open{
- dir = 4;
- name = "Isolation B"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"jOZ" = (
/obj/effect/floor_decal/corner_wide/yellow{
dir = 5
@@ -69865,6 +69997,22 @@
},
/turf/unsimulated/floor,
/area/antag/mercenary)
+"jPm" = (
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/cable/green{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/valve/digital/open{
+ dir = 4;
+ name = "Isolation C"
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"jPq" = (
/obj/structure/table/stone/marble,
/obj/machinery/chemical_dispenser/bar_soft/full{
@@ -70625,20 +70773,6 @@
/obj/structure/closet/emcloset,
/turf/simulated/floor/shuttle/dark_blue,
/area/shuttle/transport1)
-"jVr" = (
-/obj/effect/floor_decal/corner/dark_blue{
- dir = 9
- },
-/obj/machinery/disposal/small/east,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/camera/network/command{
- c_tag = "Bridge - Starboard 1";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/horizon/command/bridge/controlroom)
"jVw" = (
/obj/structure/railing/mapped{
dir = 4
@@ -70713,6 +70847,13 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/storage/eva)
+"jVV" = (
+/obj/effect/floor_decal/corner/mauve{
+ dir = 8
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"jVY" = (
/obj/machinery/botany/extractor,
/obj/effect/floor_decal/corner/mauve{
@@ -71057,6 +71198,11 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/reactor/supermatter/smes)
+"jYC" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/platform_stairs/full/south_north_cap,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"jYF" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -71252,18 +71398,6 @@
/obj/machinery/alarm/north,
/turf/simulated/floor/tiled/dark,
/area/horizon/maintenance/deck_3/aft/starboard/far)
-"jZC" = (
-/obj/machinery/portable_atmospherics/canister/phoron,
-/obj/machinery/door/window/northleft{
- name = "Canister Storage Access";
- req_access = list(65)
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/atrium)
"jZH" = (
/obj/structure/lattice/catwalk/indoor/grate/dark,
/obj/machinery/alarm/west,
@@ -71313,6 +71447,30 @@
"kaf" = (
/turf/simulated/floor/tiled,
/area/merchant_station)
+"kaq" = (
+/obj/machinery/door/firedoor,
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -30;
+ pixel_x = 4
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/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/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"kar" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -71520,18 +71678,6 @@
/obj/item/device/paint_sprayer,
/turf/simulated/floor/tiled,
/area/merchant_station/warehouse)
-"kbd" = (
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"kbf" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
/obj/machinery/alarm/west,
@@ -72369,24 +72515,6 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/horizon/engineering/hallway/fore)
-"khH" = (
-/obj/machinery/recharger/wallcharger{
- pixel_x = 4;
- pixel_y = 20
- },
-/obj/machinery/recharger/wallcharger{
- pixel_x = 4;
- pixel_y = 30
- },
-/obj/structure/bed/stool/chair/office/dark{
- dir = 4
- },
-/obj/effect/floor_decal/corner_wide/purple/full{
- dir = 1
- },
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"khL" = (
/obj/machinery/door/airlock{
dir = 1;
@@ -72528,18 +72656,6 @@
},
/turf/simulated/floor,
/area/horizon/maintenance/deck_3/aft/holodeck)
-"kiE" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/obj/machinery/atmospherics/unary/heater{
- dir = 8
- },
-/obj/structure/railing/mapped{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"kiG" = (
/obj/structure/cable/orange{
icon_state = "4-8"
@@ -72583,6 +72699,10 @@
icon_state = "desert"
},
/area/centcom/shared_dream)
+"kiO" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"kiT" = (
/obj/structure/shuttle_part/scc_space_ship{
icon_state = "d3-4-f"
@@ -72685,6 +72805,21 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/reactor/supermatter/mainchamber)
+"kjB" = (
+/obj/structure/cable/green{
+ icon_state = "0-8"
+ },
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Isolation C";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 9
+ },
+/obj/effect/floor_decal/industrial/hatch_tiny/yellow,
+/obj/effect/floor_decal/industrial/outline/yellow,
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/isolation_c)
"kjC" = (
/obj/machinery/optable,
/obj/machinery/light{
@@ -72692,6 +72827,16 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/rnd/xenobiology/dissection)
+"kjI" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/machinery/power/apc/low/east,
+/obj/structure/cable/green{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"kjU" = (
/obj/effect/decal/cleanable/dirt,
/mob/living/heavy_vehicle/premade/light/legion,
@@ -73142,6 +73287,19 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/turf/simulated/floor/tiled/full,
/area/horizon/security/hallway)
+"kmR" = (
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/effect/floor_decal/industrial/hatch_tiny/yellow,
+/obj/machinery/atmospherics/binary/pump{
+ name = "Air Reserve to Airlock Reserve";
+ dir = 4
+ },
+/obj/machinery/atmospherics/binary/pump/fuel{
+ name = "Fuel Tank to Thrusters"
+ },
+/obj/effect/floor_decal/industrial/warning,
+/turf/simulated/floor/plating,
+/area/horizon/shuttle/intrepid/engineering)
"kmU" = (
/obj/effect/mist,
/turf/simulated/floor/exoplanet/water/shallow{
@@ -73441,17 +73599,6 @@
/obj/machinery/firealarm/north,
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_2/central)
-"kpv" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/structure/window/borosilicate/reinforced{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/test_range)
"kpx" = (
/obj/effect/floor_decal/corner/dark_blue{
dir = 6
@@ -73470,16 +73617,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/rnd/xenobiology/xenoflora)
-"kpB" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"kpH" = (
/obj/effect/floor_decal/corner/mauve/diagonal,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -73541,6 +73678,14 @@
icon_state = "dark_preview"
},
/area/centcom/specops)
+"kqf" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"kqg" = (
/obj/machinery/light/colored/red{
dir = 8
@@ -73630,14 +73775,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/maintenance/deck_2/wing/starboard/auxatmos)
-"kqK" = (
-/obj/machinery/door/blast/regular/open{
- id = "iso_a";
- name = "Safety Blast Door"
- },
-/obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor,
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/isolation_c)
"kqP" = (
/obj/machinery/power/apc/super/east,
/obj/structure/cable/green,
@@ -73884,12 +74021,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/hangar/control)
-"ksH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"ksI" = (
/obj/structure/cable/green{
icon_state = "4-8"
@@ -74062,6 +74193,23 @@
},
/turf/simulated/floor/reinforced/nitrogen,
/area/horizon/engineering/atmos/air)
+"ktu" = (
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 9
+ },
+/obj/machinery/firealarm/west{
+ dir = 2;
+ pixel_x = 0;
+ pixel_y = -22
+ },
+/obj/structure/closet/walllocker/firecloset{
+ pixel_x = -25
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"ktJ" = (
/obj/machinery/recharge_station,
/obj/effect/floor_decal/corner/green/diagonal,
@@ -74101,10 +74249,6 @@
icon_state = "white"
},
/area/centcom/holding)
-"kuc" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_c)
"kul" = (
/obj/structure/cable/green{
icon_state = "1-2"
@@ -74370,6 +74514,15 @@
/obj/effect/floor_decal/industrial/hatch/yellow,
/turf/simulated/floor/tiled/full,
/area/horizon/hallway/primary/deck_3/central)
+"kwl" = (
+/obj/machinery/door/window{
+ name = "Xenoarchaeology Platform Access"
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"kwm" = (
/obj/effect/landmark{
name = "raiderstart"
@@ -74536,26 +74689,6 @@
},
/turf/simulated/floor/carpet/rubber,
/area/horizon/tcommsat/entrance)
-"kxe" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"kxg" = (
/obj/effect/floor_decal/corner/yellow{
dir = 8
@@ -75166,16 +75299,6 @@
},
/turf/unsimulated/floor,
/area/centcom/spawning)
-"kAI" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/lattice/catwalk/indoor/grate/dark,
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"kAV" = (
/obj/machinery/atmospherics/pipe/manifold/visible/black{
dir = 8
@@ -75188,6 +75311,13 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/engineering/break_room)
+"kAX" = (
+/obj/effect/floor_decal/industrial/warning,
+/obj/effect/floor_decal/industrial/outline_straight/yellow{
+ dir = 1
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_c)
"kBb" = (
/turf/simulated/floor/holofloor/grass{
dir = 4;
@@ -75536,6 +75666,34 @@
},
/turf/simulated/floor,
/area/tdome/tdome2)
+"kDz" = (
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/alarm/south{
+ alarm_id = 1503;
+ breach_detection = 0;
+ rcon_setting = 3;
+ report_danger_level = 0;
+ req_one_access = list(7,47,24,11)
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/turf/simulated/floor/tiled,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"kDA" = (
/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
dir = 6
@@ -75682,19 +75840,6 @@
},
/turf/simulated/floor/reinforced,
/area/horizon/rnd/xenobiology)
-"kEB" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"kED" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -75897,15 +76042,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/security/checkpoint)
-"kGg" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- dir = 4;
- name = "Suit Storage";
- req_access = list(65)
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"kGh" = (
/obj/effect/floor_decal/corner/black{
dir = 6
@@ -76705,12 +76841,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/auxatmos)
-"kMw" = (
-/obj/structure/cart/storage/janitorialcart/full{
- dir = 8
- },
-/turf/unsimulated/floor/plating,
-/area/centcom/legion)
"kMz" = (
/obj/structure/table/reinforced/steel,
/obj/machinery/newscaster/north{
@@ -76807,6 +76937,21 @@
"kMQ" = (
/turf/simulated/wall/shuttle/scc_space_ship/cardinal,
/area/horizon/engineering/hallway/aft)
+"kMY" = (
+/obj/structure/closet/walllocker/medical/firstaid{
+ pixel_y = 32
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/obj/effect/floor_decal/industrial/warning/corner{
+ dir = 4
+ },
+/obj/effect/floor_decal/industrial/warning/corner,
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"kNn" = (
/obj/structure/holostool{
dir = 1
@@ -76906,6 +77051,16 @@
},
/turf/simulated/floor,
/area/horizon/maintenance/deck_3/bridge)
+"kOt" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/structure/disposaloutlet{
+ dir = 4
+ },
+/obj/effect/floor_decal/industrial/warning/full,
+/turf/simulated/floor/tiled,
+/area/horizon/operations/loading)
"kOu" = (
/turf/simulated/wall,
/area/horizon/maintenance/deck_2/wing/port/nacelle)
@@ -76919,16 +77074,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/shuttle/skipjack)
-"kOO" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"kOX" = (
/obj/structure/bed/stool/chair/office/bridge,
/turf/unsimulated/floor/rubber_carpet,
@@ -77032,10 +77177,6 @@
/obj/effect/shuttle_landmark/horizon/exterior/deck_2/starboard_aft,
/turf/template_noop,
/area/template_noop)
-"kPz" = (
-/obj/structure/bed,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_c)
"kPH" = (
/obj/effect/floor_decal/industrial/hatch/yellow,
/obj/effect/floor_decal/industrial/warning{
@@ -77235,13 +77376,6 @@
icon_state = "dark_preview"
},
/area/centcom/control)
-"kRb" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/westright,
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/obj/machinery/door/window/eastleft,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/test_range)
"kRf" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 4
@@ -77414,6 +77548,21 @@
/obj/machinery/power/apc/east,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/wing/port/near)
+"kSE" = (
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 5
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 9
+ },
+/obj/machinery/firealarm/north,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"kSG" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -77458,6 +77607,23 @@
icon_state = "pool"
},
/area/horizon/holodeck/source_pool)
+"kTa" = (
+/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/hallway/hangar)
"kTf" = (
/obj/effect/floor_decal/spline/plain{
dir = 4
@@ -77482,6 +77648,20 @@
/obj/effect/floor_decal/corner/paleblue,
/turf/unsimulated/floor,
/area/centcom/holding)
+"kTp" = (
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/structure/sign/staff_only{
+ pixel_x = 33;
+ pixel_y = 5
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"kTr" = (
/obj/effect/floor_decal/corner/brown/full,
/obj/machinery/camera/network/intrepid{
@@ -77768,15 +77948,6 @@
},
/turf/unsimulated/floor/wood,
/area/antag/raider)
-"kVx" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
-/obj/machinery/camera/network/research{
- c_tag = "Research - Xenoarchaeology 1";
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"kVz" = (
/obj/effect/floor_decal/industrial/outline/yellow,
/obj/effect/large_stock_marker,
@@ -78213,14 +78384,6 @@
},
/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"
@@ -78651,13 +78814,6 @@
/obj/structure/lattice/catwalk/indoor/grate,
/turf/simulated/floor/plating,
/area/horizon/security/hallway)
-"lbv" = (
-/obj/machinery/artifact_analyser,
-/obj/effect/floor_decal/spline/plain{
- dir = 6
- },
-/turf/simulated/floor/bluegrid,
-/area/horizon/rnd/xenoarch/isolation_b)
"lbC" = (
/obj/machinery/portable_atmospherics/canister/air/airlock,
/obj/machinery/atmospherics/portables_connector{
@@ -78843,6 +78999,19 @@
},
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/main/starboard)
+"lcT" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/green{
+ icon_state = "4-8"
+ },
+/obj/structure/lattice/catwalk/indoor/grate/dark,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"lcU" = (
/obj/machinery/power/apc/low/east,
/obj/structure/cable/green{
@@ -79359,6 +79528,19 @@
},
/turf/simulated/floor/carpet,
/area/horizon/repoffice/consular_two)
+"lgr" = (
+/obj/machinery/door/blast/regular{
+ id = "iso_a_purge";
+ name = "Exterior Blast Door"
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_a)
"lgw" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/window/eastleft{
@@ -79464,17 +79646,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/shuttle/syndicate_elite)
-"lgZ" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"lha" = (
/obj/effect/floor_decal/corner/grey/full{
dir = 1
@@ -79544,29 +79715,6 @@
},
/turf/unsimulated/floor,
/area/antag/mercenary)
-"lhI" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/camera/network/research{
- c_tag = "Research - Isolation B";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/machinery/alarm/south{
- alarm_id = 1502;
- breach_detection = 0;
- rcon_setting = 3;
- report_danger_level = 0;
- req_one_access = list(7,47,24,11)
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/isolation_b)
"lhM" = (
/obj/machinery/atmospherics/unary/vent_pump/high_volume{
dir = 1
@@ -79624,6 +79772,10 @@
},
/turf/unsimulated/floor,
/area/centcom/spawning)
+"lic" = (
+/obj/machinery/chem_master,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"lid" = (
/obj/effect/floor_decal/corner/brown{
dir = 9
@@ -79631,19 +79783,6 @@
/obj/structure/weightlifter,
/turf/simulated/floor/tiled,
/area/horizon/operations/break_room)
-"lin" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/camera/network/research{
- c_tag = "Research - Xenoarchaeology Entrance";
- dir = 8
- },
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/atrium)
"lir" = (
/obj/effect/floor_decal/corner_wide/lime{
dir = 4
@@ -79773,6 +79912,19 @@
},
/turf/unsimulated/floor,
/area/centcom/spawning)
+"lje" = (
+/obj/machinery/portable_atmospherics/canister/sleeping_agent,
+/obj/effect/floor_decal/industrial/hatch/yellow,
+/obj/effect/floor_decal/industrial/hatch/yellow,
+/obj/machinery/light/small{
+ must_start_working = 1
+ },
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Xenoarchaeology Gas Storage";
+ dir = 1
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"ljg" = (
/obj/effect/floor_decal/spline/plain{
dir = 9
@@ -79950,6 +80102,21 @@
/obj/machinery/power/apc/low/south,
/turf/simulated/floor/tiled,
/area/horizon/medical/emergency_storage)
+"lkr" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"lkz" = (
/obj/effect/floor_decal/corner/dark_green{
dir = 5
@@ -80381,6 +80548,14 @@
/obj/effect/floor_decal/industrial/loading/yellow,
/turf/unsimulated/floor,
/area/antag/mercenary)
+"lnf" = (
+/obj/effect/floor_decal/industrial/warning,
+/obj/effect/floor_decal/industrial/outline_straight/yellow{
+ dir = 1
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_b)
"lng" = (
/obj/structure/ship_weapon_dummy,
/obj/effect/floor_decal/industrial/hatch/red,
@@ -80412,6 +80587,20 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/engineering/storage_hard)
+"lnw" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/research{
+ dir = 1;
+ name = "Spectrometry";
+ req_access = list(65)
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/tiled/full,
+/area/horizon/rnd/xenoarch/spectrometry)
"lnz" = (
/obj/effect/floor_decal/corner_wide/yellow{
dir = 10
@@ -80854,6 +81043,16 @@
},
/turf/simulated/floor/plating,
/area/horizon/shuttle/intrepid/main_compartment)
+"lrd" = (
+/obj/effect/floor_decal/industrial/hatch/yellow,
+/obj/effect/floor_decal/industrial/hatch/yellow,
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/door/window/northleft{
+ name = "Secure Gas Storage Access";
+ req_access = list(65)
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"lrn" = (
/obj/machinery/suit_storage_unit/standard_unit,
/obj/effect/floor_decal/industrial/hatch/yellow,
@@ -81139,13 +81338,6 @@
"lsX" = (
/turf/simulated/wall,
/area/horizon/maintenance/deck_1/teleporter)
-"lsZ" = (
-/obj/machinery/suspension_gen,
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"lta" = (
/obj/machinery/light/small/emergency{
dir = 1
@@ -81770,6 +81962,14 @@
},
/turf/simulated/floor/plating,
/area/horizon/hallway/primary/deck_3/port/docks)
+"lxu" = (
+/obj/effect/floor_decal/industrial/warning,
+/obj/machinery/atmospherics/binary/pump{
+ dir = 8;
+ name = "gas pump (Out of Canister)"
+ },
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"lxw" = (
/turf/unsimulated/mineral/asteroid,
/area/antag/ninja)
@@ -82442,19 +82642,6 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/horizon/crew/lounge)
-"lBS" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 10
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/disposal/small/north,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"lBY" = (
/obj/item/modular_computer/console/preset/medical{
dir = 8
@@ -82612,6 +82799,13 @@
},
/turf/simulated/floor/carpet/cyan,
/area/centcom/ferry)
+"lDd" = (
+/obj/machinery/atmospherics/binary/pump{
+ dir = 4;
+ name = "gas pump (Air Loop)"
+ },
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"lDk" = (
/obj/structure/closet/crate/loot{
desc = "A worn container that has been through many long travels.";
@@ -82940,29 +83134,6 @@
"lEZ" = (
/turf/simulated/wall,
/area/horizon/engineering/gravity_gen)
-"lFg" = (
-/obj/machinery/door/firedoor,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/door/airlock/maintenance_hatch{
- dir = 4;
- req_one_access = list(12,47)
- },
-/turf/simulated/floor/plating,
-/area/horizon/maintenance/deck_1/main/port)
-"lFk" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/atrium)
"lFm" = (
/obj/structure/cable/green{
d1 = 1;
@@ -82995,6 +83166,21 @@
/obj/item/hullbeacon/red,
/turf/simulated/open/airless,
/area/horizon/exterior)
+"lFx" = (
+/obj/structure/cable/green{
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 9
+ },
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Isolation A";
+ dir = 1
+ },
+/obj/effect/floor_decal/industrial/hatch_tiny/yellow,
+/obj/effect/floor_decal/industrial/outline/yellow,
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/isolation_a)
"lFF" = (
/obj/effect/floor_decal/corner/blue{
dir = 5
@@ -83040,16 +83226,6 @@
"lFQ" = (
/turf/unsimulated/floor/plating,
/area/centcom/legion/hangar5)
-"lFR" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/isolation_b)
"lFZ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/green{
@@ -83085,6 +83261,12 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/rnd/xenobiology/xenoflora)
+"lGw" = (
+/obj/effect/floor_decal/corner/white{
+ dir = 5
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"lGB" = (
/obj/effect/floor_decal/corner/paleblue{
dir = 5
@@ -83113,12 +83295,6 @@
/obj/machinery/light,
/turf/simulated/floor/carpet/rubber,
/area/horizon/tcommsat/chamber)
-"lGH" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
"lGI" = (
/obj/structure/closet{
icon_door = "blue";
@@ -83172,6 +83348,22 @@
},
/turf/simulated/floor/tiled,
/area/horizon/security/lobby)
+"lHq" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/cable/green{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"lHw" = (
/obj/structure/closet/secure_closet/brig{
id = "cell_isolation"
@@ -83451,6 +83643,42 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hangar/operations)
+"lIV" = (
+/obj/effect/floor_decal/industrial/outline/research,
+/obj/structure/table/rack/retail_shelf{
+ name = "storage shelf"
+ },
+/obj/item/clothing/shoes/sneakers{
+ pixel_y = -9;
+ pixel_x = 6
+ },
+/obj/item/storage/box/zipties{
+ pixel_y = 6;
+ pixel_x = -4
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 9
+ },
+/obj/item/clothing/suit/straight_jacket{
+ pixel_x = 7
+ },
+/obj/item/clothing/suit/straight_jacket{
+ pixel_x = 7
+ },
+/obj/item/clothing/under/medical_gown/white{
+ pixel_x = -4;
+ pixel_y = -1
+ },
+/obj/item/clothing/under/medical_gown/white{
+ pixel_x = -4;
+ pixel_y = -1
+ },
+/obj/item/clothing/shoes/sneakers{
+ pixel_y = -9;
+ pixel_x = 6
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/storage)
"lIY" = (
/obj/structure/bed,
/obj/item/bedsheet/syndie,
@@ -83518,6 +83746,15 @@
},
/turf/simulated/floor/holofloor/tiled,
/area/horizon/holodeck/source_emptycourt)
+"lJl" = (
+/obj/structure/cable/green{
+ icon_state = "4-8"
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"lJn" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -83623,6 +83860,11 @@
},
/turf/simulated/floor/tiled,
/area/horizon/operations/office)
+"lJX" = (
+/obj/item/storage/slide_projector,
+/obj/structure/table/reinforced/glass,
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"lJY" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 5
@@ -83835,6 +84077,26 @@
dir = 8
},
/area/horizon/holodeck/source_trinary)
+"lLe" = (
+/obj/effect/floor_decal/spline/plain/mauve,
+/obj/structure/window/reinforced,
+/obj/structure/table/reinforced/steel,
+/obj/item/storage/box/fancy/vials,
+/obj/item/storage/box/beakers,
+/obj/item/reagent_containers/dropper{
+ pixel_y = -4
+ },
+/obj/item/reagent_containers/dropper{
+ pixel_y = -4
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"lLt" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/bed/stool/chair,
@@ -83911,6 +84173,13 @@
/obj/effect/floor_decal/corner/dark_blue,
/turf/simulated/floor/tiled/dark,
/area/horizon/command/bridge/controlroom)
+"lLP" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/carpet/rubber,
+/area/horizon/rnd/xenoarch/spectrometry)
"lLQ" = (
/obj/machinery/light/small/emergency,
/obj/structure/window/reinforced/crescent{
@@ -84498,9 +84767,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/service/custodial/disposals/deck_1)
-"lRj" = (
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/test_range)
"lRk" = (
/obj/effect/floor_decal/corner/dark_blue{
dir = 10
@@ -84589,6 +84855,27 @@
},
/turf/simulated/floor/plating,
/area/horizon/maintenance/substation/research)
+"lSj" = (
+/obj/machinery/door/airlock/external{
+ dir = 4;
+ id_tag = "riso1";
+ name = "Isolation A";
+ req_access = list(65)
+ },
+/obj/machinery/door/blast/regular/open{
+ id = "iso_a";
+ name = "Safety Blast Door"
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
+/obj/structure/cable/green{
+ icon_state = "4-8"
+ },
+/obj/effect/floor_decal/sign/a,
+/obj/structure/plasticflaps/airtight,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/isolation_a)
"lSq" = (
/obj/structure/flora/ausbushes/lavendergrass,
/obj/machinery/alarm/west,
@@ -84762,6 +85049,20 @@
},
/turf/simulated/floor/tiled,
/area/horizon/crew/chargebay)
+"lTJ" = (
+/obj/machinery/door/firedoor,
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ dir = 4;
+ req_one_access = list(11,12,47)
+ },
+/turf/simulated/floor/plating,
+/area/horizon/maintenance/deck_1/main/port)
"lTL" = (
/obj/machinery/door/airlock/security{
dir = 1;
@@ -84910,27 +85211,19 @@
/obj/machinery/atmospherics/pipe/simple/visible/fuel,
/turf/space/dynamic,
/area/horizon/exterior)
+"lUT" = (
+/obj/effect/floor_decal/spline/plain/mauve,
+/obj/structure/window/reinforced,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"lVj" = (
/obj/machinery/appliance/cooker/stove,
/obj/effect/floor_decal/industrial/outline/grey,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/service/kitchen)
-"lVr" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/industrial/hatch_door/red,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"lVy" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -85506,6 +85799,18 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/rnd/xenobiology/foyer)
+"mab" = (
+/obj/effect/map_effect/door_helper/unres,
+/obj/machinery/door/firedoor/multi_tile{
+ dir = 8
+ },
+/obj/machinery/door/airlock/multi_tile/glass{
+ dir = 8;
+ name = "Xenoarchaeology and Anomalous Materials";
+ req_access = list(47)
+ },
+/turf/simulated/floor/tiled/full,
+/area/horizon/rnd/xenoarch/atrium)
"mad" = (
/obj/structure/table/reinforced/steel,
/obj/item/paper_bin{
@@ -85627,27 +85932,6 @@
},
/turf/simulated/floor/wood,
/area/horizon/service/dining_hall)
-"maH" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 10
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/light,
-/obj/structure/cable/green{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"maJ" = (
/obj/effect/floor_decal/corner_wide/grey/diagonal,
/obj/structure/noticeboard{
@@ -85870,6 +86154,13 @@
},
/turf/simulated/floor/reinforced/n20,
/area/horizon/engineering/atmos/air)
+"mcB" = (
+/obj/structure/extinguisher_cabinet/north,
+/obj/effect/floor_decal/corner/dark_green{
+ dir = 5
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/hangar/auxiliary)
"mcN" = (
/obj/structure/trash_pile,
/obj/random/dirt_75,
@@ -85942,6 +86233,9 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/security/checkpoint)
+"mdy" = (
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/test_range)
"mdD" = (
/obj/effect/floor_decal/spline/plain/cee{
dir = 8
@@ -86049,6 +86343,20 @@
},
/turf/simulated/floor/tiled,
/area/horizon/engineering/reactor/indra/office)
+"meC" = (
+/obj/effect/floor_decal/industrial/warning,
+/obj/structure/filingcabinet/filingcabinet{
+ pixel_x = 9;
+ pixel_y = 17
+ },
+/obj/machinery/alarm/east,
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Spectrometry";
+ dir = 8
+ },
+/obj/item/reagent_containers/glass/bucket,
+/turf/simulated/floor/carpet/rubber,
+/area/horizon/rnd/xenoarch/spectrometry)
"meD" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
@@ -86206,6 +86514,10 @@
icon_state = "wood"
},
/area/centcom/evac)
+"mfJ" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"mfO" = (
/obj/effect/floor_decal/corner/green/full,
/turf/simulated/floor/holofloor/tiled,
@@ -86366,6 +86678,14 @@
/obj/structure/railing/mapped,
/turf/simulated/open/airless,
/area/horizon/exterior)
+"mgL" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/platform,
+/obj/structure/railing/mapped{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"mgN" = (
/obj/effect/landmark/entry_point/port{
name = "port, compartment"
@@ -86618,21 +86938,6 @@
"miS" = (
/turf/simulated/wall/shuttle/scc_space_ship/cardinal,
/area/horizon/ai/chamber)
-"miX" = (
-/obj/structure/table/reinforced,
-/obj/item/storage/box/testpins{
- pixel_x = 1;
- pixel_y = 3
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"mja" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 4
@@ -86656,16 +86961,6 @@
/obj/effect/floor_decal/industrial/outline/yellow,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/atmos)
-"mjd" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"mjf" = (
/obj/structure/lattice/catwalk/indoor/grate/dark,
/obj/random/junk,
@@ -86835,22 +87130,6 @@
},
/turf/simulated/floor/carpet,
/area/horizon/repoffice/consular_one)
-"mkk" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/closet/walllocker/firecloset{
- pixel_x = -32
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"mko" = (
/obj/structure/railing/mapped{
dir = 8
@@ -87770,6 +88049,16 @@
},
/turf/simulated/floor/reinforced/reactor,
/area/horizon/engineering/reactor/supermatter/mainchamber)
+"msy" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/obj/effect/floor_decal/industrial/warning{
+ dir = 10
+ },
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_a)
"msD" = (
/obj/effect/floor_decal/corner/red/diagonal,
/obj/effect/floor_decal/industrial/outline/grey,
@@ -88143,6 +88432,14 @@
},
/turf/simulated/floor,
/area/horizon/command/heads/captain)
+"mvl" = (
+/obj/machinery/door/firedoor,
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/platform_deco{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"mvs" = (
/obj/machinery/alarm/east,
/obj/structure/closet/secure_closet/package_courier,
@@ -88497,6 +88794,30 @@
},
/turf/unsimulated/floor/plating,
/area/shuttle/legion)
+"myE" = (
+/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/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_research{
+ dir = 4;
+ name = "Test Range";
+ req_access = list(47)
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/map_effect/door_helper/unres{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/full,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"myF" = (
/obj/effect/floor_decal/industrial/hatch/yellow,
/obj/effect/floor_decal/industrial/warning{
@@ -88531,18 +88852,6 @@
icon_state = "dark_preview"
},
/area/centcom/holding)
-"myO" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 10
- },
-/obj/machinery/disposal,
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"myR" = (
/obj/structure/table/standard,
/obj/structure/closet/crate/plastic{
@@ -88669,6 +88978,16 @@
/obj/effect/decal/warning_stripes,
/turf/unsimulated/floor,
/area/centcom/control)
+"mAU" = (
+/obj/effect/map_effect/door_helper/unres,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled/full,
+/area/horizon/rnd/xenoarch/atrium)
"mAV" = (
/obj/machinery/power/smes/buildable/substation{
RCon_tag = "Substation - Hangar"
@@ -88734,6 +89053,18 @@
},
/turf/unsimulated/floor/marble,
/area/antag/wizard)
+"mBg" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/obj/effect/floor_decal/industrial/warning{
+ dir = 10
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_c)
"mBl" = (
/obj/effect/floor_decal/corner/dark_blue/diagonal,
/obj/structure/bed/handrail,
@@ -89024,11 +89355,6 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/hallway/primary/deck_2/central)
-"mDD" = (
-/obj/structure/table/steel,
-/obj/item/device/flashlight/lamp,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_c)
"mDG" = (
/obj/structure/cable/green{
icon_state = "1-2"
@@ -89149,6 +89475,32 @@
/obj/effect/floor_decal/industrial/outline/yellow,
/turf/simulated/floor/tiled/dark,
/area/horizon/medical/gen_treatment)
+"mEJ" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
+"mEO" = (
+/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/mauve{
+ dir = 5
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"mEU" = (
/obj/effect/decal/fake_object{
color = "#545c68";
@@ -89319,18 +89671,6 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/full,
/area/horizon/security/forensic_laboratory)
-"mFT" = (
-/obj/machinery/camera/network/service{
- c_tag = "Custodial - Main Storage";
- dir = 1
- },
-/obj/effect/floor_decal/corner/purple{
- dir = 10
- },
-/obj/effect/floor_decal/industrial/outline/custodial,
-/obj/structure/cart/storage/janitorialcart,
-/turf/simulated/floor/tiled,
-/area/horizon/service/custodial)
"mFX" = (
/obj/effect/floor_decal/industrial/warning{
dir = 4
@@ -89617,6 +89957,19 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_1/central)
+"mHU" = (
+/obj/structure/table/rack/retail_shelf{
+ name = "storage shelf"
+ },
+/obj/item/device/destTagger{
+ pixel_y = 5
+ },
+/obj/item/stack/packageWrap,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/storage)
"mHX" = (
/obj/effect/floor_decal/industrial/warning,
/obj/machinery/alarm/north,
@@ -89838,6 +90191,14 @@
},
/turf/simulated/floor/reinforced/n20,
/area/horizon/engineering/atmos/air)
+"mKb" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/body_scanconsole{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"mKh" = (
/obj/machinery/door/airlock/external,
/obj/effect/map_effect/marker/airlock{
@@ -90062,6 +90423,24 @@
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/simulated/floor/plating,
/area/horizon/engineering/drone_fabrication)
+"mMa" = (
+/obj/effect/floor_decal/spline/plain/mauve{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ maxhealth = 140
+ },
+/obj/structure/table/rack,
+/obj/item/storage/box/samplebags,
+/obj/item/device/hand_labeler,
+/obj/item/storage/box/gloves,
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Xenoarchaeology Atrium 1";
+ pixel_y = 4
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"mMd" = (
/obj/structure/cable/green{
icon_state = "1-2"
@@ -90319,6 +90698,16 @@
},
/turf/simulated/floor/tiled/dark,
/area/shuttle/mercenary)
+"mNu" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/universal{
+ dir = 4
+ },
+/obj/machinery/meter,
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"mNy" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 9
@@ -90442,15 +90831,6 @@
/obj/structure/window/shuttle/scc_space_ship,
/turf/simulated/floor/plating,
/area/horizon/service/dining_hall)
-"mOO" = (
-/obj/structure/table/reinforced,
-/obj/item/device/healthanalyzer,
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"mOT" = (
/obj/structure/lattice/catwalk/indoor,
/obj/machinery/door/blast/odin/open{
@@ -90593,6 +90973,16 @@
},
/turf/simulated/floor/tiled,
/area/horizon/operations/lobby)
+"mQp" = (
+/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
+/obj/effect/floor_decal/industrial/hatch/yellow,
+/obj/effect/floor_decal/industrial/hatch/yellow,
+/obj/machinery/door/window/northleft{
+ name = "Secure Gas Storage Access";
+ req_access = list(65)
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"mQq" = (
/obj/effect/floor_decal/corner/mauve{
dir = 10
@@ -90901,6 +91291,9 @@
},
/turf/simulated/floor/tiled,
/area/horizon/operations/lobby)
+"mSS" = (
+/turf/simulated/wall/r_wall,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"mTb" = (
/obj/effect/floor_decal/corner_wide/yellow{
dir = 9
@@ -91577,15 +91970,6 @@
/obj/machinery/light/small/emergency,
/turf/simulated/floor/tiled/dark,
/area/horizon/maintenance/deck_2/wing/port)
-"mYd" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/obj/structure/railing/mapped{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"mYe" = (
/obj/structure/disposalpipe/segment{
icon_state = "pipe-c"
@@ -91823,6 +92207,13 @@
},
/turf/unsimulated/floor/plating,
/area/shuttle/legion)
+"mZJ" = (
+/obj/structure/cable/green{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/low/east,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"mZK" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 1
@@ -93000,6 +93391,17 @@
icon_state = "beachcorner"
},
/area/centcom/shared_dream)
+"nit" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/artifact_scanpad,
+/obj/structure/anomaly_container,
+/obj/structure/railing/mapped{
+ dir = 4
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_b)
"niA" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/bed/stool/chair,
@@ -93405,6 +93807,9 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/operations/warehouse)
+"nlK" = (
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"nlN" = (
/obj/machinery/door/airlock/glass_command{
dir = 4;
@@ -93502,6 +93907,13 @@
/obj/random/colored_jumpsuit,
/turf/simulated/floor/wood,
/area/shuttle/skipjack)
+"nmf" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"nmh" = (
/obj/structure/table/wood,
/obj/item/device/megaphone/sec,
@@ -93554,30 +93966,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/shuttle/intrepid/port_storage)
-"nmL" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 10
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/platform{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"nmM" = (
/obj/machinery/light,
/turf/simulated/floor/tiled,
@@ -94171,11 +94559,6 @@
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/simulated/floor/plating,
/area/horizon/shuttle/intrepid/main_compartment)
-"nsl" = (
-/obj/structure/table/steel,
-/obj/item/device/flashlight/lamp,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_b)
"nsp" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -94236,6 +94619,31 @@
/obj/structure/shuttle/engine/propulsion,
/turf/simulated/floor/plating,
/area/shuttle/mercenary)
+"nsL" = (
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/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/machinery/firealarm/west{
+ dir = 2;
+ pixel_x = 0;
+ pixel_y = -22
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"nsO" = (
/obj/machinery/door/blast/shutters{
density = 0;
@@ -94248,20 +94656,6 @@
/obj/effect/floor_decal/industrial/hatch/yellow,
/turf/simulated/floor/tiled/full,
/area/horizon/medical/reception)
-"nsP" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 10
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"nta" = (
/obj/effect/decal/fake_object{
dir = 4;
@@ -94704,6 +95098,19 @@
},
/turf/simulated/floor/tiled,
/area/horizon/rnd/xenobiology)
+"nvI" = (
+/obj/structure/table/reinforced/steel,
+/obj/machinery/door/firedoor,
+/obj/machinery/recharger/wallcharger{
+ pixel_x = 4;
+ pixel_y = -8
+ },
+/obj/machinery/recharger/wallcharger{
+ pixel_x = 4;
+ pixel_y = 3
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/test_range)
"nvJ" = (
/obj/effect/floor_decal/corner/white/diagonal,
/obj/structure/toilet{
@@ -94780,9 +95187,6 @@
icon_state = "dark_preview"
},
/area/centcom/holding)
-"nwn" = (
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_a)
"nwr" = (
/obj/effect/floor_decal/industrial/hatch/yellow,
/obj/machinery/door/firedoor,
@@ -95287,6 +95691,12 @@
/obj/random/tech_supply,
/turf/simulated/floor/plating,
/area/horizon/engineering/storage/lower)
+"nzX" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"nAf" = (
/obj/machinery/atmospherics/pipe/manifold/hidden{
dir = 4
@@ -95879,28 +96289,6 @@
/obj/effect/step_trigger/thrower/shuttle/south,
/turf/unsimulated/mineral/asteroid,
/area/template_noop)
-"nDW" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/platform_deco{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"nDX" = (
/obj/effect/floor_decal/corner/white/diagonal,
/obj/effect/floor_decal/spline/plain{
@@ -95909,6 +96297,28 @@
/obj/structure/window/reinforced/holowindow,
/turf/simulated/floor/holofloor/tiled,
/area/template_noop)
+"nEd" = (
+/obj/structure/cable/green{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
+/obj/machinery/alarm/south{
+ alarm_id = 1503;
+ breach_detection = 0;
+ rcon_setting = 3;
+ report_danger_level = 0;
+ req_one_access = list(7,47,24,11)
+ },
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/isolation_a)
"nEe" = (
/obj/effect/floor_decal/corner/dark_green{
dir = 5
@@ -95946,6 +96356,11 @@
},
/turf/simulated/floor/wood,
/area/horizon/operations/office)
+"nEH" = (
+/obj/effect/floor_decal/industrial/outline/research,
+/obj/machinery/light,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/test_range)
"nEO" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -96763,6 +97178,12 @@
},
/turf/simulated/floor/tiled,
/area/horizon/operations/office)
+"nKl" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 8
+ },
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"nKm" = (
/obj/structure/window/shuttle/scc_space_ship,
/obj/structure/grille,
@@ -96924,6 +97345,11 @@
},
/turf/simulated/floor/carpet/rubber,
/area/horizon/engineering/reactor/indra/monitoring)
+"nLE" = (
+/obj/machinery/space_heater,
+/obj/effect/floor_decal/industrial/outline/yellow,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/storage)
"nLF" = (
/obj/effect/floor_decal/industrial/warning,
/obj/random/contraband,
@@ -96936,14 +97362,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/operations/warehouse)
-"nLK" = (
-/obj/structure/table/standard,
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/carpet/rubber,
-/area/horizon/rnd/xenoarch/spectrometry)
"nLN" = (
/obj/structure/table/stone/marble,
/turf/unsimulated/floor/blue_circuit,
@@ -97073,6 +97491,9 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_3/central)
+"nMz" = (
+/turf/simulated/wall/r_wall,
+/area/horizon/rnd/xenoarch/presentation)
"nMC" = (
/obj/effect/floor_decal/industrial/outline/yellow,
/obj/machinery/r_n_d/protolathe,
@@ -97519,11 +97940,6 @@
},
/turf/simulated/floor/holofloor/carpet,
/area/horizon/holodeck/source_meetinghall)
-"nQm" = (
-/obj/machinery/space_heater,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"nQw" = (
/obj/effect/floor_decal/industrial/warning{
dir = 8
@@ -97618,6 +98034,11 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/wood,
/area/horizon/command/heads/hos)
+"nQW" = (
+/obj/effect/floor_decal/industrial/hatch/yellow,
+/obj/structure/reagent_dispensers/coolanttank,
+/turf/simulated/floor/carpet/rubber,
+/area/horizon/rnd/xenoarch/spectrometry)
"nQX" = (
/obj/effect/floor_decal/industrial/warning{
dir = 1
@@ -97953,6 +98374,23 @@
},
/turf/simulated/floor/reinforced,
/area/horizon/shuttle/quark/cockpit)
+"nTO" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/obj/machinery/light_switch{
+ dir = 1;
+ pixel_y = 26
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
+"nTP" = (
+/turf/simulated/floor/tiled/full,
+/area/horizon/rnd/xenoarch/presentation)
"nTT" = (
/obj/machinery/computer/shuttle_control/explore/terminal/quark{
dir = 1;
@@ -98488,6 +98926,24 @@
/obj/effect/floor_decal/industrial/outline/grey,
/turf/simulated/floor/tiled/dark,
/area/horizon/maintenance/deck_3/aft/starboard/far)
+"nZv" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"nZx" = (
/obj/effect/map_effect/window_spawner/full/reinforced/firedoor,
/turf/simulated/floor/tiled/dark/full,
@@ -98932,15 +99388,6 @@
/obj/machinery/vending/hydronutrients/hydroponics,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/service/hydroponics/lower)
-"ocs" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"ocx" = (
/turf/simulated/floor/shuttle/black,
/area/shuttle/hapt)
@@ -99357,20 +99804,6 @@
/obj/effect/floor_decal/industrial/hatch/yellow,
/turf/simulated/floor/tiled/white,
/area/horizon/rnd/xenobiology/foyer)
-"ofl" = (
-/obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor,
-/obj/machinery/alarm/south{
- alarm_id = 1501;
- breach_detection = 0;
- dir = 1;
- pixel_x = -2;
- pixel_y = -19;
- rcon_setting = 3;
- report_danger_level = 0;
- req_one_access = list(7,47,24,11)
- },
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
"ofm" = (
/obj/structure/flora/ausbushes/sunnybush,
/turf/simulated/floor/exoplanet/grass,
@@ -99523,18 +99956,6 @@
/obj/machinery/disposal,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/service/hydroponics/lower)
-"ofQ" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/item/clothing/glasses/safety/goggles,
-/obj/structure/window/borosilicate/reinforced{
- dir = 1
- },
-/obj/structure/window/borosilicate/reinforced{
- dir = 4
- },
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/test_range)
"ofT" = (
/obj/structure/railing/mapped,
/obj/machinery/conveyor{
@@ -99545,6 +99966,12 @@
/obj/effect/floor_decal/industrial/warning,
/turf/simulated/floor/tiled/full,
/area/supply/dock)
+"ofX" = (
+/obj/machinery/artifact_analyser,
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/structure/table/steel,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"oga" = (
/obj/machinery/light{
dir = 8
@@ -99837,6 +100264,30 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/medical/hallway)
+"ohr" = (
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Firing Range 1";
+ dir = 1
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/machinery/light_switch{
+ pixel_y = -22
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"ohs" = (
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 10
@@ -99949,6 +100400,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/horizon/engineering/reactor/supermatter/mainchamber)
+"oiu" = (
+/obj/item/book/manual/anomaly_spectroscopy,
+/turf/simulated/wall/r_wall,
+/area/horizon/security/brig)
"oiv" = (
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment,
@@ -100275,16 +100730,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/security/checkpoint)
-"okq" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/table/reinforced/steel,
-/obj/item/paper_bin,
-/obj/item/pen,
-/obj/structure/railing/mapped,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"okw" = (
/turf/simulated/wall,
/area/horizon/maintenance/substation/wing_port)
@@ -100353,23 +100798,6 @@
},
/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
@@ -100377,10 +100805,6 @@
/obj/effect/floor_decal/industrial/outline/firefighting_closet,
/turf/simulated/floor/plating,
/area/horizon/engineering/reactor/supermatter/mainchamber)
-"okU" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_c)
"old" = (
/obj/effect/floor_decal/corner/dark_blue{
dir = 5
@@ -100620,6 +101044,21 @@
},
/turf/simulated/floor/wood,
/area/horizon/command/heads/xo)
+"oni" = (
+/obj/structure/cable/green{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_y = -22
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/isolation_b)
"onk" = (
/obj/machinery/computer/ship/targeting/cockpit{
pixel_x = -25;
@@ -100728,6 +101167,16 @@
/obj/machinery/papershredder,
/turf/simulated/floor/wood,
/area/merchant_station)
+"onW" = (
+/obj/machinery/alarm/west,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 9
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"oob" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable/green{
@@ -101233,30 +101682,6 @@
/obj/machinery/alarm/east,
/turf/simulated/floor/tiled/dark,
/area/horizon/engineering/gravity_gen)
-"oqN" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 10
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/platform_deco{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"oqS" = (
/obj/item/clothing/gloves/yellow/specialu,
/obj/item/clothing/gloves/yellow/specialt,
@@ -101410,6 +101835,17 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_3/starboard/docks)
+"orp" = (
+/obj/machinery/light,
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"ors" = (
/obj/effect/floor_decal/industrial/warning{
dir = 1
@@ -101536,11 +101972,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/service/kitchen)
-"osb" = (
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"osd" = (
/obj/structure/bed/stool/chair/padded/black{
dir = 4
@@ -101585,6 +102016,26 @@
},
/turf/simulated/floor/plating,
/area/horizon/engineering/atmos/turbine)
+"osH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/window/southleft{
+ name = "Artifact Secure Storage";
+ req_access = list(47);
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/anomaly_storage)
"osJ" = (
/obj/effect/floor_decal/corner_wide/grey/diagonal,
/obj/machinery/atmospherics/unary/vent_scrubber/on,
@@ -102178,43 +102629,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_3/port/docks)
-"oxx" = (
-/obj/effect/floor_decal/corner_wide/purple/full{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/button/remote/blast_door{
- id = "iso_a";
- name = "Blast Door Control";
- pixel_x = -10;
- pixel_y = -22;
- req_access = list(65)
- },
-/obj/machinery/button/remote/blast_door{
- id = "iso_a_purge";
- name = "PURGE Atmosphere";
- pixel_y = -22;
- req_access = list(65)
- },
-/obj/machinery/button/remote/airlock{
- id = "riso1";
- name = "Door Bolt Control";
- pixel_x = 10;
- pixel_y = -22;
- req_access = list(65);
- specialfunctions = 4
- },
-/obj/machinery/atmospherics/valve/digital/open{
- dir = 4;
- name = "Isolation C"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"oxB" = (
/obj/machinery/cryopod{
dir = 1
@@ -102786,14 +103200,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/engineering/storage/lower)
-"oBk" = (
-/obj/machinery/portable_atmospherics/canister/hydrogen,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/atrium)
"oBl" = (
/obj/structure/bed/stool/chair/office/light{
dir = 8
@@ -102869,13 +103275,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/engineering/hallway/fore)
-"oBP" = (
-/obj/machinery/artifact_analyser,
-/obj/effect/floor_decal/spline/plain{
- dir = 6
- },
-/turf/simulated/floor/bluegrid,
-/area/horizon/rnd/xenoarch/isolation_a)
"oBR" = (
/obj/effect/floor_decal/corner/full{
dir = 1
@@ -102950,6 +103349,15 @@
/obj/machinery/status_display,
/turf/simulated/wall,
/area/horizon/operations/break_room)
+"oCs" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"oCz" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -103041,19 +103449,6 @@
/obj/effect/floor_decal/industrial/loading/yellow,
/turf/simulated/floor/tiled,
/area/horizon/security/brig)
-"oDm" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/effect/floor_decal/industrial/hatch_tiny/yellow,
-/obj/machinery/atmospherics/binary/pump{
- name = "Air Reserve to Airlock Reserve";
- dir = 4
- },
-/obj/machinery/atmospherics/binary/pump/fuel{
- name = "Fuel Tank to Thrusters"
- },
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/plating,
-/area/horizon/shuttle/intrepid/engineering)
"oDn" = (
/obj/machinery/door/firedoor,
/obj/effect/floor_decal/industrial/hatch_door/red{
@@ -103121,24 +103516,6 @@
/obj/effect/floor_decal/industrial/warning,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/main/starboard)
-"oDN" = (
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/atrium)
"oDT" = (
/obj/machinery/light/floor{
dir = 4
@@ -103618,6 +103995,14 @@
},
/turf/simulated/floor/holofloor/wood,
/area/horizon/holodeck/source_sauna)
+"oIq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/floor_decal/industrial/outline/research,
+/obj/structure/cable/green,
+/obj/machinery/power/apc/low/south,
+/obj/structure/anomaly_container,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/anomaly_storage)
"oIB" = (
/obj/machinery/recharge_station,
/obj/effect/floor_decal/industrial/outline/yellow,
@@ -103913,22 +104298,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/crew/chargebay)
-"oKf" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/structure/platform{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"oKh" = (
/obj/structure/railing/mapped,
/obj/machinery/light{
@@ -104312,6 +104681,17 @@
},
/turf/simulated/floor/tiled/dark,
/area/centcom/bar)
+"oMM" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/obj/structure/lattice/catwalk/indoor/grate/white,
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"oMP" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 9
@@ -104452,6 +104832,16 @@
},
/turf/simulated/floor/wood,
/area/horizon/crew/lounge)
+"oOh" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 1
+ },
+/obj/machinery/atmospherics/binary/pump{
+ dir = 4;
+ name = "gas pump (Into Canister)"
+ },
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"oOj" = (
/obj/structure/bed/stool/chair{
dir = 1
@@ -104492,6 +104882,16 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/medical/hallway/upper)
+"oOv" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"oOy" = (
/obj/machinery/portable_atmospherics/hydroponics,
/obj/effect/floor_decal/industrial/outline/yellow,
@@ -104876,12 +105276,12 @@
},
/turf/unsimulated/floor,
/area/centcom/legion/hangar5)
-"oRK" = (
-/obj/structure/window/reinforced{
- dir = 1
+"oRJ" = (
+/obj/structure/platform_deco{
+ dir = 4
},
-/obj/structure/filingcabinet/chestdrawer,
-/turf/simulated/floor/tiled/dark,
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/turf/simulated/floor/tiled/white,
/area/horizon/rnd/xenoarch/atrium)
"oRL" = (
/obj/effect/floor_decal/corner/mauve{
@@ -105230,6 +105630,24 @@
dir = 4
},
/area/horizon/holodeck/source_chapel)
+"oTT" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/floor_decal/spline/fancy/wood,
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
+"oUa" = (
+/obj/effect/floor_decal/corner/purple{
+ dir = 10
+ },
+/obj/effect/floor_decal/industrial/outline/custodial,
+/obj/structure/cart/storage/janitorialcart,
+/turf/simulated/floor/tiled,
+/area/horizon/service/custodial)
"oUb" = (
/obj/structure/table/stone/marble,
/obj/machinery/door/firedoor,
@@ -105328,6 +105746,11 @@
},
/turf/unsimulated/floor,
/area/centcom/bar)
+"oUQ" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/effect/floor_decal/industrial/warning,
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_a)
"oUR" = (
/obj/machinery/alarm/east,
/turf/simulated/floor,
@@ -106369,6 +106792,19 @@
/obj/machinery/microscope,
/turf/simulated/floor/tiled/white,
/area/horizon/security/forensic_laboratory)
+"pdh" = (
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 5
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/machinery/light_switch{
+ pixel_y = -22
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"pdq" = (
/obj/effect/floor_decal/corner/brown{
dir = 4
@@ -106391,6 +106827,16 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_1/central)
+"pdx" = (
+/obj/structure/table/reinforced/steel,
+/obj/item/reagent_containers/glass/bottle/phoron,
+/obj/machinery/requests_console/west{
+ department = "Xenoarchaeology";
+ departmentType = 2;
+ name = "Xenoarchaeology Requests Console"
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"pdD" = (
/obj/structure/bed/stool/chair/office/dark,
/turf/unsimulated/floor{
@@ -106564,14 +107010,6 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/medical/reception)
-"peK" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'WARNING: EQUIPMENT RADIOACTIVE DURING OPERATION'.";
- icon_state = "radiation";
- name = "WARNING: EQUIPMENT RADIOACTIVE DURING OPERATION sign"
- },
-/turf/simulated/wall/r_wall,
-/area/horizon/rnd/xenoarch/spectrometry)
"peL" = (
/obj/effect/floor_decal/corner/dark_blue/full{
dir = 1
@@ -106597,18 +107035,6 @@
/obj/item/wrench,
/turf/simulated/floor/tiled,
/area/horizon/security/brig)
-"peM" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/obj/machinery/door/window/northleft{
- name = "Canister Storage Access";
- req_access = list(65)
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/atrium)
"peQ" = (
/obj/structure/shuttle_part/scc_space_ship{
icon_state = "d2-2-f"
@@ -106682,15 +107108,6 @@
/obj/structure/flora/ausbushes/lavendergrass,
/turf/simulated/floor/grass/no_edge,
/area/centcom/bar)
-"pfn" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/atrium)
"pfp" = (
/obj/effect/floor_decal/corner/yellow{
dir = 1
@@ -107049,6 +107466,16 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/command/bridge/upperdeck)
+"piy" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/lattice/catwalk/indoor/grate/dark,
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"piz" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -107221,10 +107648,6 @@
"pjB" = (
/turf/simulated/wall/shuttle/scc_space_ship/cardinal,
/area/horizon/service/kitchen)
-"pjD" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_b)
"pjI" = (
/obj/machinery/door/airlock/highsecurity{
dir = 4;
@@ -107357,13 +107780,6 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/medical/main_storage)
-"plc" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/tiled,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
"plg" = (
/obj/machinery/door/firedoor,
/obj/structure/grille,
@@ -108422,18 +108838,6 @@
/obj/effect/floor_decal/spline/plain/lime,
/turf/simulated/floor/tiled/dark,
/area/horizon/service/hydroponics/garden)
-"ptF" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"puh" = (
/obj/structure/table/standard,
/obj/effect/floor_decal/corner/beige{
@@ -108658,25 +109062,6 @@
/obj/structure/window/shuttle/scc_space_ship/cardinal,
/turf/simulated/floor/plating,
/area/horizon/engineering/atmos/turbine)
-"pwv" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 5
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/structure/cable/green{
- icon_state = "0-2"
- },
-/obj/machinery/power/apc/north,
-/obj/structure/engineer_maintenance/pipe{
- dir = 8
- },
-/obj/structure/engineer_maintenance/electric{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"pwy" = (
/obj/structure/window/shuttle/scc_space_ship,
/obj/structure/grille,
@@ -109260,15 +109645,6 @@
/obj/effect/floor_decal/spline/plain/corner,
/turf/simulated/floor/exoplanet/snow,
/area/centcom/shared_dream)
-"pAO" = (
-/obj/machinery/firealarm/west,
-/obj/structure/closet/secure_closet/xenoarchaeologist{
- req_access = null;
- req_one_access = list(7,47)
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"pAQ" = (
/obj/structure/dispenser/oxygen,
/obj/effect/floor_decal/industrial/hatch/yellow,
@@ -109339,6 +109715,17 @@
},
/turf/simulated/floor/tiled,
/area/horizon/command/bridge/bridge_crew)
+"pBm" = (
+/obj/effect/floor_decal/industrial/outline_straight/yellow,
+/obj/machinery/firealarm/west{
+ dir = 4;
+ pixel_x = 22
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"pBn" = (
/obj/effect/floor_decal/corner/grey{
dir = 6
@@ -109860,14 +110247,6 @@
/obj/effect/floor_decal/industrial/hatch/yellow,
/turf/simulated/floor/tiled/dark,
/area/horizon/shuttle/mining)
-"pEb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"pEc" = (
/obj/effect/floor_decal/corner/dark_blue{
dir = 9
@@ -109970,27 +110349,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hangar/intrepid)
-"pFj" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner_wide/purple/full{
- dir = 8
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"pFs" = (
/turf/simulated/floor/wood,
/area/horizon/maintenance/deck_2/wing/starboard)
@@ -110592,25 +110950,12 @@
},
/turf/simulated/floor/plating,
/area/horizon/engineering/atmos/air)
-"pJS" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 5
+"pJT" = (
+/obj/effect/map_effect/window_spawner/full/reinforced/polarized/firedoor{
+ id = "xenoarch"
},
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
+/turf/simulated/floor/tiled/dark,
/area/horizon/rnd/xenoarch/atrium)
-"pKe" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/carpet/rubber,
-/area/horizon/rnd/xenoarch/spectrometry)
"pKf" = (
/obj/effect/floor_decal/corner/dark_green{
dir = 9
@@ -111233,6 +111578,20 @@
/obj/structure/table/rack,
/turf/unsimulated/floor/rubber_carpet,
/area/antag/jockey)
+"pPu" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/presentation)
"pPv" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 4
@@ -111434,6 +111793,14 @@
},
/turf/unsimulated/floor,
/area/centcom/holding)
+"pRh" = (
+/obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor,
+/obj/machinery/door/blast/regular/open{
+ id = "iso_c";
+ name = "Safety Blast Door"
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/isolation_c)
"pRv" = (
/obj/structure/table/steel,
/obj/effect/floor_decal/corner/dark_blue{
@@ -111898,24 +112265,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/main/interstitial)
-"pUU" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"pUW" = (
/obj/effect/floor_decal/corner/dark_blue{
dir = 5
@@ -111977,14 +112326,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/shuttle/mercenary)
-"pVZ" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/structure/closet/emcloset,
-/obj/effect/floor_decal/industrial/outline/emergency_closet,
-/turf/simulated/floor/tiled,
-/area/horizon/rnd/xenoarch/atrium)
"pWa" = (
/obj/effect/floor_decal/industrial/warning{
dir = 4
@@ -112261,13 +112602,6 @@
/obj/random/dirt_75,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/wing/port/nacelle)
-"pXW" = (
-/obj/machinery/door/blast/regular{
- id = "iso_b_purge";
- name = "Exterior Blast Door"
- },
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_b)
"pYd" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table/steel,
@@ -112330,31 +112664,6 @@
/obj/structure/lattice,
/turf/space/dynamic,
/area/horizon/exterior)
-"pYQ" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera/network/research{
- c_tag = "Research - Xenoarchaeology 3";
- dir = 4
- },
-/obj/machinery/requests_console/west{
- department = "Xenoarchaeology";
- departmentType = 2;
- name = "Xenoarchaeology Requests Console"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"pYS" = (
/obj/machinery/atmospherics/pipe/simple/hidden,
/obj/machinery/door/airlock/external,
@@ -112426,15 +112735,6 @@
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/simulated/floor,
/area/horizon/maintenance/deck_3/security/port)
-"pZz" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/effect/floor_decal/corner_wide/white{
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"pZC" = (
/obj/effect/floor_decal/corner/dark_blue/full{
dir = 8
@@ -112679,13 +112979,16 @@
icon_state = "dark_preview"
},
/area/centcom/holding)
-"qbK" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable/green{
- icon_state = "1-2"
+"qbA" = (
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
},
-/turf/simulated/floor/tiled,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/industrial/warning{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"qbL" = (
/obj/machinery/atmospherics/unary/vent_pump/high_volume{
dir = 8
@@ -112797,6 +113100,28 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/atmos/turbine)
+"qcG" = (
+/obj/structure/cable/green{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/alarm/south{
+ alarm_id = 1503;
+ breach_detection = 0;
+ rcon_setting = 3;
+ report_danger_level = 0;
+ req_one_access = list(7,47,24,11)
+ },
+/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/isolation_b)
"qcH" = (
/obj/structure/cable/green{
icon_state = "2-8"
@@ -112849,6 +113174,19 @@
/obj/machinery/atmospherics/pipe/manifold/visible/black,
/turf/simulated/floor/tiled/dark,
/area/horizon/engineering/reactor/supermatter/waste)
+"qcT" = (
+/obj/machinery/door/blast/regular{
+ id = "iso_b_purge";
+ name = "Exterior Blast Door"
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_b)
"qcV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
@@ -113115,18 +113453,6 @@
/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
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/effect/landmark{
- name = "borerstart"
- },
-/turf/simulated/floor/tiled,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
"qeH" = (
/obj/effect/floor_decal/corner_wide/yellow{
dir = 1
@@ -113941,6 +114267,21 @@
/obj/machinery/door/firedoor/noid,
/turf/simulated/floor/tiled/dark/full,
/area/shuttle/skipjack)
+"qlF" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/table/rack/folding_table{
+ material = "aluminium"
+ },
+/obj/item/storage/toolbox/mechanical,
+/obj/item/clothing/head/welding,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"qlM" = (
/obj/effect/floor_decal/corner/teal{
dir = 10
@@ -114181,6 +114522,12 @@
/obj/structure/table/stone/marble,
/turf/simulated/floor/marble/dark,
/area/horizon/command/bridge/minibar)
+"qnl" = (
+/obj/effect/floor_decal/industrial/warning/corner{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"qnn" = (
/obj/structure/table/reinforced/steel,
/obj/item/storage/firstaid/adv{
@@ -114379,6 +114726,13 @@
},
/turf/simulated/floor/tiled,
/area/horizon/engineering/hallway/interior)
+"qoS" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 10
+ },
+/obj/random/pottedplant,
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"qoX" = (
/turf/simulated/floor/reinforced,
/area/horizon/rnd/xenobiology/hazardous)
@@ -114446,6 +114800,18 @@
/obj/item/gun/projectile/automatic/rifle/shotgun,
/turf/simulated/floor/shuttle/black,
/area/shuttle/hapt)
+"qpt" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/obj/effect/floor_decal/industrial/warning{
+ dir = 10
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_b)
"qpM" = (
/obj/structure/window/reinforced{
dir = 4
@@ -114989,6 +115355,30 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/rnd/xenobiology/foyer)
+"qtJ" = (
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/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-4"
+ },
+/obj/structure/cable/green{
+ icon_state = "2-8";
+ d1 = 2;
+ d2 = 8
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"qtL" = (
/obj/effect/floor_decal/corner/brown/full{
dir = 8
@@ -115204,6 +115594,19 @@
/obj/machinery/smartfridge/foodheater,
/turf/simulated/floor/tiled/white,
/area/horizon/service/kitchen)
+"qvi" = (
+/obj/machinery/door/blast/regular{
+ id = "iso_c_purge";
+ name = "Exterior Blast Door"
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_c)
"qvy" = (
/obj/structure/lattice/catwalk/indoor/grate/dark,
/obj/effect/landmark{
@@ -115472,13 +115875,6 @@
/obj/structure/platform/cutout,
/turf/simulated/floor/tiled/dark,
/area/horizon/service/bar)
-"qxy" = (
-/obj/machinery/door/blast/regular{
- id = "iso_a_purge";
- name = "Exterior Blast Door"
- },
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_c)
"qxB" = (
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/cobweb,
@@ -115558,25 +115954,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/unsimulated/floor,
/area/centcom/legion)
-"qxX" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/external{
- dir = 4;
- id_tag = "riso2";
- name = "Isolation B";
- req_access = list(47)
- },
-/obj/machinery/door/blast/regular/open{
- id = "iso_b";
- name = "Safety Blast Door"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/isolation_b)
"qyc" = (
/obj/structure/flora/rock/pile{
density = 0;
@@ -115731,15 +116108,6 @@
/obj/effect/floor_decal/corner/yellow,
/turf/simulated/floor/tiled/dark,
/area/horizon/engineering/atmos/turbine)
-"qzL" = (
-/obj/effect/floor_decal/corner_wide/purple/full{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"qzR" = (
/obj/structure/lattice/catwalk/indoor/grate/dark,
/obj/structure/cable{
@@ -115774,6 +116142,14 @@
/obj/effect/floor_decal/industrial/outline/yellow,
/turf/simulated/floor/tiled/white,
/area/horizon/medical/pharmacy)
+"qAi" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 9
+ },
+/obj/structure/table/reinforced/steel,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"qAo" = (
/turf/simulated/wall,
/area/horizon/operations/mail_room)
@@ -115793,15 +116169,6 @@
},
/turf/simulated/floor/airless,
/area/horizon/engineering/atmos)
-"qAu" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 8
- },
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/test_range)
"qAB" = (
/obj/effect/floor_decal/industrial/warning{
dir = 10
@@ -115957,14 +116324,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/rnd/xenobiology/xenoflora)
-"qBh" = (
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"qBm" = (
/obj/machinery/portable_atmospherics/hydroponics,
/obj/effect/floor_decal/industrial/outline/yellow,
@@ -116094,17 +116453,6 @@
"qBZ" = (
/turf/simulated/wall,
/area/horizon/stairwell/port/deck_3)
-"qCc" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/extinguisher_cabinet/west,
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"qCi" = (
/obj/structure/foamedmetal,
/obj/structure/shuttle_part/scc_space_ship{
@@ -116191,6 +116539,23 @@
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/unsimulated/floor/plating,
/area/centcom/legion)
+"qDc" = (
+/obj/structure/cable/green{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc/low/north,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"qDs" = (
/obj/effect/floor_decal/corner/brown{
dir = 10
@@ -116207,6 +116572,27 @@
},
/turf/simulated/floor/reinforced/airless,
/area/horizon/engineering/atmos)
+"qDx" = (
+/obj/structure/table/rack/retail_shelf{
+ name = "storage shelf"
+ },
+/obj/item/storage/bag/inflatable{
+ pixel_y = 6;
+ pixel_x = -4
+ },
+/obj/item/storage/bag/inflatable{
+ pixel_y = -5;
+ pixel_x = -4
+ },
+/obj/item/storage/box/lights/mixed{
+ pixel_x = 5;
+ pixel_y = -4
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/storage)
"qDy" = (
/turf/simulated/wall,
/area/horizon/security/forensic_laboratory)
@@ -116383,6 +116769,16 @@
/obj/structure/lattice,
/turf/space/dynamic,
/area/horizon/exterior)
+"qEr" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/obj/machinery/firealarm/west,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"qEu" = (
/obj/machinery/atmospherics/pipe/simple/visible/green{
dir = 4
@@ -116875,6 +117271,19 @@
},
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/wing/starboard/far)
+"qHV" = (
+/obj/effect/floor_decal/industrial/warning/corner{
+ dir = 4
+ },
+/obj/structure/cable/green{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/carpet/rubber,
+/area/horizon/rnd/xenoarch/spectrometry)
"qHY" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 4
@@ -117043,6 +117452,17 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/tiled,
/area/horizon/hangar/operations)
+"qIW" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/presentation)
"qJc" = (
/obj/machinery/door/airlock/glass_research{
dir = 1;
@@ -117164,6 +117584,13 @@
},
/turf/simulated/floor/tiled/dark,
/area/shuttle/mercenary)
+"qJG" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"qKh" = (
/obj/machinery/cell_charger{
pixel_y = 3
@@ -117362,15 +117789,6 @@
/obj/machinery/suit_cycler/wizard,
/turf/unsimulated/floor/marble,
/area/antag/wizard)
-"qLi" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"qLq" = (
/obj/structure/lattice/catwalk/indoor/grate/dark,
/obj/structure/window/reinforced,
@@ -117428,13 +117846,6 @@
},
/turf/simulated/floor,
/area/horizon/maintenance/deck_3/aft/starboard/far)
-"qLP" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/test_range)
"qLV" = (
/obj/machinery/shieldwallgen,
/obj/effect/floor_decal/industrial/outline/yellow,
@@ -117543,29 +117954,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/hangar/intrepid)
-"qMB" = (
-/obj/effect/floor_decal/corner_wide/purple,
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/platform_deco,
-/obj/structure/cable/green{
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"qMC" = (
/obj/structure/table/wood,
/obj/machinery/recharger,
@@ -117625,6 +118013,27 @@
/obj/effect/floor_decal/industrial/outline/yellow,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/atmos)
+"qMU" = (
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet/south,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"qMX" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 1
@@ -118249,10 +118658,6 @@
icon_state = "desert"
},
/area/horizon/holodeck/source_desert)
-"qSa" = (
-/obj/effect/floor_decal/industrial/warning,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/test_range)
"qSe" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
/obj/machinery/button/remote/airlock{
@@ -118356,6 +118761,21 @@
},
/turf/simulated/floor/reinforced/airless,
/area/horizon/engineering/reactor/indra/mainchamber)
+"qTi" = (
+/obj/structure/cable/green{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_y = -22
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/isolation_c)
"qTs" = (
/obj/machinery/light,
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -118558,6 +118978,12 @@
},
/turf/unsimulated/floor,
/area/antag/raider)
+"qVe" = (
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/presentation)
"qVf" = (
/obj/effect/floor_decal/corner/yellow/diagonal,
/obj/effect/floor_decal/industrial/warning{
@@ -118599,6 +119025,14 @@
/obj/effect/floor_decal/industrial/outline/security,
/turf/simulated/floor/plating,
/area/horizon/engineering/bluespace_drive)
+"qVt" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/blast/shutters{
+ name = "Secure Gas Storage";
+ id = "arch-gas"
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"qVu" = (
/obj/machinery/computer/rdconsole/robotics{
dir = 4
@@ -119207,18 +119641,6 @@
/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,
@@ -119624,18 +120046,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/operations/loading)
-"rdI" = (
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/atrium)
"rdM" = (
/obj/structure/lattice/catwalk/indoor/grate/dark,
/obj/machinery/atmospherics/unary/vent_pump/high_volume{
@@ -119738,6 +120148,23 @@
},
/turf/simulated/floor/exoplanet/grass/grove,
/area/centcom/shared_dream)
+"reo" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 8
+ },
+/obj/structure/closet/crate/plastic{
+ name = "folding chairs crate"
+ },
+/obj/item/material/stool/chair/folding/camping,
+/obj/item/material/stool/chair/folding/camping,
+/obj/item/material/stool/chair/folding/camping,
+/obj/item/material/stool/chair/folding/camping,
+/obj/item/material/stool/chair/folding/camping,
+/obj/item/material/stool/chair/folding/camping,
+/obj/item/material/stool/chair/folding/camping,
+/obj/item/material/stool/chair/folding/camping,
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"res" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/cable/green{
@@ -119794,6 +120221,20 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/rnd/xenobiology/xenoflora)
+"rew" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/obj/structure/cable/green{
+ icon_state = "2-4"
+ },
+/obj/structure/lattice/catwalk/indoor/grate/white,
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"rex" = (
/obj/effect/floor_decal/corner/mauve{
dir = 9
@@ -120021,29 +120462,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden,
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_3/starboard/docks)
-"rgn" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/camera/network/research{
- c_tag = "Research - Isolation C";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/machinery/alarm/south{
- alarm_id = 1501;
- breach_detection = 0;
- rcon_setting = 3;
- report_danger_level = 0;
- req_one_access = list(7,47,24,11)
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/isolation_a)
"rgs" = (
/obj/machinery/atmospherics/pipe/simple/hidden,
/obj/effect/decal/cleanable/dirt,
@@ -120317,13 +120735,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/shuttle/intrepid/port_compartment)
-"rje" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
- dir = 1
- },
-/obj/machinery/meter,
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"rji" = (
/obj/structure/grille/diagonal{
dir = 4
@@ -120416,6 +120827,20 @@
icon_state = "1,7"
},
/area/horizon/shuttle/mining)
+"rjx" = (
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Xenoarchaeology Hall";
+ pixel_y = 4
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/obj/machinery/light_switch{
+ dir = 1;
+ pixel_y = 26
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"rjz" = (
/obj/machinery/portable_atmospherics/hydroponics,
/obj/effect/floor_decal/industrial/outline/service,
@@ -120676,6 +121101,16 @@
/obj/effect/floor_decal/industrial/outline/blue,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/atmos/storage)
+"rlI" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/lattice/catwalk/indoor/grate/dark,
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"rlJ" = (
/obj/effect/floor_decal/corner_wide/paleblue/diagonal{
dir = 8
@@ -120847,6 +121282,20 @@
icon_state = "dark_preview"
},
/area/centcom/holding)
+"rmB" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ dir = 1;
+ name = "General Storage";
+ req_access = list(65)
+ },
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"rmH" = (
/obj/effect/floor_decal/corner/dark_green/full{
dir = 8
@@ -121207,14 +121656,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hangar/auxiliary)
-"roq" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/alarm/north,
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/atrium)
"rou" = (
/obj/effect/decal/fake_object{
dir = 8;
@@ -121422,6 +121863,19 @@
},
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/main/port)
+"rpZ" = (
+/obj/structure/cable/green{
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc/low/north,
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/outline_straight/yellow{
+ dir = 4
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_b)
"rqd" = (
/obj/effect/floor_decal/corner/dark_blue{
dir = 6
@@ -121574,6 +122028,15 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/medical/main_storage)
+"rri" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"rrk" = (
/obj/effect/floor_decal/industrial/warning{
dir = 8
@@ -121661,6 +122124,18 @@
},
/turf/simulated/floor/reinforced,
/area/horizon/shuttle/canary)
+"rrL" = (
+/obj/machinery/door/airlock/glass_research{
+ dir = 1;
+ name = "Test Range";
+ req_access = list(47)
+ },
+/obj/effect/map_effect/door_helper/unres{
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/test_range)
"rrP" = (
/obj/structure/window/reinforced/crescent{
dir = 4
@@ -121923,13 +122398,6 @@
},
/turf/simulated/floor,
/area/horizon/maintenance/deck_3/aft/starboard)
-"rtE" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/binary/pump{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"rtG" = (
/obj/effect/floor_decal/corner_wide/green{
dir = 6
@@ -122657,26 +123125,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/unsimulated/floor,
/area/antag/raider)
-"ryQ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/floor_decal/corner/dark_green{
- dir = 5
- },
-/obj/machinery/firealarm/north,
-/turf/simulated/floor/tiled,
-/area/horizon/hangar/auxiliary)
-"ryR" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"ryS" = (
/obj/structure/plasticflaps/airtight,
/obj/machinery/door/airlock/medical{
@@ -123677,11 +124125,6 @@
/obj/effect/floor_decal/corner_wide/green/diagonal,
/turf/simulated/floor/tiled/white,
/area/horizon/medical/exam)
-"rGw" = (
-/obj/machinery/door/firedoor,
-/obj/structure/window/shuttle/scc_space_ship/cardinal,
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"rGx" = (
/obj/machinery/atmospherics/binary/pump{
dir = 4;
@@ -123731,9 +124174,6 @@
/obj/structure/railing/mapped,
/turf/simulated/open,
/area/horizon/maintenance/deck_2/wing/starboard/near)
-"rGL" = (
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_c)
"rGQ" = (
/obj/effect/floor_decal/corner/white{
dir = 5
@@ -124506,16 +124946,6 @@
/obj/effect/floor_decal/industrial/hatch/yellow,
/turf/simulated/floor,
/area/horizon/hallway/primary/deck_3/port/docks)
-"rMg" = (
-/obj/machinery/artifact_analyser,
-/obj/effect/floor_decal/spline/plain{
- dir = 6
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/greengrid,
-/area/horizon/rnd/xenoarch/atrium)
"rMj" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -124766,6 +125196,15 @@
},
/turf/simulated/floor,
/area/horizon/maintenance/deck_3/aft/port)
+"rOd" = (
+/obj/machinery/atmospherics/unary/heater{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 6
+ },
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"rOj" = (
/obj/effect/floor_decal/corner/red/full{
dir = 1
@@ -125293,6 +125732,9 @@
},
/turf/unsimulated/floor,
/area/centcom/legion)
+"rSL" = (
+/turf/space,
+/area/horizon/exterior)
"rSO" = (
/obj/effect/floor_decal/industrial/outline_door/yellow{
dir = 8
@@ -125302,18 +125744,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/maintenance/deck_2/wing/port/nacelle)
-"rSR" = (
-/obj/machinery/door/airlock/maintenance{
- dir = 4;
- name = "Xenobotany Maintenance";
- req_one_access = list(12,47)
- },
-/obj/machinery/door/firedoor{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/hatch/yellow,
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/hallway/secondary)
"rSS" = (
/obj/structure/table/standard,
/obj/item/paper_bin{
@@ -126106,6 +126536,12 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/security/forensic_laboratory)
+"rYP" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"rYV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -126238,6 +126674,9 @@
},
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/main/starboard)
+"sah" = (
+/turf/simulated/wall/shuttle/scc_space_ship/cardinal,
+/area/horizon/rnd/xenoarch/spectrometry)
"sai" = (
/obj/structure/bed/stool/chair/office/bridge/generic{
dir = 4
@@ -126291,42 +126730,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/service/custodial/disposals/deck_1)
-"sau" = (
-/obj/structure/noticeboard/command,
-/turf/simulated/wall,
-/area/horizon/hallway/primary/deck_2/central)
-"saC" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/table/reinforced/steel,
-/obj/item/flame/lighter/random{
- pixel_x = -6;
- pixel_y = 8
- },
-/obj/item/reagent_containers/dropper{
- pixel_y = -4
- },
-/obj/item/reagent_containers/glass/beaker{
- pixel_x = 5;
- pixel_y = 5
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
-"saF" = (
-/obj/machinery/door/airlock/maintenance{
- dir = 1;
- name = "Xenoarchaeology Maintenance Access";
- req_access = list(65)
- },
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"saG" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
@@ -126550,6 +126953,18 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/holodeck/source_biesel)
+"scM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/floor_decal/industrial/outline/research,
+/obj/machinery/light/small{
+ dir = 1;
+ must_start_working = 1
+ },
+/obj/structure/table/rack/folding_table{
+ material = "aluminium"
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/anomaly_storage)
"scN" = (
/obj/effect/floor_decal/industrial/hatch/red,
/turf/simulated/floor/tiled/dark/full,
@@ -126592,13 +127007,6 @@
},
/turf/simulated/floor/holofloor/carpet,
/area/horizon/holodeck/source_biesel)
-"sdd" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/test_range)
"sdh" = (
/obj/machinery/door/airlock/centcom{
name = "Entertainment Wing Maintenance";
@@ -126689,6 +127097,11 @@
/obj/effect/floor_decal/industrial/outline/yellow,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/atmos)
+"sdy" = (
+/obj/effect/floor_decal/industrial/warning/corner,
+/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"sdB" = (
/obj/structure/bed/stool/chair{
dir = 4
@@ -126833,15 +127246,6 @@
},
/turf/unsimulated/floor/wood,
/area/antag/actor)
-"seT" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/structure/closet/emcloset,
-/obj/effect/floor_decal/industrial/outline/emergency_closet,
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/atrium)
"seU" = (
/obj/machinery/atmospherics/pipe/simple/visible/black,
/obj/machinery/atmospherics/pipe/simple/visible/purple{
@@ -126905,9 +127309,6 @@
},
/turf/simulated/floor/holofloor/wood,
/area/horizon/holodeck/source_courtroom)
-"sfh" = (
-/turf/simulated/wall/r_wall,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
"sfm" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
@@ -127013,6 +127414,12 @@
"sfZ" = (
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_2/fore)
+"sge" = (
+/obj/structure/cart/storage/janitorialcart/full{
+ dir = 8
+ },
+/turf/unsimulated/floor/plating,
+/area/centcom/legion)
"sgi" = (
/obj/effect/floor_decal/industrial/warning/full,
/obj/machinery/porta_turret,
@@ -127329,12 +127736,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_2/fore)
-"shv" = (
-/obj/structure/platform_deco{
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/horizon/rnd/xenoarch/atrium)
"shw" = (
/obj/effect/decal/cleanable/dirt,
/turf/unsimulated/floor/plating,
@@ -127955,9 +128356,6 @@
/obj/effect/floor_decal/corner/dark_blue/diagonal,
/turf/simulated/floor/tiled/dark,
/area/horizon/hangar/control)
-"slL" = (
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_b)
"slO" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/tiled,
@@ -128000,6 +128398,43 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/tiled,
/area/horizon/stairwell/starboard/deck_2)
+"slW" = (
+/obj/machinery/button/remote/blast_door{
+ id = "iso_a";
+ name = "Isolation A Interior Blast Doors";
+ pixel_x = -10;
+ pixel_y = -22;
+ req_access = list(65)
+ },
+/obj/machinery/button/remote/blast_door{
+ id = "iso_a_purge";
+ name = "Isolation A Exterior Blast Doors (Purge)";
+ pixel_y = -22;
+ req_access = list(65)
+ },
+/obj/machinery/button/remote/airlock{
+ id = "riso1";
+ name = "Isolation A Entry Door Bolt Toggle";
+ pixel_x = 10;
+ pixel_y = -22;
+ req_access = list(65);
+ specialfunctions = 4
+ },
+/obj/machinery/atmospherics/valve/digital/open{
+ dir = 4;
+ name = "Isolation C"
+ },
+/obj/structure/cable/green{
+ icon_state = "1-4"
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"slZ" = (
/obj/structure/table/standard,
/obj/item/device/multitool,
@@ -128739,30 +129174,6 @@
/obj/structure/lattice,
/turf/space/dynamic,
/area/horizon/exterior)
-"srz" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 10
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "2-8"
- },
-/obj/structure/platform{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"srA" = (
/obj/structure/platform_deco{
dir = 1
@@ -129085,18 +129496,6 @@
/obj/effect/floor_decal/corner/paleblue/full,
/turf/unsimulated/floor/freezer,
/area/antag/mercenary)
-"stV" = (
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"stX" = (
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -129180,6 +129579,12 @@
density = 1
},
/area/centcom/shared_dream)
+"suF" = (
+/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
+/obj/effect/floor_decal/industrial/warning,
+/obj/machinery/meter,
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"suH" = (
/obj/machinery/cryopod,
/obj/effect/floor_decal/corner/paleblue/diagonal{
@@ -129348,10 +129753,6 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/stairwell/starboard/deck_1)
-"swc" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_b)
"swe" = (
/obj/effect/floor_decal/corner/dark_blue/diagonal,
/obj/item/modular_computer/console/preset/security{
@@ -129423,21 +129824,6 @@
/obj/effect/floor_decal/industrial/hatch/yellow,
/turf/simulated/floor/tiled/full,
/area/horizon/operations/warehouse)
-"swA" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"swI" = (
/obj/structure/railing/mapped{
dir = 8
@@ -129775,17 +130161,6 @@
/obj/effect/step_trigger/thrower/shuttle/east,
/turf/space/transit/north,
/area/template_noop)
-"syQ" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/closet/firecloset,
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/outline/firefighting_closet,
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/atrium)
"syR" = (
/obj/effect/floor_decal/corner/white{
dir = 1
@@ -129808,6 +130183,16 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/maintenance/substation/security)
+"syU" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/effect/floor_decal/industrial/hatch/yellow,
+/obj/effect/floor_decal/industrial/hatch/yellow,
+/obj/machinery/door/window/northleft{
+ name = "Secure Gas Storage Access";
+ req_access = list(65)
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"syV" = (
/obj/effect/floor_decal/industrial/warning{
dir = 8
@@ -130031,6 +130416,9 @@
},
/turf/unsimulated/floor,
/area/centcom/legion/hangar5)
+"sAy" = (
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"sAz" = (
/obj/vehicle/droppod/legion{
connected_blastdoor = "tcfl_droppod_2"
@@ -130155,6 +130543,17 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_3/central)
+"sBm" = (
+/obj/structure/railing/mapped{
+ name = "adjusted railing"
+ },
+/obj/structure/closet/secure_closet/xenoarchaeologist{
+ req_access = null;
+ req_one_access = list(7,47)
+ },
+/obj/effect/floor_decal/industrial/outline/yellow,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"sBq" = (
/obj/structure/sign/staff_only,
/turf/unsimulated/wall/darkshuttlewall,
@@ -130270,6 +130669,20 @@
"sCh" = (
/turf/template_noop,
/area/horizon/exterior)
+"sCi" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/anomaly_storage)
"sCn" = (
/obj/structure/bed/stool/chair/office/dark,
/obj/effect/floor_decal/corner_wide/paleblue{
@@ -130284,16 +130697,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/engineering/atmos)
-"sCq" = (
-/obj/structure/bed/stool/chair/office/dark{
- dir = 4
- },
-/obj/effect/floor_decal/corner_wide/purple/full{
- dir = 4
- },
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"sCr" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 8
@@ -130317,6 +130720,16 @@
},
/turf/simulated/floor/tiled/dark,
/area/shuttle/mercenary)
+"sCy" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/cable/green{
+ icon_state = "4-8"
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"sCG" = (
/obj/structure/bed/stool/chair/sofa/left/brown,
/obj/effect/landmark/start{
@@ -130516,6 +130929,12 @@
/obj/effect/shuttle_landmark/escape_pod/transit/pod3,
/turf/space/transit/east,
/area/template_noop)
+"sDY" = (
+/obj/effect/floor_decal/corner/dark_green{
+ dir = 5
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/hangar/auxiliary)
"sDZ" = (
/obj/structure/cable/green{
icon_state = "4-8"
@@ -130839,26 +131258,6 @@
/obj/random/dirt_75,
/turf/simulated/floor/tiled/dark,
/area/horizon/maintenance/deck_2/wing/port/nacelle)
-"sGi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/window/eastright{
- name = "Xenoarchaeology Platform Access";
- req_access = list(65)
- },
-/obj/structure/railing/mapped,
-/obj/structure/platform_stairs/full{
- dir = 4
- },
-/obj/structure/platform{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"sGj" = (
/obj/machinery/light,
/obj/effect/floor_decal/corner/mauve/diagonal,
@@ -131151,10 +131550,6 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/horizon/hallway/primary/deck_3/port/docks)
-"sIi" = (
-/obj/effect/map_effect/window_spawner/full/reinforced/firedoor,
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/atrium)
"sIj" = (
/obj/machinery/light{
dir = 4
@@ -131253,6 +131648,23 @@
/obj/machinery/firealarm/south,
/turf/simulated/floor/tiled/white,
/area/horizon/crew/fitness/showers)
+"sIT" = (
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"sIU" = (
/obj/machinery/door/airlock/glass_service{
dir = 4;
@@ -131292,11 +131704,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/command/bridge/controlroom)
-"sJg" = (
-/obj/structure/table/steel,
-/obj/item/device/flashlight/lamp,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_a)
"sJm" = (
/obj/structure/cable/green{
icon_state = "1-2"
@@ -131580,6 +131987,22 @@
},
/turf/unsimulated/floor,
/area/centcom/bar)
+"sLh" = (
+/obj/structure/cable/green{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc/low/east,
+/obj/structure/reagent_dispensers/water_cooler{
+ pixel_y = 17;
+ pixel_x = 11;
+ density = 0
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/presentation)
"sLm" = (
/obj/structure/disposalpipe/segment,
/obj/effect/floor_decal/corner/dark_green{
@@ -131618,6 +132041,11 @@
/obj/machinery/atmospherics/pipe/manifold4w/hidden,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/shuttle/intrepid/main_compartment)
+"sLp" = (
+/obj/effect/floor_decal/industrial/outline/research,
+/obj/effect/decal/cleanable/cobweb2,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/anomaly_storage)
"sLq" = (
/obj/effect/floor_decal/corner_wide/green{
dir = 6
@@ -131961,6 +132389,15 @@
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/aft)
+"sNA" = (
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"sNE" = (
/obj/effect/floor_decal/industrial/warning,
/turf/simulated/floor/tiled/dark/full,
@@ -132066,6 +132503,30 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/service/hydroponics/garden)
+"sOx" = (
+/obj/machinery/door/airlock/external{
+ dir = 4;
+ id_tag = "riso2";
+ name = "Isolation B";
+ req_access = list(47)
+ },
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/machinery/door/blast/regular/open{
+ id = "iso_b";
+ name = "Safety Blast Door"
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/floor_decal/sign/b,
+/obj/structure/plasticflaps/airtight,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/isolation_b)
"sOy" = (
/obj/structure/cable/green{
icon_state = "2-8"
@@ -132095,10 +132556,6 @@
},
/turf/simulated/floor/wood,
/area/horizon/command/heads/rd)
-"sOE" = (
-/obj/machinery/recharge_station,
-/turf/simulated/floor/tiled,
-/area/horizon/rnd/xenoarch/atrium)
"sOQ" = (
/obj/structure/lattice/catwalk/indoor,
/obj/effect/floor_decal/industrial/outline/red,
@@ -132209,24 +132666,6 @@
/obj/structure/table/wood,
/turf/simulated/floor/tiled,
/area/horizon/hangar/intrepid)
-"sPG" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/structure/lattice/catwalk/indoor/grate/dark,
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"sPI" = (
/obj/effect/floor_decal/corner/red/full{
dir = 1
@@ -132254,14 +132693,6 @@
"sQb" = (
/turf/simulated/wall/shuttle/scc_space_ship/cardinal,
/area/horizon/service/chapel/office)
-"sQc" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/table/reinforced/steel,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"sQe" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/wood,
@@ -132799,6 +133230,14 @@
},
/turf/simulated/floor/carpet,
/area/horizon/command/heads/xo)
+"sTm" = (
+/obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor,
+/obj/machinery/door/blast/regular/open{
+ id = "iso_a";
+ name = "Safety Blast Door"
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/isolation_a)
"sTv" = (
/turf/simulated/wall/shuttle/unique/mercenary/small{
icon_state = "5,2"
@@ -132940,10 +133379,6 @@
/obj/machinery/portable_atmospherics/canister/empty,
/turf/simulated/floor/plating,
/area/horizon/engineering/reactor/indra/office)
-"sUY" = (
-/obj/structure/bed/stool/chair/office/dark,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"sUZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
dir = 4
@@ -133246,6 +133681,12 @@
},
/turf/unsimulated/floor,
/area/centcom/bar)
+"sWZ" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"sXa" = (
/obj/effect/floor_decal/corner/dark_blue/full{
dir = 4
@@ -134226,26 +134667,6 @@
/obj/item/clothing/suit/storage/hooded/wintercoat/scc,
/turf/simulated/floor/plating,
/area/horizon/hangar/intrepid)
-"tfj" = (
-/obj/structure/closet/crate/bin{
- name = "subject clothing"
- },
-/obj/item/clothing/shoes/sneakers,
-/obj/item/clothing/shoes/sneakers,
-/obj/item/clothing/under/medical_gown/white,
-/obj/item/clothing/under/medical_gown/white,
-/obj/structure/cable/green{
- icon_state = "0-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/obj/machinery/power/apc/low/south,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/isolation_c)
"tfm" = (
/obj/effect/floor_decal/corner/dark_blue/diagonal,
/turf/simulated/floor/tiled/dark,
@@ -134785,15 +135206,6 @@
},
/turf/simulated/floor/wood,
/area/horizon/command/heads/hos)
-"tiW" = (
-/obj/machinery/power/emitter{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"tiY" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/green{
@@ -134807,26 +135219,6 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/tiled/full,
/area/horizon/maintenance/deck_3/security/port)
-"tjf" = (
-/obj/structure/table/rack,
-/obj/item/storage/box/monkeycubes{
- pixel_x = 5;
- pixel_y = -2
- },
-/obj/item/storage/box/monkeycubes,
-/obj/item/storage/box/monkeycubes{
- pixel_x = -5;
- pixel_y = 2
- },
-/obj/item/reagent_containers/spray/cleaner{
- pixel_x = -4;
- pixel_y = -3
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"tjg" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -135147,15 +135539,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/security/interrogation)
-"tlf" = (
-/obj/effect/floor_decal/corner_wide/purple/full{
- dir = 4
- },
-/obj/structure/platform{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"tli" = (
/obj/structure/bed/stool/chair/office/dark{
dir = 1
@@ -135188,6 +135571,16 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/engineering/atmos/propulsion/starboard)
+"tlq" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 1
+ },
+/obj/structure/cable/green{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/low/east,
+/turf/simulated/floor/carpet/rubber,
+/area/horizon/rnd/xenoarch/spectrometry)
"tlz" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
@@ -135787,6 +136180,10 @@
},
/turf/simulated/floor/plating,
/area/merchant_station/warehouse)
+"tpN" = (
+/obj/effect/map_effect/window_spawner/full/reinforced/firedoor,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"tpS" = (
/obj/machinery/light_switch{
dir = 8;
@@ -135989,6 +136386,20 @@
/obj/effect/floor_decal/industrial/hatch/yellow,
/turf/simulated/floor/tiled,
/area/horizon/command/bridge/upperdeck)
+"trg" = (
+/obj/structure/table/rack,
+/obj/item/clothing/head/hazmat/anomaly,
+/obj/effect/floor_decal/industrial/outline/research,
+/obj/item/storage/box/gloves,
+/obj/item/clothing/mask/gas/alt,
+/obj/machinery/door/window/westright{
+ name = "Anomaly Suit Storage Access";
+ req_access = list(65)
+ },
+/obj/item/clothing/suit/hazmat/anomaly,
+/obj/item/clothing/glasses/safety/goggles/science,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"trh" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small/emergency{
@@ -136251,28 +136662,6 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/command/bridge/upperdeck)
-"tsO" = (
-/obj/structure/table/rack,
-/obj/item/clothing/suit/hazmat/anomaly,
-/obj/item/clothing/mask/gas/alt,
-/obj/item/clothing/glasses/safety/goggles/science,
-/obj/item/tank/oxygen,
-/obj/item/clothing/head/hazmat/anomaly,
-/obj/item/storage/box/gloves,
-/obj/item/clothing/head/hazmat/anomaly,
-/obj/item/tank/oxygen,
-/obj/item/clothing/glasses/safety/goggles/science,
-/obj/item/clothing/mask/gas/alt,
-/obj/item/clothing/suit/hazmat/anomaly,
-/obj/item/storage/box/gloves,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"tsQ" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 4
@@ -136549,14 +136938,6 @@
},
/turf/simulated/floor/carpet/rubber,
/area/horizon/rnd/server)
-"tuF" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"tuM" = (
/obj/effect/floor_decal/corner/dark_blue{
dir = 6
@@ -137419,6 +137800,21 @@
"tAq" = (
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/workshop)
+"tAy" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance{
+ dir = 1;
+ name = "Maintenance Passthrough";
+ req_one_access = list(12,47)
+ },
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"tAz" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 1
@@ -137493,14 +137889,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/command/bridge/selfdestruct)
-"tBa" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/visible/universal{
- dir = 4
- },
-/obj/machinery/meter,
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"tBb" = (
/obj/effect/floor_decal/corner/blue{
dir = 5
@@ -137544,6 +137932,12 @@
},
/turf/simulated/floor/tiled,
/area/horizon/operations/machinist)
+"tBx" = (
+/obj/structure/bed/stool/chair/office/light{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"tBz" = (
/obj/machinery/alarm/east,
/obj/effect/floor_decal/industrial/warning{
@@ -137823,29 +138217,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/service/custodial/disposals/deck_1)
-"tDE" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j2"
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/obj/machinery/alarm/north,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"tDN" = (
/obj/structure/bed/stool/chair/padded/red{
dir = 4
@@ -138012,32 +138383,6 @@
/obj/random/junk,
/turf/simulated/floor/tiled,
/area/horizon/maintenance/deck_3/aft/holodeck)
-"tFf" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
-"tFk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/research{
- dir = 1;
- name = "Spectrometry";
- req_access = list(65)
- },
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/spectrometry)
"tFp" = (
/obj/effect/floor_decal/corner/grey{
dir = 6
@@ -138231,6 +138576,11 @@
/obj/effect/floor_decal/industrial/outline/security,
/turf/simulated/floor/tiled,
/area/horizon/security/hallway)
+"tGc" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/platform,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"tGd" = (
/obj/machinery/door/firedoor,
/obj/effect/floor_decal/industrial/hatch/yellow,
@@ -138491,6 +138841,27 @@
},
/turf/simulated/floor/tiled,
/area/horizon/engineering/hallway/fore)
+"tHv" = (
+/obj/machinery/door/airlock/multi_tile/glass{
+ dir = 2;
+ name = "Xenoarchaeology and Anomalous Materials";
+ req_access = list(47)
+ },
+/obj/effect/floor_decal/industrial/hatch_door/red,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/multi_tile{
+ dir = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"tHw" = (
/obj/item/gun/energy/rifle{
pixel_y = 6
@@ -138667,6 +139038,17 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/engineering/hallway/interior)
+"tJh" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/structure/cable/green{
+ icon_state = "2-8";
+ d1 = 2;
+ d2 = 8
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/anomaly_storage)
"tJm" = (
/obj/effect/floor_decal/corner/black{
dir = 5
@@ -138784,6 +139166,11 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/engineering/atmos)
+"tKl" = (
+/obj/structure/window/shuttle/scc_space_ship/cardinal,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/anomaly_storage)
"tKo" = (
/obj/effect/floor_decal/carpet{
dir = 8
@@ -138941,24 +139328,6 @@
/obj/machinery/power/outlet,
/turf/simulated/floor/tiled/dark,
/area/horizon/service/bar)
-"tLn" = (
-/obj/item/reagent_containers/glass/bucket{
- pixel_x = -11;
- pixel_y = -5
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/alarm/south,
-/obj/machinery/camera/network/research{
- c_tag = "Research - Spectrometry";
- dir = 1
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/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,
@@ -139022,6 +139391,14 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/shuttle/intrepid/main_compartment)
+"tLJ" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/cable/green{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/low/north,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"tLN" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -139313,15 +139690,6 @@
},
/turf/simulated/floor/grass/no_edge,
/area/horizon/hallway/primary/deck_2/fore)
-"tOV" = (
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"tOZ" = (
/obj/machinery/atmospherics/binary/pump{
dir = 8;
@@ -139486,6 +139854,13 @@
/obj/item/trash/cigbutt,
/turf/unsimulated/floor,
/area/centcom/legion)
+"tQr" = (
+/obj/effect/floor_decal/industrial/warning/corner,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/turf/simulated/floor/carpet/rubber,
+/area/horizon/rnd/xenoarch/spectrometry)
"tQs" = (
/obj/structure/lattice/catwalk,
/obj/structure/ladder/up{
@@ -139741,12 +140116,6 @@
},
/turf/unsimulated/floor,
/area/centcom/legion/hangar5)
-"tSC" = (
-/obj/structure/bed/stool/chair/office/dark{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"tST" = (
/obj/structure/table/rack,
/obj/item/clothing/head/helmet/legion{
@@ -139803,22 +140172,6 @@
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_3/aft/port)
-"tTi" = (
-/obj/structure/table/reinforced/steel,
-/obj/machinery/alarm/south{
- alarm_id = 1501;
- breach_detection = 0;
- rcon_setting = 3;
- report_danger_level = 0;
- req_one_access = list(7,47,24,11)
- },
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = -22;
- pixel_y = 5
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"tTp" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
/obj/effect/floor_decal/corner/dark_green{
@@ -139883,6 +140236,14 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/security/interrogation)
+"tTE" = (
+/obj/structure/table/reinforced/steel,
+/obj/item/toy/desk/fan{
+ pixel_y = 13;
+ pixel_x = -4
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"tTM" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -140111,6 +140472,12 @@
},
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_2/wing/port/far)
+"tVV" = (
+/obj/machinery/portable_atmospherics/canister/hydrogen,
+/obj/effect/floor_decal/industrial/hatch/yellow,
+/obj/effect/floor_decal/industrial/hatch/yellow,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"tVW" = (
/obj/structure/cable/green{
icon_state = "1-2"
@@ -140151,26 +140518,6 @@
/obj/effect/floor_decal/corner/mauve/diagonal,
/turf/simulated/floor/tiled/white,
/area/horizon/rnd/lab)
-"tWy" = (
-/obj/structure/table/steel,
-/obj/item/anobattery{
- pixel_x = 5;
- pixel_y = -5
- },
-/obj/item/anobattery{
- pixel_x = -5;
- pixel_y = -5
- },
-/obj/item/anobattery{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/anobattery{
- pixel_x = -5;
- pixel_y = 5
- },
-/turf/simulated/floor/tiled,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
"tWz" = (
/turf/unsimulated/wall/darkshuttlewall,
/area/centcom/evac)
@@ -140472,11 +140819,6 @@
},
/turf/unsimulated/floor,
/area/centcom/control)
-"tYQ" = (
-/obj/structure/anomaly_container,
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_a)
"tYT" = (
/obj/structure/flora/ausbushes/brflowers,
/turf/simulated/floor/holofloor/grass,
@@ -140518,6 +140860,21 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/hallway/primary/deck_3/starboard)
+"tZa" = (
+/obj/structure/cable/green{
+ icon_state = "0-8"
+ },
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Isolation B";
+ dir = 1
+ },
+/obj/effect/floor_decal/industrial/hatch_tiny/yellow,
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 9
+ },
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/isolation_b)
"tZd" = (
/obj/structure/table/rack/retail_shelf,
/obj/random/pottedplant_small{
@@ -140981,17 +141338,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_3/central)
-"uco" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/table/reinforced/steel,
-/obj/item/device/flashlight/lamp,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"ucq" = (
/turf/simulated/wall/shuttle/scc_space_ship/cardinal,
/area/horizon/engineering/atmos/air)
@@ -141141,6 +141487,26 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hangar/operations)
+"ucX" = (
+/obj/structure/table/steel,
+/obj/machinery/recharger{
+ pixel_x = 4;
+ pixel_y = 6
+ },
+/obj/item/melee/baton/loaded,
+/obj/machinery/button/switch/windowtint{
+ pixel_x = -6;
+ dir = 5;
+ pixel_y = 9;
+ id = "xenoarch"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"udd" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/maintenance_hatch{
@@ -141348,27 +141714,6 @@
/obj/structure/bed/stool/bar/padded/red,
/turf/simulated/floor/wood,
/area/horizon/maintenance/deck_2/wing/starboard)
-"ueI" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
- dir = 8
- },
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- icon_state = "1-4"
- },
-/obj/structure/platform_deco{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"ueJ" = (
/obj/effect/floor_decal/industrial/warning{
dir = 10
@@ -141560,17 +141905,6 @@
},
/turf/simulated/floor/wood,
/area/horizon/hallway/primary/deck_2/central)
-"ugh" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/lattice/catwalk/indoor/grate/dark,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/horizon/shuttle/intrepid/main_compartment)
"ugk" = (
/obj/structure/sign/vacuum{
pixel_x = -32
@@ -141941,16 +142275,6 @@
/obj/structure/window/shuttle/scc_space_ship/cardinal,
/turf/simulated/floor/plating,
/area/shuttle/merchant)
-"ujy" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"ujB" = (
/obj/structure/bed/stool/chair/office/light{
dir = 4
@@ -141972,6 +142296,11 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hallway/primary/deck_1/central)
+"ujF" = (
+/obj/structure/table/reinforced/steel,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/test_range)
"ujH" = (
/obj/structure/grille,
/obj/machinery/door/firedoor,
@@ -142417,6 +142746,17 @@
"umN" = (
/turf/simulated/wall/r_wall,
/area/horizon/hallway/primary/deck_1/central)
+"umR" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/structure/extinguisher_cabinet/west,
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"umX" = (
/obj/effect/floor_decal/corner/dark_blue{
dir = 5
@@ -142682,6 +143022,22 @@
/obj/machinery/alarm/north,
/turf/simulated/floor/tiled,
/area/horizon/rnd/hallway)
+"upf" = (
+/obj/machinery/door/blast/regular{
+ id = "iso_a_purge";
+ name = "Exterior Blast Door"
+ },
+/obj/structure/railing/mapped{
+ dir = 4
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_a)
"upg" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 8
@@ -142720,6 +143076,19 @@
/obj/machinery/power/apc/low/east,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/service/hydroponics/hazard)
+"upI" = (
+/obj/effect/floor_decal/spline/plain/mauve{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ maxhealth = 140
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/atrium)
"upK" = (
/obj/machinery/power/apc/east,
/obj/structure/cable,
@@ -143291,6 +143660,20 @@
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/simulated/floor/plating,
/area/horizon/maintenance/deck_1/operations/starboard/amidships)
+"utn" = (
+/obj/random/pottedplant_small,
+/obj/machinery/power/apc/low/north,
+/obj/structure/cable/green{
+ icon_state = "0-2"
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/structure/table/rack/folding_table{
+ material = "aluminium"
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_a)
"utr" = (
/obj/effect/floor_decal/industrial/warning{
dir = 4
@@ -143693,6 +144076,14 @@
},
/turf/unsimulated/floor/marble,
/area/antag/wizard)
+"uwR" = (
+/obj/machinery/light,
+/obj/effect/floor_decal/industrial/outline/engineering,
+/obj/structure/cart/storage/engineeringcart/half_filled{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/engineering/storage_eva)
"uwS" = (
/obj/effect/floor_decal/industrial/hatch/yellow,
/obj/machinery/recharge_station,
@@ -144004,23 +144395,6 @@
},
/turf/unsimulated/floor,
/area/centcom/distress_prep)
-"uzd" = (
-/obj/machinery/door/blast/regular/open{
- id = "iso_c";
- name = "Safety Blast Door"
- },
-/obj/effect/map_effect/window_spawner/full/borosilicate/reinforced/firedoor,
-/obj/machinery/alarm/south{
- alarm_id = 1501;
- breach_detection = 0;
- dir = 4;
- pixel_x = -24;
- rcon_setting = 3;
- report_danger_level = 0;
- req_one_access = list(7,47,24,11)
- },
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/rnd/xenoarch/isolation_a)
"uzj" = (
/obj/machinery/atmospherics/pipe/simple/visible/purple,
/obj/structure/lattice/catwalk/indoor,
@@ -144038,16 +144412,6 @@
icon_state = "7,4"
},
/area/shuttle/syndicate_elite)
-"uzn" = (
-/obj/structure/table/reinforced/steel,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"uzq" = (
/obj/effect/floor_decal/corner/dark_blue{
dir = 10
@@ -144899,6 +145263,14 @@
/obj/effect/floor_decal/spline/fancy/wood,
/turf/unsimulated/floor/wood,
/area/antag/mercenary)
+"uEF" = (
+/obj/item/stack/nanopaste,
+/obj/item/stack/nanopaste{
+ pixel_y = 9
+ },
+/obj/structure/table/steel,
+/turf/simulated/floor/carpet/rubber,
+/area/horizon/rnd/xenoarch/spectrometry)
"uEH" = (
/obj/effect/floor_decal/corner/dark_green{
dir = 10
@@ -144960,17 +145332,6 @@
},
/turf/unsimulated/floor,
/area/centcom/bar)
-"uEV" = (
-/obj/structure/table/reinforced/steel,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/machinery/camera/network/research{
- c_tag = "Research - Secure artifact storage";
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"uEW" = (
/obj/structure/shuttle_part/ert{
icon_state = "2,4";
@@ -145538,6 +145899,16 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/medical/hallway)
+"uJa" = (
+/obj/machinery/atmospherics/unary/freezer{
+ dir = 4;
+ icon_state = "freezer"
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 10
+ },
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"uJd" = (
/obj/structure/bed/stool/chair/office/dark,
/obj/effect/landmark/start{
@@ -145646,6 +146017,23 @@
},
/turf/simulated/floor/exoplanet/barren/raskara,
/area/centcom/shared_dream)
+"uJE" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/firealarm/west{
+ dir = 2;
+ pixel_x = 0;
+ pixel_y = -22
+ },
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 6
+ },
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"uJI" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/green{
@@ -146036,6 +146424,18 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/weapons/longbow)
+"uMD" = (
+/obj/structure/cable/green{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/structure/cable/green{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"uME" = (
/obj/structure/bed/stool/chair/office/dark{
dir = 1
@@ -146127,6 +146527,16 @@
},
/turf/simulated/floor/tiled,
/area/horizon/operations/office)
+"uNZ" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/structure/bed/stool/chair/office/light{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"uOc" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 1
@@ -146188,23 +146598,6 @@
},
/turf/simulated/floor/wood,
/area/horizon/service/library)
-"uOz" = (
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/obj/structure/cable/green{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/firealarm/south,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"uOC" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
/obj/effect/floor_decal/corner/dark_blue{
@@ -146557,10 +146950,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/shuttle/skipjack)
-"uQW" = (
-/obj/structure/sign/securearea,
-/turf/simulated/wall/r_wall,
-/area/horizon/rnd/test_range)
"uRc" = (
/obj/machinery/atmospherics/pipe/simple/visible/red,
/obj/machinery/meter,
@@ -146874,21 +147263,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/rnd/conference)
-"uTm" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/structure/platform_deco{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"uTs" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/obj/effect/floor_decal/corner_wide/green{
@@ -147016,15 +147390,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/engineering/bluespace_drive)
-"uTY" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/table/reinforced/steel,
-/obj/item/storage/box/beakers,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"uUg" = (
/obj/structure/table/standard,
/obj/item/storage/box/fancy/tray{
@@ -147113,6 +147478,15 @@
icon_state = "panelscorched"
},
/area/centcom/legion/hangar5)
+"uUM" = (
+/obj/effect/floor_decal/industrial/warning/corner{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/loading/research{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/test_range)
"uUN" = (
/obj/structure/sink/kitchen{
name = "sink";
@@ -147487,6 +147861,14 @@
},
/turf/simulated/floor/wood,
/area/horizon/service/chapel/office)
+"uWH" = (
+/obj/effect/floor_decal/industrial/warning,
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/effect/floor_decal/industrial/outline_straight/yellow{
+ dir = 1
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_c)
"uWM" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -147656,6 +148038,16 @@
/obj/item/storage/box/mousetraps,
/turf/simulated/floor/tiled/dark,
/area/horizon/rnd/xenobiology)
+"uXJ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/green{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"uXL" = (
/obj/effect/decal/fake_object{
color = "#545c68";
@@ -147790,6 +148182,13 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/weapons/grauwolf)
+"uZi" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 1
+ },
+/obj/machinery/alarm/north,
+/turf/simulated/floor/wood,
+/area/horizon/rnd/xenoarch/presentation)
"uZn" = (
/obj/effect/floor_decal/industrial/warning/corner,
/turf/simulated/floor/reinforced/airless,
@@ -148801,15 +149200,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/wood,
/area/horizon/maintenance/deck_2/wing/starboard)
-"vfX" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/test_range)
"vge" = (
/obj/machinery/atmospherics/unary/vent_pump/high_volume{
dir = 8
@@ -148855,25 +149245,6 @@
/obj/effect/floor_decal/corner/yellow,
/turf/simulated/floor/tiled/dark,
/area/horizon/engineering/atmos/turbine)
-"vgu" = (
-/obj/effect/floor_decal/corner/brown{
- dir = 10
- },
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/conveyor_switch/oneway{
- id = "cargo_1";
- pixel_x = -10;
- pixel_y = -6
- },
-/turf/simulated/floor/tiled,
-/area/horizon/operations/loading)
-"vgw" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/light,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/test_range)
"vgC" = (
/obj/effect/floor_decal/spline/plain/lime{
dir = 8
@@ -148903,15 +149274,6 @@
/obj/effect/floor_decal/industrial/outline/yellow,
/turf/simulated/floor/tiled,
/area/horizon/operations/warehouse)
-"vgS" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
- dir = 8
- },
-/obj/structure/cable/green{
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
"vgV" = (
/obj/structure/cable/green{
icon_state = "4-8"
@@ -148993,6 +149355,12 @@
},
/turf/simulated/floor/tiled,
/area/horizon/crew/fitness/changing)
+"vhu" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/platform,
+/obj/machinery/light/floor,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"vhv" = (
/obj/structure/cable/green{
icon_state = "1-2"
@@ -149480,18 +149848,6 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/service/kitchen)
-"vkA" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/table/reinforced/steel,
-/obj/item/clothing/head/welding,
-/obj/item/storage/toolbox/mechanical,
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"vkB" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -149588,21 +149944,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/command/bridge/meeting_room)
-"vlj" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/alarm/east,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"vll" = (
/obj/effect/decal/fake_object/light_source/invisible,
/obj/item/modular_computer/console/preset/command/teleporter/ninja,
@@ -150290,23 +150631,6 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/operations/warehouse)
-"vqc" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/item/storage/box/monkeycubes,
-/obj/item/target,
-/obj/item/target,
-/obj/item/target,
-/obj/item/target,
-/obj/item/target,
-/obj/item/target,
-/obj/structure/window/borosilicate/reinforced{
- dir = 4
- },
-/obj/structure/closet/crate,
-/obj/machinery/light,
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/test_range)
"vqg" = (
/obj/effect/floor_decal/corner/grey/diagonal,
/obj/effect/floor_decal/spline/plain{
@@ -150314,6 +150638,21 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/shuttle/intrepid/buffet)
+"vqh" = (
+/obj/machinery/door/airlock/maintenance{
+ dir = 1;
+ name = "Xenoarchaeology Maintenance Access";
+ req_access = list(65)
+ },
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor{
+ dir = 4
+ },
+/obj/structure/table/reinforced/steel,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"vqj" = (
/obj/effect/floor_decal/corner/dark_green{
dir = 5
@@ -150491,13 +150830,6 @@
},
/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,
@@ -150722,30 +151054,6 @@
},
/turf/simulated/floor,
/area/tdome/tdome1)
-"vtr" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/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-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"vts" = (
/obj/effect/floor_decal/industrial/warning{
dir = 1
@@ -150821,14 +151129,6 @@
/obj/structure/table/reinforced/steel,
/turf/unsimulated/floor,
/area/centcom/legion/hangar5)
-"vtY" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/industrial/warning/corner,
-/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
@@ -151312,13 +151612,6 @@
name = "overgrowth"
},
/area/horizon/holodeck/source_moghes)
-"vxE" = (
-/obj/structure/closet/secure_closet/guncabinet/sci,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"vxI" = (
/obj/effect/floor_decal/corner/dark_blue/diagonal,
/turf/simulated/floor/tiled/dark,
@@ -151492,6 +151785,26 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/hangar/operations)
+"vyS" = (
+/obj/machinery/door/airlock/research{
+ name = "Secure Artifact Storage";
+ req_access = list(47);
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/anomaly_storage)
"vyT" = (
/obj/random/junk,
/turf/simulated/floor/plating,
@@ -151537,22 +151850,6 @@
/obj/random/dirt_75,
/turf/simulated/floor/carpet/rubber,
/area/horizon/maintenance/deck_2/wing/port/nacelle)
-"vzn" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 5
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/machinery/atmospherics/valve/digital/open{
- dir = 1;
- name = "Exotic Energy Harvesting"
- },
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"vzo" = (
/obj/structure/sign/staff_only{
pixel_x = -32
@@ -151684,6 +151981,20 @@
"vAn" = (
/turf/simulated/wall,
/area/horizon/service/chapel/office)
+"vAo" = (
+/obj/random/pottedplant,
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'WARNING: EQUIPMENT RADIOACTIVE DURING OPERATION'.";
+ icon_state = "radiation";
+ name = "WARNING: EQUIPMENT RADIOACTIVE DURING OPERATION sign";
+ pixel_y = 35;
+ pixel_x = 2
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"vAq" = (
/obj/structure/tank_wall/air{
density = 0;
@@ -151917,6 +152228,16 @@
/obj/random/dirt_75,
/turf/simulated/floor/tiled/dark,
/area/horizon/maintenance/deck_2/wing/port/nacelle)
+"vCj" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/storage)
"vCl" = (
/obj/structure/railing/mapped,
/turf/simulated/floor/plating,
@@ -152012,16 +152333,6 @@
/obj/effect/decal/fake_object/light_source/invisible,
/turf/simulated/floor,
/area/tdome/tdome2)
-"vDg" = (
-/obj/structure/table/rack,
-/obj/item/clothing/suit/hazmat/anomaly,
-/obj/item/tank/oxygen,
-/obj/item/clothing/head/hazmat/anomaly,
-/obj/item/clothing/mask/gas/alt,
-/obj/item/clothing/glasses/safety/goggles/science,
-/obj/item/storage/box/gloves,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"vDp" = (
/obj/effect/landmark{
name = "Syndicate-Spawn"
@@ -152732,13 +153043,6 @@
},
/turf/simulated/floor/exoplanet/grass/grove,
/area/centcom/shared_dream)
-"vIj" = (
-/obj/machinery/artifact_scanpad,
-/obj/effect/floor_decal/spline/plain{
- dir = 10
- },
-/turf/simulated/floor/bluegrid,
-/area/horizon/rnd/xenoarch/isolation_b)
"vIp" = (
/obj/machinery/door/firedoor{
req_one_access = list(24,11,67,73);
@@ -152760,16 +153064,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/shuttle/intrepid/buffet)
-"vIt" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/lattice/catwalk/indoor/grate/dark,
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"vIw" = (
/obj/effect/floor_decal/spline/plain{
dir = 4
@@ -152799,14 +153093,6 @@
/obj/effect/floor_decal/corner/black/full,
/turf/simulated/floor/tiled,
/area/horizon/operations/machinist)
-"vIY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"vIZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/fuel,
/turf/simulated/wall/shuttle/unique/scc/scout{
@@ -152934,25 +153220,6 @@
},
/turf/unsimulated/floor,
/area/centcom/control)
-"vKj" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/structure/platform{
- dir = 8
- },
-/obj/machinery/camera/network/research{
- c_tag = "Research - Xenoarchaeology Suits";
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"vKk" = (
/obj/structure/flora/ausbushes/ywflowers,
/obj/effect/floor_decal/spline/plain{
@@ -153302,12 +153569,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/storage/tech)
-"vMe" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/horizon/rnd/xenoarch/atrium)
"vMl" = (
/obj/structure/table/rack,
/obj/item/clothing/under/color/red,
@@ -153503,6 +153764,15 @@
/obj/effect/floor_decal/industrial/outline/yellow,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/rnd/xenobiology/xenoflora)
+"vOa" = (
+/obj/effect/floor_decal/industrial/warning/corner{
+ dir = 1
+ },
+/obj/effect/floor_decal/industrial/loading/research{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/test_range)
"vOb" = (
/obj/effect/shuttle_landmark/lift/operations_second_deck,
/turf/simulated/open,
@@ -153758,6 +154028,13 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/holodeck_control)
+"vQf" = (
+/obj/effect/floor_decal/industrial/warning,
+/obj/effect/floor_decal/industrial/outline_straight/yellow{
+ dir = 1
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_b)
"vQh" = (
/obj/effect/floor_decal/corner/dark_blue{
dir = 10
@@ -154819,13 +155096,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/hangar/auxiliary)
-"vXu" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"vXy" = (
/obj/structure/disposalpipe/segment{
icon_state = "pipe-c"
@@ -155044,6 +155314,16 @@
},
/turf/simulated/floor/reinforced/airless,
/area/horizon/engineering/atmos/propulsion)
+"vYC" = (
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/cable/green{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"vYF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -155083,6 +155363,15 @@
},
/turf/simulated/floor/plating,
/area/horizon/engineering/storage/lower)
+"vZa" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"vZb" = (
/obj/structure/table/rack,
/obj/effect/floor_decal/corner/lime/full,
@@ -155205,15 +155494,6 @@
},
/turf/unsimulated/floor,
/area/antag/ninja)
-"vZP" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/machinery/alarm/north{
- pixel_y = 51
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"vZQ" = (
/obj/machinery/door/blast/odin/open{
_wifi_id = "merc_droppod_2";
@@ -155249,6 +155529,27 @@
},
/turf/simulated/floor/tiled/full,
/area/horizon/engineering/hallway/fore)
+"vZU" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/green{
+ icon_state = "1-4"
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/obj/machinery/light_switch{
+ pixel_y = -22
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/presentation)
"wad" = (
/obj/structure/railing/mapped,
/obj/structure/platform/ledge{
@@ -155487,14 +155788,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/command/bridge/upperdeck)
-"wbX" = (
-/obj/structure/table/reinforced/steel,
-/obj/structure/cable/green{
- icon_state = "0-8"
- },
-/obj/machinery/power/apc/east,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"wbY" = (
/obj/effect/floor_decal/corner_wide/blue{
dir = 1
@@ -155672,18 +155965,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/stairwell/port/deck_2)
-"wcX" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 10
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"wdd" = (
/obj/effect/floor_decal/industrial/warning{
dir = 4
@@ -156176,14 +156457,6 @@
/obj/effect/floor_decal/industrial/outline/operations,
/turf/simulated/floor/tiled/dark,
/area/horizon/shuttle/mining)
-"wgu" = (
-/obj/machinery/light,
-/obj/effect/floor_decal/industrial/outline/engineering,
-/obj/structure/cart/storage/engineeringcart/half_filled{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/engineering/storage_eva)
"wgy" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 1
@@ -156216,6 +156489,15 @@
},
/turf/simulated/floor/holofloor/carpet,
/area/horizon/holodeck/source_biesel)
+"wgI" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"wgM" = (
/obj/effect/floor_decal/industrial/hatch/yellow,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -156284,9 +156566,6 @@
},
/turf/simulated/open,
/area/horizon/service/hydroponics)
-"whk" = (
-/turf/simulated/wall,
-/area/horizon/rnd/xenoarch/atrium)
"who" = (
/obj/effect/floor_decal/corner/dark_blue/full,
/obj/machinery/light{
@@ -156408,6 +156687,9 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/medical/washroom)
+"wir" = (
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/anomaly_storage)
"wiu" = (
/obj/structure/cable/green{
icon_state = "1-4"
@@ -157126,6 +157408,20 @@
/obj/structure/engineer_maintenance/electric/wall,
/turf/simulated/floor/wood,
/area/horizon/service/dining_hall)
+"wnq" = (
+/obj/effect/floor_decal/corner/dark_blue{
+ dir = 9
+ },
+/obj/machinery/disposal/small/east,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/camera/network/command{
+ c_tag = "Bridge - Starboard 1";
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/command/bridge/controlroom)
"wnw" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
@@ -158038,12 +158334,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/storage/secure)
-"wsi" = (
-/obj/effect/floor_decal/industrial/loading/yellow{
- dir = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"wsl" = (
/obj/effect/floor_decal/industrial/hatch/red,
/turf/simulated/floor/tiled/dark/full,
@@ -158294,16 +158584,6 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/white,
/area/horizon/medical/surgery)
-"wtI" = (
-/obj/machinery/door/blast/regular{
- id = "iso_b_purge";
- name = "Exterior Blast Door"
- },
-/obj/effect/landmark/entry_point/port{
- name = "port, xenobiology"
- },
-/turf/simulated/floor/reinforced,
-/area/horizon/rnd/xenoarch/isolation_b)
"wtK" = (
/obj/machinery/door/airlock/glass_research{
name = "Xenological Studies";
@@ -158347,22 +158627,6 @@
/obj/item/device/radio/intercom/west,
/turf/simulated/floor/tiled/white,
/area/horizon/crew/washroom/deck_3)
-"wtO" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 9
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable/green{
- icon_state = "1-2"
- },
-/obj/structure/platform_deco{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"wtR" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/blast/shutters/open{
@@ -158562,6 +158826,22 @@
},
/turf/simulated/open,
/area/horizon/hallway/primary/deck_2/central)
+"wvk" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'WARNING: EQUIPMENT RADIOACTIVE DURING OPERATION'.";
+ icon_state = "radiation";
+ name = "WARNING: EQUIPMENT RADIOACTIVE DURING OPERATION sign";
+ pixel_y = 35;
+ pixel_x = -2
+ },
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
+ },
+/turf/simulated/floor/tiled,
+/area/horizon/rnd/xenoarch/hallway/elevator)
"wvm" = (
/obj/effect/floor_decal/corner/mauve{
dir = 5
@@ -159496,20 +159776,22 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/engineering/reactor/indra/mainchamber)
-"wCu" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- dir = 1;
- name = "Suit Storage";
- req_access = list(65)
+"wCw" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/obj/structure/table/rack/folding_table{
+ material = "aluminium"
},
-/obj/structure/cable/green{
- icon_state = "1-2"
+/obj/item/reagent_containers/spray/cleaner{
+ pixel_x = 7;
+ pixel_y = 2
},
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
+/obj/item/flame/lighter/random{
+ pixel_x = -6;
+ pixel_y = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"wCz" = (
/obj/effect/floor_decal/spline/fancy/wood{
dir = 4
@@ -159586,16 +159868,18 @@
/obj/structure/lattice/catwalk/indoor/grate/dark,
/turf/simulated/floor/plating,
/area/horizon/engineering/drone_fabrication)
-"wCU" = (
-/obj/structure/cable/green{
- icon_state = "0-8"
+"wCV" = (
+/obj/machinery/firealarm/east,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
},
-/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor,
-/obj/structure/cable/green{
- icon_state = "2-8"
+/obj/effect/floor_decal/corner/brown/full{
+ dir = 4
},
-/turf/simulated/floor/tiled/dark/full,
-/area/horizon/service/custodial/disposals/deck_1)
+/obj/machinery/light,
+/obj/structure/cart/storage/parcelcart,
+/turf/simulated/floor/tiled,
+/area/horizon/operations/mail_room)
"wDd" = (
/obj/structure/cable{
d1 = 1;
@@ -159656,15 +159940,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/horizon/command/bridge/aibunker)
-"wDp" = (
-/obj/structure/window/reinforced,
-/obj/structure/table/reinforced/steel,
-/obj/machinery/cell_charger,
-/obj/item/storage/bag/inflatable,
-/obj/item/storage/bag/inflatable,
-/obj/item/device/camera,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"wDr" = (
/obj/structure/morgue/crematorium{
_wifi_id = "chapel_crema"
@@ -159705,13 +159980,6 @@
},
/turf/simulated/floor/carpet/rubber,
/area/horizon/rnd/lab)
-"wDz" = (
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"wDB" = (
/obj/effect/floor_decal/corner/green/full{
dir = 8
@@ -159965,20 +160233,6 @@
/obj/effect/floor_decal/industrial/hatch/yellow,
/turf/simulated/floor/tiled,
/area/horizon/command/bridge/meeting_room)
-"wFp" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/table/rack,
-/obj/item/storage/toolbox/emergency,
-/obj/item/storage/box/gloves,
-/obj/item/storage/box/lights/mixed{
- pixel_x = 5;
- pixel_y = -2
- },
-/obj/item/storage/box/samplebags,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"wFv" = (
/obj/structure/cable/green{
icon_state = "1-2"
@@ -160142,10 +160396,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/tiled,
/area/horizon/security/brig)
-"wGS" = (
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"wGU" = (
/obj/machinery/access_button{
dir = 4;
@@ -160399,12 +160649,6 @@
},
/turf/simulated/floor/exoplanet/grass/grove,
/area/centcom/shared_dream)
-"wIM" = (
-/obj/machinery/artifact_harvester{
- pixel_y = 1
- },
-/turf/simulated/floor/bluegrid,
-/area/horizon/rnd/xenoarch/anomaly_harvest)
"wIQ" = (
/obj/structure/cable/green{
icon_state = "4-8"
@@ -160601,6 +160845,21 @@
},
/turf/simulated/floor/wood,
/area/horizon/rnd/hallway/secondary)
+"wLi" = (
+/obj/effect/floor_decal/spline/plain/mauve{
+ dir = 4
+ },
+/obj/structure/table/reinforced/steel,
+/obj/structure/window/reinforced{
+ dir = 4;
+ maxhealth = 140
+ },
+/obj/item/toy/desk/fan{
+ pixel_y = 13;
+ pixel_x = -4
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/atrium)
"wLn" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/hatch{
@@ -160622,31 +160881,6 @@
temperature = 253.15
},
/area/horizon/service/kitchen/freezer)
-"wLy" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"wLC" = (
/obj/machinery/light{
dir = 1
@@ -160700,6 +160934,14 @@
/obj/effect/floor_decal/industrial/warning/full,
/turf/unsimulated/floor,
/area/centcom/spawning)
+"wMb" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/obj/machinery/alarm/north,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"wMf" = (
/obj/effect/floor_decal/industrial/outline/yellow,
/obj/effect/large_stock_marker,
@@ -161225,6 +161467,17 @@
/obj/structure/grille/broken,
/turf/space/dynamic,
/area/template_noop)
+"wPV" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/artifact_scanpad,
+/obj/structure/anomaly_container,
+/obj/structure/railing/mapped{
+ dir = 4
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_c)
"wPY" = (
/obj/effect/floor_decal/corner/dark_blue{
dir = 10
@@ -161326,31 +161579,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/command/heads/xo)
-"wQS" = (
-/obj/effect/floor_decal/corner/purple/full{
- dir = 1
- },
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = -7;
- pixel_y = 24
- },
-/obj/item/reagent_containers/glass/bucket,
-/obj/structure/sink{
- dir = 1;
- pixel_x = 8;
- pixel_y = 26
- },
-/obj/effect/floor_decal/industrial/outline/custodial,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/firealarm/east,
-/obj/structure/cart/storage/janitorialcart{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/horizon/service/custodial/auxiliary)
"wQT" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -161601,6 +161829,31 @@
},
/turf/simulated/floor/wood,
/area/horizon/service/chapel/main)
+"wSn" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/green{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"wSp" = (
/obj/structure/tank_wall{
density = 0;
@@ -161943,6 +162196,13 @@
},
/turf/simulated/floor,
/area/horizon/ai/upload_foyer)
+"wUm" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/structure/railing/mapped,
+/turf/simulated/floor/carpet/rubber,
+/area/horizon/rnd/xenoarch/spectrometry)
"wUo" = (
/obj/machinery/atmospherics/pipe/simple/visible/purple{
dir = 9
@@ -162437,15 +162697,6 @@
"wWR" = (
/turf/simulated/open/airless,
/area/template_noop)
-"wWV" = (
-/obj/machinery/door/window/southleft{
- name = "Artifact Secure Storage";
- req_access = list(47)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"wWZ" = (
/obj/structure/bonfire/light_up,
/turf/simulated/floor/exoplanet/grass,
@@ -162532,6 +162783,27 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/shuttle/intrepid/starboard_compartment)
+"wXZ" = (
+/obj/structure/cable/green{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/door/airlock/multi_tile/glass{
+ dir = 1;
+ name = "Xenoarchaelogy Presentation"
+ },
+/obj/machinery/door/firedoor/multi_tile{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/full,
+/area/horizon/rnd/xenoarch/presentation)
"wYa" = (
/obj/machinery/light{
dir = 1
@@ -162644,6 +162916,11 @@
},
/turf/simulated/floor/wood,
/area/horizon/service/chapel/main)
+"wYE" = (
+/obj/effect/floor_decal/industrial/outline/research,
+/obj/structure/target_stake,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/test_range)
"wYH" = (
/obj/effect/floor_decal/industrial/hatch/yellow,
/obj/structure/table/rack,
@@ -162975,15 +163252,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/hangar/intrepid)
-"xaq" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/cable/green{
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/storage)
"xav" = (
/obj/effect/floor_decal/corner/brown/diagonal,
/obj/machinery/light_switch{
@@ -163117,6 +163385,24 @@
},
/turf/simulated/floor/tiled,
/area/horizon/hangar/operations)
+"xbj" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/green{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/green{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"xbo" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -163241,6 +163527,17 @@
/obj/effect/decal/cleanable/dirt,
/turf/unsimulated/floor/monotile,
/area/antag/jockey)
+"xcl" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/lattice/catwalk/indoor/grate/dark,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plating,
+/area/horizon/shuttle/intrepid/main_compartment)
"xcs" = (
/obj/structure/platform{
dir = 4
@@ -163854,6 +164151,15 @@
/obj/machinery/door/window/southleft,
/turf/simulated/floor/tiled/dark,
/area/horizon/holodeck_control/beta)
+"xgH" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/obj/structure/closet/emcloset,
+/obj/effect/floor_decal/industrial/outline/emergency_closet,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"xgJ" = (
/obj/structure/lattice/catwalk/indoor/grate/dark,
/obj/machinery/door/airlock/maintenance_hatch{
@@ -164069,6 +164375,14 @@
"xiW" = (
/turf/simulated/wall,
/area/horizon/security/interrogation/monitoring)
+"xiZ" = (
+/obj/machinery/door/blast/regular/open{
+ dir = 4;
+ id = "hangarlockdown";
+ name = "Hangar Lockdown"
+ },
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/xenoarch/hallway/hangar)
"xja" = (
/obj/structure/platform_stairs/full{
dir = 4
@@ -164650,24 +164964,12 @@
},
/turf/simulated/floor/tiled,
/area/horizon/medical/paramedic)
-"xor" = (
-/obj/effect/floor_decal/corner_wide/purple/full{
- dir = 1
+"xos" = (
+/obj/effect/floor_decal/corner/mauve{
+ dir = 5
},
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
+/turf/simulated/floor/tiled/dark,
/area/horizon/rnd/xenoarch/atrium)
-"xox" = (
-/obj/effect/floor_decal/corner/grey/diagonal{
- dir = 4
- },
-/obj/structure/cart/storage/janitorialcart/full{
- dir = 8
- },
-/turf/unsimulated/floor,
-/area/centcom/spawning)
"xoC" = (
/obj/machinery/light{
dir = 4
@@ -165125,6 +165427,10 @@
icon_state = "dark_preview"
},
/area/centcom/control)
+"xrV" = (
+/obj/effect/floor_decal/industrial/warning,
+/turf/simulated/floor/tiled/dark,
+/area/horizon/rnd/test_range)
"xrW" = (
/obj/effect/floor_decal/industrial/warning{
dir = 4
@@ -165142,6 +165448,15 @@
},
/turf/simulated/floor/tiled/white,
/area/horizon/medical/icu)
+"xsc" = (
+/obj/effect/floor_decal/corner/grey/diagonal{
+ dir = 4
+ },
+/obj/structure/cart/storage/janitorialcart/full{
+ dir = 8
+ },
+/turf/unsimulated/floor,
+/area/centcom/spawning)
"xse" = (
/obj/effect/floor_decal/industrial/warning{
dir = 1
@@ -165149,19 +165464,6 @@
/obj/structure/tank_wall/oxygen,
/turf/simulated/floor/plating,
/area/horizon/engineering/atmos/air)
-"xsh" = (
-/obj/structure/cable/green{
- icon_state = "0-8"
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 5
- },
-/obj/machinery/power/apc/low/south,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/isolation_a)
"xsl" = (
/turf/simulated/wall,
/area/horizon/rnd/telesci)
@@ -165746,6 +166048,13 @@
/obj/effect/floor_decal/corner/brown/diagonal,
/turf/simulated/floor/tiled/dark,
/area/horizon/holodeck_control)
+"xwP" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"xwT" = (
/obj/machinery/atmospherics/pipe/simple/visible/red{
dir = 5
@@ -165873,16 +166182,6 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/tiled/full,
/area/horizon/maintenance/deck_2/wing/starboard/far)
-"xxM" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 10
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"xxS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -165973,6 +166272,11 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/horizon/command/bridge/aibunker)
+"xys" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"xyx" = (
/obj/effect/floor_decal/industrial/warning{
dir = 5
@@ -166378,28 +166682,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/operations/office)
-"xBG" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 8
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 5
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/xenoarch/atrium)
"xBM" = (
/obj/effect/floor_decal/corner/dark_green{
dir = 10
@@ -166774,6 +167056,12 @@
"xDX" = (
/turf/simulated/wall/shuttle/scc_space_ship/cardinal,
/area/horizon/maintenance/deck_1/wing/port/far)
+"xEd" = (
+/obj/effect/floor_decal/industrial/outline/research,
+/obj/structure/closet/secure_closet/guncabinet/sci,
+/obj/item/gun/energy/mousegun/xenofauna,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/anomaly_storage)
"xEg" = (
/obj/structure/window/reinforced{
dir = 1
@@ -166946,16 +167234,6 @@
},
/turf/simulated/floor/carpet,
/area/horizon/crew/journalistoffice)
-"xFs" = (
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 6
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- dir = 4
- },
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"xFx" = (
/obj/machinery/optable,
/obj/effect/floor_decal/corner/paleblue/diagonal{
@@ -167071,12 +167349,6 @@
icon_state = "dark_preview"
},
/area/centcom/control)
-"xGL" = (
-/obj/effect/floor_decal/industrial/loading/yellow{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/atrium)
"xGM" = (
/turf/simulated/floor/lino,
/area/horizon/security/investigators_office)
@@ -167640,6 +167912,16 @@
},
/turf/simulated/floor/tiled/dark,
/area/shuttle/legion)
+"xKg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/floor_decal/industrial/outline/research,
+/obj/structure/anomaly_container,
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Xenoarchaeology Secure Artifact Storage";
+ pixel_y = 4
+ },
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/xenoarch/anomaly_storage)
"xKi" = (
/obj/structure/railing/mapped{
dir = 1
@@ -167843,12 +168125,57 @@
"xLA" = (
/turf/simulated/floor/carpet/cyan,
/area/shuttle/merchant)
+"xLF" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/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/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"xLG" = (
/obj/effect/floor_decal/industrial/warning{
dir = 9
},
/turf/unsimulated/floor,
/area/antag/ninja)
+"xLH" = (
+/obj/item/anobattery{
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/obj/item/anobattery{
+ pixel_x = 5;
+ pixel_y = 5
+ },
+/obj/item/anobattery{
+ pixel_x = -5;
+ pixel_y = 1
+ },
+/obj/item/anobattery{
+ pixel_x = 5;
+ pixel_y = 1
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/obj/structure/table/rack/folding_table{
+ material = "aluminium"
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/xenoarch/atrium)
"xLK" = (
/obj/machinery/atmospherics/pipe/simple/visible/supply{
dir = 5
@@ -168030,6 +168357,18 @@
},
/turf/simulated/floor/tiled,
/area/horizon/service/hydroponics)
+"xNb" = (
+/obj/machinery/door/airlock/maintenance{
+ dir = 4;
+ name = "Xenobotany Maintenance";
+ req_one_access = list(11,12,47)
+ },
+/obj/machinery/door/firedoor{
+ dir = 4
+ },
+/obj/effect/floor_decal/industrial/hatch/yellow,
+/turf/simulated/floor/tiled/dark/full,
+/area/horizon/rnd/hallway/secondary)
"xNe" = (
/obj/machinery/door/airlock/centcom{
name = "Laundry";
@@ -168170,6 +168509,12 @@
icon_state = "dark_preview"
},
/area/centcom/ferry)
+"xOf" = (
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 6
+ },
+/turf/simulated/floor/plating,
+/area/horizon/rnd/xenoarch/atrium)
"xOr" = (
/obj/structure/bed,
/obj/item/bedsheet/syndie,
@@ -168219,11 +168564,6 @@
},
/turf/simulated/floor/plating,
/area/horizon/command/bridge/controlroom)
-"xOC" = (
-/obj/structure/table/reinforced/steel,
-/obj/machinery/firealarm/south,
-/turf/simulated/floor/tiled/dark,
-/area/horizon/rnd/xenoarch/anomaly_storage)
"xOG" = (
/obj/item/modular_computer/console/preset/security{
dir = 1
@@ -168624,14 +168964,6 @@
},
/turf/simulated/floor/tiled,
/area/horizon/medical/morgue)
-"xSM" = (
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"xSN" = (
/obj/machinery/atmospherics/pipe/simple/visible/black,
/obj/effect/floor_decal/industrial/warning{
@@ -168824,6 +169156,26 @@
/obj/effect/floor_decal/industrial/outline/security,
/turf/simulated/floor/tiled/white,
/area/horizon/security/autopsy_laboratory)
+"xUb" = (
+/obj/structure/cable/green{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/firealarm/south,
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"xUc" = (
/obj/structure/table/stone/marble,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -168886,6 +169238,19 @@
/obj/effect/floor_decal/industrial/outline/security,
/turf/simulated/floor/tiled/dark/full,
/area/horizon/security/armoury)
+"xUy" = (
+/obj/structure/cable/green{
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc/low/north,
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/outline_straight/yellow{
+ dir = 4
+ },
+/turf/simulated/floor/reinforced,
+/area/horizon/rnd/xenoarch/isolation_c)
"xUA" = (
/obj/machinery/atmospherics/binary/pump{
dir = 4
@@ -169445,6 +169810,22 @@
"xZn" = (
/turf/simulated/wall/r_wall,
/area/horizon/maintenance/deck_1/main/starboard)
+"xZp" = (
+/obj/effect/floor_decal/corner/mauve{
+ dir = 6
+ },
+/obj/structure/sign/securearea{
+ pixel_x = 32
+ },
+/obj/machinery/disposal/small/west,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/white,
+/area/horizon/rnd/test_range)
"xZr" = (
/obj/effect/floor_decal/industrial/hatch/yellow,
/obj/effect/floor_decal/industrial/warning,
@@ -170847,21 +171228,6 @@
icon_state = "wood"
},
/area/centcom/control)
-"yia" = (
-/obj/machinery/recharger/wallcharger{
- pixel_x = 4;
- pixel_y = 20
- },
-/obj/machinery/recharger/wallcharger{
- pixel_x = 4;
- pixel_y = 30
- },
-/obj/effect/floor_decal/corner_wide/purple{
- dir = 5
- },
-/obj/effect/floor_decal/corner_wide/purple/diagonal,
-/turf/simulated/floor/tiled/white,
-/area/horizon/rnd/test_range)
"yig" = (
/obj/structure/window/reinforced{
dir = 4
@@ -194392,7 +194758,7 @@ bVO
npA
vaL
enX
-anx
+kOt
jgx
eMs
jvu
@@ -194905,7 +195271,7 @@ yeo
bDQ
tNt
htg
-vgu
+iJa
lro
jgx
hiV
@@ -199284,7 +199650,7 @@ vyQ
hnL
dde
blc
-bIB
+ash
rAI
bzG
mBQ
@@ -201307,7 +201673,7 @@ ajh
lAB
eVF
fpG
-mFT
+cDC
ajh
sac
sac
@@ -201549,7 +201915,7 @@ cSH
wsw
etP
gvs
-wCU
+eZS
nvW
ahB
byN
@@ -201564,7 +201930,7 @@ ajh
qBe
kNp
gnw
-fNr
+oUa
ajh
jWC
pEA
@@ -202881,7 +203247,7 @@ faV
hTc
kJf
rJW
-oDm
+kmR
jHT
gfR
uxq
@@ -204176,7 +204542,7 @@ cBu
tpv
urR
wGg
-ugh
+xcl
vbU
uYC
uYC
@@ -209799,7 +210165,7 @@ hTy
hTy
hcU
hTy
-hTy
+oVi
oVi
oVi
oVi
@@ -210056,13 +210422,13 @@ hmM
uku
esc
wPC
-whk
-seT
-jdi
-lFk
-rdI
-syQ
-whk
+gBg
+xgH
+qEr
+cOl
+lJl
+hPZ
+gBg
wIE
nVe
nVe
@@ -210313,13 +210679,13 @@ ikn
ikn
usv
ikn
-aho
-kAI
-fMl
-vIt
-sPG
-qZW
-cAp
+tAy
+rlI
+diD
+piy
+lcT
+bXa
+kTa
qZD
luU
luU
@@ -210570,13 +210936,13 @@ tKs
tKs
tKs
tKs
-whk
-roq
-lin
-pfn
-oDN
-vrw
-kYE
+gBg
+wMb
+gjq
+kjI
+aKM
+eEg
+xiZ
gJk
eTt
eTt
@@ -210831,8 +211197,8 @@ eFV
eFV
eFV
eFV
-lVr
-fJs
+eeF
+tHv
ktX
rmX
tZL
@@ -211080,21 +211446,21 @@ xzF
wbH
xzF
eFV
-pAO
-gBX
-tiW
-vDg
-eHo
-gCC
-tsO
+onW
+nLE
+eMq
+mHU
+gSw
+lIV
+ktu
eFV
-pFj
-hcb
-dok
-dok
-dok
-dok
-dok
+sCy
+dnr
+ktX
+ktX
+ktX
+ktX
+ktX
lSF
wAp
wpi
@@ -211337,21 +211703,21 @@ kfr
lLH
viG
eFV
-vox
-vZP
-vox
-eBs
-vIY
-dFR
-fkQ
-wCu
-kxe
-wcX
-dok
-hsV
-nLK
-gzJ
-dok
+dwy
+eRv
+kiO
+uXJ
+kqf
+vCj
+aop
+rmB
+fVP
+jIT
+jvE
+qVt
+lrd
+aZr
+ktX
uzu
iQj
wpi
@@ -211593,22 +211959,22 @@ eTk
yhV
mjM
yiE
-saF
+vqh
+csF
+rri
mDG
-stV
-qBh
-kbd
-tOV
-mDG
-xaq
+uMD
+vox
+vox
+hOB
eFV
-vtr
-nsP
-tFk
-gHU
-pKe
-tLn
-dok
+tLJ
+xLF
+bBS
+qVt
+mQp
+lje
+ktX
nyr
iQj
wpi
@@ -211851,21 +212217,21 @@ aKc
sIw
khM
eFV
-vox
-wFp
-nQm
-lsZ
-aJt
-vox
-hSh
+bef
+qDx
+dIA
+mZJ
+bFq
+trg
+trg
eFV
-tDE
-lBS
-peK
-vrM
-vrM
-vrM
-dok
+gxz
+fFW
+pBm
+qVt
+syU
+tVV
+ktX
tGN
xcu
wpi
@@ -212103,26 +212469,26 @@ dpi
ikq
brl
xvX
-sfh
-sfh
-sfh
-sfh
-eFV
-eGq
-eGq
-eGq
eFV
eFV
-kGg
eFV
eFV
-xBG
-xxM
-dok
-dok
-dok
-dok
-dok
+eFV
+eFV
+eFV
+eFV
+eFV
+eFV
+dxz
+dxz
+eFV
+mvl
+kaq
+ktX
+ktX
+ktX
+ktX
+ktX
aXU
cXo
bJS
@@ -212360,28 +212726,28 @@ oAt
ibU
kPf
neS
-sfh
-aFN
-gtw
-tWy
-ofl
-qzL
-eyP
-fHm
-esY
-mkk
-kOO
-pYQ
-iPl
-wLy
-lgZ
-biJ
-tuF
-qCc
-iwa
-ktX
+nMz
+cip
+iIR
+jzF
+reo
+nKl
+qoS
+ktX
+kSE
+pdx
+eVw
+lic
+lLe
+vhu
+lHq
+ine
+umR
+hsM
+hpE
ktX
ktX
+pnF
cRl
pgc
cWf
@@ -212617,29 +212983,29 @@ qcw
wQX
brl
hzo
-sfh
-plc
-vgS
-qbK
-aDj
-vzn
-qMB
-atO
-atO
-vKj
-uTm
-gIL
-atO
-iQA
-tlf
-shv
-ocs
+nMz
+iwe
+gbC
+gNx
+gFB
+gFB
+jAg
+pJT
+xos
+sWZ
+tXa
+bFD
+lUT
+mgL
+edo
+iLu
+mNu
oiZ
-tBa
-jZC
-ghZ
+qnl
+uJa
ktX
-ryQ
+aTt
+gWQ
pgc
cWf
fYi
@@ -212874,29 +213240,29 @@ aNz
rog
brl
jYh
-sfh
-fsy
-qeG
-fsy
-sfh
-iCf
-cUW
-uco
-eYN
-okq
-gvq
-iWs
-fHW
-ell
-sQc
-iUJ
-coF
-vMe
-rtE
-eMr
-eTq
+nMz
+uZi
+lJX
+rYP
+nlK
+nlK
+oTT
+pJT
+xos
+emJ
+wMP
+jzP
+kwl
+jYC
+iPv
+iLu
+esb
+lDd
+xOf
+suF
ktX
-wpi
+sDY
+gWQ
pgc
cWf
aGa
@@ -213131,29 +213497,29 @@ nBg
rqG
brl
jDb
-sfh
-gTq
-lGH
-gTq
-dVg
-pJS
-cUW
-oRK
-tSC
-tXa
-wsi
-bmV
-tXa
-tXa
-wDp
-iUJ
+nMz
+fwU
+nzX
+oCs
+nzX
+nzX
+uJE
+ktX
+tTE
+gEb
+dcp
+ucX
+jmQ
+aPu
+cxY
+xwP
aPx
aHX
-hzs
-peM
-oBk
+sdy
+rOd
ktX
-bZt
+mcB
+bXx
jEI
cWf
pzf
@@ -213388,28 +213754,28 @@ llG
iSI
brl
xek
-sfh
-wIM
-err
-wIM
-sfh
-cEW
-srz
-vkA
-gKN
-tXa
-jOR
-ujy
+nMz
+fKk
+qVe
+sLh
+pPu
+qIW
+vZU
+ktX
+frm
+tBx
pUH
-sUY
-chP
-iUJ
-coF
+fjg
+lUT
+vhu
+aso
+sBm
+oOh
gss
-dGT
-ktX
+lxu
ktX
ktX
+pnF
bGy
pgD
cWf
@@ -213644,26 +214010,26 @@ iWI
uZy
vNw
brl
-lFg
-sfh
-sfh
-sfh
-sfh
-sfh
-pwv
-nmL
-rMg
-eaW
-tXa
-jOR
-ujy
-wMP
-tXa
-iVc
-iUJ
-jCv
-rje
-kVx
+lTJ
+nMz
+nMz
+nMz
+nMz
+nMz
+nTP
+wXZ
+ktX
+mMa
+upI
+wLi
+aJB
+afi
+tGc
+aso
+sBm
+bFL
+sNA
+cYO
lRy
huE
wIE
@@ -213892,7 +214258,7 @@ mOM
iRB
mSx
kdq
-fWO
+cUA
bSv
vrR
osi
@@ -213906,21 +214272,21 @@ erL
erL
erL
pNN
+mSS
+rjx
+bgl
ktX
-bsA
-cUW
-egS
-tXa
-tXa
-xGL
-bcQ
-tXa
-tXa
-jDO
-iUJ
-mYd
-euB
-kiE
+nTO
+aQV
+jaG
+aQV
+jaG
+oRJ
+aso
+jVV
+dHs
+bBk
+eEw
ktX
wNT
wIE
@@ -214163,21 +214529,21 @@ erL
erL
clb
erL
-tXa
-pZz
-cUW
-emf
-saC
-csk
-jsH
-sGi
-tjf
-dBV
-uTY
-iUJ
-deH
-pVZ
-sOE
+sAy
+lGw
+sIT
+mab
+dNL
+mfJ
+gtf
+ofX
+iMz
+eVo
+nZv
+nmf
+mfJ
+bBk
+fsp
ktX
kgm
wIE
@@ -214420,21 +214786,21 @@ erL
erL
erL
erL
-tXa
-pZz
-oqN
-oKf
-oKf
-oKf
-ueI
-nDW
-oKf
-oKf
-fwQ
-wtO
-kEB
-swA
-alv
+sAy
+lGw
+qtJ
+mAU
+cnw
+bIP
+xbj
+oMM
+rew
+oMM
+wSn
+xys
+wCw
+gTE
+pdh
ktX
igB
wIE
@@ -214677,21 +215043,21 @@ erL
erL
erL
erL
+mSS
+vZa
+nsL
ktX
-kpB
-bSc
-vlj
-dRR
-flA
-aFS
-pUU
-tFf
-ahe
-jOV
-ptF
-qLi
-fQw
-oxx
+ihe
+xLH
+bTI
+qlF
+aTR
+jjR
+jPm
+htm
+oOv
+bfH
+slW
ktX
tQz
wIE
@@ -214927,29 +215293,29 @@ rbF
kDA
nnV
rbF
-fdr
-oJe
-oJe
-oJe
-oJe
-oJe
-oJe
-oJe
-bFS
-fXT
-fVa
-hSD
-uzd
-hYU
-fVa
-dVK
-eHP
-qxX
-ceg
-kqK
-fOl
-abf
+sah
+dok
+dok
+dok
+dok
+dok
+dok
+dok
+qDc
+kDz
rAV
+pRh
+pRh
+eaz
+rAV
+gNq
+gNq
+sOx
+ceg
+sTm
+sTm
+lSj
+fVa
ydu
wIE
bcu
@@ -215184,29 +215550,29 @@ ehb
ehb
ehb
luL
-rGw
-uzn
-vxE
-cLC
-uEV
-fwe
-tTi
-oJe
-pJS
-aXX
-fVa
-sJg
-tYQ
-eas
-fVa
-nsl
-swc
-lFR
-ceg
-mDD
-okU
-cOM
+sah
+dok
+uEF
+wUm
+nQW
+jFu
+aiq
+dok
+wvk
+qMU
rAV
+xUy
+mBg
+aVB
+rAV
+rpZ
+qpt
+qcG
+ceg
+utn
+msy
+nEd
+fVa
qvV
wIE
ron
@@ -215441,29 +215807,29 @@ ehb
ehb
ehb
nnV
-rGw
-ksH
-vXu
-wWV
-hCV
-mjd
-pEb
-gsc
-gFl
-maH
-fVa
-aQP
-nwn
-rgn
-fVa
-vIj
-slL
-lhI
-ceg
-rGL
-rGL
-drY
+sah
+dok
+aRm
+tQr
+lLP
+lLP
+qHV
+lnw
+mEO
+dSw
rAV
+erC
+kAX
+qTi
+rAV
+ekc
+vQf
+oni
+ceg
+cGR
+gzH
+fzI
+fVa
dFi
wIE
tUG
@@ -215698,29 +216064,29 @@ ehb
ehb
ehb
luL
-rGw
-dRh
-dRh
-cLC
-wbX
-iPz
-xOC
-oJe
-xor
-dyK
-fVa
-oBP
-iYG
-xsh
-fVa
-lbv
-pjD
-cHA
-ceg
-kPz
-kuc
-tfj
+sah
+dok
+eGM
+meC
+vrM
+vrM
+tlq
+dok
+vAo
+dgC
rAV
+wPV
+uWH
+kjB
+rAV
+nit
+lnf
+tZa
+ceg
+cgM
+oUQ
+lFx
+fVa
jUl
wzc
rEB
@@ -215955,29 +216321,29 @@ ehb
ehb
ehb
nnV
-fdr
-oJe
-oJe
-oJe
-oJe
-oJe
-oJe
-oJe
-sIi
-cwV
-fVa
-chr
-chr
-chr
-fVa
-pXW
-wtI
-pXW
-ceg
-qxy
-qxy
-qxy
+sah
+dok
+dok
+dok
+dok
+dok
+dok
+dok
+tpN
+myE
rAV
+qvi
+qvi
+hho
+rAV
+qcT
+jxG
+qcT
+ceg
+upf
+lgr
+lgr
+fVa
jUl
scr
njf
@@ -216215,13 +216581,13 @@ luL
gLM
gLM
gLM
-fXK
-miX
-mOO
-jHX
-jDK
-hIZ
-uOz
+ilI
+qAi
+abC
+axH
+bBu
+vYC
+xUb
gLM
mOM
mOM
@@ -216470,15 +216836,15 @@ ehb
ehb
nnV
mOM
-wEY
+rSL
gLM
-awd
-fDF
-osb
-eyf
-bes
-xSM
-eFu
+gpB
+uNZ
+mKb
+wgI
+dwJ
+jHH
+ohr
gLM
wEY
wEY
@@ -216727,15 +217093,15 @@ ehb
ehb
luL
mOM
-wEY
+rSL
bjI
-yia
-wGS
-wGS
-wGS
-wGS
-wDz
-myO
+kMY
+gqY
+fsi
+xZp
+qJG
+mEJ
+orp
gLM
wEY
wEY
@@ -216984,22 +217350,22 @@ ehb
ehb
nnV
sRg
-pYB
+rSL
gLM
-khH
-gOL
-vtY
-ryR
-xFs
-gOL
-sCq
+bCx
+ujF
+nvI
+nPH
+iwj
+lkr
+jDV
gLM
wEY
wEY
wEY
pYB
wEY
-wEY
+rSL
wEY
pYB
wEY
@@ -217241,15 +217607,15 @@ ehb
ehb
luL
mOM
-wEY
+rSL
gLM
-kpv
-fHQ
-cTW
-kRb
-ofQ
-fHQ
-vqc
+eqk
+mdy
+xrV
+rrL
+qbA
+fIC
+kTp
gLM
wEY
wEY
@@ -217498,16 +217864,16 @@ ehb
ehb
nnV
mOM
-wEY
-gLM
-qSa
-lRj
-qAu
-vfX
-qLP
-lRj
-fMW
+rSL
gLM
+vOa
+dAa
+uUM
+oJe
+oJe
+vyS
+oJe
+fdr
wEY
wEY
wEY
@@ -217755,16 +218121,16 @@ ehb
ehb
luL
sRg
-pYB
-gLM
-qSa
-lRj
-fMW
-uQW
-qSa
-lRj
-fMW
+rSL
gLM
+hQf
+hQf
+hQf
+oJe
+aQq
+osH
+iNX
+fdr
wEY
wEY
wEY
@@ -218012,16 +218378,16 @@ ehb
ehb
nnV
mOM
-wEY
-gLM
-sdd
-lRj
-vgw
-nPH
-sdd
-lRj
-vgw
+rSL
gLM
+eNU
+wYE
+nEH
+oJe
+scM
+sCi
+dmi
+fdr
mOM
mOM
mOM
@@ -218269,16 +218635,16 @@ luL
kds
luL
mOM
-wEY
-gLM
-qSa
-lRj
-fMW
-nPH
-qSa
-lRj
-fMW
+rSL
gLM
+hQf
+hQf
+hQf
+oJe
+fXg
+tJh
+oIq
+fdr
eSV
eSV
eSV
@@ -218526,16 +218892,16 @@ mOM
mOM
kXh
sRg
-pYB
-gLM
-qSa
-hSa
-fMW
-nPH
-qSa
-hSa
-fMW
+rSL
gLM
+ehT
+iJC
+iJC
+oJe
+xKg
+wir
+axG
+fdr
eSV
eSV
eSV
@@ -218783,16 +219149,16 @@ drP
drP
drP
drP
-wEY
+rSL
gLM
nPH
nPH
nPH
-nPH
-nPH
-nPH
-nPH
-gLM
+oJe
+sLp
+wir
+xEd
+fdr
eSV
eSV
eSV
@@ -219043,13 +219409,13 @@ eSV
eSV
gLM
gLM
-gLM
-gLM
cbK
gLM
-gLM
-gLM
-gLM
+fdr
+tKl
+tKl
+tKl
+fdr
eSV
eSV
eSV
@@ -261983,7 +262349,7 @@ qAo
jNv
uPv
rur
-dJo
+wCV
qAo
hrR
exT
@@ -265302,7 +265668,7 @@ hBD
cFv
wPF
iii
-wgu
+uwR
wVZ
wVZ
nWO
@@ -268415,7 +268781,7 @@ vIc
hvx
ibs
qch
-wQS
+jEo
qeU
udL
qch
@@ -271486,7 +271852,7 @@ rZf
rZf
rZf
rZf
-sau
+goc
fNg
hkQ
voU
@@ -272754,7 +273120,7 @@ qKD
sNz
nqF
vKt
-okP
+grz
mTJ
dkM
eoP
@@ -279180,7 +279546,7 @@ spx
nUC
gGS
mfG
-rSR
+xNb
hfB
wmk
wmk
@@ -281259,7 +281625,7 @@ rrF
hMP
hMP
gaH
-fTe
+oiu
fTe
xDm
fFV
@@ -333714,7 +334080,7 @@ ksI
aRj
vQu
fUX
-jVr
+wnq
qTX
qTX
vBO
@@ -386457,7 +386823,7 @@ cAM
wkz
nMb
qAF
-iuN
+jwl
vmP
qAF
tEx
@@ -389297,7 +389663,7 @@ ruQ
iIV
enr
hOQ
-xox
+xsc
gYM
lEu
cbU
@@ -418339,7 +418705,7 @@ sFC
klg
quV
quV
-kMw
+sge
iLe
jqW
hst